From: Date: Thu, 27 Feb 2003 01:42:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10fb8dadd8184f24b53f9c3c35e09c121828ea63;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9f34790a72..fbf218a8ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2003-02-26 Pierre-Alain Joye + + * ext/gd/gd.c: + add imagesavealpha wrapper (Jukka Holappa , + 2 Pierre-Alain Joye) + + * ext/gd/php_gd.h: + add imagesavealpha wrapper (Jukka Holappa , + Pierre-Alain Joye) + +2003-02-26 Rasmus Lerdorf + + * main/main.c: + MFB: Get rid of a redundant syscall on non-Windows + + * (PHP_4_3) + main/main.c: + Get rid of an unnecessary syscall on non-Windows. We don't need two + setitimer() calls here in order to reset the timer. + +2003-02-26 Ilia Alshanetsky + + * ext/standard/exec.c + ext/standard/exec.h: + 1) Make the output of system() binary safe + 2) Solved a memory leak when the return_value variable passed by reference + is + not an integer in system()/exec()/passthru(). + 3) Solved a bug in exec(), which would make it append to the 2nd parameter + (passed by reference) if the parameter is an array instead of + overwriting it. + 4) Changed the code to use the streams code, resulting in a smaller code + base. + 5) Various cleanups resulting in reduction of overall code base inside the + file + by ~ 1/3. + 6) Speed improvements of ~2.5 times compared to previous performance + (based on + attached PHP script). + +2003-02-26 Marcus Boerger + + * ext/dba/dba.c: + allow keys as array(group, name) for handler inifile + + * ext/dba/dba_flatfile.c: + ws + + * ext/dba/libcdb/cdb.c: + make it faster + + * ext/dba/libinifile/inifile.c: + if skip param of dba_fetch is -1 stop do not restart search after last + element + +2003-02-26 Derick Rethans + + * ext/standard/mail.c + main/main.c: + - Added an extra ini setting with which extra commands can be forced to + the sendmail deamon on a per-vhost base. The value in this ini setting + will override all extra commands passed as the 5th parameter to mail() + and will work in Safe Mode. + + * ext/standard/file.c: + - Fix proto + + * ext/standard/basic_functions.c: + - Whitespace + +2003-02-26 Hartmut Holzgraefe + + * (PHP_4_3) + ext/yp/yp.c + ext/yp/yp.c: + MFphp5 + + * ext/yp/yp.c: + changed to emalloc just to be safe + + * scripts/ext_skel_ng/php_logo.php + scripts/ext_skel_ng/php_resource.php: + forgot to add these two on my last commit :( + 2003-02-25 Ilia Alshanetsky * ext/standard/exec.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e8d1efeb9b..fec135a70a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Sebastian Bergmann + + * ZEND_CHANGES: + Syntactic sugar is sweet. + 2003-02-25 Zeev Suraski * zend_compile.c: