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

2004-03-14 Thread changelog
changelog   Sun Mar 14 20:33:42 2004 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1567r2=1.1568ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1567 php-src/ChangeLog:1.1568
--- php-src/ChangeLog:1.1567Sat Mar 13 20:34:44 2004
+++ php-src/ChangeLog   Sun Mar 14 20:33:39 2004
@@ -1,3 +1,166 @@
+2004-03-14  Marcus Boerger  [EMAIL PROTECTED]
+
+* main/main.c
+  main/output.c
+  main/php_output.h:
+  Guard display_startup_errors with checking for default (working) output
+  functions.
+
+2004-03-14  Jani Taskinen  [EMAIL PROTECTED]
+
+* NEWS:
+  typo
+
+2004-03-14  Marcus Boerger  [EMAIL PROTECTED]
+
+* NEWS:
+  BFN
+
+* ext/standard/type.c:
+  Fix strval to use __toString if necessary
+
+* ZendEngine2/zend_builtin_functions.c:
+  Make object parameter optional
+
+2004-03-14  Derick Rethans  [EMAIL PROTECTED]
+
+* php.ini-dist:
+  - That change was unintentional, but it would be the right thing to do ;-)
+
+* php.ini-dist
+  php.ini-recommended:
+  - The extension list is ordered alphabetically, also moved the tidy section
+to a more suitable place (new things go at the end, not at the start).
+
+* NEWS:
+  - Reorder
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* NEWS:
+  - Typo
+
+* NEWS:
+  - Add all of the fixes from the past week. Almost ready for RC1 now.
+
+2004-03-14  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  NEWS:
+  Bug fixing news.
+
+* (PHP_4_3)
+  Zend/zend.c:
+  MFH: Fixed bug #27590 (crash during shutdown when freeing persistent
+  resources in ZTS mode).
+
+* ZendEngine2/zend.c:
+  Fixed bug #27590 (crash during shutdown when freeing persistent resources
+  in ZTS mode).
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_execute_API.c:
+  - Fix windows build
+
+2004-03-14  Jan Lehnardt  [EMAIL PROTECTED]
+
+* ext/sockets/sockets.c:
+   - improve error message
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_execute_API.c:
+  - Fix for bug #27504
+
+2004-03-14  Sascha Schumann  [EMAIL PROTECTED]
+
+* cvsclean
+  build/build.mk:
+  Renaming cvsclean target; IRIX make seems to ignore .PHONY
+
+* (PHP_4_3)
+  cvsclean
+  build/build.mk:
+  Renaming cvsclean target -- IRIX make seems to ignore the .PHONY target.
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_builtin_functions.c:
+  - Fixing bug #27123
+
+* ZendEngine2/zend_operators.c:
+  - Improve compatibility mode and compare objects according to property
+  - comparison (sucky but this is how PHP 4 behaved).
+
+* ZendEngine2/zend.c:
+  - Fix flow of logic
+
+* ZendEngine2/zend_operators.c:
+  - Support old style of converting objects to long/double/bool.
+  - This is only enabled in compatibility mode, else it calls cast_object()
+  - and if that is not available we return 1 (true) so that the following
+  - code would work:
+  if ($obj) {
+  }
+
+2004-03-14  Marcus Boerger  [EMAIL PROTECTED]
+
+* ext/simplexml/tests/020.phpt:
+  Add new test
+
+* ZendEngine2/zend_operators.c:
+  Fix: Add return type void
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* ZendEngine2/zend.c
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/zend_object_handlers.h
+  ZendEngine2/zend_operators.c:
+  - Support Cast operator in convert_to_* so that we support internal
+  - extensions such as SimpleXML. This is for Sterling.
+
+* ZendEngine2/zend_operators.c:
+  - Fix memory leak in the following code (Dmitry):
+  ?php
+  $a = array();
+  $a .= x;
+  ?
+
+* ZendEngine2/zend_operators.c:
+  - Initial commit which allows comparing overloaded objects with native
+  - types (only for internal classes and not for user-land classes).
+
+2004-03-14  Melvyn Sopacua  [EMAIL PROTECTED]
+
+* ext/sockets/sockets.c:
+  Fix a typo, dating back from 1.145.
+
+2004-03-14  Jani Taskinen  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  NEWS:
+  reorder
+
+2004-03-14  Pierre-Alain Joye  [EMAIL PROTECTED]
+
+* ext/gd/tests/bug27582_1.phpt:
+  - add a 2nd test for #27582
+
+2004-03-14  John Coggeshall  [EMAIL PROTECTED]
+
+* php.ini-dist
+  php.ini-recommended:
+  
+  Adding extension=php_tidy.dll
+
+2004-03-14  Pierre-Alain Joye  [EMAIL PROTECTED]
+
+* (PHP_4_3)
+  ext/gd/libgd/gd.c:
+  - missing restoreAlphaBleding declaration
+
 2004-03-13  Pierre-Alain Joye  [EMAIL PROTECTED]
 
 * (PHP_4_3)


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

