]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 22 Oct 2001 00:11:40 +0000 (00:11 +0000)
committer <changelog@php.net> <>
Mon, 22 Oct 2001 00:11:40 +0000 (00:11 +0000)
ChangeLog

index 2be3bea496ce6ba1875bf550275c880a615828fb..91b28e680a1a1f6e1568163e4458bce2a8816c66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2001-10-21  Rasmus Lerdorf  <rasmus@php.net>
+
+    * main/SAPI.c: MFH
+
+    * main/SAPI.c:
+    Check if PCRE support is compiled in and only use the pcre functions if
+    it is.  Otherwise just set the realm to the safe mode user id if it isn't.
+
+2001-10-21  Sterling Hughes  <sterling@designmultimedia.com>
+
+    * ext/xmlrpc/xmlrpc-epi-php.c: MFB
+
+    * ext/xmlrpc/xmlrpc-epi-php.c: fix zts build
+
+2001-10-21  Rasmus Lerdorf  <rasmus@php.net>
+
+    * ext/standard/array.c: Oops, leftover crud
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:
+    Motivated by bug #13607 I wrote up a simple array_init() function that
+    lets you quickly create an array and initialize each element to a certain
+    value.
+
+2001-10-21  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/standard/crypt.c
+      NEWS: MFH
+
+    * NEWS: missing entry
+
+    * ext/standard/crypt.c
+      NEWS: Fixed bugs: #13251, #9827, #11363
+
+2001-10-21  Rasmus Lerdorf  <rasmus@php.net>
+
+    * sapi/apache/php_apache.c: MFH
+
+    * ext/pcre/php_pcre.h: MFH
+    (oops, should have been in one commit)
+
+    * main/SAPI.c: MFH
+
+    * sapi/apache/php_apache.c:
+    This made no sense before.  Hide Authorization in getallheaders() but
+    display it from phpinfo()?  Ouch!
+
 2001-10-20  Rasmus Lerdorf  <rasmus@php.net>
 
     * ext/pcre/php_pcre.h