]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 31 Jul 2002 00:18:46 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Wed, 31 Jul 2002 00:18:46 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 5509f82e3b1dfd13974f2c0233fe75b80d3c7955..7c2a5d30d6a4096f7cb3f7386281f420f018575f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2002-07-30  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/imap/php_imap.c:
+    fixes a typo in the word "limit", adds the null character to the strlen,
+    and seems to make imap_get_quotaroot return the correct values despite
+    cclients claim of "getquotaroot list improper".
+
+2002-07-30  rodif_bl  <rodif_bl@pb1.pair.com>
+
+    * ext/standard/array.c: fixed bugs 16063 and 16068
+    increased preformance of array_pop and array_shift
+
+2002-07-30  sesser  <sesser@pb1.pair.com>
+
+    * ext/ftp/php_ftp.c:
+    ftp_close returns now TRUE on success and FALSE on failure.
+
+2002-07-30  kalowsky  <kalowsky@pb1.pair.com>
+
+    * ext/standard/filestat.c:
+    Commiting Steph@php.net's patch to re-enable touch on Win32 machines
+
+2002-07-30  Rasmus Lerdorf  <rasmus@pb1.pair.com>
+
+    * ext/ext_skel: Add --skel=dir option to ext_skel (patch from David Viner)
+
+    * ext/standard/parsedate.y
+      NEWS: Fix strtotime() "next" keyword handling.
+
+    * NEWS: WTF?  What sort of bogus commit was that?  Fine, here you go.
+
+2002-07-30  sniper  <sniper@pb1.pair.com>
+
+    * NEWS: .
+
+2002-07-30  Rasmus Lerdorf  <rasmus@pb1.pair.com>
+
+    * NEWS: .
+
+    * ext/standard/string.c: Fix for #18638  (str_rot13 bug)
+
+2002-07-30  dickmeiss  <dickmeiss@pb1.pair.com>
+
+    * ext/yaz/php_yaz.c: Fixed proxy setting for ZOOM
+
+2002-07-30  sniper  <sniper@pb1.pair.com>
+
+    * NEWS: hot, damn hot.
+
 2002-07-29  Sterling Hughes  <sterling@pb1.pair.com>
 
     * ext/xslt/sablot.c: add sablotron version, patch by Christian Stocker...
index 649e8fb7df67df921d921a28c9daec82070c7875..eaa4cbf2231dda07c14f45b2065f40b348b424e7 100644 (file)
@@ -1,3 +1,23 @@
+2002-07-30  jason  <jason@pb1.pair.com>
+
+    * zend_compile.c
+      zend_execute.c
+      zend_globals.h: MFZE1 global declare
+
+    * zend_compile.c: Fix segfault
+
+2002-07-30  Andrei Zmievski  <andrei@pb1.pair.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_language_parser.y
+      zend_language_scanner.l
+      zend_operators.c
+      zend_operators.h:
+    - Adding 'is' operator that can be used to check the type of a variable,
+      or its class. 
+
 2002-07-28  phanto  <phanto@pb1.pair.com>
 
     * OBJECTS2_HOWTO: update the handlers struct