2004-03-14 Thread changelog
changelog   Sun Mar 14 20:33:47 2004 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.426r2=1.427ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.426 ZendEngine2/ChangeLog:1.427
--- ZendEngine2/ChangeLog:1.426 Thu Mar 11 20:34:03 2004
+++ ZendEngine2/ChangeLog   Sun Mar 14 20:33:46 2004
@@ -1,3 +1,65 @@
+2004-03-14  Marcus Boerger  [EMAIL PROTECTED]
+
+* zend_builtin_functions.c:
+  Make object parameter optional
+
+2004-03-14  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* zend.c:
+  Fixed bug #27590 (crash during shutdown when freeing persistent resources
+  in ZTS mode).
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* zend_execute_API.c:
+  - Fix windows build
+
+* zend_execute_API.c:
+  - Fix for bug #27504
+
+* zend_builtin_functions.c:
+  - Fixing bug #27123
+
+* zend_operators.c:
+  - Improve compatibility mode and compare objects according to property
+  - comparison (sucky but this is how PHP 4 behaved).
+
+* zend.c:
+  - Fix flow of logic
+
+* zend_operators.c:
+  - Support old style of converting objects to long/double/bool.
+  - This is only enabled in compatibility mode, else it calls cast_object()
+  - and if that is not available we return 1 (true) so that the following
+  - code would work:
+  if ($obj) {
+  }
+
+2004-03-14  Marcus Boerger  [EMAIL PROTECTED]
+
+* zend_operators.c:
+  Fix: Add return type void
+
+2004-03-14  Andi Gutmans  [EMAIL PROTECTED]
+
+* zend.c
+  zend_object_handlers.c
+  zend_object_handlers.h
+  zend_operators.c:
+  - Support Cast operator in convert_to_* so that we support internal
+  - extensions such as SimpleXML. This is for Sterling.
+
+* zend_operators.c:
+  - Fix memory leak in the following code (Dmitry):
+  ?php
+  $a = array();
+  $a .= x;
+  ?
+
+* zend_operators.c:
+  - Initial commit which allows comparing overloaded objects with native
+  - types (only for internal classes and not for user-land classes).
+
 2004-03-11  Andi Gutmans  [EMAIL PROTECTED]
 
 * zend_objects_API.c:
@@ -3878,7 +3940,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.426 2004/03/12 01:34:03 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.427 2004/03/15 01:33:46 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -5602,7 +5664,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.426 2004/03/12 01:34:03 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.427 2004/03/15 01:33:46 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 


[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-03-14 Thread Jani Taskinen
sniper  Sun Mar 14 05:45:53 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcNEWS 
  Log:
  reorder
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.592r2=1.1247.2.593ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.592 php-src/NEWS:1.1247.2.593
--- php-src/NEWS:1.1247.2.592   Sat Mar 13 18:41:00 2004
+++ php-src/NEWSSun Mar 14 05:45:51 2004
@@ -1,9 +1,9 @@
 PHP 4  NEWS
 |||
 ?? Feb 2004, Version 4.3.5
-- Fixed bug #27582 (possible crashes inside imagefilltoborder()). (Pierre)
 - Fixed possible crashes inside socket extension, due to missing check inside
   allocation functions. (Ilia)
+- Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre)
 - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
   disabled). (Ilia)
 - Fixed bug #27509 (broken getaddrinfo() causes fsockopen() error). (Sara)

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



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

