mirror of https://github.com/php/php-src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
3.2 KiB
133 lines
3.2 KiB
2004-01-04 Ilia Alshanetsky <ilia@prohost.org>
|
|
|
|
* (PHP_4_3)
|
|
ext/crack/crack.c:
|
|
Fixed compile warnings.
|
|
Fixed crash in crack_closedict();
|
|
Switched from zend_error() to php_error_docref();
|
|
|
|
2004-01-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
|
|
|
|
* ext/standard/tests/file/bug26615.phpt:
|
|
"seq" isn't available for all platforms.
|
|
|
|
2004-01-03 Edin Kadribasic <edink@emini.dk>
|
|
|
|
* (PHP_4_3)
|
|
NEWS:
|
|
BFN
|
|
|
|
* (PHP_4_3)
|
|
NEWS:
|
|
More proper news format.
|
|
|
|
* (PHP_4_3)
|
|
NEWS
|
|
sapi/cli/php_cli.c:
|
|
MFH: cli overrides php.ini and switches output buffering off.
|
|
|
|
2004-01-03 Jan Lehnardt <jan@dasmoped.net>
|
|
|
|
* scripts/phpize.in:
|
|
- remove unneeded subroutine call
|
|
|
|
2004-01-03 Derick Rethans <php@derickrethans.nl>
|
|
|
|
* .cvsignore:
|
|
- Added test results to .cvsignore file
|
|
|
|
* NEWS
|
|
ZendEngine2/zend.c
|
|
ZendEngine2/zend_API.c
|
|
ZendEngine2/zend_compile.c
|
|
ZendEngine2/zend_compile.h
|
|
ZendEngine2/zend_execute.c
|
|
ZendEngine2/zend_object_handlers.c
|
|
ZendEngine2/zend_reflection_api.c
|
|
ext/standard/basic_functions.c
|
|
ext/standard/var.c:
|
|
- Fixed var_export() to show public, protected and private modifiers
|
|
properly.
|
|
- Exported (un)mangle_property_name.
|
|
|
|
* scripts/phpize.in:
|
|
- Show the API numbers again while phpizing.
|
|
|
|
2004-01-03 Ilia Alshanetsky <ilia@prohost.org>
|
|
|
|
* ext/standard/file.c:
|
|
s/then/than/ Thanks Jani & Andi
|
|
|
|
2004-01-02 Edin Kadribasic <edink@emini.dk>
|
|
|
|
* sapi/cli/php_cli.c:
|
|
Disable output buffering in CLI overriding php.ini setting.
|
|
Fixes #26755.
|
|
|
|
2004-01-02 Andrei Zmievski <andrei@gravitonic.com>
|
|
|
|
* ZendEngine2/zend_default_classes.c:
|
|
Do not show exception message if it's empty.
|
|
|
|
|
|
2004-01-02 Jani Taskinen <jani.taskinen@kolumbus.fi>
|
|
|
|
* ext/oci8/oci8.c
|
|
ext/oci8/php_oci8.h:
|
|
ws + cs
|
|
|
|
* ext/oci8/oci8.c:
|
|
another ZTS fix
|
|
|
|
2004-01-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
|
|
|
* NEWS:
|
|
BFN
|
|
|
|
* ext/standard/var_unserializer.c
|
|
ext/standard/var_unserializer.re:
|
|
Bugfix #26762 unserialize() produces lowercase classnames
|
|
|
|
* ext/standard/tests/serialize/bug26762.phpt:
|
|
Add new test
|
|
|
|
2004-01-02 Jani Taskinen <jani.taskinen@kolumbus.fi>
|
|
|
|
* NEWS:
|
|
dotdotdot..
|
|
|
|
* ext/oci8/oci8.c:
|
|
fix ZTS build
|
|
|
|
2004-01-02 Ilia Alshanetsky <ilia@prohost.org>
|
|
|
|
* (PHP_4_3)
|
|
NEWS
|
|
ext/standard/file.c:
|
|
MFH: Fixed bug #26752 (Silent unterminated loop when length parameter for
|
|
fgets(), fread() and fgetss() is 0).
|
|
|
|
* ext/standard/file.c:
|
|
Fixed bug #26752 (Silent unterminated loop when length parameter for
|
|
fgets(), fread() and fgetss() is 0).
|
|
|
|
2004-01-01 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
|
|
|
* ext/recode/recode.c:
|
|
Fix ZTS build
|
|
|
|
2004-01-01 Georg Richter <phpinfo@t-online.de>
|
|
|
|
* ext/mysqli/mysqli_prop.c:
|
|
fixed bug(s) in macro call for statement properties
|
|
|
|
* ext/mysqli/mysqli_prop.c:
|
|
Added Macro for longlong values
|
|
added property stmt->affected_rows
|
|
|
|
2004-01-01 Derick Rethans <php@derickrethans.nl>
|
|
|
|
* ChangeLog
|
|
ChangeLog.2003.gz:
|
|
- Compress 2003 changelog
|
|
|