mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
ChangeLog update
This commit is contained in:
parent
400e5c0b66
commit
d20e82daf0
2 changed files with 48 additions and 0 deletions
37
ChangeLog
37
ChangeLog
|
@ -1,3 +1,40 @@
|
||||||
|
2003-05-27 Pierre-Alain Joye <paj@pearfr.org>
|
||||||
|
|
||||||
|
* pear/PEAR/Registry.php:
|
||||||
|
- Fix the "weird bug" with different serialized file under cli/cgi or
|
||||||
|
apache sapi
|
||||||
|
Important Notice:
|
||||||
|
*always* use 'wb' to write file, sapi cli and cgi force the default to be
|
||||||
|
binary, apache does not.
|
||||||
|
|
||||||
|
2003-05-27 Jani Taskinen <sniper@iki.fi>
|
||||||
|
|
||||||
|
* ext/standard/browscap.c:
|
||||||
|
MFB: php_error_docref -> zend_error (MINIT)
|
||||||
|
|
||||||
|
* (PHP_4_3)
|
||||||
|
ext/standard/browscap.c:
|
||||||
|
There is no point using php_error_docref in MINIT.
|
||||||
|
|
||||||
|
2003-05-27 Adam Dickmeiss <adam@indexdata.dk>
|
||||||
|
|
||||||
|
* (PHP_4_3)
|
||||||
|
ext/yaz/php_yaz.c:
|
||||||
|
Fix close of log file.
|
||||||
|
|
||||||
|
* ext/yaz/php_yaz.c:
|
||||||
|
Fix close of log file. Ensure that YAZ log file is reset too
|
||||||
|
|
||||||
|
2003-05-27 Ilia Alshanetsky <ilia@prohost.org>
|
||||||
|
|
||||||
|
* ext/xml/xml.c:
|
||||||
|
Fix compiler warnings.
|
||||||
|
|
||||||
|
2003-05-27 Melvyn Sopacua <msopacua@idg.nl>
|
||||||
|
|
||||||
|
* ext/standard/string.c:
|
||||||
|
MFB: LC_MESSAGES support
|
||||||
|
|
||||||
2003-05-26 Jani Taskinen <sniper@iki.fi>
|
2003-05-26 Jani Taskinen <sniper@iki.fi>
|
||||||
|
|
||||||
* sapi/cgi/cgi_main.c:
|
* sapi/cgi/cgi_main.c:
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
2003-05-27 Sterling Hughes <sterling@bumblebury.com>
|
||||||
|
|
||||||
|
* zend.c
|
||||||
|
zend_object_handlers.c
|
||||||
|
zend_object_handlers.h
|
||||||
|
zend_operators.c:
|
||||||
|
Assume lazy consensus regarding the cast_object() patch. *Only*
|
||||||
|
implemented
|
||||||
|
from a internals perspective. This callback has been very useful for both
|
||||||
|
ext/mono and ext/simplexml
|
||||||
|
|
||||||
2003-05-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
2003-05-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||||
|
|
||||||
* zend_language_scanner.l:
|
* zend_language_scanner.l:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue