php-src/TODO-4.2.txt

16 lines
495 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-14 07:52:15 +08:00
* renaming functions so that they all are conform to one standard form
2001-04-16 21:54:10 +08:00
* allow foreach($array as $key => &$value)
* allow foreach($array as list($var1, $var2))
2001-04-14 18:30:05 +08:00
2001-04-25 07:18:37 +08:00
* clean up "$instance = &new object" syntax (default to the =& behaviour?)
2001-04-27 21:57:49 +08:00
* chaning PHP error messages so that they point to pages or sections in the
PHP manual