dmitry          Wed Jul 12 07:55:04 2006 UTC

  Modified files:              
    /php-src/ext/pdo/tests      pdo_026.phpt pdo_029.phpt pdo_030.phpt 
  Log:
  Destructors call order is changed (Fixed bug #36759 - Objects destructors are 
invoked in wrong order when script is finished)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_026.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/pdo/tests/pdo_026.phpt
diff -u php-src/ext/pdo/tests/pdo_026.phpt:1.9 
php-src/ext/pdo/tests/pdo_026.phpt:1.10
--- php-src/ext/pdo/tests/pdo_026.phpt:1.9      Mon Oct  3 15:06:06 2005
+++ php-src/ext/pdo/tests/pdo_026.phpt  Wed Jul 12 07:55:04 2006
@@ -107,8 +107,8 @@
   string(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()
 --UEXPECT--
 unicode(11) "PDODatabase"
 unicode(12) "PDOStatement"
@@ -141,5 +141,5 @@
   unicode(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_029.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/pdo/tests/pdo_029.phpt
diff -u php-src/ext/pdo/tests/pdo_029.phpt:1.3 
php-src/ext/pdo/tests/pdo_029.phpt:1.4
--- php-src/ext/pdo/tests/pdo_029.phpt:1.3      Mon Oct  3 15:06:06 2005
+++ php-src/ext/pdo/tests/pdo_029.phpt  Wed Jul 12 07:55:04 2006
@@ -121,8 +121,8 @@
   string(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()
 --UEXPECT--
 unicode(11) "PDODatabase"
 unicode(12) "PDOStatement"
@@ -158,5 +158,5 @@
   unicode(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_030.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/pdo/tests/pdo_030.phpt
diff -u php-src/ext/pdo/tests/pdo_030.phpt:1.4 
php-src/ext/pdo/tests/pdo_030.phpt:1.5
--- php-src/ext/pdo/tests/pdo_030.phpt:1.4      Wed Oct 12 12:13:54 2005
+++ php-src/ext/pdo/tests/pdo_030.phpt  Wed Jul 12 07:55:04 2006
@@ -135,8 +135,8 @@
   string(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()
 --UEXPECTF--
 unicode(11) "PDODatabase"
 unicode(12) "PDOStatement"
@@ -185,5 +185,5 @@
   unicode(3) "tsr"
 }
 ===DONE===
-PDODatabase::__destruct()
 PDOStatementX::__destruct()
+PDODatabase::__destruct()

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

Reply via email to