2004-03-14 Thread Melvyn Sopacua
msopacuaSun Mar 14 06:42:18 2004 EDT

  Modified files:  
/php-src/ext/socketssockets.c 
  Log:
  Fix a typo, dating back from 1.145.
  
  
  
http://cvs.php.net/diff.php/php-src/ext/sockets/sockets.c?r1=1.159r2=1.160ty=u
Index: php-src/ext/sockets/sockets.c
diff -u php-src/ext/sockets/sockets.c:1.159 php-src/ext/sockets/sockets.c:1.160
--- php-src/ext/sockets/sockets.c:1.159 Wed Feb 25 17:10:09 2004
+++ php-src/ext/sockets/sockets.c   Sun Mar 14 06:42:17 2004
@@ -19,7 +19,7 @@
+--+
  */
 
-/* $Id: sockets.c,v 1.159 2004/02/25 22:10:09 iliaa Exp $ */
+/* $Id: sockets.c,v 1.160 2004/03/14 11:42:17 msopacua Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include config.h
@@ -385,7 +385,7 @@
 #else
/* No IPv6 specific hostname resolution is available on this system? */
php_error_docref(NULL TSRMLS_CC, E_WARNING, Host lookup failed: 
getaddrinfo() not available on system.);
-   reurn 0;
+   return 0;
 #endif
 
}

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



[PHP-CVS] cvs: php-src /ext/simplexml/tests 020.phpt

2004-03-14 Thread Marcus Boerger
helly   Sun Mar 14 10:33:16 2004 EDT

  Added files: 
/php-src/ext/simplexml/tests020.phpt 
  Log:
  Add new test
  
  

http://cvs.php.net/co.php/php-src/ext/simplexml/tests/020.phpt?r=1.1p=1
Index: php-src/ext/simplexml/tests/020.phpt
+++ php-src/ext/simplexml/tests/020.phpt
--TEST--
SimpleXML attribute compared to string
--SKIPIF--
?php if (!extension_loaded(simplexml)) print skip; ? 
--FILE--
?php

$doc = simplexml_load_string('rootname attr=foobar/name/root');
print $doc-name[attr];
print \n;
if ($doc-name[attr] == foo) {
 print Works\n;
} else {
 print Error\n;
}
?
===DONE===
--EXPECT--
foo
Works
===DONE===

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



[PHP-CVS] cvs: php-src(PHP_4_3) / cvsclean /build build.mk

2004-03-14 Thread Sascha Schumann
sas Sun Mar 14 12:43:47 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/build  build.mk 
/php-srccvsclean 
  Log:
  Renaming cvsclean target -- IRIX make seems to ignore the .PHONY target.
  
  
http://cvs.php.net/diff.php/php-src/build/build.mk?r1=1.18r2=1.18.2.1ty=u
Index: php-src/build/build.mk
diff -u php-src/build/build.mk:1.18 php-src/build/build.mk:1.18.2.1
--- php-src/build/build.mk:1.18 Mon Oct 21 11:11:19 2002
+++ php-src/build/build.mk  Sun Mar 14 12:43:44 2004
@@ -14,7 +14,7 @@
 #  | Author: Sascha Schumann [EMAIL PROTECTED] |
 #  +--+
 #
-# $Id: build.mk,v 1.18 2002/10/21 15:11:19 hholzgra Exp $ 
+# $Id: build.mk,v 1.18.2.1 2004/03/14 17:43:44 sas Exp $ 
 #
 #
 # Makefile to generate build tools
@@ -65,7 +65,7 @@
md5sum $$distname.tar.bz2; \
bzip2 -t $$distname.tar.bz2
 
