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 13, 2005
1 parent
be8fe97
commit 2f390c2
Showing
2 changed files
with
91 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,77 @@ | ||
2005-07-12 Andi Gutmans <[email protected]> | ||
|
||
* (php_5_1_0b3) | ||
NEWS: | ||
- Update Beta 3 date | ||
|
||
2005-07-12 Antony Dovgal <[email protected]> | ||
|
||
* (php_5_1_0b3) | ||
ext/mysqli/mysqli_fe.c | ||
ext/mysqli/php_mysqli.h: | ||
add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | ||
|
||
2005-07-12 Andi Gutmans <[email protected]> | ||
|
||
* NEWS: | ||
- Update News | ||
|
||
* configure.in | ||
ZendEngine2/zend.h | ||
main/php_version.h: | ||
- Back to -dev | ||
|
||
* (php_5_1_0b3) | ||
configure.in | ||
ZendEngine2/zend.h | ||
main/php_version.h: | ||
- Beta 3 | ||
|
||
2005-07-12 Ilia Alshanetsky <[email protected]> | ||
|
||
* NEWS | ||
ext/standard/file.c: | ||
Added support for LOCK_EX flag for file_put_contents(). | ||
|
||
* (php_5_1_0b3) | ||
main/SAPI.c | ||
main/main.c: | ||
Fixed double-free in the digest authentication handling. | ||
|
||
|
||
2005-07-12 Georg Richter <[email protected]> | ||
|
||
* (php_5_1_0b3) | ||
ext/mysqli/mysqli_nonapi.c | ||
ext/mysqli/php_mysqli.h: | ||
changed version dependency for charset functions | ||
|
||
2005-07-12 Antony Dovgal <[email protected]> | ||
|
||
* (php_5_1_0b3) | ||
tests/lang/bug22367.phpt | ||
tests/lang/bug22510.phpt: | ||
fix tests that started to fail after the last change in ZE | ||
(noticed by Nuno) | ||
|
||
2005-07-12 Georg Richter <[email protected]> | ||
|
||
* ext/mysqli/mysqli_nonapi.c | ||
ext/mysqli/php_mysqli.h: | ||
removed charset structure. libmysql now provides a function | ||
mysqli_get_character_set_info (Vers. 5.0.10) | ||
|
||
2005-07-12 Dmitry Stogov <[email protected]> | ||
|
||
* NEWS | ||
NEWS | ||
NEWS | ||
Zend/zend_execute_API.c | ||
ZendEngine2/zend_execute_API.c | ||
ZendEngine2/zend_execute_API.c: | ||
Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). | ||
(Nuno) | ||
|
||
2005-07-11 Ilia Alshanetsky <[email protected]> | ||
|
||
* ZendEngine2/zend_vm_def.h | ||
|
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-07-12 Andi Gutmans <[email protected]> | ||
|
||
* zend.h: | ||
- Back to -dev | ||
|
||
* (php_5_1_0b3) | ||
zend.h: | ||
- Beta 3 | ||
|
||
2005-07-12 Dmitry Stogov <[email protected]> | ||
|
||
* (php_5_1_0b3) | ||
zend_execute_API.c | ||
zend_execute_API.c: | ||
Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). | ||
(Nuno) | ||
|
||
2005-07-11 Ilia Alshanetsky <[email protected]> | ||
|
||
* zend_vm_def.h | ||
|