changelog               Wed Jun 12 20:25:51 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1073 php4/ChangeLog:1.1074
--- php4/ChangeLog:1.1073       Tue Jun 11 20:40:44 2002
+++ php4/ChangeLog      Wed Jun 12 20:25:40 2002
@@ -1,3 +1,70 @@
+2002-06-12  Jason Greene  <[EMAIL PROTECTED]>
+
+    * NEWS: Fix entry
+
+2002-06-12  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Common.php: * comment typos
+
+    * pear/package-PEAR.xml: * set working version to 0.91-dev
+
+    * pear/Makefile.frag: * minor cleanup
+
+    * LICENSE: * this should have been done last year :)
+
+2002-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/pcre/php_pcre.c
+      NEWS:
+    This patch adds ability to capture string offsets in the preg_match_*()
+    results.
+
+2002-06-12  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS: typofix
+
+    * ext/standard/basic_functions.c:
+    - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.
+
+    * NEWS: cleanup
+
+2002-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * NEWS:
+    set_error_handler() should take methods as callbacks. Also fixed it to report
+    invalid callbacks.
+
+    * ext/overload/overload.c
+      NEWS: Properly return the result of __call() handler.
+
+2002-06-12  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/scripts/pear.bat:
+    Attempt to make pear.bat work better under Windows
+
+2002-06-12  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/standard/datetime.c
+      ext/standard/tests/time/003.phpt:
+    fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX
+
+2002-06-12  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * ext/domxml/php_domxml.c: MFH (fixed domxml_get_element_by_id() )
+
+    * ext/domxml/php_domxml.c: Fixed domxml_get_element_by_id()
+
+2002-06-12  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c
+      ext/session/php_session.h:
+    This option enables administrators to make their users invulnerable to
+    attacks which involve passing session ids in URLs.
+
+2002-06-12  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/bz2/bz2.c: - MFH fixes.
+
 2002-06-11  Markus Fischer  <[EMAIL PROTECTED]>
 
     * ext/domxml/TODO: - Those have been implemented already.


Reply via email to