summaryrefslogtreecommitdiff
path: root/TODO-4.2.txt
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-04-24 23:18:37 +0000
committerStig Bakken <ssb@php.net>2001-04-24 23:18:37 +0000
commit60be93b8de0df1726a271b6122dd8342c795f2ac (patch)
tree1012dd7319a7a2b9190e3519f1c94b45ffac95a9 /TODO-4.2.txt
parenta59a85b598446fb45a7690808d3a238c741ecea1 (diff)
downloadphp-git-60be93b8de0df1726a271b6122dd8342c795f2ac.tar.gz
whoops, two less items for 4.1
Diffstat (limited to 'TODO-4.2.txt')
-rw-r--r--TODO-4.2.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt
index d0eb5cc00f..1baba9ffd8 100644
--- a/TODO-4.2.txt
+++ b/TODO-4.2.txt
@@ -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?)