[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2003-05-27 Thread changelog
changelog   Tue May 27 20:30:46 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1327 php4/ChangeLog:1.1328
--- php4/ChangeLog:1.1327   Mon May 26 20:30:55 2003
+++ php4/ChangeLog  Tue May 27 20:30:46 2003
@@ -1,3 +1,40 @@
+2003-05-27  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+* pear/PEAR/Registry.php:
+  - Fix the "weird bug" with different serialized file under cli/cgi or
+  apache sapi
+  Important Notice:
+  *always* use 'wb' to write file, sapi cli and cgi force the default to be
+  binary, apache does not.
+
+2003-05-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/standard/browscap.c:
+  MFB: php_error_docref -> zend_error (MINIT)
+
+* (PHP_4_3)
+  ext/standard/browscap.c:
+  There is no point using php_error_docref in MINIT.
+
+2003-05-27  Adam Dickmeiss  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  ext/yaz/php_yaz.c:
+  Fix close of log file.
+
+* ext/yaz/php_yaz.c:
+  Fix close of log file. Ensure that YAZ log file is reset too
+
+2003-05-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/xml/xml.c:
+  Fix compiler warnings.
+
+2003-05-27  Melvyn Sopacua  <[EMAIL PROTECTED]>
+
+* ext/standard/string.c:
+  MFB: LC_MESSAGES support
+
 2003-05-26  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * sapi/cgi/cgi_main.c:




[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-05-27 Thread changelog
changelog   Tue May 27 20:30:50 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.219 ZendEngine2/ChangeLog:1.220
--- ZendEngine2/ChangeLog:1.219 Mon May 26 20:30:59 2003
+++ ZendEngine2/ChangeLog   Tue May 27 20:30:50 2003
@@ -1,3 +1,14 @@
+2003-05-27  Sterling Hughes  <[EMAIL PROTECTED]>
+
+* zend.c
+  zend_object_handlers.c
+  zend_object_handlers.h
+  zend_operators.c:
+  Assume lazy consensus regarding the cast_object() patch.  *Only*
+  implemented
+  from a internals perspective.  This callback has been very useful for both
+  ext/mono and ext/simplexml
+
 2003-05-26  Marcus Boerger  <[EMAIL PROTECTED]>
 
 * zend_language_scanner.l:
@@ -1226,7 +1237,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.219 2003/05/27 00:30:59 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.220 2003/05/28 00:30:50 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>