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

2003-02-10 Thread changelog
changelog   Mon Feb 10 20:31:22 2003 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1262 php4/ChangeLog:1.1263
--- php4/ChangeLog:1.1262   Sun Feb  9 20:32:42 2003
+++ php4/ChangeLog  Mon Feb 10 20:31:22 2003
@@ -1,3 +1,207 @@
+2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+* ext/rpc/com/com_wrapper.c:
+  fix rpc_error call
+
+2003-02-10  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* ext/standard/file.c
+  ext/standard/file.h:
+  Merged the flags for the file() function into a single flag.
+
+2003-02-10  Harald Radi  <[EMAIL PROTECTED]>
+
+* ext/rpc/handler.h
+  ext/rpc/php_rpc.h
+  ext/rpc/rpc.c
+  ext/rpc/rpc.h
+  ext/rpc/rpc_proxy.c
+  ext/rpc/com/com.c
+  ext/rpc/com/com_wrapper.c
+  ext/rpc/com/conversion.c
+  ext/rpc/com/variant.c
+  ext/rpc/com/variant.h:
+  a bunch of fixes
+
+* ext/rpc/skeleton/skeleton.c:
+  s/com/skeleton/ is not always a good idea
+
+2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+* ext/rpc/com/com.c:
+  byref really means that we want the zval...
+
+2003-02-10  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* main/SAPI.c:
+  Fixed possible snprintf problem
+
+* (PHP_4_3)
+  main/SAPI.c:
+  MFH: fixed possible buffer overflow in 64bit systems
+
+* main/SAPI.c:
+  Fixed possible buffer overflow in 64bit systems
+
+* NEWS
+  NEWS:
+  dot dot dot..
+
+* NEWS:
+  MFB: Fixed typo
+
+* (PHP_4_3)
+  NEWS:
+  Fixed typo
+
+2003-02-10  Sara Golemon  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  Bug 22141
+
+2003-02-10  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* main/SAPI.c:
+  Jani happification
+
+* NEWS:
+  New function
+
+2003-02-10  Sara Golemon  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  ext/standard/string.c:
+  Partial MFH.  Deprecated BM algo for str_replace can hang execution.  See
+  Bug#22141
+
+2003-02-10  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+* sapi/apache2filter/sapi_apache2.c:
+  Removed unnecessary code
+
+* ext/zlib/php_zlib.h
+  ext/zlib/zlib.c
+  main/SAPI.c:
+  Fixed zlib.output_compression so it can work even if zlib extension is
+  built as shared
+
+2003-02-10  Melvyn Sopacua  <[EMAIL PROTECTED]>
+
+* Makefile.global:
+  MFB: disable output buffering
+
+* (PHP_4_3)
+  Makefile.global:
+  Make sure we're not buffering stuff
+
+2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+* ext/rpc/com/com.c:
+  Implement com_describe
+
+2003-02-10  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  acinclude.m4
+  config.guess
+  config.sub
+  configure.in
+  ltmain.sh:
+  - MFH: libtool upgrade to 1.4.3
+
+* acinclude.m4
+  configure.in
+  ltmain.sh:
+  - Updated libtool to 1.4.3 which has test for the sed problem..
+
+2003-02-10  Jon Parise  <[EMAIL PROTECTED]>
+
+* ext/pgsql/pgsql.c:
+  Correct the spelling of 'supported'.
+
+2003-02-10  Stig Bakken  <[EMAIL PROTECTED]>
+
+* pear/PEAR.php:
+  - update PEAR::isError phpdoc
+
+* pear/PEAR.php:
+  - PEAR::isError accepts second parameter that will be matched against
+the error code.  PEAR::isError($obj, FOO) will return true if $obj
+is an error object, and $obj->getCode() returns FOO.
+
+* pear/install-pear.txt:
+  - the "a" in "pear" is "application" now
+
+2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+* ext/rpc/com/com_wrapper.c:
+  Error reporting clean up
+
+* ext/rpc/rpc.c:
+  Newly created objects should use a separate function_table from the global
+  class entry table.
+  For objects instantiated via new, make sure that intern->function_table
+  uses the newly created table when the class is registered.
+  For generic per-object hashing, copy the ce->function_table into
+  intern->function_table.
+
+* ext/rpc/com/com.c
+  ext/rpc/com/com_wrapper.c:
+  Error reporting leaks and cleanup
+
+2003-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* tests/lang/bug21961.phpt:
+  Fix the test
+
+2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+* ext/openssl/openssl.c:
+  Add additional optional parameter to openssl_pkcs7_encrypt to specify the
+  cipher.  The cipher can be one of the constants listed below.
+  
+  Based on a patch from:
+  stefan at cuba dot ionum dot ch
+  
+   OPENSSL_CIPHER_RC2_40,   (the default)
+   OPENSSL_CIPHER_RC2_128,
+   OPENSSL_CIPHER_RC2_64,
+   OPENSSL_CIPHER_DES,
+   OPENSSL_CIPHER_3DES,
+  
+  proto bool openssl_pkcs7_encrypt(string infile, string outfile,
+ mixed recipcerts, array headers [, long flags [, long cipher]])
+
+2003-02-10  Harald Radi  <[EMAIL PROTECTED]>
+
+* (PHP_4_3)
+  NEWS:
+  18 t

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

2003-02-10 Thread changelog
changelog   Mon Feb 10 20:31:35 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.168 ZendEngine2/ChangeLog:1.169
--- ZendEngine2/ChangeLog:1.168 Sun Feb  9 20:32:53 2003
+++ ZendEngine2/ChangeLog   Mon Feb 10 20:31:35 2003
@@ -1,3 +1,50 @@
+2003-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* zend_compile.c:
+  Fix zend_initialize_class_data()
+
+* zend.c
+  zend.h
+  zend_API.c
+  zend_compile.c
+  zend_compile.h:
+  Centralize class initialization
+
+* zend_compile.c
+  zend_compile.h
+  zend_language_parser.y:
+  - Treat $this->foo inside class X as an implicit 'public $foo' if X::$foo
+is not explicitly declared
+  - Forbid multiple declaration of the same variable
+
+* zend_execute.c:
+  whitespace
+
+* zend_API.c
+  zend_compile.c:
+  Add missing destructors
+
+2003-02-10  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+* zend_object_handlers.c:
+  update static constants too
+
+2003-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
+
+* zend_builtin_functions.c:
+  Fix get_parent_class()
+
+* zend_object_handlers.c:
+  Restore missing check
+
+* zend_execute.c
+  zend_execute_API.c:
+  Add ability to reference self:: and parent:: in constant initializers
+  (bug #21849)
+
+* zend_execute.c:
+  Remove redundant code
+
 2003-02-09  Zeev Suraski  <[EMAIL PROTECTED]>
 
 * zend_execute.c:
@@ -230,7 +277,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.168 2003/02/10 01:32:53 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.169 2003/02/11 01:31:35 changelog 
+Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>