mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
ChangeLog update
This commit is contained in:
parent
8ff9528138
commit
e5cb1fa4e4
96
ChangeLog
96
ChangeLog
@ -1,3 +1,99 @@
|
||||
2004-08-12 Georg Richter <georg@mysql.com>
|
||||
|
||||
* ext/mysqli/mysqli_api.c
|
||||
ext/mysqli/mysqli_api.c:
|
||||
minor fix in mysqli_prepare: copying stmt errormessag to mysql structure
|
||||
|
||||
2004-08-12 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
configure.in
|
||||
ZendEngine2/zend.h
|
||||
main/php_version.h:
|
||||
- Back to 5.0.2-dev
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
configure.in
|
||||
ZendEngine2/zend.h
|
||||
main/php_version.h:
|
||||
- Roll 5.0.1
|
||||
|
||||
2004-08-12 Chuck Hagenbuch <chuck@horde.org>
|
||||
|
||||
* ext/imap/php_imap.c
|
||||
ext/imap/php_imap.c
|
||||
ext/imap/php_imap.c:
|
||||
More spaces -> tabs.
|
||||
|
||||
2004-08-12 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/imap/php_imap.c
|
||||
ext/imap/php_imap.c:
|
||||
MFH: Properly fix the msgno check inside imap_fetchbody().
|
||||
|
||||
* ext/imap/php_imap.c:
|
||||
Properly fix the msgno check inside imap_fetchbody().
|
||||
|
||||
2004-08-12 Chuck Hagenbuch <chuck@horde.org>
|
||||
|
||||
* ext/imap/php_imap.c:
|
||||
fix.
|
||||
|
||||
2004-08-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* tests/classes/iterators_001.phpt
|
||||
tests/classes/iterators_002.phpt:
|
||||
Fix tests after foreach patch
|
||||
|
||||
2004-08-12 Derick Rethans <php@derickrethans.nl>
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS:
|
||||
- Reorder a bit and add .
|
||||
|
||||
2004-08-12 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* (PHP_5_0)
|
||||
configure.in
|
||||
ZendEngine2/zend.h
|
||||
main/php_version.h:
|
||||
- Back to -dev
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
configure.in
|
||||
ZendEngine2/zend.h
|
||||
main/php_version.h:
|
||||
- 5.0.1RC2
|
||||
|
||||
* ext/standard/array.c:
|
||||
- Use FREE_HASHTABLE()
|
||||
|
||||
* ZendEngine2/zend_compile.c
|
||||
ZendEngine2/zend_compile.h
|
||||
ZendEngine2/zend_execute.c:
|
||||
- Don't use magic numbers
|
||||
|
||||
2004-08-12 Magnus Määttä <novell@kiruna.se>
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS:
|
||||
Add missing NEWS entry (bug 29147).
|
||||
|
||||
2004-08-12 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* ZendEngine2/zend_compile.c
|
||||
ZendEngine2/zend_execute.c:
|
||||
- Significantly improve performance of foreach($arr as $data). (Marcus)
|
||||
|
||||
2004-08-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* ext/dba/tests/dba_cdb_make.phpt:
|
||||
Change to use md5_file()
|
||||
|
||||
2004-08-11 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* ext/gd/libgd/gd_topal.c:
|
||||
|
@ -1,3 +1,30 @@
|
||||
2004-08-12 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* (PHP_5_0)
|
||||
zend.h:
|
||||
- Back to 5.0.2-dev
|
||||
|
||||
* (PHP_5_0)
|
||||
zend.h:
|
||||
- Roll 5.0.1
|
||||
|
||||
* (PHP_5_0)
|
||||
zend.h:
|
||||
- Back to -dev
|
||||
|
||||
* (PHP_5_0)
|
||||
zend.h:
|
||||
- 5.0.1RC2
|
||||
|
||||
* zend_compile.c
|
||||
zend_compile.h
|
||||
zend_execute.c:
|
||||
- Don't use magic numbers
|
||||
|
||||
* zend_compile.c
|
||||
zend_execute.c:
|
||||
- Significantly improve performance of foreach($arr as $data). (Marcus)
|
||||
|
||||
2004-08-11 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* zend_highlight.c:
|
||||
|
Loading…
Reference in New Issue
Block a user