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

2008-04-09 Thread changelog
changelog   Thu Apr 10 01:31:40 2008 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3013r2=1.3014diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3013 php-src/ChangeLog:1.3014
--- php-src/ChangeLog:1.3013Wed Apr  9 01:31:39 2008
+++ php-src/ChangeLog   Thu Apr 10 01:31:40 2008
@@ -1,3 +1,88 @@
+2008-04-09  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ZendEngine2/tests/gc_013.phpt
+  ZendEngine2/tests/gc_014.phpt
+  ZendEngine2/tests/gc_015.phpt:
+  
+  WS
+
+2008-04-09  Nuno Lopes  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l
+  ZendEngine2/zend_language_scanner_defs.h:
+  fix the yyless() definition to match flex one and revert part of last 
patch
+  (so that it remains similar with flex's scan)
+
+2008-04-09  Marcus Boerger  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/spl/config.m4:
+  - MFH SPL can no longer be disabld as discussed some time ago (checked 
back
+  with RM)
+
+* ext/spl/config.m4:
+  - SPL can no longer be disabld as discussed some time ago (checked back
+  with RM)
+
+2008-04-09  Scott MacVicar  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_language_scanner.l:
+  Fix heredoc handling. (Patch by Matt Wilmas)
+
+* ZendEngine2/zend_globals.h
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l:
+  MFB:  Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt
+  Wilmas)
+
+* (PHP_5_3)
+  ZendEngine2/zend_globals.h
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l:
+  Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
+
+2008-04-09  Etienne Kneuss  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/spl/spl_directory.c:
+  MFH: Fix #44511 (Ensure no exception was already thrown by
+  php_stream_opendir)
+
+* ext/spl/spl_directory.c:
+  Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)
+
+2008-04-09  Felipe Pena  [EMAIL PROTECTED]
+
+* ext/ereg/ereg.c
+  ext/ereg/ereg.c:
+  MFB: Fixed bug #44678 (spliti error message includes wrong function name)
+
+* (PHP_5_2)
+  ext/standard/reg.c:
+  Fixed bug #44678 (spliti error message includes wrong function name)
+
+2008-04-09  Dmitry Stogov  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  NEWS
+  sapi/cgi/cgi_main.c
+  sapi/cgi/cgi_main.c
+  sapi/cgi/cgi_main.c:
+  Fixed bug #44673 (With CGI argv/argc starts from arguments, not from
+  script)
+
+* ZendEngine2/zend_compile.c
+  ZendEngine2/zend_compile.c
+  ZendEngine2/tests/bug44653.phpt
+  ZendEngine2/tests/bug44653.phpt
+  ZendEngine2/tests/bug44653.phpt:
+  Bug #44653 (Invalid namespace name resolution)
+
 2008-04-08  Ilia Alshanetsky  [EMAIL PROTECTED]
 
 * (PHP_5_2)




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

2008-04-09 Thread changelog
changelog   Thu Apr 10 01:31:43 2008 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1279r2=1.1280diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1279 ZendEngine2/ChangeLog:1.1280
--- ZendEngine2/ChangeLog:1.1279Tue Apr  8 01:31:43 2008
+++ ZendEngine2/ChangeLog   Thu Apr 10 01:31:43 2008
@@ -1,3 +1,48 @@
+2008-04-09  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  tests/gc_013.phpt
+  tests/gc_014.phpt
+  tests/gc_015.phpt:
+  
+  WS
+
+2008-04-09  Nuno Lopes  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  zend_language_scanner.c
+  zend_language_scanner.l
+  zend_language_scanner_defs.h:
+  fix the yyless() definition to match flex one and revert part of last 
patch
+  (so that it remains similar with flex's scan)
+
+2008-04-09  Scott MacVicar  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  zend_language_scanner.l:
+  Fix heredoc handling. (Patch by Matt Wilmas)
+
+* zend_globals.h
+  zend_language_scanner.c
+  zend_language_scanner.l:
+  MFB:  Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt
+  Wilmas)
+
+* (PHP_5_3)
+  zend_globals.h
+  zend_language_scanner.c
+  zend_language_scanner.l:
+  Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)
+
+2008-04-09  Dmitry Stogov  [EMAIL PROTECTED]
+
+* zend_compile.c
+  zend_compile.c
+  tests/bug44653.phpt
+  tests/bug44653.phpt
+  tests/bug44653.phpt:
+  Bug #44653 (Invalid namespace name resolution)
+
 2008-04-07  Scott MacVicar  [EMAIL PROTECTED]
 
 * zend_ini_scanner.c
@@ -22551,7 +22596,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1279 2008/04/08 01:31:43 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1280 2008/04/10 01:31:43 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -24275,7 +24320,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1279 2008/04/08 01:31:43 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1280 2008/04/10 01:31:43 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]
 




Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions parse_ini_file.phpt

2008-04-09 Thread Antony Dovgal

On 08.04.2008 16:33, Jani Taskinen wrote:

janiTue Apr  8 12:33:55 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/standard/tests/general_functions	parse_ini_file.phpt 
  Log:

  MFH: Missing basic single ini file test (bug #44574)


Is it supposed to fail?

Warning: syntax error, unexpected $end in 
/local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.dat on 
line 2
in /local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.php on 
line 92

--
Wbr, 
Antony Dovgal


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



Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions parse_ini_file.phpt

2008-04-09 Thread Antony Dovgal

On 09.04.2008 12:31, Jani Taskinen wrote:

Is it supposed to fail?

Warning: syntax error, unexpected $end in 
/local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.dat on 
line 2
in /local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.php on 
line 92


If the bug #44574 (like mentioned in the commit msg) isn't fixed: yes,
it's supposed to fail.


Ok then.

--
Wbr, 
Antony Dovgal


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



[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2008-04-09 Thread Dmitry Stogov
dmitry  Wed Apr  9 09:16:40 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcNEWS 
/php-src/sapi/cgi   cgi_main.c 
  Log:
  Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1137r2=1.2027.2.547.2.1138diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1137 php-src/NEWS:1.2027.2.547.2.1138
--- php-src/NEWS:1.2027.2.547.2.1137Tue Apr  8 17:17:07 2008
+++ php-src/NEWSWed Apr  9 09:16:39 2008
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ?? Apr 2008, PHP 5.2.6
+- Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
+  (Dmitry)
 - Fixed bug #44667 (proc_open() does not handle pipes with the mode 'wb'
   correctly). (Jani)
 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.55r2=1.267.2.15.2.56diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.55 
php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.56
--- php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.55 Thu Feb 28 00:29:29 2008
+++ php-src/sapi/cgi/cgi_main.c Wed Apr  9 09:16:40 2008
@@ -21,7 +21,7 @@
+--+
 */
 
-/* $Id: cgi_main.c,v 1.267.2.15.2.55 2008/02/28 00:29:29 iliaa Exp $ */
+/* $Id: cgi_main.c,v 1.267.2.15.2.56 2008/04/09 09:16:40 dmitry Exp $ */
 
 #include php.h
 #include php_globals.h
@@ -1760,7 +1760,7 @@
} else if (argc  php_optind) {
/* file is on command line, but not in -f opt */
STR_FREE(SG(request_info).path_translated);
-   SG(request_info).path_translated = 
estrdup(argv[php_optind++]);
+   SG(request_info).path_translated = 
estrdup(argv[php_optind]);
/* arguments after the file are considered 
script args */
SG(request_info).argc = argc - php_optind;
SG(request_info).argv = argv[php_optind];



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



[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2008-04-09 Thread Dmitry Stogov
dmitry  Wed Apr  9 09:17:02 2008 UTC

  Modified files:  
/php-src/sapi/cgi   cgi_main.c 
  Log:
  Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.353r2=1.354diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.353 php-src/sapi/cgi/cgi_main.c:1.354
--- php-src/sapi/cgi/cgi_main.c:1.353   Wed Mar 26 14:46:17 2008
+++ php-src/sapi/cgi/cgi_main.c Wed Apr  9 09:17:01 2008
@@ -21,7 +21,7 @@
+--+
 */
 
-/* $Id: cgi_main.c,v 1.353 2008/03/26 14:46:17 scottmac Exp $ */
+/* $Id: cgi_main.c,v 1.354 2008/04/09 09:17:01 dmitry Exp $ */
 
 #include php.h
 #include php_globals.h
@@ -1805,7 +1805,7 @@
} else if (argc  php_optind) {
/* file is on command line, but not in 
-f opt */

STR_FREE(SG(request_info).path_translated);
-   SG(request_info).path_translated = 
estrdup(argv[php_optind++]);
+   SG(request_info).path_translated = 
estrdup(argv[php_optind]);
/* arguments after the file are 
considered script args */
SG(request_info).argc = argc - 
php_optind;
SG(request_info).argv = 
argv[php_optind];



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



Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions parse_ini_file.phpt

2008-04-09 Thread Jani Taskinen
On Wed, 2008-04-09 at 11:40 +0400, Antony Dovgal wrote:
 On 08.04.2008 16:33, Jani Taskinen wrote:
  janiTue Apr  8 12:33:55 2008 UTC
  
Modified files:  (Branch: PHP_5_3)
  /php-src/ext/standard/tests/general_functions   parse_ini_file.phpt 
Log:
MFH: Missing basic single ini file test (bug #44574)
 
 Is it supposed to fail?
 
 Warning: syntax error, unexpected $end in 
 /local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.dat on 
 line 2
 in /local/qa/5_3.zts/ext/standard/tests/general_functions/parse_ini_file.php 
 on line 92

If the bug #44574 (like mentioned in the commit msg) isn't fixed: yes,
it's supposed to fail.

-- 
Patches/Donations: http://pecl.php.net/~jani/



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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard reg.c

2008-04-09 Thread Felipe Pena
felipe  Wed Apr  9 13:47:35 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/standard   reg.c 
  Log:
  Fixed bug #44678 (spliti error message includes wrong function name)
  
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/reg.c?r1=1.82.2.3.2.3r2=1.82.2.3.2.4diff_format=u
Index: php-src/ext/standard/reg.c
diff -u php-src/ext/standard/reg.c:1.82.2.3.2.3 
php-src/ext/standard/reg.c:1.82.2.3.2.4
--- php-src/ext/standard/reg.c:1.82.2.3.2.3 Mon Dec 31 07:20:13 2007
+++ php-src/ext/standard/reg.c  Wed Apr  9 13:47:35 2008
@@ -17,7 +17,7 @@
|  Jaakko Hyvätti [EMAIL PROTECTED]  | 
+--+
  */
-/* $Id: reg.c,v 1.82.2.3.2.3 2007/12/31 07:20:13 sebastian Exp $ */
+/* $Id: reg.c,v 1.82.2.3.2.4 2008/04/09 13:47:35 felipe Exp $ */
 
 #include stdio.h
 #include ctype.h
@@ -564,7 +564,13 @@
} else if (subs[0].rm_so == 0  subs[0].rm_eo == 0) {
/* No more matches */
regfree(re);
-   php_error_docref(NULL TSRMLS_CC, E_WARNING, Invalid 
Regular Expression to split());
+   
+   if (icase) {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to spliti());
+   } else {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to split());
+   }
+   
zend_hash_destroy(Z_ARRVAL_P(return_value));
efree(Z_ARRVAL_P(return_value));
RETURN_FALSE;



-- 
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/ereg ereg.c

2008-04-09 Thread Felipe Pena
felipe  Wed Apr  9 13:51:09 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/ereg   ereg.c 
  Log:
  MFB: Fixed bug #44678 (spliti error message includes wrong function name)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/ereg.c?r1=1.90.2.3r2=1.90.2.4diff_format=u
Index: php-src/ext/ereg/ereg.c
diff -u php-src/ext/ereg/ereg.c:1.90.2.3 php-src/ext/ereg/ereg.c:1.90.2.4
--- php-src/ext/ereg/ereg.c:1.90.2.3Mon Dec 31 07:17:07 2007
+++ php-src/ext/ereg/ereg.c Wed Apr  9 13:51:09 2008
@@ -17,7 +17,7 @@
|  Jaakko Hyvätti [EMAIL PROTECTED]  | 
+--+
  */
-/* $Id: ereg.c,v 1.90.2.3 2007/12/31 07:17:07 sebastian Exp $ */
+/* $Id: ereg.c,v 1.90.2.4 2008/04/09 13:51:09 felipe Exp $ */
 
 #include stdio.h
 #include ctype.h
@@ -644,7 +644,13 @@
} else if (subs[0].rm_so == 0  subs[0].rm_eo == 0) {
/* No more matches */
regfree(re);
-   php_error_docref(NULL TSRMLS_CC, E_WARNING, Invalid 
Regular Expression to split());
+   
+   if (icase) {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to spliti());
+   } else {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to split());
+   }
+   
zend_hash_destroy(Z_ARRVAL_P(return_value));
efree(Z_ARRVAL_P(return_value));
RETURN_FALSE;



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



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

