[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-04-19 Thread changelog
changelog   Mon Apr 19 20:35:23 2004 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1603r2=1.1604ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1603 php-src/ChangeLog:1.1604
--- php-src/ChangeLog:1.1603Sun Apr 18 20:34:18 2004
+++ php-src/ChangeLog   Mon Apr 19 20:35:22 2004
@@ -1,3 +1,56 @@
+2004-04-19  Rob Richards  [EMAIL PROTECTED]
+
+* scripts/Makefile.frag:
+  add ext/libxml/ to the headers path
+
+2004-04-19  Marcus Boerger  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_reflection_api.c:
+  show ini entries and classes for extensions.
+
+2004-04-19  Wez Furlong  [EMAIL PROTECTED]
+
+* NEWS
+  ext/standard/php_fopen_wrapper.c:
+  Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
+
+2004-04-19  Derick Rethans  [EMAIL PROTECTED]
+
+* NEWS:
+  - Is it really this hard?/jani
+
+2004-04-19  John Coggeshall  [EMAIL PROTECTED]
+
+* NEWS:
+  Adding tidy error handling news
+
+2004-04-19  Wez Furlong  [EMAIL PROTECTED]
+
+* NEWS:
+  and the news
+
+* configure.in
+  ext/standard/proc_open.c:
+  Add pty support to proc_open() for systems with Unix98 ptys.
+
+2004-04-19  Edin Kadribasic  [EMAIL PROTECTED]
+
+* ext/interbase/ibase_blobs.c
+  ext/interbase/ibase_events.c
+  ext/interbase/php_ibase_includes.h:
+  No need to export anything. Fixes win32 build
+
+2004-04-19  Wez Furlong  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  NEWS:
+  news!
+
+* (PHP_4_3)
+  main/network.c:
+  MFH: timeout duration too long in liveness checks for sockets.
+  Fixes Bug #28055
+
 2004-04-18  Ilia Alshanetsky  [EMAIL PROTECTED]
 
 * ext/posix/posix.c:
@@ -2145,7 +2198,7 @@
 2004-03-18  Pierre-Alain Joye  [EMAIL PROTECTED]
 
 * ext/gd/tests/bug27582_2.phpt:
-  - Fix the test description and $Id: ChangeLog,v 1.1603 2004/04/19 00:34:18 
changelog Exp $
+  - Fix the test description and $Id: ChangeLog,v 1.1604 2004/04/20 00:35:22 
changelog Exp $
 
 2004-03-18  Derick Rethans  [EMAIL PROTECTED]
 


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

2004-04-19 Thread changelog
changelog   Mon Apr 19 20:35:30 2004 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.452r2=1.453ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.452 ZendEngine2/ChangeLog:1.453
--- ZendEngine2/ChangeLog:1.452 Sat Apr 17 20:34:17 2004
+++ ZendEngine2/ChangeLog   Mon Apr 19 20:35:29 2004
@@ -1,3 +1,8 @@
+2004-04-19  Marcus Boerger  [EMAIL PROTECTED]
+
+* zend_reflection_api.c:
+  show ini entries and classes for extensions.
+
 2004-04-17  Marcus Boerger  [EMAIL PROTECTED]
 
 * zend.c:
@@ -4437,7 +4442,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.452 2004/04/18 00:34:17 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.453 2004/04/20 00:35:29 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -6161,7 +6166,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.452 2004/04/18 00:34:17 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.453 2004/04/20 00:35:29 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]