Browse Source

ChangeLog update

experimental/first_unicode_implementation
17 years ago
parent
commit
2b4e245de9
  1. 222
      ChangeLog
  2. 21
      Zend/ChangeLog

222
ChangeLog

@ -1,3 +1,225 @@
2009-05-19 Derick Rethans <php@derickrethans.nl>
* ext/date/php_date.c:
- Getting rid of using the environment to guess timezone information from.
2009-05-19 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_3)
ext/standard/dns.h:
MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for
introducing this)
* ext/standard/dns.h:
- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for
introducing this)
* (PHP_5_2)
ext/standard/dns.h:
ws
2009-05-19 Hannes Magnusson <hannes.magnusson@gmail.com>
* ext/date/php_date.c:
Partial fix for bug#48333 (DateInterval.format() expects a single,
undocumented parameter)
2009-05-19 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
ext/pdo_sqlite/sqlite_statement.c:
MFB: The \0 removal is only needed prior to 3.4.0
* ext/pdo_sqlite/sqlite_statement.c:
MFB: The \0 removal is only needed prior to 3.4.0
* (PHP_5_3)
ext/pdo_sqlite/sqlite_statement.c:
The \0 removal is only needed prior to 3.4.0
* ext/sqlite3/libsqlite/sqlite3.c
ext/sqlite3/libsqlite/sqlite3.h
ext/sqlite3/libsqlite/sqlite3ext.h:
MFB: libsqlite3 3.6.14.1 upgrade
* (PHP_5_3)
ext/sqlite3/libsqlite/sqlite3.c:
Warning fix
* (PHP_5_3)
NEWS
ext/sqlite3/libsqlite/sqlite3.c
ext/sqlite3/libsqlite/sqlite3.h
ext/sqlite3/libsqlite/sqlite3ext.h:
Upgraded to 3.6.14.1
2009-05-19 Kalle Sommer Nielsen <kalle.php@gmail.com>
* (PHP_5_3)
ext/curl/interface.c
ext/curl/streams.c:
MFH: Fixed compiler warnings
* ext/curl/interface.c
ext/curl/streams.c:
Fixed compiler warnings
* ext/mcrypt/mcrypt.c:
Fix compiler warning
* ext/com_dotnet/com_handlers.c
ext/com_dotnet/com_iterator.c
ext/com_dotnet/com_persist.c
ext/com_dotnet/com_saproxy.c
ext/com_dotnet/com_variant.c
ext/com_dotnet/com_wrapper.c:
Fix compiler warnings and refcount not being in sync with 5.3
* ext/wddx/wddx.c
ext/xmlrpc/xmlrpc-epi-php.c
ext/zlib/zlib_filter.c:
Fix compiler warnings (only in HEAD)
* ext/xml/xml.c:
Fix unicode support in utf8_decode()
2009-05-19 Ilia Alshanetsky <ilia@prohost.org>
* ext/pdo_sqlite/sqlite_statement.c
ext/pdo_sqlite/sqlite_statement.c:
MFB: Revert faulty warning fix
* (PHP_5_3)
ext/pdo_sqlite/sqlite_statement.c:
Revert faulty warning fix
2009-05-19 Kalle Sommer Nielsen <kalle.php@gmail.com>
* ext/json/JSON_parser.c:
MFB: Cast to unsigned char to prevent compiler warning
* (PHP_5_3)
ext/json/JSON_parser.c:
Cast to unsigned char to prevent compiler warning
* ext/pgsql/pgsql.c
sapi/cgi/cgi_main.c
sapi/cgi/fastcgi.c:
Fix compiler warnings, and some unicode stuff
2009-05-19 Brian Shire <shire@tekrat.com>
* (PHP_5_3)
ZendEngine2/zend_ini_scanner.c
ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner_defs.h:
MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in
the beginning, and allow [*_-] chars at start of ini labels
* ZendEngine2/zend_ini_scanner.c
ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner_defs.h:
Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the
beginning, and allow [*_-] chars at start of ini labels
2009-05-19 Jani Taskinen <jani.taskinen@sci.fi>
* ext/date/php_date.c
ext/date/php_date.c
ext/date/php_date.c:
- Revert bad compile warning fix which causes compile failures with older
glibc
* (PHP_5_2)
ext/curl/tests/curl_basic_016.phpt
ext/curl/tests/curl_basic_016.phpt:
MFH:- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if
the size is unknown
* ext/curl/tests/curl_basic_016.phpt:
- Fix test: since cURL 7.19.4 CURLINFO_CONTENT_LENGTH_* return -1 if the
size is unknown
* (PHP_5_2)
ext/curl/interface.c:
MFH: Sync with PHP_5_3 the WS/CS and some missing constant fixes
2009-05-19 Arnaud Le Blanc <arnaud.lb@gmail.com>
* ext/sockets/sockets.c:
Fixed bug #48326 (constant MSG_DONTWAIT not defined)
* ZendEngine2/Zend.m4:
Add GCC warnings in debug cflags for things likely to break VC builds
(-Wpointer-arith -Wdeclaration-after-statement)
2009-05-19 Jani Taskinen <jani.taskinen@sci.fi>
* ext/standard/dns.c:
- Unify the macros
2009-05-19 Kalle Sommer Nielsen <kalle.php@gmail.com>
* ext/pdo_odbc/odbc_stmt.c:
Cast to SQLUSMALLINT
* ext/exif/exif.c:
Fixed compiler warning
* (PHP_5_2)
ext/pdo_dblib/config.w32
ext/pdo_dblib/config.w32
ext/pdo_dblib/pdo_dblib.c
ext/pdo_dblib/pdo_dblib.c
ext/pdo_dblib/php_pdo_dblib.h
ext/pdo_dblib/php_pdo_dblib.h:
MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are
not found
* ext/pdo_dblib/config.w32
ext/pdo_dblib/pdo_dblib.c
ext/pdo_dblib/php_pdo_dblib.h:
Fix --with-pdo-mssql build and add some warnings if header/libs are not
found
* ext/pdo/php_pdo_driver.h:
Fixed compiler warning (HEAD only)
2009-05-19 Arnaud Le Blanc <arnaud.lb@gmail.com>
* main/streams/streams.c:
Fix build
2009-05-19 Hannes Magnusson <hannes.magnusson@gmail.com>
* TSRM/tsrm_win32.c
TSRM/tsrm_win32.c:
Fix build
2009-05-19 Jani Taskinen <jani.taskinen@sci.fi>
* NEWS
NEWS:
fix news
2009-05-19 Kalle Sommer Nielsen <kalle.php@gmail.com>
* NEWS:
Keep the style
* NEWS:
DBA entry
2009-05-19 Antony Dovgal <tony@daylessday.org>
* ext/session/php_session.h:
fix build
2009-05-18 Derick Rethans <php@derickrethans.nl>
* (PHP_5_3)

21
Zend/ChangeLog

@ -1,3 +1,24 @@
2009-05-19 Brian Shire <shire@tekrat.com>
* (PHP_5_3)
zend_ini_scanner.c
zend_ini_scanner.l
zend_ini_scanner_defs.h:
MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in
the beginning, and allow [*_-] chars at start of ini labels
* zend_ini_scanner.c
zend_ini_scanner.l
zend_ini_scanner_defs.h:
Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the
beginning, and allow [*_-] chars at start of ini labels
2009-05-19 Arnaud Le Blanc <arnaud.lb@gmail.com>
* Zend.m4:
Add GCC warnings in debug cflags for things likely to break VC builds
(-Wpointer-arith -Wdeclaration-after-statement)
2009-05-18 Zoe Slattery <zoe.slattery@googlemail.com>
* (PHP_5_3)

Loading…
Cancel
Save