2008-04-09 Thread Felipe Pena
felipe  Wed Apr  9 13:52:53 2008 UTC

  Modified files:  
/php-src/ext/ereg   ereg.c 
  Log:
  MFB: Fixed bug #44678 (spliti error message includes wrong function name)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/ereg.c?r1=1.91r2=1.92diff_format=u
Index: php-src/ext/ereg/ereg.c
diff -u php-src/ext/ereg/ereg.c:1.91 php-src/ext/ereg/ereg.c:1.92
--- php-src/ext/ereg/ereg.c:1.91Mon Dec 31 07:12:09 2007
+++ php-src/ext/ereg/ereg.c Wed Apr  9 13:52:53 2008
@@ -17,7 +17,7 @@
|  Jaakko Hyvätti [EMAIL PROTECTED]  | 
+--+
  */
-/* $Id: ereg.c,v 1.91 2007/12/31 07:12:09 sebastian Exp $ */
+/* $Id: ereg.c,v 1.92 2008/04/09 13:52:53 felipe Exp $ */
 
 #include stdio.h
 #include ctype.h
@@ -644,7 +644,13 @@
} else if (subs[0].rm_so == 0  subs[0].rm_eo == 0) {
/* No more matches */
regfree(re);
-   php_error_docref(NULL TSRMLS_CC, E_WARNING, Invalid 
Regular Expression to split());
+   
+   if (icase) {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to spliti());
+   } else {
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, 
Invalid Regular Expression to split());
+   }
+   
zend_hash_destroy(Z_ARRVAL_P(return_value));
efree(Z_ARRVAL_P(return_value));
RETURN_FALSE;



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



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

