forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Aug 3, 2005
1 parent
ef28855
commit d162318
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
2005-08-02 Hartmut Holzgraefe <[email protected]> | ||
|
||
* run-tests.php: | ||
make skipif test use ini options specified by -d command line options | ||
|
||
2005-08-02 Dmitry Stogov <[email protected]> | ||
|
||
* ZendEngine2/zend_execute_API.c | ||
ZendEngine2/zend_execute_API.c: | ||
Fixed bug #33942 (the patch to #33156 crash cygwin except cli) | ||
|
||
2005-08-02 Ilia Alshanetsky <[email protected]> | ||
|
||
* NEWS | ||
main/php_variables.c: | ||
Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) | ||
|
||
2005-08-02 Jani Taskinen <[email protected]> | ||
|
||
* NEWS | ||
ZendEngine2/zend_exceptions.c: | ||
- Fixed bug #33967 (misuse of Exception constructor doesn\'t display | ||
errorfile) | ||
|
||
* tests/lang/bug32924.phpt: | ||
fix test when include_path does NOT have . in it | ||
|
||
2005-08-02 Dmitry Stogov <[email protected]> | ||
|
||
* ZendEngine2/bench.php: | ||
Removed warnings | ||
|
||
2005-08-02 Jani Taskinen <[email protected]> | ||
|
||
* NEWS: | ||
BFN | ||
|
||
2005-08-01 Edin Kadribasic <[email protected]> | ||
|
||
* ext/gd/config.w32: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2005-08-02 Dmitry Stogov <[email protected]> | ||
|
||
* zend_execute_API.c | ||
zend_execute_API.c: | ||
Fixed bug #33942 (the patch to #33156 crash cygwin except cli) | ||
|
||
2005-08-02 Jani Taskinen <[email protected]> | ||
|
||
* zend_exceptions.c: | ||
- Fixed bug #33967 (misuse of Exception constructor doesn\'t display | ||
errorfile) | ||
|
||
2005-08-02 Dmitry Stogov <[email protected]> | ||
|
||
* bench.php: | ||
Removed warnings | ||
|
||
2005-07-29 Ilia Alshanetsky <[email protected]> | ||
|
||
* zend_vm_def.h | ||
|