edink Sat Dec 21 17:03:46 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Reflect recent changes to the build process.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.30 php4/NEWS:1.1247.2.31
--- php4/NEWS:1.1247.2.30 Sat Dec 21 15:36:14 2002
+++ php4/NEWS Sat Dec 21 17:03:46 2002
@@ -6,9 +6,11 @@
- Aliased dba_popen() to dba_open() until 4.3.1 when persistent STDIO streams
are introduced. (Andrei)
- Fixed a security bug in the bundled MySQL library. (Georg, Stefan)
-- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
- {PREFIX}/bin/php. If you don't disable the CGI binary, it will be
- installed as {PREFIX}/bin/php-cgi.
+- If you don't specify building any other SAPI "make install" will install the
+ CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
+ location use "make install-cli" after "make install" or add --disable-cgi
+ to your configure options. In the Windows distribution CLI SAPI is included
+ in the "cli" folder. (Edin)
- Removed extensions: (Jan, Jani, Sebastian)
. ext/aspell
. ext/ccvs
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php