summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-09-30 00:47:43 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-09-30 00:47:43 +0000
commit6e91aed0695763a9faf377e1a0b1ccb716becfc9 (patch)
treeb6bf0cd210159ca214a5d69f6bde598928958bbc
parenta599bb0f98f64e03afcec9116e2f946092213cca (diff)
downloadphp-git-6e91aed0695763a9faf377e1a0b1ccb716becfc9.tar.gz
Added warning for CLI and CGI SAPI changes. Fixed wrong description for 4.2.0.
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 227b051ef2..f544534631 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- ATTENTION!! "make install" will install CLI SAPI version of "php" binary in
+ {PREFIX}/bin/php *always* while CGI binary is renamed and installed as
+ {PREFIX}/bin/php-cgi when CGI SAPI is chosen.
- Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
- Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
(Ilia)
@@ -405,8 +408,7 @@ PHP 4 NEWS
shell scripts. Some of the differences to CGI sapi are: no HTTP headers,
plain text error messages, does not change working directory, have a new -r
option which executes a piece of PHP code directly from the commmand line, etc.
- "make install" will install CLI SAPI version of php in {PREFIX}/bin/php while
- CGI is renamed and installed as {PREFIX}/bin/php-cgi. (Edin)
+ (Edin)
- Fixed HTTP file upload support to handle big files better. (Jani)
- Major modifications to the Sockets Extension and its API (Jason):
. Fixed numerous bugs.