mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
ChangeLog update
This commit is contained in:
parent
310dd4a214
commit
30c554a0ac
69
ChangeLog
69
ChangeLog
@ -1,3 +1,72 @@
|
||||
2005-05-08 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/standard/basic_functions.c:
|
||||
MFH: - Fixed putenv() under win32 (see bug #32957)
|
||||
|
||||
2005-05-08 Rasmus Lerdorf <rasmus@lerdorf.com>
|
||||
|
||||
* ext/standard/info.c:
|
||||
Fix request_uri XSS on phpinfo() page
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/standard/info.c:
|
||||
Oops, wrong place. It was in the logo stuff instead.
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/standard/info.c:
|
||||
Let's not XSS ourself at least
|
||||
|
||||
2005-05-08 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* (PHP_4_3)
|
||||
NEWS
|
||||
ext/ldap/config.m4
|
||||
ext/ldap/ldap.c
|
||||
ext/ldap/php_ldap.h:
|
||||
MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
|
||||
|
||||
* ext/ldap/config.m4:
|
||||
this check was not needed
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
ext/ldap/config.m4
|
||||
ext/ldap/ldap.c
|
||||
ext/ldap/php_ldap.h:
|
||||
MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
|
||||
|
||||
* ext/ldap/config.m4
|
||||
ext/ldap/ldap.c
|
||||
ext/ldap/php_ldap.h:
|
||||
- Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
|
||||
|
||||
* ext/dba/config.m4:
|
||||
no tabs
|
||||
|
||||
2005-05-08 Georg Richter <georg@mysql.com>
|
||||
|
||||
* (PHP_5_0)
|
||||
NEWS
|
||||
ext/mysqli/mysqli_fe.c
|
||||
ext/mysqli/mysqli_nonapi.c
|
||||
ext/mysqli/php_mysqli.h
|
||||
ext/mysqli/tests/065.phpt:
|
||||
added new function mysqli_set_character_set_name
|
||||
This function changes also the mysql->charset structure for
|
||||
mysql_real_escape_string (see MySQL Bugs #8317 and #9637).
|
||||
This bug will probably be fixed in MySQL 5.1
|
||||
|
||||
* ext/mysqli/tests/065.phpt
|
||||
ext/mysqli/tests/065.phpt:
|
||||
|
||||
Added new function mysqli_set_character_set_name
|
||||
|
||||
* ext/mysqli/mysqli_fe.c
|
||||
ext/mysqli/mysqli_nonapi.c
|
||||
ext/mysqli/php_mysqli.h:
|
||||
Added new function mysqli_set_character_set_name
|
||||
|
||||
2005-05-07 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* NEWS:
|
||||
|
Loading…
Reference in New Issue
Block a user