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

2003-02-04 Thread changelog
changelog   Tue Feb  4 20:32:43 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1256 php4/ChangeLog:1.1257
--- php4/ChangeLog:1.1256   Mon Feb  3 20:32:08 2003
+++ php4/ChangeLog  Tue Feb  4 20:32:42 2003
@@ -1,3 +1,85 @@
+2003-02-04  Stig Bakken  <[EMAIL PROTECTED]>
+
+* pear/package-PEAR.xml:
+  - replace @bin_dir@ in pear.bat
+
+2003-02-04  Sara Golemon  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  ext/bcmath/bcmath.c:
+  FMH(r-1.49/r-1.50)
+
+2003-02-04  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* ext/bcmath/bcmath.c:
+  - Please follow coding standards (this isn't java :)
+
+2003-02-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* ext/bcmath/bcmath.c:
+  fix ZTS build
+
+2003-02-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* sapi/apache/mod_php4.c
+  sapi/apache_hooks/mod_php4.c:
+  Fixed compilation of Apache & Apache Hooks SAPIs.
+
+2003-02-04  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* sapi/cli/php_cli.c:
+  remove it thenthis forces to put work in man page ...
+
+2003-02-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  reorder the bug fixes (reverse #). added missing bug fixing news
+
+2003-02-04  Sara Golemon  <[EMAIL PROTECTED]>
+
+* ext/bcmath/bcmath.c:
+  Bug#13551 bcmath functions should not apply scale to arguments, only to
+  result
+
+2003-02-04  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  Bug fixing news.
+
+* ext/pgsql/pgsql.c:
+  Made the row parameter in pg_result_seek() non-optional, the current
+  implementation would result in random behavior if the 2nd argument is not
+  passed.
+  Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
+  result due to always seeking to row next to the one requested).
+  Removed dead code from pg_result_seek().
+
+2003-02-04  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* ext/standard/aggregation.c
+  sapi/apache/mod_php4.c
+  sapi/apache_hooks/mod_php4.c:
+  Updates reflecting infrastructure changes
+
+2003-02-04  Uwe Steinmann  <[EMAIL PROTECTED]>
+
+* ext/pdf/pdf.c:
+  - fixed some prototypes and folding
+
+* ext/pdf/pdf.c:
+  - fixed prototype of pdf_get_buffer()
+
+2003-02-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  Added missing bugfix news entry.
+
+* NEWS:
+  NEWS ordering..
+
 2003-02-03  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
 
 * main/output.c:





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

2003-02-04 Thread changelog
changelog   Tue Feb  4 20:33:13 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.162 ZendEngine2/ChangeLog:1.163
--- ZendEngine2/ChangeLog:1.162 Mon Feb  3 20:32:15 2003
+++ ZendEngine2/ChangeLog   Tue Feb  4 20:33:13 2003
@@ -1,3 +1,22 @@
+2003-02-04  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* zend_object_handlers.c:
+  Missing update
+
+* zend.c
+  zend.h
+  zend_API.c
+  zend_compile.c
+  zend_compile.h
+  zend_globals.h
+  zend_hash.c
+  zend_hash.h
+  zend_object_handlers.c
+  zend_opcode.c
+  zend_ts_hash.c
+  zend_ts_hash.h:
+  Reimplement PPP properties
+
 2003-02-03  Sebastian Bergmann  <[EMAIL PROTECTED]>
 
 * zend_API.h:
@@ -112,7 +131,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.162 2003/02/04 01:32:15 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.163 2003/02/05 01:33:13 changelog 
+Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>