changelog Thu Jul 28 01:32:07 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2055&r2=1.2056&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2055 php-src/ChangeLog:1.2056
--- php-src/ChangeLog:1.2055 Wed Jul 27 01:37:49 2005
+++ php-src/ChangeLog Thu Jul 28 01:32:06 2005
@@ -1,3 +1,114 @@
+2005-07-27 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * NEWS:
+ news entry for bug #33882 fix
+
+2005-07-27 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * configure.in:
+ ws
+
+2005-07-27 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * main/php_ini.c:
+ ws fix
+
+2005-07-27 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * main/php_ini.c:
+ edge case: do not remove trailing slash for root directory (Bug #33882)
+
+ * main/php_ini.c:
+ php.ini search logic needs to use the absolute path of the running binary
+ when looking for php.ini in the directory the php binary is installed in
+
+2005-07-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).
+
+2005-07-27 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ main/network.c:
+ removing redundant inclusion of headers for NETWARE
+ --Kamesh
+
+ * (PHP_4_4)
+ acinclude.m4:
+ NetWare cross compile patches from 5.0
+ --Kamesh
+
+ * (PHP_4_4)
+ configure.in:
+ cross compile patches from 5.0 tree.
+ --Kamesh
+
+ * configure.in
+ configure.in:
+ configure.in
+ moved the PHP_OS and PHP_UNAME definitions near the place other oses
+ define them currently it is ggeting redined to build machine values when
+ ./configure script is generated using autoconf version 2.13 but works
fine
+ with autoconf 2.51.
+ Defining the default EXTENSION_DIR for NetWare
+
+ --Kamesh
+
+ * (PHP_4_4)
+ ext/standard/datetime.c
+ ext/standard/filestat.c
+ ext/standard/head.c
+ ext/standard/image.c
+ ext/standard/math.c
+ ext/standard/pageinfo.c:
+ ext/standard/datetime.c
+ Removed redundant NEW_LIBC checks
+
+ ext/standard/head.c
+ Removed redundant inclusion of headers
+
+ ext/standard/image.c
+ Removed redundant inclusion of headers
+
+ ext/standard/pageinfo.c
+ Removed redundant CLIB_STAT_CHECK. BG(page_mtime) was giving nano
seconds
+ portion out of timespec corrected to seconds.
+
+ ext/standard/math.c
+ Not to hardcode inability as much as possible, in future NetWare LibC SDK
+ might have asinh that time autoconf can make this function available.
+
+ ext/standard/filestat.c
+ Fixed the typo of accessing the nano seconds from a timer_spec to
seconds.
+
+ --Kamesh
+
+ * (PHP_4_4)
+ ext/bcmath/libbcmath/src/config.h
+ ext/mcve/mcve.c
+ ext/pcre/pcrelib/internal.h:
+ NetWare can make use of autoconf based build
+
+ * (PHP_4_4)
+ main/config.nw.h
+ main/php.h
+ main/php_syslog.h:
+ main/php_syslog.h
+ NetWare can make use of Autoconf based build.
+
+ main/php.h
+ Removed redundant NEW_LIBC checks.
+ PHP_UNAME and PHP_OS has been hardcoded for NetWare inside configure.in
+
+ Removed the config.nw.h
+ --Kamesh
+
+ * (PHP_4_4)
+ main/php_streams.h:
+ Removing redundant CLIB_STAT_PATCH checks.
+ --Kamesh
+
2005-07-26 Ilia Alshanetsky <[EMAIL PROTECTED]>
* NEWS:
@@ -7119,7 +7230,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2055 2005/07/27 05:37:49 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2056 2005/07/28 05:32:06 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -10520,7 +10631,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2055 2005/07/27 05:37:49 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2056 2005/07/28 05:32:06 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -11001,7 +11112,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2055 2005/07/27 05:37:49 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2056 2005/07/28 05:32:06 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -12475,7 +12586,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2055 2005/07/27 05:37:49 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2056 2005/07/28 05:32:06 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: