]> granicus.if.org Git - php/commitdiff
whoops, two less items for 4.1
authorStig Bakken <ssb@php.net>
Tue, 24 Apr 2001 23:18:37 +0000 (23:18 +0000)
committerStig Bakken <ssb@php.net>
Tue, 24 Apr 2001 23:18:37 +0000 (23:18 +0000)
TODO-4.2.txt

index d0eb5cc00ff8d37d65fdc4ded2b1e027b26695b4..1baba9ffd8564a6171623a8de622e6e766083ffc 100644 (file)
@@ -1,12 +1,5 @@
-* 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
 
@@ -16,4 +9,4 @@
 
 * allow foreach($array as list($var1, $var2))
 
-* clean up "$instance = &new object" syntax.
+* clean up "$instance = &new object" syntax (default to the =& behaviour?)