-cvsclean:
+cvsclean-work:
@for i in `find . -name .cvsignore`; do \
(cd `dirname $$i` 2/dev/null  rm -rf `cat .cvsignore | grep -v 
config.nice` *.o *.a .libs || true); \
done
http://cvs.php.net/diff.php/php-src/cvsclean?r1=1.1r2=1.1.16.1ty=u
Index: php-src/cvsclean
diff -u php-src/cvsclean:1.1 php-src/cvsclean:1.1.16.1
--- php-src/cvsclean:1.1Mon Mar  6 11:02:01 2000
+++ php-src/cvscleanSun Mar 14 12:43:46 2004
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-${MAKE:-make} -f build/build.mk cvsclean
+${MAKE:-make} -f build/build.mk cvsclean-work

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



[PHP-CVS] cvs: php-src / cvsclean /build build.mk

2004-03-14 Thread Sascha Schumann
sas Sun Mar 14 12:44:37 2004 EDT

  Modified files:  
/php-src/build  build.mk 
/php-srccvsclean 
  Log:
  Renaming cvsclean target; IRIX make seems to ignore .PHONY
  
  
http://cvs.php.net/diff.php/php-src/build/build.mk?r1=1.24r2=1.25ty=u
Index: php-src/build/build.mk
diff -u php-src/build/build.mk:1.24 php-src/build/build.mk:1.25
--- php-src/build/build.mk:1.24 Tue Feb  3 03:23:40 2004
+++ php-src/build/build.mk  Sun Mar 14 12:44:36 2004
@@ -14,7 +14,7 @@
 #  | Author: Sascha Schumann [EMAIL PROTECTED] |
 #  +--+
 #
-# $Id: build.mk,v 1.24 2004/02/03 08:23:40 martin Exp $ 
+# $Id: build.mk,v 1.25 2004/03/14 17:44:36 sas Exp $ 
 #
 #
 # Makefile to generate build tools
@@ -65,10 +65,9 @@
md5sum $$distname.tar.bz2; \
bzip2 -t $$distname.tar.bz2
 
-cvsclean:
+cvsclean-work:
@for i in `find . -name .cvsignore`; do \
(cd `dirname $$i` 2/dev/null  rm -rf `cat .cvsignore | grep -v 
config.nice` *.o *.a .libs || true); \
done
 
-.PHONY: $(ALWAYS) snapshot cvsclean
-.PRECIOUS: cvsclean
+.PHONY: $(ALWAYS) snapshot
http://cvs.php.net/diff.php/php-src/cvsclean?r1=1.1r2=1.2ty=u
Index: php-src/cvsclean
diff -u php-src/cvsclean:1.1 php-src/cvsclean:1.2
--- php-src/cvsclean:1.1Mon Mar  6 11:02:01 2000
+++ php-src/cvscleanSun Mar 14 12:44:36 2004
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-${MAKE:-make} -f build/build.mk cvsclean
+${MAKE:-make} -f build/build.mk cvsclean-work

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



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

2004-03-14 Thread Jan Lehnardt
jan Sun Mar 14 12:53:29 2004 EDT

  Modified files:  
/php-src/ext/socketssockets.c 
  Log:
   - improve error message
  
  
http://cvs.php.net/diff.php/php-src/ext/sockets/sockets.c?r1=1.160r2=1.161ty=u
Index: php-src/ext/sockets/sockets.c
diff -u php-src/ext/sockets/sockets.c:1.160 php-src/ext/sockets/sockets.c:1.161
--- php-src/ext/sockets/sockets.c:1.160 Sun Mar 14 06:42:17 2004
+++ php-src/ext/sockets/sockets.c   Sun Mar 14 12:53:28 2004
@@ -19,7 +19,7 @@
+--+
  */
 
