changelog Mon Nov 27 01:31:09 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2523&r2=1.2524&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2523 php-src/ChangeLog:1.2524 --- php-src/ChangeLog:1.2523 Sat Nov 25 01:31:21 2006 +++ php-src/ChangeLog Mon Nov 27 01:31:08 2006 @@ -1,3 +1,54 @@ +2006-11-26 Alex Waugh <[EMAIL PROTECTED]> + + * (PHP_5_2) + sapi/webjames/webjames.c: + MFH: Improve robustness of sending routines + + * sapi/webjames/webjames.c: + Improve robustness of sending routines + +2006-11-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/mime_magic/mime_magic.c: + MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic + extenion). + + * (PHP_5_2) + ext/mime_magic/mime_magic.c + ext/standard/basic_functions.c: + Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic). + + * (PHP_4_4) + NEWS + ext/standard/info.c: + MFH: Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + + * ext/imap/tests/imap_utf8.phpt: + MFB: Fixed test, in some versions of c-client returned value is always + uppercase + + * (PHP_5_2) + ext/imap/tests/imap_utf8.phpt: + Fixed test, in some versions of c-client returned value is always uppercase + + * ext/dbase/tests/002.phpt: + MFB: fixed test + + * (PHP_5_2) + ext/dbase/tests/002.phpt: + Fixed test + + * ext/standard/info.c: + MFB: Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + + * (PHP_5_2) + NEWS + ext/standard/info.c: + Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + 2006-11-24 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)