From: Stig Bakken Date: Fri, 13 Apr 2001 20:47:12 +0000 (+0000) Subject: here's a preliminary list of stuff for 4.1 X-Git-Tag: php-4.0.6RC1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd7ec5e216510bbc600242d18adecbb13a557374;p=php here's a preliminary list of stuff for 4.1 --- diff --git a/TODO-4.2.txt b/TODO-4.2.txt new file mode 100644 index 0000000000..0cdf9ed44b --- /dev/null +++ b/TODO-4.2.txt @@ -0,0 +1,12 @@ +* 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]/. + +* move most extensions and PEAR packages out of the PHP CVS tree, + include them again during release packaging +