[PHP-CVS] cvs: php-src /ext/standard/tests/strings htmlentities02.phpt htmlentities03.phpt htmlentities04.phpt htmlentities10.phpt htmlentities15.phpt

2008-02-23 Thread Felipe Pena
felipe  Sun Feb 24 02:47:36 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/strings htmlentities02.phpt 
htmlentities03.phpt 
htmlentities04.phpt 
htmlentities10.phpt 
htmlentities15.phpt 
  Log:
  Added UEXPECTF
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities02.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities02.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities02.phpt:1.9 
php-src/ext/standard/tests/strings/htmlentities02.phpt:1.10
--- php-src/ext/standard/tests/strings/htmlentities02.phpt:1.9  Wed Dec 27 
15:18:15 2006
+++ php-src/ext/standard/tests/strings/htmlentities02.phpt  Sun Feb 24 
02:47:36 2008
@@ -19,3 +19,6 @@
 ?>
 --EXPECT--
 string(20) "ŒœŸ"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(24) "¼½¾"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities03.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities03.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities03.phpt:1.7 
php-src/ext/standard/tests/strings/htmlentities03.phpt:1.8
--- php-src/ext/standard/tests/strings/htmlentities03.phpt:1.7  Tue Nov 12 
21:37:54 2002
+++ php-src/ext/standard/tests/strings/htmlentities03.phpt  Sun Feb 24 
02:47:36 2008
@@ -18,3 +18,6 @@
 ?>
 --EXPECT--
 string(18) "äöü"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(18) "äöü"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities04.phpt?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities04.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities04.phpt:1.8 
php-src/ext/standard/tests/strings/htmlentities04.phpt:1.9
--- php-src/ext/standard/tests/strings/htmlentities04.phpt:1.8  Thu Sep 13 
15:36:50 2007
+++ php-src/ext/standard/tests/strings/htmlentities04.phpt  Sun Feb 24 
02:47:36 2008
@@ -19,3 +19,6 @@
 ?>
 --EXPECT--
 string(6) "¡¢¡£¡¤"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(42) "¡¢¡£¡¤"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities10.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities10.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities10.phpt:1.2 
php-src/ext/standard/tests/strings/htmlentities10.phpt:1.3
--- php-src/ext/standard/tests/strings/htmlentities10.phpt:1.2  Sat Oct 26 
16:09:50 2002
+++ php-src/ext/standard/tests/strings/htmlentities10.phpt  Sun Feb 24 
02:47:36 2008
@@ -14,3 +14,7 @@
 cp1252
 string(28) "‚†™Ÿ"
 string(32) "€¢£¤¥"
+--UEXPECTF--
+cp1252
+unicode(4) "‚†™Ÿ"
+unicode(27) "€¢£¤¥"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities15.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities15.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities15.phpt:1.4 
php-src/ext/standard/tests/strings/htmlentities15.phpt:1.5
--- php-src/ext/standard/tests/strings/htmlentities15.phpt:1.4  Thu Sep 13 
15:36:50 2007
+++ php-src/ext/standard/tests/strings/htmlentities15.phpt  Sun Feb 24 
02:47:36 2008
@@ -23,3 +23,7 @@
 --EXPECT--
 string(9) "ÒÏÓËÏÛÎÙÊ"
 string(63) "роскошный"
+--UEXPECTF--
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
+unicode(9) "ÒÏÓËÏÛÎÙÊ"
+unicode(9) "ÒÏÓËÏÛÎÙÊ"

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



[PHP-CVS] cvs: php-src /ext/standard/tests/strings implode1.phpt moneyformat.phpt

2008-02-23 Thread Felipe Pena
felipe  Sun Feb 24 02:22:15 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/strings implode1.phpt moneyformat.phpt 
  Log:
  Fixed tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/implode1.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/implode1.phpt
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/standard/tests/strings/moneyformat.phpt
diff -u php-src/ext/standard/tests/strings/moneyformat.phpt:1.7 
php-src/ext/standard/tests/strings/moneyformat.phpt:1.8
--- php-src/ext/standard/tests/strings/moneyformat.phpt:1.7 Sat Feb 23 
22:30:08 2008
+++ php-src/ext/standard/tests/strings/moneyformat.phpt Sun Feb 24 02:22:15 2008
@@ -22,8 +22,8 @@
 Warning: money_format(): Only a single %ci or %cn token can be used in %s on 
