php-src/TODO-4.2.txt

17 lines
550 B
Plaintext
Raw Normal View History

* always build CGI (--disable-cgi option to disable)
* move most extensions and PEAR packages out of the PHP CVS tree,
include them again during release packaging
2001-04-13 23:52:15 +00:00
* renaming functions so that they all are conform to one standard form
2001-04-16 13:54:10 +00:00
* allow foreach($array as $key => &$value)
* allow foreach($array as list($var1, $var2))
2001-04-14 10:30:05 +00:00
2001-04-24 23:18:37 +00:00
* clean up "$instance = &new object" syntax (default to the =& behaviour?)
2001-04-27 13:57:49 +00:00
2001-04-28 19:30:48 +00:00
* change PHP error messages so that they point to pages or sections in the
2001-04-27 13:57:49 +00:00
PHP manual
2001-04-28 19:30:48 +00:00
* Fix Zend shallow copy issues with objects and arrays.