php-src/TODO-4.2.txt
2001-04-28 19:30:48 +00:00

17 lines
550 B
Plaintext

* 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
* renaming functions so that they all are conform to one standard form
* allow foreach($array as $key => &$value)
* allow foreach($array as list($var1, $var2))
* clean up "$instance = &new object" syntax (default to the =& behaviour?)
* change PHP error messages so that they point to pages or sections in the
PHP manual
* Fix Zend shallow copy issues with objects and arrays.