-/* $Id: sockets.c,v 1.160 2004/03/14 11:42:17 msopacua Exp $ */
+/* $Id: sockets.c,v 1.161 2004/03/14 17:53:28 jan Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include config.h
@@ -384,7 +384,7 @@
 
 #else
/* No IPv6 specific hostname resolution is available on this system? */
-   php_error_docref(NULL TSRMLS_CC, E_WARNING, Host lookup failed: 
getaddrinfo() not available on system.);
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, Host lookup failed: 
getaddrinfo() not available on this system.);
return 0;
 #endif
 

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



[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-03-14 Thread Ilia Alshanetsky
iliaa   Sun Mar 14 15:12:19 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcNEWS 
  Log:
  Bug fixing news.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.593r2=1.1247.2.594ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.593 php-src/NEWS:1.1247.2.594
--- php-src/NEWS:1.1247.2.593   Sun Mar 14 05:45:51 2004
+++ php-src/NEWSSun Mar 14 15:12:17 2004
@@ -3,6 +3,8 @@
 ?? Feb 2004, Version 4.3.5
 - Fixed possible crashes inside socket extension, due to missing check inside
   allocation functions. (Ilia)
+- Fixed bug #27590 (crash during shutdown when freeing persistent resources
+  in ZTS mode). (Ilia)
 - Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre)
 - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
   disabled). (Ilia)

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



[PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
andiSun Mar 14 16:21:22 2004 EDT

  Modified files:  
/php-srcNEWS 
  Log:
  - Add all of the fixes from the past week. Almost ready for RC1 now.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1628r2=1.1629ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1628 php-src/NEWS:1.1629
--- php-src/NEWS:1.1628 Sat Mar 13 15:01:00 2004
+++ php-src/NEWSSun Mar 14 16:21:21 2004
@@ -1,6 +1,26 @@
 PHPNEWS
 |||
 ?? March 2004, PHP 5 Release Candidate 1
+- Added support for PHP 4 style object comparisons which is enabled in
+  ze1_compatiblity_mode. (Andi)
+- Added support for PHP 4 style object conversion to long, double, and boolean
+  values which is enabled in ze1_compatibility_mode. (Andi, Stas)
+- Allow objector oriented extensions to overload comparison functions and other
+  operations. Solves problems using SimpleXML values. (Andi, Zeev)
+- Fixed crash when accessing a class constant with a value which in turn is
+  also a constant. (Dmitry)
+- Fixed object's truth value conversion. It is always true unless
+  ze1_compatibility_mode is on in which it behaves like in PHP 4. (Stas)
+- Improve out of memory handling in new memory manager. (Stas)
+- Fixed crash when an object reference itself during destructor call. (Andi)
+- Fixed crash in foreach() when iterating over object properties or a method's
+  return values. (Andi)
+- Fixed crash when an exception is thrown in a destructor. Such exceptions are
+  now ignored as destruction happens out of context at no definite time. (Andi)
+- Fixed crashes in exception handling. (Dmitry, Andi)
+- Changed prototype checks so that they aren't done on constructors. (Andi)
+- Changed prototype checks to output an E_STRICT message instead of
+  an E_COMPILE_ERROR. (Andi)
 - Changed Iterator::has_more() to Iterator::valid(). (Marcus)
 - Upgraded bundled oniguruma library to version 2.2.2. (Rui, Moriyoshi)
 - Added mb_list_encoding() to return an array with all mbstring supported
@@ -21,6 +41,9 @@
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)
+- Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
+- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
+- Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
 - Fixed bug #27586 (ArrayObject::getIterator crashes with [] assignment). 
   (Marcus)
 - Fixed bug #27537 (Objects pointing to each other segfaults). (Dmitry)

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



[PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
andiSun Mar 14 16:23:49 2004 EDT

  Modified files:  
/php-srcNEWS 
  Log:
  - Typo
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1629r2=1.1630ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1629 php-src/NEWS:1.1630
--- php-src/NEWS:1.1629 Sun Mar 14 16:21:21 2004
+++ php-src/NEWSSun Mar 14 16:23:48 2004
@@ -12,7 +12,7 @@
 - Fixed object's truth value conversion. It is always true unless
   ze1_compatibility_mode is on in which it behaves like in PHP 4. (Stas)
 - Improve out of memory handling in new memory manager. (Stas)
-- Fixed crash when an object reference itself during destructor call. (Andi)
+- Fixed crash when an object references itself during destructor call. (Andi)
 - Fixed crash in foreach() when iterating over object properties or a method's
   return values. (Andi)
 - Fixed crash when an exception is thrown in a destructor. Such exceptions are

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



[PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Derick Rethans
derick  Sun Mar 14 16:27:21 2004 EDT

  Modified files:  
/php-srcNEWS 
  Log:
  - Reorder
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1630r2=1.1631ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1630 php-src/NEWS:1.1631
--- php-src/NEWS:1.1630 Sun Mar 14 16:23:48 2004
+++ php-src/NEWSSun Mar 14 16:27:21 2004
@@ -41,12 +41,11 @@
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)
-- Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
-- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
-- Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
 - Fixed bug #27586 (ArrayObject::getIterator crashes with [] assignment). 
   (Marcus)
 - Fixed bug #27537 (Objects pointing to each other segfaults). (Dmitry)
+- Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
+- Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
 - Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). (Ilia)
 - Fixed bug #27287 (wddx segfaults during deserialization). (Moriyoshi)
 - Fixed bug #27263 (session extension crashes when unserializing referenced
@@ -54,6 +53,7 @@
 - Fixed bug #27237 (Working with simplexml crashes apache2). (Rob)
 - Fixed bug #27227 (Mixed case class names causes Fatal Error in Constructor 
   call). (Marcus)
+- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
 - Fixed bug #26677 (mbstring compile errors with IRIX compiler).
   (K.Kosako kosako at sofnec dot co dot jp, Rui, Moriyoshi)
 

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



Re: [PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Andi Gutmans
Sorry I didn't realize it was so accurately ordered :)
Thanks.
At 09:27 PM 3/14/2004 +, Derick Rethans wrote:
derick  Sun Mar 14 16:27:21 2004 EDT

  Modified files:
/php-srcNEWS
  Log:
  - Reorder
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1630r2=1.1631ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1630 php-src/NEWS:1.1631
--- php-src/NEWS:1.1630 Sun Mar 14 16:23:48 2004
+++ php-src/NEWSSun Mar 14 16:27:21 2004
@@ -41,12 +41,11 @@
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)
-- Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
-- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
-- Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
 - Fixed bug #27586 (ArrayObject::getIterator crashes with [] assignment).
   (Marcus)
 - Fixed bug #27537 (Objects pointing to each other segfaults). (Dmitry)
+- Fixed bug #27535 (Problem with object freeing mechanism). (Dmitry)
+- Fixed bug #27504 (Visibility bugs in call_user_function()). (Dmitry)
 - Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). (Ilia)
 - Fixed bug #27287 (wddx segfaults during deserialization). (Moriyoshi)
 - Fixed bug #27263 (session extension crashes when unserializing referenced
@@ -54,6 +53,7 @@
 - Fixed bug #27237 (Working with simplexml crashes apache2). (Rob)
 - Fixed bug #27227 (Mixed case class names causes Fatal Error in 
Constructor
   call). (Marcus)
+- Fixed bug #27123 (Fix crash caused by bug in get_object_vars()). (Andi)
 - Fixed bug #26677 (mbstring compile errors with IRIX compiler).
   (K.Kosako kosako at sofnec dot co dot jp, Rui, Moriyoshi)

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