line %d
 bool(false)
 --UEXPECTF--
-Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in /home/jani/src/php6/ext/standard/tests/strings/moneyformat.php on 
line 2
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 unicode(7) "X$3.14Y"
 
-Warning: money_format(): Only a single %i or %n token can be used in 
/home/jani/src/php6/ext/standard/tests/strings/moneyformat.php on line 4
+Warning: money_format(): Only a single %ci or %cn token can be used in %s on 
line %d
 bool(false)

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



[PHP-CVS] cvs: php-src /ext/json/tests bug41403.phpt /ext/standard/tests/array locale_sort.phpt /ext/standard/tests/strings bug39873.phpt htmlentities.phpt moneyformat.phpt strtotitle.phpt strtouppe

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 22:30:08 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/array   locale_sort.phpt 
/php-src/ext/standard/tests/strings strtotitle.phpt strtoupper.phpt 
htmlentities.phpt bug39873.phpt 
moneyformat.phpt 
/php-src/ext/json/tests bug41403.phpt 
  Log:
  FIxed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/locale_sort.phpt?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/standard/tests/array/locale_sort.phpt
diff -u php-src/ext/standard/tests/array/locale_sort.phpt:1.9 
php-src/ext/standard/tests/array/locale_sort.phpt:1.10
--- php-src/ext/standard/tests/array/locale_sort.phpt:1.9   Fri Jul 13 
17:15:12 2007
+++ php-src/ext/standard/tests/array/locale_sort.phpt   Sat Feb 23 22:30:08 2008
@@ -58,7 +58,7 @@
   string(25) "Territoires du Nord-Ouest"
 }
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 array(13) {
   [u"AB"]=>
   unicode(7) "Alberta"
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strtotitle.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/strings/strtotitle.phpt
diff -u php-src/ext/standard/tests/strings/strtotitle.phpt:1.2 
php-src/ext/standard/tests/strings/strtotitle.phpt:1.3
--- php-src/ext/standard/tests/strings/strtotitle.phpt:1.2  Wed Dec  6 
13:21:48 2006
+++ php-src/ext/standard/tests/strings/strtotitle.phpt  Sat Feb 23 22:30:08 2008
@@ -30,7 +30,7 @@
 Året ßen
 Året ßen
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 SSen
 Ssen
 Året
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strtoupper.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/standard/tests/strings/strtoupper.phpt
diff -u php-src/ext/standard/tests/strings/strtoupper.phpt:1.7 
php-src/ext/standard/tests/strings/strtoupper.phpt:1.8
--- php-src/ext/standard/tests/strings/strtoupper.phpt:1.7  Wed Dec  6 
13:21:48 2006
+++ php-src/ext/standard/tests/strings/strtoupper.phpt  Sat Feb 23 22:30:08 2008
@@ -22,5 +22,5 @@
 --EXPECT--
 ÄÖÜ
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 ÄÖÜ
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/htmlentities.phpt
diff -u php-src/ext/standard/tests/strings/htmlentities.phpt:1.4 
php-src/ext/standard/tests/strings/htmlentities.phpt:1.5
--- php-src/ext/standard/tests/strings/htmlentities.phpt:1.4Wed Dec  6 
13:21:48 2006
+++ php-src/ext/standard/tests/strings/htmlentities.phptSat Feb 23 
22:30:08 2008
@@ -20,7 +20,7 @@
 <>"&åÄ
 <>"&åÄ
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 <>"&åÄ
 <>"&åÄ
 <>"&åÄ
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug39873.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/strings/bug39873.phpt
diff -u php-src/ext/standard/tests/strings/bug39873.phpt:1.3 
php-src/ext/standard/tests/strings/bug39873.phpt:1.4
--- php-src/ext/standard/tests/strings/bug39873.phpt:1.3Wed Dec 27 
19:17:02 2006
+++ php-src/ext/standard/tests/strings/bug39873.phptSat Feb 23 22:30:08 2008
@@ -16,5 +16,5 @@
 --EXPECT--
 1,234.56
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s on line %d
 1,234.56
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/standard/tests/strings/moneyformat.phpt
diff -u php-src/ext/standard/tests/strings/moneyformat.phpt:1.6 
php-src/ext/standard/tests/strings/moneyformat.phpt:1.7
--- php-src/ext/standard/tests/strings/moneyformat.phpt:1.6 Sun Jan 27 
16:54:02 2008
+++ php-src/ext/standard/tests/strings/moneyformat.phpt Sat Feb 23 22:30:08 2008
@@ -22,7 +22,7 @@
 Warning: money_format(): Only a single %ci or %cn token can be used in %s on 
line %d
 bool(false)
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in 
/home/jani/src/php6/ext/standard/tests/strings/moneyformat.php on line 2
+Deprecated: setlocale(): deprecated in U

[PHP-CVS] cvs: php-src /ext/spl/tests dllist_001.phpt dllist_004.phpt dllist_005.phpt

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 21:51:37 2008 UTC

  Modified files:  
/php-src/ext/spl/tests  dllist_001.phpt dllist_004.phpt 
dllist_005.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_001.phpt
diff -u php-src/ext/spl/tests/dllist_001.phpt:1.1 
php-src/ext/spl/tests/dllist_001.phpt:1.2
--- php-src/ext/spl/tests/dllist_001.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_001.phpt   Sat Feb 23 21:51:37 2008
@@ -59,9 +59,9 @@
 ===DONE===
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 Exception: Can't pop from an empty datastructure
 Exception: Can't shift from an empty datastructure
 3
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_004.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_004.phpt
diff -u php-src/ext/spl/tests/dllist_004.phpt:1.1 
php-src/ext/spl/tests/dllist_004.phpt:1.2
--- php-src/ext/spl/tests/dllist_004.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_004.phpt   Sat Feb 23 21:51:37 2008
@@ -53,7 +53,7 @@
 ===DONE===
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 Exception: Can't pop from an empty datastructure
 Exception: Can't shift from an empty datastructure
 3
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dllist_005.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/dllist_005.phpt
diff -u php-src/ext/spl/tests/dllist_005.phpt:1.1 
php-src/ext/spl/tests/dllist_005.phpt:1.2
--- php-src/ext/spl/tests/dllist_005.phpt:1.1   Tue Jan 15 09:37:50 2008
+++ php-src/ext/spl/tests/dllist_005.phpt   Sat Feb 23 21:51:37 2008
@@ -53,7 +53,7 @@
 ===DONE===
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 Exception: Can't shift from an empty datastructure
 Exception: Can't shift from an empty datastructure
 2

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



[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions debug_zval_dump_b.phpt

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 19:26:08 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/general_functions   
debug_zval_dump_b.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
diff -u php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.4 
php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.5
--- php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt:1.4 
Tue May 15 14:24:39 2007
+++ php-src/ext/standard/tests/general_functions/debug_zval_dump_b.phpt Sat Feb 
23 19:26:08 2008
@@ -102,7 +102,7 @@
 echo "Done\n";
 ?>
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing debug_zval_dump() on scalar and non-scalar variables ***
 -- Iteration 1 --
 long(0) refcount(3)
@@ -383,7 +383,7 @@
 &resource(%d) of type (stream) refcount(2)
 Done
 --UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing debug_zval_dump() on scalar and non-scalar variables ***
 -- Iteration 1 --
 long(0) refcount(3)

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



[PHP-CVS] cvs: php-src /ext/standard/tests/array array_change_key_case_variation7.phpt array_key_exists_variation4.phpt array_merge_variation9.phpt array_push_variation4.phpt array_slice_variation9.ph

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 19:17:41 2008 UTC

  Modified files:  
/php-src/ext/standard/tests/array   
array_change_key_case_variation7.phpt 
array_key_exists_variation4.phpt 
array_merge_variation9.phpt 
array_push_variation4.phpt 
array_slice_variation9.phpt 
array_values_variation6.phpt 
bug33940.phpt 
each_variation4.phpt 
rsort_variation4.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt
diff -u 
php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt:1.2 
php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt:1.3
--- php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt:1.2  
Tue Feb 12 17:45:47 2008
+++ php-src/ext/standard/tests/array/array_change_key_case_variation7.phpt  
Sat Feb 23 19:17:41 2008
@@ -36,7 +36,7 @@
 ?>
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing array_change_key_case() : usage variations ***
 
 -- $input argument is a reference to array --
@@ -89,7 +89,7 @@
 }
 Done
 --UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing array_change_key_case() : usage variations ***
 
 -- $input argument is a reference to array --
@@ -140,4 +140,4 @@
   [u"ABC"]=>
   unicode(3) "xyz"
 }
