Skip to content

Commit

Permalink
ChangeLog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 8, 2005
1 parent 3baf795 commit d8ad6ff
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
82 changes: 82 additions & 0 deletions ChangeLog
@@ -1,3 +1,85 @@
2005-02-07 Rasmus Lerdorf <rasmus@lerdorf.com>

* ext/fam/fam.c
ext/fam/php_fam.h
ext/hwapi/hwapi.cpp
ext/hwapi/php_hwapi.h
ext/mono/php_mono.c
ext/msession/msession.c
ext/msession/php_msession.h
ext/ncurses/ncurses.c
ext/ncurses/php_ncurses.h:
Get rid of more useless RINIT/RSHUTDOWN calls

2005-02-07 Ilia Alshanetsky <ilia@prohost.org>

* (PHP_4_3)
NEWS
NEWS
ext/sysvmsg/sysvmsg.c
ext/sysvmsg/sysvmsg.c:
MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored
without
being serialized).

* ext/sysvmsg/sysvmsg.c:
Fixed bug #31527 (crash in msg_send() when non-string is stored without
being serialized).

2005-02-07 Rasmus Lerdorf <rasmus@lerdorf.com>

* ext/xml/xml.c:
No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here

2005-02-07 Dmitry Stogov <dmitry@zend.com>

* ZendEngine2/zend_compile.c:
Fixed bug introduced with foreach() optimization patch

* ZendEngine2/zend_compile.c:
Fixed FE_RESET/FE_FETCH bug.
Now FE_RESET instruction takes jump-address from itself, not from the
following FE_FETCH instruction.

* ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.h
ZendEngine2/zend_language_parser.y
ZendEngine2/zend_vm_def.h
ZendEngine2/zend_vm_execute.h
ZendEngine2/zend_vm_opcodes.h:
foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.

2005-02-07 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>

* ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.h
ZendEngine2/zend_language_parser.y:
- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt

* tests/lang/040.phpt:
- Add new test

2005-02-07 Antony Dovgal <tony2001@phpclub.net>

* ext/filepro/filepro.c
ext/filepro/php_filepro.h:
fix leaks on shutdown
fix leaks appearing when trying to open several "databases"

2005-02-07 Jani Taskinen <jani.taskinen@kolumbus.fi>

* (PHP_4_3)
NEWS
NEWS
configure.in
configure.in:
MFH: - Fixed bug #31858 (--disable-cli does not force --without-pear)

* configure.in:
- Fixed bug #31858 (--disable-cli does not force --without-pear)

2005-02-06 Zeev Suraski <zeev@zend.com>

* (PHP_5_0)
Expand Down
27 changes: 27 additions & 0 deletions Zend/ChangeLog
@@ -1,3 +1,30 @@
2005-02-07 Dmitry Stogov <dmitry@zend.com>

* zend_compile.c:
Fixed bug introduced with foreach() optimization patch

* zend_compile.c:
Fixed FE_RESET/FE_FETCH bug.
Now FE_RESET instruction takes jump-address from itself, not from the
following FE_FETCH instruction.

* zend_compile.c
zend_compile.h
zend_language_parser.y
zend_vm_def.h
zend_vm_execute.h
zend_vm_opcodes.h:
foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.

2005-02-07 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>

* zend_compile.c
zend_compile.h
zend_language_parser.y:
- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt

2005-02-06 Zeev Suraski <zeev@zend.com>

* (PHP_5_0)
Expand Down

0 comments on commit d8ad6ff

Please sign in to comment.