mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
ChangeLog update
This commit is contained in:
parent
47f6dc77c5
commit
22c6591674
27
ChangeLog
27
ChangeLog
@ -1,3 +1,30 @@
|
|||||||
|
2003-09-25 Georg Richter <phpinfo@t-online.de>
|
||||||
|
|
||||||
|
* ZendEngine2/zend_alloc.c:
|
||||||
|
fixed compiler warning
|
||||||
|
removed dead code
|
||||||
|
|
||||||
|
* ZendEngine2/zend_hash.h:
|
||||||
|
changed ulong to long to avoid compiler warnings (comparison between signed
|
||||||
|
and unsigned)
|
||||||
|
|
||||||
|
2003-09-25 Jani Taskinen <jani.taskinen@kolumbus.fi>
|
||||||
|
|
||||||
|
* ext/session/mod_files.c:
|
||||||
|
This is only needed for Windows.
|
||||||
|
|
||||||
|
2003-09-25 Georg Richter <phpinfo@t-online.de>
|
||||||
|
|
||||||
|
* ext/mysqli/tests/047.phpt
|
||||||
|
ext/mysqli/tests/057.phpt:
|
||||||
|
mysqli_prepare_result -> mysqli_get_metadata
|
||||||
|
|
||||||
|
* ext/mysqli/mysqli_api.c
|
||||||
|
ext/mysqli/mysqli_fe.c
|
||||||
|
ext/mysqli/php_mysqli.h:
|
||||||
|
mysql_prepare_result -> mysqli_get_metadata
|
||||||
|
This function was renamed in libmysql (changeset 1.607 by monty)
|
||||||
|
|
||||||
2003-09-24 Ilia Alshanetsky <ilia@prohost.org>
|
2003-09-24 Ilia Alshanetsky <ilia@prohost.org>
|
||||||
|
|
||||||
* (PHP_4_3)
|
* (PHP_4_3)
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
2003-09-25 Georg Richter <phpinfo@t-online.de>
|
||||||
|
|
||||||
|
* zend_alloc.c:
|
||||||
|
fixed compiler warning
|
||||||
|
removed dead code
|
||||||
|
|
||||||
|
* zend_hash.h:
|
||||||
|
changed ulong to long to avoid compiler warnings (comparison between signed
|
||||||
|
and unsigned)
|
||||||
|
|
||||||
2003-09-22 Ilia Alshanetsky <ilia@prohost.org>
|
2003-09-22 Ilia Alshanetsky <ilia@prohost.org>
|
||||||
|
|
||||||
* zend.c
|
* zend.c
|
||||||
|
Loading…
Reference in New Issue
Block a user