-Done
\ No newline at end of file
+Done
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_key_exists_variation4.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/array/array_key_exists_variation4.phpt
diff -u php-src/ext/standard/tests/array/array_key_exists_variation4.phpt:1.1 
php-src/ext/standard/tests/array/array_key_exists_variation4.phpt:1.2
--- php-src/ext/standard/tests/array/array_key_exists_variation4.phpt:1.1   
Wed Feb 13 13:12:06 2008
+++ php-src/ext/standard/tests/array/array_key_exists_variation4.phpt   Sat Feb 
23 19:17:41 2008
@@ -31,11 +31,11 @@
 ?>
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing array_key_exists() : usage variations ***
 
 -- $search is a reference to $array --
@@ -48,11 +48,11 @@
 bool(true)
 Done
 --UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing array_key_exists() : usage variations ***
 
 -- $search is a reference to $array --
@@ -63,4 +63,4 @@
 
 -- Both arguments are referenced variables --
 bool(true)
-Done
\ No newline at end of file
+Done
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_merge_variation9.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/array/array_merge_variation9.phpt
diff -u php-src/ext/standard/tests/array/array_merge_variation9.phpt:1.1 
php-src/ext/standard/tests/array/array_merge_variation9.phpt:1.2
--- php-src/ext/standard/tests/array/array_merge_variation9.phpt:1.1Wed Feb 
13 14:19:37 2008
+++ php-src/ext/standard/tests/array/array_merge_variation9.phptSat Feb 
23 19:17:41 2008
@@ -38,7 +38,7 @@
 ?>
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing array_merge() : usage variations ***
 
 -- Merge an array made up of referenced variables to an assoc. array --
