Skip to content

Commit

Permalink
ChangeLog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 2, 2006
1 parent c270a8e commit 136d3c6
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
91 changes: 91 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,94 @@
2006-06-01 Ilia Alshanetsky <ilia@prohost.org>

* ext/standard/filters.c:
MFB: fixed compiler warning

* (PHP_5_2)
ext/standard/filters.c:
Fixed compiler warning

2006-06-01 Michael Wallner <mike@iworks.at>

* ext/mysql/config.m4
ext/mysql/php_mysql.c
ext/mysqli/config.m4:
MFB: #37630 MySQL extensions should link against thread safe client libs if
built with ZTS

* (PHP_5_2)
NEWS
ext/mysql/config.m4
ext/mysql/php_mysql.c
ext/mysqli/config.m4:
- Fix bug #37630: MySQL extensions should link against thread safe client
libs if built with ZTS

* (PHP_5_2)
NEWS:
- fix order

* (PHP_5_2)
NEWS:
- Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension is
enabled)

2006-06-01 Antony Dovgal <antony@zend.com>

* (PHP_5_2)
main/safe_mode.c:
no need to do TSRMLS_FETCH() twice

* (PHP_5_2)
ext/standard/proc_open.c:
MFH: suppress_errors is used only on Win32, no need to look for it on other
systems

* ext/standard/proc_open.c:
suppress_errors is used only on Win32, no need to look for it on other
systems

* ext/standard/filters.c:
nuke unused variable

* (PHP_5_2)
ext/standard/tests/array/007.phpt
ext/standard/tests/array/array_chunk2.phpt
ext/standard/tests/array/array_count_values2.phpt
ext/standard/tests/array/array_diff_key2.phpt
ext/standard/tests/array/array_intersect_1.phpt:
fix tests

* (PHP_5_2)
ZendEngine2/tests/offset_array.phpt
ZendEngine2/tests/offset_bool.phpt
ZendEngine2/tests/offset_long.phpt
ZendEngine2/tests/offset_null.phpt
ZendEngine2/tests/offset_object.phpt
ZendEngine2/tests/offset_string.phpt:
add new tests

* ZendEngine2/tests/offset_array.phpt
ZendEngine2/tests/offset_array.phpt
ZendEngine2/tests/offset_bool.phpt
ZendEngine2/tests/offset_bool.phpt
ZendEngine2/tests/offset_long.phpt
ZendEngine2/tests/offset_long.phpt
ZendEngine2/tests/offset_null.phpt
ZendEngine2/tests/offset_null.phpt
ZendEngine2/tests/offset_object.phpt
ZendEngine2/tests/offset_object.phpt
ZendEngine2/tests/offset_string.phpt
ZendEngine2/tests/offset_string.phpt:

add new tests

* (PHP_5_2)
ZendEngine2/zend_execute.c:
MFH: throw a warning when using invalid offset types with strings

* ZendEngine2/zend_execute.c:
throw a warning when using invalid offset types with strings

2006-05-31 Ilia Alshanetsky <ilia@prohost.org>

* (PHP_5_2)
Expand Down
33 changes: 33 additions & 0 deletions Zend/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
2006-06-01 Antony Dovgal <antony@zend.com>

* (PHP_5_2)
tests/offset_array.phpt
tests/offset_bool.phpt
tests/offset_long.phpt
tests/offset_null.phpt
tests/offset_object.phpt
tests/offset_string.phpt:
add new tests

* tests/offset_array.phpt
tests/offset_array.phpt
tests/offset_bool.phpt
tests/offset_bool.phpt
tests/offset_long.phpt
tests/offset_long.phpt
tests/offset_null.phpt
tests/offset_null.phpt
tests/offset_object.phpt
tests/offset_object.phpt
tests/offset_string.phpt
tests/offset_string.phpt:

add new tests

* (PHP_5_2)
zend_execute.c:
MFH: throw a warning when using invalid offset types with strings

* zend_execute.c:
throw a warning when using invalid offset types with strings

2006-05-31 Antony Dovgal <antony@zend.com>

* zend_interfaces.c:
Expand Down

0 comments on commit 136d3c6

Please sign in to comment.