2008-04-09 Thread Etienne Kneuss
colder  Wed Apr  9 19:00:48 2008 UTC

  Modified files:  
/php-src/ext/splspl_directory.c 
  Log:
  Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.150r2=1.151diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.150 
php-src/ext/spl/spl_directory.c:1.151
--- php-src/ext/spl/spl_directory.c:1.150   Thu Mar 13 19:45:22 2008
+++ php-src/ext/spl/spl_directory.c Wed Apr  9 19:00:48 2008
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: spl_directory.c,v 1.150 2008/03/13 19:45:22 helly Exp $ */
+/* $Id: spl_directory.c,v 1.151 2008/04/09 19:00:48 colder Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include config.h
@@ -236,7 +236,7 @@
}
intern-u.dir.index = 0;
 
-   if (intern-u.dir.dirp == NULL) {
+   if (EG(exception) || intern-u.dir.dirp == NULL) {
/* throw exception: should've been already happened */
intern-u.dir.entry.d_name[0] = '\0';
} else {



-- 
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/spl spl_directory.c

2008-04-09 Thread Etienne Kneuss
colder  Wed Apr  9 19:01:13 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/splspl_directory.c 
  Log:
  MFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.18r2=1.45.2.27.2.23.2.19diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.18 
php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.19
--- php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.18 Thu Mar 13 19:46:44 2008
+++ php-src/ext/spl/spl_directory.c Wed Apr  9 19:01:12 2008
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: spl_directory.c,v 1.45.2.27.2.23.2.18 2008/03/13 19:46:44 helly Exp $ 
*/
+/* $Id: spl_directory.c,v 1.45.2.27.2.23.2.19 2008/04/09 19:01:12 colder Exp $ 
*/
 
 #ifdef HAVE_CONFIG_H
 # include config.h
@@ -215,7 +215,7 @@
}
intern-u.dir.index = 0;
 
