changelog               Mon Mar  3 20:32:48 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1283 php4/ChangeLog:1.1284
--- php4/ChangeLog:1.1283       Sun Mar  2 20:32:42 2003
+++ php4/ChangeLog      Mon Mar  3 20:32:47 2003
@@ -1,3 +1,106 @@
+2003-03-03  Georg Richter  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/php_mysqli.h:
+      fixed bug in macro-definition
+
+    * ext/mysqli/tests/051.phpt
+      ext/mysqli/tests/052.phpt:
+      disabled output of errormessages
+
+    * ext/mysqli/config.m4
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_profiler.c
+      ext/mysqli/php_mysqli.h:
+      added profiler support
+
+2003-03-03  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/credits_ext.h
+      ext/standard/credits_sapi.h:
+      Update credits.
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * ext/mcrypt/mcrypt.dsp:
+      MFB: Enabled mcrypt_generic_deinit() on windows (#22520)
+
+    * (PHP_4_3)
+      ext/mcrypt/mcrypt.dsp:
+      Enabled mcrypt_generic_deinit() on windows (#22520)
+
+2003-03-03  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * main/main.c:
+      More compiler warnings fixed.
+
+    * main/php_variables.h
+      main/streams/xp_socket.c:
+      Compiler warning fix.
+
+    * main/php_variables.c:
+      Fixed compiler warnings.
+
+2003-03-03  J Smith  <[EMAIL PROTECTED]>
+
+    * tests/classes/__call_001.phpt
+      tests/classes/__clone_001.phpt
+      tests/classes/__set__get_001.phpt
+      tests/classes/constants_scope_001.phpt
+      tests/classes/dereferencing_001.phpt
+      tests/classes/factory_001.phpt
+      tests/classes/object_reference_001.phpt
+      tests/classes/singleton_001.phpt
+      tests/lang/error_2_exception_001.phpt
+      tests/lang/namespace_001.phpt:
+      Added some tests for ZE2 features and their functionality.
+
+2003-03-03  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * tests/classes/ctor_dtor.phpt
+      tests/classes/ctor_dtor_inheritance.phpt:
+      Adding tests for ctor/dtor handling
+
+    * tests/classes/abstract_static.phpt:
+      Adding tests for abstract static methods
+
+    * tests/classes/abstract_final.phpt
+      tests/classes/final.phpt
+      tests/classes/final_abstract.phpt
+      tests/classes/final_redeclare.phpt:
+      Adding tests for final methods
+
+2003-03-03  Harald Radi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/main.c:
+      MFH: adding disable_classes ini directive
+
+    * (PHP_4_3)
+      php.ini-dist
+      php.ini-recommended:
+      MFH: adding placeholder for the new disable_classes directive
+
+    * php.ini-dist
+      php.ini-recommended:
+      adding placeholder for the new disable_classes directive
+
+    * main/main.c:
+      adding disable_classes ini directive based on the
+      newly introduced zend_disable_class function
+
+2003-03-03  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * tests/run-test/test008a.phpt:
+      (re)check in non ZendOptimizer version of test
+
+    * sapi/cli/TODO:
+      remove entry done already
+
 2003-03-02  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * ext/ldap/config.m4:
@@ -824,7 +927,7 @@
 
     * sapi/apache/libpre.c
       sapi/apache/php_apache_http.h:
-      Added missing headers and $Id: ChangeLog,v 1.1283 2003/03/03 01:32:42 changelog 
Exp $ tags.
+      Added missing headers and $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog 
Exp $ tags.
 
     * sapi/cgi/config9.m4:
       MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -1383,7 +1486,7 @@
       main/streams/plain_wrapper.c
       main/streams/streams.c
       main/streams/userspace.c:
-      ws fixes + missing $Id: ChangeLog,v 1.1283 2003/03/03 01:32:42 changelog Exp $ 
tags, headers added
+      ws fixes + missing $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog Exp $ 
tags, headers added
 
 2003-02-19  Corne' Cornelius  <[EMAIL PROTECTED]>
 
@@ -2301,7 +2404,7 @@
 
     * (PHP_4_3)
       sapi/cgi/cgi_main.c:
-      Added missing $Id: ChangeLog,v 1.1283 2003/03/03 01:32:42 changelog Exp $ tag
+      Added missing $Id: ChangeLog,v 1.1284 2003/03/04 01:32:47 changelog Exp $ tag
 
 2003-02-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
 


Reply via email to