php-src/TODO-4.2.txt

18 lines
612 B
Plaintext
Raw Normal View History

* define PEAR_INSTALL_DIR, PHP_EXTENSION_DIR, PHP_BINDIR and more
in main/main.c
* always build CGI (--disable-cgi option to disable)
* clean up installation directories, start using proper autoconf
directories: php.ini goes into $sysconfdir, PEAR stuff goes into
$datadir[/php]/pear, extensions go into $libdir[/php]/<apispec>.
* 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-14 10:30:05 +00:00
* allow foreach($arrray as $key => &value)
* clean up "$instance = &new object" syntax.