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

2003-08-29 Thread changelog
changelog   Thu Aug 28 20:31:39 2003 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1371 php-src/ChangeLog:1.1372
--- php-src/ChangeLog:1.1371Wed Aug 27 20:31:57 2003
+++ php-src/ChangeLog   Thu Aug 28 20:31:38 2003
@@ -1,3 +1,428 @@
+2003-08-28  Marcus Boerger  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_default_classes.c:
+  Add public read access to protected
+
+* ext/sqlite/sqlite.c:
+  Need to check if we got any value before destroying it
+
+* ext/sqlite/tests/sqlite_024.phpt
+  ext/sqlite/tests/sqlite_oo_024.phpt:
+  Match expected class and instantiated class
+
+* ext/sqlite/php_sqlite.h
+  ext/sqlite/sqlite.c
+  ext/sqlite/tests/sqlite_024.phpt
+  ext/sqlite/tests/sqlite_oo_024.phpt:
+  Add sqlite_fetch_object()
+
+* ext/sqlite/tests/sqlite_oo_014.phpt
+  ext/sqlite/tests/sqlite_oo_021.phpt
+  ext/sqlite/tests/sqlite_oo_022.phpt:
+  Error messages show the class now
+
+* ext/pgsql/pgsql.c:
+  format string fix and number of arguments
+
+* ZendEngine2/zend_default_classes.c
+  ZendEngine2/zend_default_classes.h:
+  Add zend_throw_exception_ex() which allows to format exception messages.
+
+* ZendEngine2/zend.c:
+  Classe tables work this way
+
+2003-08-28  Ard Biesheuvel  [EMAIL PROTECTED]
+
+* ext/interbase/interbase.c:
+  Prototype fixes
+  Return number of affected rows by ibase_query() and ibase_execute() if  0
+
+2003-08-28  Andrey Hristov  [EMAIL PROTECTED]
+
+* ext/pgsql/pgsql.c:
+  this is the right parameter
+
+* ext/db/db.c
+  ext/dbase/dbase.c
+  ext/filepro/filepro.c
+  ext/gd/gd.c
+  ext/msql/php_msql.c
+  ext/mssql/php_mssql.c
+  ext/mysqli/mysqli_api.c
+  ext/odbc/birdstep.c
+  ext/pgsql/pgsql.c
+  ext/pspell/pspell.c
+  ext/sybase/php_sybase_db.c
+  ext/sybase/php_sybase_db.c:
+  format string fixes
+
+* ext/mysqli/mysqli_profiler.c:
+  misplaced quote
+
+* ext/session/session.c
+  ext/session/session.c:
+  \n at the end of the message is not needed
+
+2003-08-28  Marcus Boerger  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_builtin_functions.h
+  ZendEngine2/zend_default_classes.c:
+  - Split debug_backtrace() into lowlevel c function and php function wrapper
+  - Add trace property to default method based on new
+  zend_fetch_debug_backtrace
+
+2003-08-28  Andrey Hristov  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/sybase_ct/php_sybase_ct.c:
+  format string fix and \n at the end of the message is not needed
+
+* (PHP_4_3)
+  ext/gd/gd.c:
+  format string fix
+
+2003-08-28  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/iconv/iconv.c:
+  One more warning fix.
+
+* (PHP_4_3)
+  ext/calendar/calendar.c
+  ext/db/db.c
+  ext/dio/dio.c
+  ext/filepro/filepro.c
+  ext/hyperwave/hw.c
+  ext/ldap/ldap.c
+  ext/mssql/php_mssql.c
+  ext/pspell/pspell.c
+  ext/sockets/sockets.c
+  ext/sysvsem/sysvsem.c
+  ext/sysvshm/sysvshm.c
+  ext/xmlrpc/xmlrpc-epi-php.c
+  ext/xslt/sablot.c
+  ext/zlib/zlib.c:
+  Compiler warning fixes.
+
+* ext/ftp/php_ftp.c
+  ext/imap/php_imap.c
+  ext/mysql/php_mysql.c
+  main/streams/cast.c:
+  Fixed compiler warnings.
+
+* ext/dba/dba.c:
+  Fixed format error.
+
+* (PHP_4_3)
+  ext/pgsql/pgsql.c:
+  Fixed format errors  warning.
+
+* sapi/apache/php_apache.c:
+  Fixed format bug
+
+2003-08-28  Sascha Schumann  [EMAIL PROTECTED]
+
+* ext/session/session.c
+  ext/session/session.c:
+  format string fix
+
+* (PHP_4_3)
+  Zend/zend.h
+  ZendEngine2/zend.h:
+  older gccs don't understand attribute((format)) on function pointers
+
+2003-08-28  Jani Taskinen  [EMAIL PROTECTED]
+
+* win32/php_modules.dsw:
+  - added mcve to the modules workspace
+
+2003-08-28  Sascha Schumann  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/pcre/php_pcre.c:
+  fix error message
+
+2003-08-28  Rasmus Lerdorf  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/mcve/config.m4:
+  Fix the build
+  The DOS line endings in this file caused buildconf to build a broken
+  configure script on fbsd
+
+2003-08-28  Sascha Schumann  [EMAIL PROTECTED]
+
+* ext/pcre/php_pcre.c:
+  Fix error message
+
+* (PHP_4_3)
+  Zend/zend.h
+  ZendEngine2/zend.h:
+  ZEND_GCC_VERSION should always be defined to a number so we can use
+  simple comparisons all the time.
+
+* ext/standard/assert.c
+  ext/standard/assert.c
+  ext/standard/exec.c
+  ext/standard/file.c
+  ext/standard/filters.c
+  ext/standard/fsock.c
+  ext/standard/fsock.c
+  ext/standard/math.c
+  ext/standard/math.c
+  

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

