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

2009-04-10 Thread changelog
changelog   Sat Apr 11 01:32:39 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3370r2=1.3371diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3370 php-src/ChangeLog:1.3371
--- php-src/ChangeLog:1.3370Fri Apr 10 01:32:47 2009
+++ php-src/ChangeLog   Sat Apr 11 01:32:38 2009
@@ -1,3 +1,50 @@
+2009-04-10  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/grapheme/grapheme_string.c:
+  isync with 5 branch
+
+* (PHP_5_3)
+  ext/intl/grapheme/grapheme_string.c
+  ext/intl/tests/grapheme.phpt:
+  merge grapheme substr fix
+
+2009-04-10  Nuno Lopes  nunoplo...@sapo.pt
+
+* (PHP_5_3)
+  NEWS:
+  BFN 47552
+
+* ext/pcre/php_pcre.c
+  ext/pcre/tests/bug47662.phpt:
+  MFB: fix #47662
+
+* (PHP_5_3)
+  ext/pcre/php_pcre.c
+  ext/pcre/tests/bug47662.phpt
+  ext/pcre/tests/bug47662.phpt:
+  fix bug #47662: support more than 127 named subpatterns
+
+2009-04-10  Philip Olson  philipol...@gmail.com
+
+* php.ini-development
+  php.ini-production:
+  MFB: Implemented new shorter URLs for ini settings (ex:
+  php.net/short-open-tag)
+
+* php.ini-development
+  php.ini-production:
+  MFB: Fixed typo
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  Implemented new shorter URLs for ini settings (ex: 
php.net/short-open-tag)
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  Fixed typo
+
 2009-04-09  Rasmus Lerdorf  ras...@lerdorf.com
 
 * ext/standard/strnatcmp.c
@@ -36222,7 +36269,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3370 2009/04/10 01:32:47 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3371 2009/04/11 01:32:38 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-04-10 Thread Philip Olson
philip  Fri Apr 10 15:16:15 2009 UTC

  Modified files:  
/php-srcphp.ini-production php.ini-development 
  Log:
  MFB: Fixed typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.5r2=1.6diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.5 php-src/php.ini-production:1.6
--- php-src/php.ini-production:1.5  Mon Apr  6 08:37:06 2009
+++ php-src/php.ini-production  Fri Apr 10 15:16:15 2009
@@ -1082,7 +1082,7 @@
 ; the 5th parameter to mail(), even in safe mode.
 ;mail.force_extra_parameters =
 
-; Add X-PHP-Originaiting-Script: that will include uid of the script followed 
by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script followed 
by the filename
 mail.add_x_header = On
 
 ; Log all mail() calls including the full path of the script, line #, to 
address and headers
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.5r2=1.6diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.5 php-src/php.ini-development:1.6
--- php-src/php.ini-development:1.5 Mon Apr  6 08:37:06 2009
+++ php-src/php.ini-development Fri Apr 10 15:16:15 2009
@@ -1082,7 +1082,7 @@
 ; the 5th parameter to mail(), even in safe mode.
 ;mail.force_extra_parameters =
 
-; Add X-PHP-Originaiting-Script: that will include uid of the script followed 
by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script followed 
by the filename
 mail.add_x_header = On
 
 ; Log all mail() calls including the full path of the script, line #, to 
address and headers



-- 
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) /ext/pcre php_pcre.c /ext/pcre/tests bug47662.phpt

2009-04-10 Thread Nuno Lopes
nlopess Fri Apr 10 15:47:15 2009 UTC

  Added files: (Branch: PHP_5_3)
/php-src/ext/pcre/tests bug47662.phpt 

  Modified files:  
/php-src/ext/pcre   php_pcre.c 
  Log:
  fix bug #47662: support more than 127 named subpatterns
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.30r2=1.168.2.9.2.21.2.31diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.168.2.9.2.21.2.30 
php-src/ext/pcre/php_pcre.c:1.168.2.9.2.21.2.31
--- php-src/ext/pcre/php_pcre.c:1.168.2.9.2.21.2.30 Wed Jan 28 22:39:30 2009
+++ php-src/ext/pcre/php_pcre.c Fri Apr 10 15:47:15 2009
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: php_pcre.c,v 1.168.2.9.2.21.2.30 2009/01/28 22:39:30 nlopess Exp $ */
+/* $Id: php_pcre.c,v 1.168.2.9.2.21.2.31 2009/04/10 15:47:15 nlopess Exp $ */
 
 #include php.h
 #include php_ini.h
@@ -209,7 +209,7 @@
}
 
