From: Date: Wed, 31 Jul 2002 00:18:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e219b8e70c9a19942d9f6ff5e9d11576d575b817;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5509f82e3b..7c2a5d30d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2002-07-30 kalowsky + + * 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 + + * ext/standard/array.c: fixed bugs 16063 and 16068 + increased preformance of array_pop and array_shift + +2002-07-30 sesser + + * ext/ftp/php_ftp.c: + ftp_close returns now TRUE on success and FALSE on failure. + +2002-07-30 kalowsky + + * ext/standard/filestat.c: + Commiting Steph@php.net's patch to re-enable touch on Win32 machines + +2002-07-30 Rasmus Lerdorf + + * 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 + + * NEWS: . + +2002-07-30 Rasmus Lerdorf + + * NEWS: . + + * ext/standard/string.c: Fix for #18638 (str_rot13 bug) + +2002-07-30 dickmeiss + + * ext/yaz/php_yaz.c: Fixed proxy setting for ZOOM + +2002-07-30 sniper + + * NEWS: hot, damn hot. + 2002-07-29 Sterling Hughes * ext/xslt/sablot.c: add sablotron version, patch by Christian Stocker... diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 649e8fb7df..eaa4cbf223 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2002-07-30 jason + + * zend_compile.c + zend_execute.c + zend_globals.h: MFZE1 global declare + + * zend_compile.c: Fix segfault + +2002-07-30 Andrei Zmievski + + * 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 * OBJECTS2_HOWTO: update the handlers struct