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

2005-02-01 Thread changelog
changelog   Tue Feb  1 20:33:24 2005 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1881r2=1.1882ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1881 php-src/ChangeLog:1.1882
--- php-src/ChangeLog:1.1881Mon Jan 31 20:33:15 2005
+++ php-src/ChangeLog   Tue Feb  1 20:33:23 2005
@@ -1,3 +1,52 @@
+2005-02-01  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  NEWS
+  NEWS
+  ext/exif/exif.c
+  ext/exif/exif.c:
+  MFH: Fixed bug #31797 (exif_read_data() uses too low nesting limit).
+
+* ext/exif/exif.c:
+  Fixed bug #31797 (exif_read_data() uses too low nesting limit).
+
+2005-02-01  Stanislav Malyshev  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_builtin_functions.c:
+  Fix debug_trace with eval (patch from Antony Dovgal)
+
+* ZendEngine2/tests/bug_debug_backtrace.phpt:
+  test for eval debug_backtrace bug
+
+* ZendEngine2/tests/bug_debug_backtrace.phpt
+  ZendEngine2/tests/bug_debug_backtrace.phpt:
+  
+  file bug_debug_backtrace.phpt was initially added on branch PHP_5_0.
+
+* (PHP_4_3)
+  Zend/zend_execute.c:
+  Better fix for #28086
+
+2005-02-01  Anantha Kesari H Y  [EMAIL PROTECTED]
+
+* TSRM/TSRM.h:
+  NetWare has a compliant pthread implementation
+
+* (PHP_5_0)
+  TSRM/TSRM.h:
+  NetWare is now having compliant pthreads implementation
+
+2005-02-01  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  main/rfc1867.c
+  main/rfc1867.c:
+  MFH: Final version of filename upload handling.
+
+* main/rfc1867.c:
+  Final version of filename upload handling.
+
 2005-01-31  Marcus Boerger  [EMAIL PROTECTED]
 
 * ZendEngine2/zend_reflection_api.c:
@@ -1301,7 +1350,7 @@
   ext/standard/url_scanner_ex.c
   ext/standard/url_scanner_ex.h
   ext/standard/url_scanner_ex.re:
-  Missing $Id: ChangeLog,v 1.1881 2005/02/01 01:33:15 changelog Exp $ tag
+  Missing $Id: ChangeLog,v 1.1882 2005/02/02 01:33:23 changelog Exp $ tag
 
 * ext/standard/credits_ext.h
   ext/standard/credits_sapi.h:


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

2005-02-01 Thread changelog
changelog   Tue Feb  1 20:33:28 2005 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.628r2=1.629ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.628 ZendEngine2/ChangeLog:1.629
--- ZendEngine2/ChangeLog:1.628 Mon Jan 31 20:33:19 2005
+++ ZendEngine2/ChangeLog   Tue Feb  1 20:33:27 2005
@@ -1,3 +1,17 @@
+2005-02-01  Stanislav Malyshev  [EMAIL PROTECTED]
+
+* zend_builtin_functions.c
+  zend_builtin_functions.c:
+  Fix debug_trace with eval (patch from Antony Dovgal)
+
+* tests/bug_debug_backtrace.phpt:
+  test for eval debug_backtrace bug
+
+* tests/bug_debug_backtrace.phpt
+  tests/bug_debug_backtrace.phpt:
+  
+  file bug_debug_backtrace.phpt was initially added on branch PHP_5_0.
+
 2005-01-31  Marcus Boerger  [EMAIL PROTECTED]
 
 * zend_reflection_api.c:
@@ -6905,7 +6919,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.628 2005/02/01 01:33:19 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.629 2005/02/02 01:33:27 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -8629,7 +8643,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.628 2005/02/01 01:33:19 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.629 2005/02/02 01:33:27 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


[PHP-CVS] Hi

2005-02-01 Thread marcus . boerger
The message contains Unicode characters and has been sent as a binary 
attachment.


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/exif exif.c

