]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 20 Oct 1999 01:09:25 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Wed, 20 Oct 1999 01:09:25 +0000 (01:09 +0000)
ChangeLog

index 45a1f989a4fa1835c590097db864dec34cfbebda..c5575a5bd471a539ae0f3736f214312fed2c4442 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+1999-10-19  Andrei Zmievski  <zmievski@ispi.net>
+
+    * main.c: Revert my patches to error functions.
+
+1999-10-19  Thies C. Arntzen  <thies@digicol.de>
+
+    * NEWS: added === operator support (type *and* value match) . samples:
+    (1 == "1") is true
+    (1 === "1") is false (integer != string)
+    (0 == false) is true
+    (0 === false) is false (integer != boolean)
+
+1999-10-19  Andrei Zmievski  <zmievski@ispi.net>
+
+    * ext/standard/basic_functions.c (PHP extract):
+    Fixed bug that would mess up global and referenced
+                   variables in certain cases.
+
+    * ext/ldap/ldap.c (PHP ldap_get_entries): Fix string function name.
+
+1999-10-19  Uwe Steinmann  <Uwe.Steinmann@fernuni-hagen.de>
+
+    * ext/hyperwave/hg_comm.c
+      ext/hyperwave/hw.c:
+    - some tiny changes to possible improve link extraction/insertion of HTML-docs
+
+1999-10-19  Thies C. Arntzen  <thies@digicol.de>
+
+    * ext/standard/url.c: (parse_url) fix for #2569: parse_url('-') crashes
+
+1999-10-19  changelog  <changelog@www>
+
+    * ChangeLog: ChangeLog update
+
+    * NEWS: NEWS update
+
 1999-10-18  Egon Schmid  <eschmid@delos.lf.net>
 
     * ext/standard/formatted_print.c: More forgotten prototypes.