@@ -112,7 +112,7 @@
 }
 Done
 --UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d

[PHP-CVS] cvs: php-src /ext/ctype/tests 001.phpt 002.phpt /ext/standard/tests/general_functions debug_zval_dump_v.phpt

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 19:01:11 2008 UTC

  Modified files:  
/php-src/ext/ctype/tests001.phpt 002.phpt 
/php-src/ext/standard/tests/general_functions   
debug_zval_dump_v.phpt 
  Log:
  Fixed tests (new error message - E_DEPRECATED)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/tests/001.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/ctype/tests/001.phpt
diff -u php-src/ext/ctype/tests/001.phpt:1.5 
php-src/ext/ctype/tests/001.phpt:1.6
--- php-src/ext/ctype/tests/001.phpt:1.5Sat Oct  7 23:50:54 2006
+++ php-src/ext/ctype/tests/001.phptSat Feb 23 19:01:10 2008
@@ -38,7 +38,7 @@
 ctype_space 6
 ctype_xdigit 22
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s001.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s001.php on line %d
 ctype_lower 26
 ctype_upper 26
 ctype_alpha 52
http://cvs.php.net/viewvc.cgi/php-src/ext/ctype/tests/002.phpt?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/ctype/tests/002.phpt
diff -u php-src/ext/ctype/tests/002.phpt:1.7 
php-src/ext/ctype/tests/002.phpt:1.8
--- php-src/ext/ctype/tests/002.phpt:1.7Sat Oct  7 23:50:54 2006
+++ php-src/ext/ctype/tests/002.phptSat Feb 23 19:01:10 2008
@@ -47,9 +47,9 @@
 ctype_space 6 6 0
 ctype_xdigit 22 22 0
 --UEXPECTF--
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s002.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s002.php on line %d
 
