mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
ChangeLog update
This commit is contained in:
@@ -1,3 +1,128 @@
|
||||
2005-12-05 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* ext/skeleton/skeleton.c:
|
||||
- Use the real name instead of the BC name here
|
||||
|
||||
* ext/fbsql/php_fbsql.c
|
||||
ext/informix/ifx.ec
|
||||
ext/interbase/interbase.c
|
||||
ext/msql/php_msql.c
|
||||
ext/mssql/php_mssql.c
|
||||
ext/mysql/php_mysql.c
|
||||
ext/oci8/oci8.c
|
||||
ext/odbc/php_odbc.c
|
||||
ext/pgsql/pgsql.c
|
||||
ext/sqlite/sqlite.c
|
||||
ext/sybase/php_sybase_db.c
|
||||
ext/sybase_ct/php_sybase_ct.c
|
||||
main/streams/streams.c:
|
||||
- list_entry -> zend_rsrc_list_entry
|
||||
|
||||
* ext/dba/dba.c:
|
||||
- Do not use the PHP3 era names
|
||||
|
||||
* ext/msql/php_msql.c
|
||||
ext/standard/array.c
|
||||
ext/standard/assert.c
|
||||
ext/standard/basic_functions.c
|
||||
ext/standard/browscap.c
|
||||
ext/standard/cyr_convert.c
|
||||
ext/standard/dir.c
|
||||
ext/standard/dns.c
|
||||
ext/standard/exec.c
|
||||
ext/standard/exec.h
|
||||
ext/standard/file.c
|
||||
ext/standard/filestat.c
|
||||
ext/standard/image.c
|
||||
ext/standard/info.c
|
||||
ext/standard/iptc.c
|
||||
ext/standard/php_filestat.h
|
||||
ext/standard/php_string.h
|
||||
ext/standard/quot_print.c
|
||||
ext/standard/reg.c
|
||||
ext/standard/scanf.c
|
||||
ext/standard/scanf.h
|
||||
ext/standard/string.c
|
||||
ext/standard/type.c:
|
||||
- Nuke php3 legacy
|
||||
|
||||
2005-12-05 Brian France <list@firehawksystems.com>
|
||||
|
||||
* ext/sqlite/sqlite.c
|
||||
ext/sqlite/sqlite.c:
|
||||
Wrap the php_session.h include in the same ifdef as the rest of the
|
||||
session code.
|
||||
|
||||
2005-12-05 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* ZendEngine2/zend_vm_gen.php:
|
||||
MF51: more typos fixed (thanks to Mike Naberezny for noticing these)
|
||||
|
||||
* (PHP_5_1)
|
||||
ZendEngine2/zend_vm_gen.php:
|
||||
more typos fixed (thanks to Mike Naberezny for noticing these)
|
||||
|
||||
2005-12-05 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS:
|
||||
Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).
|
||||
|
||||
2005-12-05 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* ZendEngine2/zend_exceptions.c:
|
||||
MF51: improve error messages
|
||||
|
||||
* (PHP_5_1)
|
||||
ZendEngine2/zend_exceptions.c:
|
||||
improve error messages
|
||||
|
||||
* (PHP_4_4)
|
||||
NEWS
|
||||
NEWS
|
||||
ext/mysql/php_mysql.c
|
||||
ext/mysql/php_mysql.c
|
||||
ext/mysql/php_mysql.c:
|
||||
MF51:
|
||||
fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
|
||||
add also SET, ENUM, NEWDATE and GEOMETRY to the switch
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS
|
||||
ext/mysql/php_mysql.c:
|
||||
fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
|
||||
add also SET, ENUM, NEWDATE and GEOMETRY to the switch
|
||||
|
||||
2005-12-05 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* ZendEngine2/tests/bug35509.phpt
|
||||
ZendEngine2/tests/bug35509.phpt:
|
||||
|
||||
file bug35509.phpt was initially added on branch PHP_5_1.
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS
|
||||
ZendEngine2/zend_execute_API.c
|
||||
ZendEngine2/zend_execute_API.c
|
||||
ZendEngine2/zend_hash.c
|
||||
ZendEngine2/zend_hash.h
|
||||
ZendEngine2/zend_hash.h
|
||||
ZendEngine2/tests/bug35509.phpt:
|
||||
Fixed bug #35509 (string constant as array key has different behavior
|
||||
inside object)
|
||||
|
||||
2005-12-05 Ilia Alshanetsky <ilia@prohost.org>
|
||||
|
||||
* ext/standard/sunfuncs.c:
|
||||
MBF51: load proper header file
|
||||
|
||||
* Makefile.gcov:
|
||||
MFB51:Avoid gcov conflicts on non-unique filenames
|
||||
|
||||
* (PHP_5_1)
|
||||
Makefile.gcov:
|
||||
Avoid gcov conflicts on non-unique filenames
|
||||
|
||||
2005-12-04 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* sapi/apache/config.m4
|
||||
|
||||
@@ -1,3 +1,35 @@
|
||||
2005-12-05 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* zend_vm_gen.php:
|
||||
MF51: more typos fixed (thanks to Mike Naberezny for noticing these)
|
||||
|
||||
* (PHP_5_1)
|
||||
zend_vm_gen.php:
|
||||
more typos fixed (thanks to Mike Naberezny for noticing these)
|
||||
|
||||
* zend_exceptions.c:
|
||||
MF51: improve error messages
|
||||
|
||||
* (PHP_5_1)
|
||||
zend_exceptions.c:
|
||||
improve error messages
|
||||
|
||||
2005-12-05 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* zend_execute_API.c
|
||||
zend_execute_API.c
|
||||
zend_hash.c
|
||||
zend_hash.h
|
||||
zend_hash.h
|
||||
tests/bug35509.phpt:
|
||||
Fixed bug #35509 (string constant as array key has different behavior
|
||||
inside object)
|
||||
|
||||
* tests/bug35509.phpt
|
||||
tests/bug35509.phpt:
|
||||
|
||||
file bug35509.phpt was initially added on branch PHP_5_1.
|
||||
|
||||
2005-12-04 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* (PHP_5_1)
|
||||
|
||||
Reference in New Issue
Block a user