2005-02-01 Thread Ilia Alshanetsky
iliaa   Tue Feb  1 18:27:34 2005 EDT

  Modified files:  
/php-src/ext/exif   exif.c 
  Log:
  Fixed bug #31797 (exif_read_data() uses too low nesting limit).
  
  
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.165r2=1.166ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.165 php-src/ext/exif/exif.c:1.166
--- php-src/ext/exif/exif.c:1.165   Fri Jan 21 19:01:33 2005
+++ php-src/ext/exif/exif.c Tue Feb  1 18:27:33 2005
@@ -17,7 +17,7 @@
+--+
  */
 
-/* $Id: exif.c,v 1.165 2005/01/22 00:01:33 andrei Exp $ */
+/* $Id: exif.c,v 1.166 2005/02/01 23:27:33 iliaa Exp $ */
 
 /*  ToDos
  *
@@ -93,7 +93,7 @@
 
 #define EFREE_IF(ptr)  if (ptr) efree(ptr)
 
-#define MAX_IFD_NESTING_LEVEL 5
+#define MAX_IFD_NESTING_LEVEL 25
 
 static
 ZEND_BEGIN_ARG_INFO(exif_thumbnail_force_ref, 1)
@@ -112,7 +112,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION 1.4 $Id: exif.c,v 1.165 2005/01/22 00:01:33 andrei Exp $
+#define EXIF_VERSION 1.4 $Id: exif.c,v 1.166 2005/02/01 23:27:33 iliaa Exp $
 
 /* {{{ PHP_MINFO_FUNCTION
  */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/exif exif.c

2005-02-01 Thread Ilia Alshanetsky
iliaa   Tue Feb  1 18:28:31 2005 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS 
/php-src/ext/exif   exif.c 
  Log:
  MFH: Fixed bug #31797 (exif_read_data() uses too low nesting limit).
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.224r2=1.1760.2.225ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.224 php-src/NEWS:1.1760.2.225
--- php-src/NEWS:1.1760.2.224   Fri Jan 28 12:37:41 2005
+++ php-src/NEWSTue Feb  1 18:28:30 2005
@@ -15,6 +15,7 @@
   is passed. (Tony)
 - Fixed posix_getsid()  posix_getpgid() to return sid  pgid instead 
   of true. (Tony)
+- Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)
 - Fixed bug #31732 (mb_get_info() causes segfault when no parameters 
   specified). (Tony)
 - Fixed bug #31710 (Wrong return values for mysqli_autocommit/commit/rollback).
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.162.2.3r2=1.162.2.4ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.162.2.3 php-src/ext/exif/exif.c:1.162.2.4
--- php-src/ext/exif/exif.c:1.162.2.3   Fri Jan 21 18:59:55 2005
+++ php-src/ext/exif/exif.c Tue Feb  1 18:28:31 2005
@@ -17,7 +17,7 @@
+--+
  */
 
-/* $Id: exif.c,v 1.162.2.3 2005/01/21 23:59:55 andrei Exp $ */
+/* $Id: exif.c,v 1.162.2.4 2005/02/01 23:28:31 iliaa Exp $ */
 
 /*  ToDos
  *
@@ -93,7 +93,7 @@
 
 #define EFREE_IF(ptr)  if (ptr) efree(ptr)
 
-#define MAX_IFD_NESTING_LEVEL 5
+#define MAX_IFD_NESTING_LEVEL 25
 
 static
 ZEND_BEGIN_ARG_INFO(exif_thumbnail_force_ref, 1)
@@ -112,7 +112,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION 1.4 $Id: exif.c,v 1.162.2.3 2005/01/21 23:59:55 andrei 
Exp $
+#define EXIF_VERSION 1.4 $Id: exif.c,v 1.162.2.4 2005/02/01 23:28:31 iliaa 
Exp $
 
 /* {{{ PHP_MINFO_FUNCTION
  */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] Information

2005-02-01 Thread mike
Your archive is attached.


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php