]> granicus.if.org Git - php/commitdiff
Oops
authorRasmus Lerdorf <rasmus@php.net>
Sat, 4 Sep 1999 21:16:41 +0000 (21:16 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 4 Sep 1999 21:16:41 +0000 (21:16 +0000)
ChangeLog
mod_php4.c

index c492851db3ff8485a86cfa5be06f4c357d7a2d41..26fdbdfa2d9798db33ce9bac81f4ebe579bf645a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG                                                    ChangeLog
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? 1999, Version 4.0 Beta 3
+- Add connection handling support (Rasmus)
 - Improved the Sybase-CT module to make use of resources (Zeev)
 - Improved the mSQL module to make use of resources (Zeev)
 - Changed mysql_query() and mysql_db_query() to return false in case of saving
index e6c330e1496d90e3039449eccfc1332b16678f05..b06f9dd40f5ddae08b3ad60ef188d4f610dfc554 100644 (file)
@@ -93,8 +93,8 @@ void php_save_umask()
 
 static int zend_apache_ub_write(const char *str, uint str_length)
 {
-       SLS_FETCH();
        int ret;
+       SLS_FETCH();
                
        if (SG(server_context)) {
                ret = rwrite(str, str_length, (request_rec *) SG(server_context));