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
Jul 12, 2005
1 parent
0562581
commit 212299c
Showing
2 changed files
with
48 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,44 @@ | ||
2005-07-11 Ilia Alshanetsky <[email protected]> | ||
|
||
* ZendEngine2/zend_vm_def.h | ||
ZendEngine2/zend_vm_execute.h: | ||
Make references misuse emit E_NOTICE rather E_STRICT to be compatible with | ||
PHP 4.4.0 | ||
|
||
2005-07-11 Dmitry Stogov <[email protected]> | ||
|
||
* (PHP_4_4) | ||
NEWS | ||
ext/standard/array.c: | ||
Fixed bug #31158 (array_splice on $GLOBALS crashes) | ||
|
||
2005-07-11 Derick Rethans <[email protected]> | ||
|
||
* (PHP_4_4) | ||
configure.in | ||
main/php_version.h: | ||
- Back to -dev. | ||
|
||
* (PHP_4_4) | ||
NEWS | ||
configure.in | ||
main/php_version.h: | ||
- Go with 4.4.0. | ||
|
||
2005-07-11 Jon Parise <[email protected]> | ||
|
||
* run-tests.php: | ||
Removing the automake-related output. The build no longer uses automake. | ||
|
||
While I'm here, rewrite the PHP_AUTOCONF-related code to more closely | ||
match the conventions used elsewhere in this section. The result should | ||
be functionally the same as before. | ||
|
||
2005-07-11 Ilia Alshanetsky <[email protected]> | ||
|
||
* ext/mime_magic/mime_magic.c: | ||
Compiler warning fix. | ||
|
||
2005-07-10 Jani Taskinen <[email protected]> | ||
|
||
* NEWS | ||
|
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,10 @@ | ||
2005-07-11 Ilia Alshanetsky <[email protected]> | ||
|
||
* zend_vm_def.h | ||
zend_vm_execute.h: | ||
Make references misuse emit E_NOTICE rather E_STRICT to be compatible with | ||
PHP 4.4.0 | ||
|
||
2005-07-08 Jani Taskinen <[email protected]> | ||
|
||
* tests/unset_cv05.phpt | ||
|