]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 6 Jan 2007 01:31:04 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 6 Jan 2007 01:31:04 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 612508b4b0a6fe21c0163cefa371af1f4d5ac9d0..d8fff4833d92d2eaff3d22b4b084f966221e8548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,104 @@
+2007-01-05  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_2)
+      ext/posix/config.m4:
+      MFH: (r-1.16) ttyname_r() is broken on BSD
+
+    * ext/posix/config.m4
+      ext/posix/posix.c:
+      Refix posix_ttyname(), test for a working implementation of ttyname_r() --
+      which BSD doesn't have
+
+    * ext/posix/posix.c:
+      BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Update create_function()
+
+2007-01-05  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/basic_functions.c:
+      Clean up set_include_path().
+
+2007-01-05  Sara Golemon  <sara@golemon.com>
+
+    * ext/session/mod_files.c:
+      Don't bother with conversion when the converter is already UTF8
+
+2007-01-05  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/date/tests/bug37514.phpt
+      ext/date/tests/oo_002.phpt
+      ext/standard/tests/strings/bug26819.phpt:
+      MFB: Fix tests
+
+    * (PHP_5_2)
+      ext/standard/tests/strings/bug26819.phpt:
+      Fix test according to bug#40009
+
+    * (PHP_5_2)
+      ext/date/tests/bug37514.phpt
+      ext/date/tests/oo_002.phpt:
+      Fix tests
+
+2007-01-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ext/fbsql/php_fbsql.c
+      ext/gd/gd.c
+      ext/ldap/ldap.c
+      ext/pdo_firebird/firebird_statement.c
+      ext/pgsql/pgsql.c
+      ext/soap/php_encoding.c
+      ext/standard/uniqid.c
+      ext/sysvmsg/sysvmsg.c:
+      
+      %f -> %F
+
+2007-01-05  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/session/mod_files.c
+      ext/session/session.c:
+      Fix ZTS issues.
+
+2007-01-05  Edin Kadribasic  <edink@emini.dk>
+
+    * (PHP_4_4)
+      ext/curl/curl.dsp:
+      New curl lib needs CURL_STATICLIB define when linked statically
+
+2007-01-05  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - Back to -dev
+
+    * (PHP_4_4)
+      NEWS
+      configure.in
+      main/php_version.h:
+      - 4.4.5rc1
+
+2007-01-05  Sara Golemon  <sara@golemon.com>
+
+    * NEWS
+      ext/session/CREDITS
+      ext/session/php_session.h
+      ext/session/session.c:
+      Allow ext/session to use ext/hash's algorithms for generating IDs
+
+    * ext/session/mod_files.c
+      ext/session/mod_user.c
+      ext/session/php_session.h
+      ext/session/session.c
+      ext/session/tests/001.phpt
+      ext/session/tests/003.phpt
+      ext/session/tests/004.phpt
+      ext/session/tests/005.phpt:
+      Unicode Updates
+
 2007-01-04  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 4793065579dea81f1ad07cf5fe2a811b9f023df3..ac5813f66d45c2d45751e5831463e396dbec19be 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-05  Sara Golemon  <sara@golemon.com>
+
+    * zend_builtin_functions.c:
+      Update create_function()
+
 2007-01-03  Antony Dovgal  <antony@zend.com>
 
     * zend_extensions.h