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

2009-07-04 Thread changelog
changelog   Sun Jul  5 01:33:08 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3454r2=1.3455diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3454 php-src/ChangeLog:1.3455
--- php-src/ChangeLog:1.3454Sat Jul  4 01:33:10 2009
+++ php-src/ChangeLog   Sun Jul  5 01:33:06 2009
@@ -1,3 +1,35 @@
+2009-07-04  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/spl/spl_array.c
+  ext/spl/spl_directory.c
+  ext/spl/spl_dllist.c
+  ext/spl/spl_fixedarray.c
+  ext/spl/spl_heap.c
+  ext/spl/spl_iterators.c
+  ext/spl/spl_observer.c
+  ext/spl/tests/countable_class_basic1.phpt:
+  MFH:
+  - Added missing methods' arginfo (for void params)
+  - Fixed arginfos:
+- MultipleIterator::__construct
+- MultipleIterator::setFlags  (Thanks Philip!)
+- SplFixedArray::__construct
+
+* ext/spl/spl_array.c
+  ext/spl/spl_directory.c
+  ext/spl/spl_dllist.c
+  ext/spl/spl_fixedarray.c
+  ext/spl/spl_heap.c
+  ext/spl/spl_iterators.c
+  ext/spl/spl_observer.c
+  ext/spl/tests/countable_class_basic1.phpt:
+  - Added missing methods' arginfo (for void params)
+  - Fixed arginfos:
+- MultipleIterator::__construct
+- MultipleIterator::setFlags  (Thanks Philip!)
+- SplFixedArray::__construct
+
 2009-07-03  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_2)
@@ -50128,7 +50160,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3454 2009/07/04 01:33:10 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3455 2009/07/05 01:33:06 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




Re: [PHP-CVS] cvs: win-installer / WixUI_en-us.wxl

2009-07-04 Thread Hannes Magnusson
On Sat, Jul 4, 2009 at 05:19, John Merticjmer...@php.net wrote:
 jmertic         Sat Jul  4 03:19:51 2009 UTC

  Modified files:
    /win-installer      WixUI_en-us.wxl
  Log:
  Changed language string for php_oci8 extension to refered to it as Oracle 10 
 instead of Oracle 8.

 http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.30r2=1.31diff_format=u
 Index: win-installer/WixUI_en-us.wxl
 diff -u win-installer/WixUI_en-us.wxl:1.30 win-installer/WixUI_en-us.wxl:1.31
 --- win-installer/WixUI_en-us.wxl:1.30  Fri Mar 20 20:36:58 2009
 +++ win-installer/WixUI_en-us.wxl       Sat Jul  4 03:19:51 2009
 @@ -733,8 +733,8 @@
   String Id=Featureext_php_operatorDescriptionOperator overloading for 
 Objects/String
   String Id=Featureext_php_oracleTitleOracle *DEPRECATED*/String
   String Id=Featureext_php_oracleDescriptionOracle 7 functions NOTE: 
 DEPRECATED - USE ORACLE 8 FUNCTIONS BELOW/String

This should probably be changed to 'oracle 10' too then?

-Hannes

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



[PHP-CVS] cvs: win-installer / WixUI_en-us.wxl

2009-07-04 Thread John Mertic
jmertic Sat Jul  4 13:19:24 2009 UTC

  Modified files:  
/win-installer  WixUI_en-us.wxl 
  Log:
  One more place to change Oracle 8 to Oracle 10.
  
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.31r2=1.32diff_format=u
Index: win-installer/WixUI_en-us.wxl
diff -u win-installer/WixUI_en-us.wxl:1.31 win-installer/WixUI_en-us.wxl:1.32
--- win-installer/WixUI_en-us.wxl:1.31  Sat Jul  4 03:19:51 2009
+++ win-installer/WixUI_en-us.wxl   Sat Jul  4 13:19:24 2009
@@ -732,7 +732,7 @@
   String Id=Featureext_php_operatorTitleoperator/String
   String Id=Featureext_php_operatorDescriptionOperator overloading for 
Objects/String
   String Id=Featureext_php_oracleTitleOracle *DEPRECATED*/String
-  String Id=Featureext_php_oracleDescriptionOracle 7 functions NOTE: 
DEPRECATED - USE ORACLE 8 FUNCTIONS BELOW/String
+  String Id=Featureext_php_oracleDescriptionOracle 7 functions NOTE: 
DEPRECATED - USE ORACLE 10 FUNCTIONS BELOW/String
   String Id=Featureext_php_oci8TitleOracle (10)/String
   String Id=Featureext_php_oci8DescriptionOracle 10 functions/String
   String Id=Featureext_php_oci8_11gTitleOracle (11g)/String



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



Re: [PHP-CVS] cvs: win-installer / WixUI_en-us.wxl

2009-07-04 Thread John Mertic
Good catch, fixed now. Thanks!

John Mertic
jmer...@gmail.com | http://jmertic.wordpress.com



On Sat, Jul 4, 2009 at 4:57 AM, Hannes
Magnussonhannes.magnus...@gmail.com wrote:
 On Sat, Jul 4, 2009 at 05:19, John Merticjmer...@php.net wrote:
 jmertic         Sat Jul  4 03:19:51 2009 UTC

  Modified files:
    /win-installer      WixUI_en-us.wxl
  Log:
  Changed language string for php_oci8 extension to refered to it as Oracle 
 10 instead of Oracle 8.

 http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.30r2=1.31diff_format=u
 Index: win-installer/WixUI_en-us.wxl
 diff -u win-installer/WixUI_en-us.wxl:1.30 win-installer/WixUI_en-us.wxl:1.31
 --- win-installer/WixUI_en-us.wxl:1.30  Fri Mar 20 20:36:58 2009
 +++ win-installer/WixUI_en-us.wxl       Sat Jul  4 03:19:51 2009
 @@ -733,8 +733,8 @@
   String Id=Featureext_php_operatorDescriptionOperator overloading for 
 Objects/String
   String Id=Featureext_php_oracleTitleOracle *DEPRECATED*/String
   String Id=Featureext_php_oracleDescriptionOracle 7 functions NOTE: 
 DEPRECATED - USE ORACLE 8 FUNCTIONS BELOW/String

 This should probably be changed to 'oracle 10' too then?

 -Hannes


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