-Strict Standards: setlocale(): deprecated in Unicode mode, please use ICU 
locale functions in %s002.php on line %d
+Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale 
functions in %s002.php on line %d
 LOCALE is '%s'
 ctype_lower 26 26 0
 ctype_upper 26 26 0
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt
diff -u php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.4 
php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.5
--- php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt:1.4 
Tue May 29 12:26:59 2007
+++ php-src/ext/standard/tests/general_functions/debug_zval_dump_v.phpt Sat Feb 
23 19:01:11 2008
@@ -123,7 +123,7 @@
 ?>
 
 --EXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing debug_zval_dump() on functions ***
 --- Variation 1: global variable inside a function ---
 
@@ -215,7 +215,7 @@
 &string(10) "NULLstring" refcount(2)
 Done
 --UEXPECTF--
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on 
line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 *** Testing debug_zval_dump() on functions ***
 --- Variation 1: global variable inside a function ---
 

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



[PHP-CVS] cvs: php-src / run-tests.php

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 18:41:31 2008 UTC

  Modified files:  
/php-srcrun-tests.php 
  Log:
  New E_ALL value
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.342&r2=1.343&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.342 php-src/run-tests.php:1.343
--- php-src/run-tests.php:1.342 Fri Feb  8 16:47:20 2008
+++ php-src/run-tests.php   Sat Feb 23 18:41:31 2008
@@ -24,7 +24,7 @@
+--+
  */
 
-/* $Id: run-tests.php,v 1.342 2008/02/08 16:47:20 nlopess Exp $ */
+/* $Id: run-tests.php,v 1.343 2008/02/23 18:41:31 felipe Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -163,7 +163,7 @@
'open_basedir=',
'disable_functions=',
'output_buffering=Off',
-   'error_reporting=8191',
+   'error_reporting=16383',
'display_errors=1',
'display_startup_errors=1',
'log_errors=0',
@@ -447,7 +447,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
-   echo '$Revision: 1.342 $'."\n";
+   echo '$Revision: 1.343 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";

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



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

2008-02-23 Thread Felipe Pena
felipe  Sat Feb 23 18:29:17 2008 UTC

  Modified files:  
/php-src/ext/standard   string.c 
  Log:
  Change some E_STRICTs to E_DEPRECATED
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.669&r2=1.670&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.669 php-src/ext/standard/string.c:1.670
--- php-src/ext/standard/string.c:1.669 Sat Feb 23 17:03:53 2008
+++ php-src/ext/standard/string.c   Sat Feb 23 18:29:16 2008
@@ -18,7 +18,7 @@
+--+
  */
 
-/* $Id: string.c,v 1.669 2008/02/23 17:03:53 helly Exp $ */
+/* $Id: string.c,v 1.670 2008/02/23 18:29:16 felipe Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -491,7 +491,7 @@
}
 
if (UG(unicode)) {
-   php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in 
Unicode mode, please use ICU locale functions");
+   php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in 
Unicode mode, please use ICU locale functions");
}
 
switch(item) { /* {{{ */
@@ -6148,7 +6148,7 @@
}
 
if (UG(unicode)) {
-   php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in 
Unicode mode, please use ICU locale functions");
+   php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in 
Unicode mode, please use ICU locale functions");
}
 
 #ifdef HAVE_SETLOCALE
@@ -7177,7 +7177,7 @@
}
 
if (UG(unicode)) {
-   php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in 
Unicode mode, please use ICU locale functions");
+   php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "deprecated in 
Unicode mode, please use ICU locale functions");
}
 
MAKE_STD_ZVAL(grouping);

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