[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2004-03-14 Thread Derick Rethans
derick  Sun Mar 14 16:36:19 2004 EDT

  Modified files:  
/php-srcphp.ini-dist php.ini-recommended 
  Log:
  - The extension list is ordered alphabetically, also moved the tidy section
to a more suitable place (new things go at the end, not at the start).
  
  
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.209r2=1.210ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.209 php-src/php.ini-dist:1.210
--- php-src/php.ini-dist:1.209  Sat Mar 13 20:26:33 2004
+++ php-src/php.ini-distSun Mar 14 16:36:17 2004
@@ -389,7 +389,7 @@
 ;
 
 ; Magic quotes for incoming GET/POST/Cookie data.
-magic_quotes_gpc = On
+magic_quotes_gpc = Off
 
 ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
 magic_quotes_runtime = Off
@@ -538,7 +538,6 @@
 ;Note that ODBC support is built in, so no dll is needed for it.
 ;
 
-;extension=php_tidy.dll
 ;extension=php_bz2.dll
 ;extension=php_cpdf.dll
 ;extension=php_curl.dll
@@ -573,6 +572,7 @@
 ;extension=php_snmp.dll
 ;extension=php_sockets.dll
 ;extension=php_sybase_ct.dll
+;extension=php_tidy.dll
 ;extension=php_w32api.dll
 ;extension=php_xmlrpc.dll
 ;extension=php_xsl.dll
@@ -584,15 +584,6 @@
 ; Module Settings ;
 ;;;
 
-[Tidy]
-; The path to a default tidy configuration file to use when using tidy
-;tidy.default_config = /usr/local/lib/php/default.tcfg
-
-; Should tidy clean and repair output automatically?
-; WARNING: Do not use this option if you are generating non-html content
-; such as dynamic images
-tidy.clean_output = Off
-
 [Syslog]
 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
 ; $LOG_CRON, etc.).  Turning it off is a good idea performance-wise.  In
@@ -1167,6 +1158,15 @@
 ;exif.decode_jis_motorola = JIS
 ;exif.decode_jis_intel= JIS
 
+[Tidy]
+; The path to a default tidy configuration file to use when using tidy
+;tidy.default_config = /usr/local/lib/php/default.tcfg
+
+; Should tidy clean and repair output automatically?
+; WARNING: Do not use this option if you are generating non-html content
+; such as dynamic images
+tidy.clean_output = Off
+
 ; Local Variables:
 ; tab-width: 4
 ; End:
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.154r2=1.155ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.154 php-src/php.ini-recommended:1.155
--- php-src/php.ini-recommended:1.154   Sat Mar 13 20:26:33 2004
+++ php-src/php.ini-recommended Sun Mar 14 16:36:17 2004
@@ -557,7 +557,6 @@
 ;Note that ODBC support is built in, so no dll is needed for it.
 ;
 
-;extension=php_tidy.dll
 ;extension=php_bz2.dll
 ;extension=php_cpdf.dll
 ;extension=php_curl.dll
@@ -593,6 +592,7 @@
 ;extension=php_snmp.dll
 ;extension=php_sockets.dll
 ;extension=php_sybase_ct.dll
+;extension=php_tidy.dll
 ;extension=php_w32api.dll
 ;extension=php_xmlrpc.dll
 ;extension=php_xsl.dll
@@ -604,15 +604,6 @@
 ; Module Settings ;
 ;;;
 
-[Tidy]
-; The path to a default tidy configuration file to use when using tidy
-;tidy.default_config = /usr/local/lib/php/default.tcfg
-
-; Should tidy clean and repair output automatically?
-; WARNING: Do not use this option if you are generating non-html content
-; such as dynamic images
-tidy.clean_output = Off
-
 [Syslog]
 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
 ; $LOG_CRON, etc.).  Turning it off is a good idea performance-wise.  In
@@ -1181,6 +1172,15 @@
 ;exif.decode_jis_motorola = JIS
 ;exif.decode_jis_intel= JIS
 
+[Tidy]
+; The path to a default tidy configuration file to use when using tidy
+;tidy.default_config = /usr/local/lib/php/default.tcfg
+
+; Should tidy clean and repair output automatically?
+; WARNING: Do not use this option if you are generating non-html content
+; such as dynamic images
+tidy.clean_output = Off
+
 ; Local Variables:
 ; tab-width: 4
 ; End:

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



Re: [PHP-CVS] cvs: php-src / NEWS

2004-03-14 Thread Derick Rethans
On Sun, 14 Mar 2004, Andi Gutmans wrote:

 Sorry I didn't realize it was so accurately ordered :)

I'm just falling in for Jani ;-)

Derick

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