while (ni++  name_cnt) {
-   name_idx = 0xff * name_table[0] + name_table[1];
+   name_idx = 0xff * (unsigned char)name_table[0] + 
(unsigned char)name_table[1];
subpat_names[name_idx] = name_table + 2;
if (is_numeric_string(subpat_names[name_idx], 
strlen(subpat_names[name_idx]), NULL, NULL, 0)  0) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Numeric named subpatterns are not allowed);

http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug47662.phpt?view=markuprev=1.1
Index: php-src/ext/pcre/tests/bug47662.phpt
+++ php-src/ext/pcre/tests/bug47662.phpt



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



[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug47662.phpt

2009-04-10 Thread Nuno Lopes
nlopess Fri Apr 10 15:48:22 2009 UTC

  Modified files:  
/php-src/ext/pcre   php_pcre.c 
/php-src/ext/pcre/tests bug47662.phpt 
  Log:
  MFB: fix #47662
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.250r2=1.251diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.250 php-src/ext/pcre/php_pcre.c:1.251
--- php-src/ext/pcre/php_pcre.c:1.250   Mon Mar 30 14:21:03 2009
+++ php-src/ext/pcre/php_pcre.c Fri Apr 10 15:48:22 2009
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: php_pcre.c,v 1.250 2009/03/30 14:21:03 kalle Exp $ */
+/* $Id: php_pcre.c,v 1.251 2009/04/10 15:48:22 nlopess Exp $ */
 
 /*  TODO
  *  php_pcre_replace_impl():
@@ -220,7 +220,7 @@
}
 
while (ni++  name_cnt) {
-   name_idx = 0xff * name_table[0] + name_table[1];
+   name_idx = 0xff * (unsigned char)name_table[0] + 
(unsigned char)name_table[1];
subpat_names[name_idx] = name_table + 2;
if (is_numeric_string(subpat_names[name_idx], 
strlen(subpat_names[name_idx]), NULL, NULL, 0)  0) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Numeric named subpatterns are not allowed);
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug47662.phpt?r1=1.1r2=1.2diff_format=u
Index: php-src/ext/pcre/tests/bug47662.phpt
diff -u /dev/null php-src/ext/pcre/tests/bug47662.phpt:1.2
--- /dev/null   Fri Apr 10 15:48:22 2009
+++ php-src/ext/pcre/tests/bug47662.phptFri Apr 10 15:48:22 2009
@@ -0,0 +1,18 @@
+--TEST--
+Bug #47662 (support more than 127 named subpatterns)
+--FILE--
+?php
+
+$regex = '@';
+for($bar=0; $bar1027; $bar++) {
+   $regex .= '((?Px'.$bar.'))';
+}
+$regex .= 'fo+bar@';
+
+var_dump(preg_match($regex, 'foobar'));
+echo Done!\n;
+
+?
+--EXPECT--
+int(1)
+Done!



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



[PHP-CVS] cvs: php-src /ext/intl/grapheme grapheme_string.c

2009-04-10 Thread Stanislav Malyshev
stasFri Apr 10 16:55:51 2009 UTC

  Modified files:  
/php-src/ext/intl/grapheme  grapheme_string.c 
  Log:
  isync with 5 branch
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/grapheme/grapheme_string.c?r1=1.4r2=1.5diff_format=u
Index: php-src/ext/intl/grapheme/grapheme_string.c
diff -u php-src/ext/intl/grapheme/grapheme_string.c:1.4 
php-src/ext/intl/grapheme/grapheme_string.c:1.5
--- php-src/ext/intl/grapheme/grapheme_string.c:1.4 Tue Mar 10 23:39:26 2009
+++ php-src/ext/intl/grapheme/grapheme_string.c Fri Apr 10 16:55:51 2009
@@ -542,7 +542,7 @@
length += iter_val;
}

-   if ( UBRK_DONE == sub_str_end_pos ) {
+   if ( UBRK_DONE == sub_str_end_pos  length  0) {

intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, 
grapheme_substr: length not contained in string, 1 TSRMLS_CC );




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



[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2009-04-10 Thread Philip Olson
philip  Sat Apr 11 03:40:34 2009 UTC

  Modified files:  
/php-srcREADME.RELEASE_PROCESS 
  Log:
  Removed an unnecessary item, that calls for doc builds
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.17r2=1.18diff_format=u
Index: php-src/README.RELEASE_PROCESS
diff -u php-src/README.RELEASE_PROCESS:1.17 php-src/README.RELEASE_PROCESS:1.18
--- php-src/README.RELEASE_PROCESS:1.17 Wed Apr  8 08:38:57 2009
+++ php-src/README.RELEASE_PROCESS  Sat Apr 11 03:40:34 2009
@@ -252,8 +252,6 @@
 
   II. For PHP5: Set $CURRENT_QA_RELEASE_5 to false
 
-12. Rebuild the English and Japanese docs (ask Derick)
-
 
 Re-releasing the same version (or -pl)
 



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