[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/mysql php_mysql.c /ext/standard basic_functions.c dl.c file.c string.c /ext/standard/tests/file magic_quotes.phpt /ext/standard/te

2008-02-23 Thread Marcus Boerger
helly   Sat Feb 23 17:06:24 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcNEWS 
/ZendEngine2zend.c zend_builtin_functions.c zend_compile.c 
zend_constants.c zend_errors.h zend_execute_API.c 
zend_language_parser.y zend_vm_def.h zend_vm_execute.h 
/ZendEngine2/tests  bug33771.phpt bug34767.phpt 
error_reporting01.phpt error_reporting02.phpt 
error_reporting03.phpt error_reporting04.phpt 
error_reporting05.phpt error_reporting06.phpt 
error_reporting07.phpt error_reporting08.phpt 
error_reporting09.phpt error_reporting10.phpt 
is_a.phpt 
/php-src/ext/date   php_date.c 
/php-src/ext/mysql  php_mysql.c 
/php-src/ext/standard   basic_functions.c dl.c file.c string.c 
/php-src/ext/standard/tests/filemagic_quotes.phpt 
/php-src/ext/standard/tests/serialize   bug31402.phpt 
/php-src/ext/standard/tests/strings setlocale_error.phpt 
/php-src/main   main.c 
/php-src/tests/classes  new_001.phpt 
/php-src/tests/lang bug20175.phpt bug22231.phpt bug22510.phpt 
  Log:
  - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
  [DOC] Finally added deprecation messages
  
  http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.116&r2=1.2027.2.547.2.965.2.117&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.116 
php-src/NEWS:1.2027.2.547.2.965.2.117
--- php-src/NEWS:1.2027.2.547.2.965.2.116   Thu Feb 21 20:01:23 2008
+++ php-src/NEWSSat Feb 23 17:06:19 2008
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ?? ??? 20??, PHP 5.3.0
+- Add new error mode E_DEPRECATED that informs about stuff that gets dropped in
+  later PHP versions. (Lars Strojny, Felipe, Marcus)
 - Added and improved PHP syntax and semantics:
   . Added NOWDOC. (Gwynne Raskind, Stas, Dmitry)
   . Added "?:" operator. (Marcus)
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend.c?r1=1.308.2.12.2.35.2.7&r2=1.308.2.12.2.35.2.8&diff_format=u
Index: ZendEngine2/zend.c
diff -u ZendEngine2/zend.c:1.308.2.12.2.35.2.7 
ZendEngine2/zend.c:1.308.2.12.2.35.2.8
--- ZendEngine2/zend.c:1.308.2.12.2.35.2.7  Mon Jan 28 20:34:02 2008
+++ ZendEngine2/zend.c  Sat Feb 23 17:06:19 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: zend.c,v 1.308.2.12.2.35.2.7 2008/01/28 20:34:02 derick Exp $ */
+/* $Id: zend.c,v 1.308.2.12.2.35.2.8 2008/02/23 17:06:19 helly Exp $ */
 
 #include "zend.h"
 #include "zend_extensions.h"
@@ -66,7 +66,7 @@
 static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
 {
if (!new_value) {
-   EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT;
+   EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & 
~E_DEPRECATED;
} else {
EG(error_reporting) = atoi(new_value);
}
@@ -974,6 +974,7 @@
case E_ERROR:
case E_NOTICE:
case E_STRICT:
+   case E_DEPRECATED:
case E_WARNING:
case E_USER_ERROR:
case E_USER_WARNING:
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_builtin_functions.c?r1=1.277.2.12.2.25.2.12&r2=1.277.2.12.2.25.2.13&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.12 
ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.13
--- ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.25.2.12   Thu Feb 21 
15:14:27 2008
+++ ZendEngine2/zend_builtin_functions.cSat Feb 23 17:06:19 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.25.2.12 2008/02/21 15:14:27 
dmitry Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.25.2.13 2008/02/23 17:06:19 
helly Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
@@ -744,7 +744,7 @@
Returns true if the object is of this class or has this class as one of its 
parents */
 ZEND_FUNCTION(is_a)
 {
-   zend_error(E_STRICT, "is_a(): Deprecated. Please use the instanceof 
operator");
+   zend_error(E_DEPRECATED, "is_a(): Deprecated. Please use the instanceof 
operator");
is_a_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
 }
 /* }}} */
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.41.2.43&r2=1.647.2.27.2.41.2.44&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.43 
ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.44
--- ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.43 Wed Feb 20 12:05:56 2008
+++ ZendEngine2/zend_compile.c  Sat Feb 23 17:06:19 2008
@@ 

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/mysql php_mysql.c /ext/standard dl.c file.c string.c /ext/standard/tests/serialize bug31402.phpt /main main.c /tests/classes new_001.phpt /tests/

2008-02-23 Thread Marcus Boerger
helly   Sat Feb 23 17:03:53 2008 UTC

  Modified files:  
/ZendEngine2zend.c zend_builtin_functions.c zend_compile.c 
zend_constants.c zend_errors.h zend_execute_API.c 
zend_language_parser.y zend_vm_def.h zend_vm_execute.h 
/ZendEngine2/tests  bug33771.phpt error_reporting01.phpt 
error_reporting02.phpt error_reporting03.phpt 
error_reporting04.phpt error_reporting05.phpt 
error_reporting06.phpt error_reporting07.phpt 
error_reporting08.phpt error_reporting09.phpt 
error_reporting10.phpt is_a.phpt 
/php-src/ext/date   php_date.c 
/php-src/ext/mysql  php_mysql.c 
/php-src/ext/standard   dl.c file.c string.c 
/php-src/ext/standard/tests/serialize   bug31402.phpt 
/php-src/main   main.c 
/php-src/tests/classes  new_001.phpt 
/php-src/tests/lang bug20175.phpt bug22231.phpt bug22510.phpt 
  Log:
  - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
  
  http://cvs.php.net/viewvc.cgi/ZendEngine2/zend.c?r1=1.406&r2=1.407&diff_format=u
Index: ZendEngine2/zend.c
diff -u ZendEngine2/zend.c:1.406 ZendEngine2/zend.c:1.407
--- ZendEngine2/zend.c:1.406Mon Jan 28 20:33:50 2008
+++ ZendEngine2/zend.c  Sat Feb 23 17:03:51 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: zend.c,v 1.406 2008/01/28 20:33:50 derick Exp $ */
+/* $Id: zend.c,v 1.407 2008/02/23 17:03:51 helly Exp $ */
 
 #include "zend.h"
 #include "zend_extensions.h"
@@ -74,7 +74,7 @@
 static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
 {
if (!new_value) {
-   EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT;
+   EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & 
~E_DEPRECATED;
} else {
EG(error_reporting) = atoi(new_value);
}
@@ -1481,6 +1481,7 @@
case E_ERROR:
case E_NOTICE:
case E_STRICT:
+   case E_DEPRECATED:
case E_WARNING:
case E_USER_ERROR:
case E_USER_WARNING:
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_builtin_functions.c?r1=1.366&r2=1.367&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.366 
ZendEngine2/zend_builtin_functions.c:1.367
--- ZendEngine2/zend_builtin_functions.c:1.366  Thu Feb 21 15:14:38 2008
+++ ZendEngine2/zend_builtin_functions.cSat Feb 23 17:03:51 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: zend_builtin_functions.c,v 1.366 2008/02/21 15:14:38 dmitry Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.367 2008/02/23 17:03:51 helly Exp $ */
 
 #include "zend.h"
 #include "zend_API.h"
@@ -124,7 +124,7 @@
ZEND_FE(get_included_files, NULL)
ZEND_FALIAS(get_required_files, get_included_files, NULL)
ZEND_FE(is_subclass_of, NULL)
-   ZEND_FE(is_a,   NULL)
+   ZEND_DEP_FE(is_a,   NULL)
ZEND_FE(get_class_vars, NULL)
ZEND_FE(get_object_vars,NULL)
ZEND_FE(get_class_methods,  NULL)
@@ -740,7 +740,6 @@
Returns true if the object is of this class or has this class as one of its 
parents */
 ZEND_FUNCTION(is_a)
 {
-   zend_error(E_STRICT, "is_a(): Deprecated. Please use the instanceof 
operator");
is_a_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
 }
 /* }}} */
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.802&r2=1.803&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.802 ZendEngine2/zend_compile.c:1.803
--- ZendEngine2/zend_compile.c:1.802Wed Feb 20 12:06:28 2008
+++ ZendEngine2/zend_compile.c  Sat Feb 23 17:03:51 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: zend_compile.c,v 1.802 2008/02/20 12:06:28 dmitry Exp $ */
+/* $Id: zend_compile.c,v 1.803 2008/02/23 17:03:51 helly Exp $ */
 
 #include 
 #include "zend.h"
@@ -2032,13 +2032,13 @@
function_ptr->common.function_name.v &&
function_ptr->common.type == ZEND_USER_FUNCTION &&
!ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uint) 
offset)) {
-   zend_error(E_STRICT,
+   zend_error(E_DEPRECATED,
"Call-time pass-by-reference has been 
deprecated; "
"if you would like to pass argument by 
reference, modify the declaration of %R().",
UG(unicode)?IS_UNICODE:IS_STRING,
function_ptr->common.function_name.v);
} else{
-   zend_error(E_STRICT,
+

[PHP-CVS] cvs: CVSROOT / avail

2008-02-23 Thread Johannes Schlüter
johannesSat Feb 23 09:57:52 2008 UTC

  Modified files:  
/CVSROOTavail 
  Log:
  - Update Chris Jones (sixd) to developer karma
  
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1357&r2=1.1358&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1357 CVSROOT/avail:1.1358
--- CVSROOT/avail:1.1357Sat Feb 16 05:10:35 2008
+++ CVSROOT/avail   Sat Feb 23 09:57:52 2008
@@ -17,7 +17,7 @@
 # The PHP Developers have full access to the full source trees for
 # PHP, as well as the documentation.
 
-avail|dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabob,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,emile,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,kevin,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,abies,vincent,goba,dmitry,pajoye,shie,rafi,magnus,tony2001,johannes,dbs,skoduru,nrathna,jesus,gopalv,bjor!
 
i,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip|phpfi,php3,php-src,pecl,non-pecl,spl,phpdoc,phpdoc-ar,phpdoc-bg,phpdoc-cs,phpdoc-da,phpdoc-de,phpdoc-el,phpdoc-es,phpdoc-fa_IR,phpdoc-fi,phpdoc-fr,phpdoc-he,phpdoc-hk,phpdoc-hu,phpdoc-id,phpdoc-it,phpdoc-ja,phpdoc-kr,phpdoc-lt,phpdoc-nl,phpdoc-pl,phpdoc-pt_BR,phpdoc-pt,phpdoc-ro,phpdoc-ru,phpdoc-sk,phpdoc-sl,phpdoc-sv,phpdoc-tr,phpdoc-tw,phpdoc-zh,phpdoc-ca,phpdoc-no
+avail|dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabob,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,emile,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,kevin,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,abies,vincent,goba,dmitry,pajoye,shie,rafi,magnus,tony2001,johannes,dbs,skoduru,nrathna,jesus,gopalv,bjor!
 
i,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip,sixd|phpfi,php3,php-src,pecl,non-pecl,spl,phpdoc,phpdoc-ar,phpdoc-bg,phpdoc-cs,phpdoc-da,phpdoc-de,phpdoc-el,phpdoc-es,phpdoc-fa_IR,phpdoc-fi,phpdoc-fr,phpdoc-he,phpdoc-hk,phpdoc-hu,phpdoc-id,phpdoc-it,phpdoc-ja,phpdoc-kr,phpdoc-lt,phpdoc-nl,phpdoc-pl,phpdoc-pt_BR,phpdoc-pt,phpdoc-ro,phpdoc-ru,phpdoc-sk,phpdoc-sl,phpdoc-sv,phpdoc-tr,phpdoc-tw,phpdoc-zh,phpdoc-ca,phpdoc-no
 
 # Some people have access to tests in the Engine
 avail|magnus,michael,zoe,robinf,jmessa,felipe|Zend/tests,ZendEngine2/tests
@@ -174,11 +174,10 @@
 avail|musone,chagenbu|php-src/ext/mcal
 avail|derick|php-src/ext/mcrypt
 avail|fmk|php-src/ext/mssql
-avail|asautins,dbenson,maxim,ray,abonamous,ldixon,sixd|php-src/ext/oci8
-avail|sixd|php-src/ext/pdo_oci
+avail|asautins,dbenson,maxim,ray,abonamous,ldixon|php-src/ext/oci8
 avail|kara,fmk,sschadt,nicos|php-src/ext/odbc
 avail|venaas|php-src/ext/openssl
-avail|mitch,kara,sixd|php-src/ext/oracle,pecl/oracle
+avail|mitch,kara|php-src/ext/oracle,pecl/oracle
 avail|nmav|php-src/ext/ovrimos,pecl/ovrimos
 avail|steinm,uw|php-src/ext/pdf
 avail|jdonagher,david|php-src/ext/pfpro,pecl/pfpro

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