-   if (intern-u.dir.dirp == NULL) {
+   if (EG(exception) || intern-u.dir.dirp == NULL) {
/* throw exception: should've been already happened */
intern-u.dir.entry.d_name[0] = '\0';
} else {



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



[PHP-CVS] cvs: php-src /ext/spl config.m4

2008-04-09 Thread Marcus Boerger
helly   Wed Apr  9 21:47:29 2008 UTC

  Modified files:  
/php-src/ext/splconfig.m4 
  Log:
  - SPL can no longer be disabld as discussed some time ago (checked back with 
RM)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/config.m4?r1=1.24r2=1.25diff_format=u
Index: php-src/ext/spl/config.m4
diff -u php-src/ext/spl/config.m4:1.24 php-src/ext/spl/config.m4:1.25
--- php-src/ext/spl/config.m4:1.24  Mon Feb 25 23:36:36 2008
+++ php-src/ext/spl/config.m4   Wed Apr  9 21:47:29 2008
@@ -1,10 +1,6 @@
-dnl $Id: config.m4,v 1.24 2008/02/25 23:36:36 colder Exp $
+dnl $Id: config.m4,v 1.25 2008/04/09 21:47:29 helly Exp $
 dnl config.m4 for extension SPL
 
-PHP_ARG_ENABLE(spl, enable SPL suppport,
-[  --disable-spl   Disable Standard PHP Library], yes)
-
-if test $PHP_SPL != no; then
   AC_MSG_CHECKING(whether zend_object_value is packed)
   old_CPPFLAGS=$CPPFLAGS
   CPPFLAGS=$INCLUDES -I$abs_srcdir $CPPFLAGS
@@ -32,4 +28,3 @@
   PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c 
spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c 
spl_observer.c spl_dllist.c spl_heap.c, no)
   PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h 
spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl_observer.h 
spl_sxe.h spl_dllist.h spl_heap.h])
   PHP_ADD_EXTENSION_DEP(spl, pcre, true)
-fi



-- 
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/spl config.m4

2008-04-09 Thread Marcus Boerger
helly   Wed Apr  9 21:53:00 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/splconfig.m4 
  Log:
  - MFH SPL can no longer be disabld as discussed some time ago (checked back 
with RM)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/config.m4?r1=1.13.2.4.2.3.2.2r2=1.13.2.4.2.3.2.3diff_format=u
Index: php-src/ext/spl/config.m4
diff -u php-src/ext/spl/config.m4:1.13.2.4.2.3.2.2 
php-src/ext/spl/config.m4:1.13.2.4.2.3.2.3
--- php-src/ext/spl/config.m4:1.13.2.4.2.3.2.2  Mon Feb 25 23:39:08 2008
+++ php-src/ext/spl/config.m4   Wed Apr  9 21:53:00 2008
@@ -1,10 +1,6 @@
-dnl $Id: config.m4,v 1.13.2.4.2.3.2.2 2008/02/25 23:39:08 colder Exp $
+dnl $Id: config.m4,v 1.13.2.4.2.3.2.3 2008/04/09 21:53:00 helly Exp $
 dnl config.m4 for extension SPL
 
-PHP_ARG_ENABLE(spl, enable SPL suppport,
-[  --disable-spl   Disable Standard PHP Library], yes)
-
-if test $PHP_SPL != no; then
   AC_MSG_CHECKING(whether zend_object_value is packed)
   old_CPPFLAGS=$CPPFLAGS
   CPPFLAGS=$INCLUDES -I$abs_srcdir $CPPFLAGS
@@ -29,4 +25,3 @@
   PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c 
spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c 
spl_observer.c spl_dllist.c spl_heap.c, no)
   PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h 
spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl_observer.h 
spl_sxe.h spl_dllist.h spl_heap.h])
   PHP_ADD_EXTENSION_DEP(spl, pcre, true)
-fi



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



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

2008-04-09 Thread Philip Olson
philip  Thu Apr 10 05:30:34 2008 UTC

  Modified files:  
/php-src/ext/standard   credits.c 
  Log:
  Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.48r2=1.49diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.48 php-src/ext/standard/credits.c:1.49
--- php-src/ext/standard/credits.c:1.48 Mon Dec 31 07:12:15 2007
+++ php-src/ext/standard/credits.c  Thu Apr 10 05:30:34 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.48 2007/12/31 07:12:15 sebastian Exp $ */
+/* $Id: credits.c,v 1.49 2008/04/10 05:30:34 philip Exp $ */
 
 #include php.h
 #include info.h
@@ -105,9 +105,9 @@
if (flag  PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_colspan_header(2, PHP Documentation);
-   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana);
+   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub 
Vrana);
CREDIT_LINE(Editor, Philip Olson);
-   CREDIT_LINE(User Note Maintainers, Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer);
+   CREDIT_LINE(User Note Maintainers, Friedhelm Betz, Etienne 
Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz);
CREDIT_LINE(Other Contributors, Previously active authors, 
editors and other contributors are listed in the manual.);
php_info_print_table_end();
}



-- 
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/standard credits.c

2008-04-09 Thread Philip Olson
philip  Thu Apr 10 05:31:53 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/standard   credits.c 
  Log:
  MFH: Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.4.2.2r2=1.36.2.4.2.4.2.3diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.36.2.4.2.4.2.2 
php-src/ext/standard/credits.c:1.36.2.4.2.4.2.3
--- php-src/ext/standard/credits.c:1.36.2.4.2.4.2.2 Mon Dec 31 07:17:14 2007
+++ php-src/ext/standard/credits.c  Thu Apr 10 05:31:53 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.36.2.4.2.4.2.2 2007/12/31 07:17:14 sebastian Exp $ */
+/* $Id: credits.c,v 1.36.2.4.2.4.2.3 2008/04/10 05:31:53 philip Exp $ */
 
 #include php.h
 #include info.h
@@ -94,9 +94,9 @@
if (flag  PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_colspan_header(2, PHP Documentation);
-   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana);
+   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub 
Vrana);
CREDIT_LINE(Editor, Philip Olson);
-   CREDIT_LINE(User Note Maintainers, Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer);
+   CREDIT_LINE(User Note Maintainers, Friedhelm Betz, Etienne 
Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz);
CREDIT_LINE(Other Contributors, Previously active authors, 
editors and other contributors are listed in the manual.);
php_info_print_table_end();
}



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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard credits.c

2008-04-09 Thread Philip Olson
philip  Thu Apr 10 05:32:27 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/standard   credits.c 
  Log:
  MFH: Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.5r2=1.36.2.4.2.6diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.36.2.4.2.5 
php-src/ext/standard/credits.c:1.36.2.4.2.6
--- php-src/ext/standard/credits.c:1.36.2.4.2.5 Mon Dec 31 07:20:12 2007
+++ php-src/ext/standard/credits.c  Thu Apr 10 05:32:26 2008
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.36.2.4.2.5 2007/12/31 07:20:12 sebastian Exp $ */
+/* $Id: credits.c,v 1.36.2.4.2.6 2008/04/10 05:32:26 philip Exp $ */
 
 #include php.h
 #include info.h
@@ -96,9 +96,9 @@
if (flag  PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_colspan_header(2, PHP Documentation);
-   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana);
+   CREDIT_LINE(Authors, Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub 
Vrana);
CREDIT_LINE(Editor, Philip Olson);
-   CREDIT_LINE(User Note Maintainers, Mehdi Achour, Friedhelm 
Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer);
+   CREDIT_LINE(User Note Maintainers, Friedhelm Betz, Etienne 
Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz);
CREDIT_LINE(Other Contributors, Previously active authors, 
editors and other contributors are listed in the manual.);
php_info_print_table_end();
}



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