2003-08-29 Thread changelog
changelog   Thu Aug 28 20:31:41 2003 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.288 ZendEngine2/ChangeLog:1.289
--- ZendEngine2/ChangeLog:1.288 Wed Aug 27 20:32:00 2003
+++ ZendEngine2/ChangeLog   Thu Aug 28 20:31:41 2003
@@ -1,3 +1,54 @@
+2003-08-28  Marcus Boerger  [EMAIL PROTECTED]
+
+* zend_default_classes.c:
+  Add public read access to protected
+
+* zend_default_classes.c
+  zend_default_classes.h:
+  Add zend_throw_exception_ex() which allows to format exception messages.
+
+* zend.c:
+  Classe tables work this way
+
+* zend_builtin_functions.c
+  zend_builtin_functions.h
+  zend_default_classes.c:
+  - Split debug_backtrace() into lowlevel c function and php function wrapper
+  - Add trace property to default method based on new
+  zend_fetch_debug_backtrace
+
+2003-08-28  Sascha Schumann  [EMAIL PROTECTED]
+
+* zend.h:
+  older gccs don't understand attribute((format)) on function pointers
+
+* zend.h:
+  ZEND_GCC_VERSION should always be defined to a number so we can use
+  simple comparisons all the time.
+
+* zend.h
+  zend_alloc.c
+  zend_builtin_functions.c
+  zend_compile.c
+  zend_execute.c:
+  Add format attribute to a number of functions
+  
+  Kill a few warnings
+
+* zend.h
+  zend_alloc.h:
+  cleanup  centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that
+  they can be used by downstream applications
+
+* zend_alloc.h:
+  Enable attribute((malloc)) for GCC 2.96
+
+* zend_alloc.h:
+  GCC 2 does not know about malloc yet.
+
+* zend_alloc.h:
+  provide attribute((malloc)) where appropiate
+
 2003-08-27  Marcus Boerger  [EMAIL PROTECTED]
 
 * zend_reflection_api.c:
@@ -1233,7 +1284,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.288 2003/08/28 00:32:00 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.289 2003/08/29 00:31:41 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -2957,7 +3008,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.288 2003/08/28 00:32:00 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.289 2003/08/29 00:31:41 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]