[PHP-CVS] cvs: php-src /ext/filter/tests bug7715.phpt
tony2001Fri Apr 20 08:00:43 2007 UTC Modified files: /php-src/ext/filter/tests bug7715.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/bug7715.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/filter/tests/bug7715.phpt diff -u php-src/ext/filter/tests/bug7715.phpt:1.4 php-src/ext/filter/tests/bug7715.phpt:1.5 --- php-src/ext/filter/tests/bug7715.phpt:1.4 Tue Dec 19 14:16:08 2006 +++ php-src/ext/filter/tests/bug7715.phpt Fri Apr 20 08:00:43 2007 @@ -26,6 +26,6 @@ float(42) float(0.4) float(-0.4) -float(1.0E+12) -float(-1.0E+12) +float(1) +float(-1) float(2.324) -- 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/filter/tests bug7715.phpt
tony2001Fri Apr 20 08:00:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter/tests bug7715.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/bug7715.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/filter/tests/bug7715.phpt diff -u php-src/ext/filter/tests/bug7715.phpt:1.1.2.3 php-src/ext/filter/tests/bug7715.phpt:1.1.2.4 --- php-src/ext/filter/tests/bug7715.phpt:1.1.2.3 Tue Dec 19 14:16:23 2006 +++ php-src/ext/filter/tests/bug7715.phpt Fri Apr 20 08:00:52 2007 @@ -26,6 +26,6 @@ float(42) float(0.4) float(-0.4) -float(1.0E+12) -float(-1.0E+12) +float(1) +float(-1) float(2.324) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src / EXTENSIONS
tony2001Fri Apr 20 08:18:35 2007 UTC Modified files: /php-srcEXTENSIONS Log: update ext/gmp status and maintainers http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.77&r2=1.78&diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.77 php-src/EXTENSIONS:1.78 --- php-src/EXTENSIONS:1.77 Wed Apr 18 10:58:08 2007 +++ php-src/EXTENSIONS Fri Apr 20 08:18:35 2007 @@ -360,7 +360,8 @@ STATUS: Working --- EXTENSION: gmp -MAINTENANCE: Unknown +PRIMARY MAINTAINER: Stanislav Malyshev <[EMAIL PROTECTED]>, Antony Dovgal <[EMAIL PROTECTED]> +MAINTENANCE: Maintained STATUS: Working SINCE: 4.0.4 --- -- 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) / EXTENSIONS
tony2001Fri Apr 20 08:18:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcEXTENSIONS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.3&r2=1.72.2.4.2.4&diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.72.2.4.2.3 php-src/EXTENSIONS:1.72.2.4.2.4 --- php-src/EXTENSIONS:1.72.2.4.2.3 Wed Apr 18 10:58:41 2007 +++ php-src/EXTENSIONS Fri Apr 20 08:18:42 2007 @@ -360,7 +360,8 @@ STATUS: Working --- EXTENSION: gmp -MAINTENANCE: Unknown +PRIMARY MAINTAINER: Stanislav Malyshev <[EMAIL PROTECTED]>, Antony Dovgal <[EMAIL PROTECTED]> +MAINTENANCE: Maintained STATUS: Working SINCE: 4.0.4 --- -- 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/json/tests pass001.1.phpt
tony2001Fri Apr 20 10:15:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests pass001.1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.3.2.1&r2=1.3.2.2&diff_format=u Index: php-src/ext/json/tests/pass001.1.phpt diff -u php-src/ext/json/tests/pass001.1.phpt:1.3.2.1 php-src/ext/json/tests/pass001.1.phpt:1.3.2.2 --- php-src/ext/json/tests/pass001.1.phpt:1.3.2.1 Mon Aug 7 23:28:05 2006 +++ php-src/ext/json/tests/pass001.1.phpt Fri Apr 20 10:15:04 2007 @@ -170,7 +170,7 @@ [0]=> string(23) "JSON Test Pattern pass1" [1]=> - object(stdClass)#1 (1) { + object(stdClass)#%d (1) { ["object with 1 member"]=> array(1) { [0]=> @@ -178,7 +178,7 @@ } } [2]=> - object(stdClass)#2 (0) { + object(stdClass)#%d (0) { } [3]=> array(0) { @@ -192,7 +192,7 @@ [7]=> NULL [8]=> - object(stdClass)#3 (36) { + object(stdClass)#%d (36) { ["integer"]=> int(1234567890) ["real"]=> @@ -204,7 +204,7 @@ ["_empty_"]=> float(INF) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -246,14 +246,14 @@ array(0) { } ["object"]=> -object(stdClass)#4 (0) { +object(stdClass)#%d (0) { } ["123"]=> -object(stdClass)#5 (1) { +object(stdClass)#%d (1) { ["456"]=> - object(stdClass)#6 (1) { + object(stdClass)#%d (1) { ["abc"]=> -object(stdClass)#7 (3) { +object(stdClass)#%d (3) { ["789"]=> string(3) "def" ["012"]=> @@ -383,7 +383,7 @@ ["_empty_"]=> float(INF) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -532,7 +532,7 @@ [0]=> string(23) "JSON Test Pattern pass1" [1]=> - object(stdClass)#8 (1) { + object(stdClass)#%d (1) { ["object with 1 member"]=> array(1) { [0]=> @@ -540,7 +540,7 @@ } } [2]=> - object(stdClass)#9 (0) { + object(stdClass)#%d (0) { } [3]=> array(0) { @@ -554,7 +554,7 @@ [7]=> NULL [8]=> - object(stdClass)#10 (36) { + object(stdClass)#%d (36) { ["integer"]=> int(1234567890) ["real"]=> @@ -566,7 +566,7 @@ ["_empty_"]=> int(0) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -608,14 +608,14 @@ array(0) { } ["object"]=> -object(stdClass)#11 (0) { +object(stdClass)%d (0) { } ["123"]=> -object(stdClass)#12 (1) { +object(stdClass)%d (1) { ["456"]=> - object(stdClass)#13 (1) { + object(stdClass)%d (1) { ["abc"]=> -object(stdClass)#14 (3) { +object(stdClass)%d (3) { ["789"]=> string(3) "def" ["012"]=> @@ -745,7 +745,7 @@ ["_empty_"]=> int(0) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> -- 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 pass001.1.phpt
tony2001Fri Apr 20 10:15:12 2007 UTC Modified files: /php-src/ext/json/tests pass001.1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/json/tests/pass001.1.phpt diff -u php-src/ext/json/tests/pass001.1.phpt:1.5 php-src/ext/json/tests/pass001.1.phpt:1.6 --- php-src/ext/json/tests/pass001.1.phpt:1.5 Thu Oct 19 20:17:17 2006 +++ php-src/ext/json/tests/pass001.1.phpt Fri Apr 20 10:15:12 2007 @@ -204,7 +204,7 @@ ["_empty_"]=> float(INF) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -383,7 +383,7 @@ ["_empty_"]=> float(INF) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -566,7 +566,7 @@ ["_empty_"]=> int(0) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -745,7 +745,7 @@ ["_empty_"]=> int(0) ["E no ."]=> -float(4.0E+12) +float(4) ["zero"]=> int(0) ["one"]=> @@ -988,7 +988,7 @@ [u"_empty_"]=> float(INF) [u"E no ."]=> -float(4.0E+12) +float(4) [u"zero"]=> int(0) [u"one"]=> @@ -1167,7 +1167,7 @@ [u"_empty_"]=> float(INF) [u"E no ."]=> -float(4.0E+12) +float(4) [u"zero"]=> int(0) [u"one"]=> @@ -1350,7 +1350,7 @@ [u"_empty_"]=> int(0) [u"E no ."]=> -float(4.0E+12) +float(4) [u"zero"]=> int(0) [u"one"]=> @@ -1529,7 +1529,7 @@ [u"_empty_"]=> int(0) [u"E no ."]=> -float(4.0E+12) +float(4) [u"zero"]=> int(0) [u"one"]=> -- 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/json/tests pass001.1.phpt
tony2001Fri Apr 20 10:16:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests pass001.1.phpt Log: apply correct fix http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.3.2.2&r2=1.3.2.3&diff_format=u Index: php-src/ext/json/tests/pass001.1.phpt diff -u php-src/ext/json/tests/pass001.1.phpt:1.3.2.2 php-src/ext/json/tests/pass001.1.phpt:1.3.2.3 --- php-src/ext/json/tests/pass001.1.phpt:1.3.2.2 Fri Apr 20 10:15:04 2007 +++ php-src/ext/json/tests/pass001.1.phpt Fri Apr 20 10:16:46 2007 @@ -101,7 +101,7 @@ var_dump($arr); ?> ---EXPECT-- +--EXPECTF-- Testing: [ "JSON Test Pattern pass1", @@ -608,14 +608,14 @@ array(0) { } ["object"]=> -object(stdClass)%d (0) { +object(stdClass)#%d (0) { } ["123"]=> -object(stdClass)%d (1) { +object(stdClass)#%d (1) { ["456"]=> - object(stdClass)%d (1) { + object(stdClass)#%d (1) { ["abc"]=> -object(stdClass)%d (3) { +object(stdClass)#%d (3) { ["789"]=> string(3) "def" ["012"]=> -- 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) / INSTALL /win32 install.txt
nlopess Fri Apr 20 14:13:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcINSTALL /php-src/win32 install.txt Log: update install instructions (auto-generated from phpdoc XML sources) http://cvs.php.net/viewvc.cgi/php-src/INSTALL?r1=1.37.2.2.2.2&r2=1.37.2.2.2.3&diff_format=u Index: php-src/INSTALL diff -u php-src/INSTALL:1.37.2.2.2.2 php-src/INSTALL:1.37.2.2.2.3 --- php-src/INSTALL:1.37.2.2.2.2Fri Jan 19 19:25:02 2007 +++ php-src/INSTALL Fri Apr 20 14:13:47 2007 @@ -11,7 +11,7 @@ Caudium fhttpd related notes Sun, iPlanet and Netscape servers on Sun Solaris -CGI and commandline setups +CGI and command line setups HP-UX specific installation notes OpenBSD installation notes Solaris specific installation tips @@ -20,6 +20,7 @@ 3. Installation on Mac OS X Using Packages +Using the bundled PHP Compiling for OS X Server Compiling for MacOS X Client @@ -28,7 +29,7 @@ Introduction to PECL Installations Downloading PECL extensions PECL for Windows users -Compiling shared PECL extensions with PEAR +Compiling shared PECL extensions with the pecl command Compiling shared PECL extensions with phpize Compiling PECL extensions statically into PHP @@ -90,7 +91,7 @@ With PHP you can also write desktop GUI applications using the PHP-GTK extension. This is a completely different approach than writing web - pages, as you do not output any HTML, but manage windows and objects + pages, as you do not output any HTML, but manage Windows and objects within them. For more information about PHP-GTK, please visit the site dedicated to this extension. PHP-GTK is not included in the official PHP distribution. @@ -124,10 +125,10 @@ package installation system. This can assist in setting up a standard configuration, but if you need to have a different set of features (such as a secure server, or a different database driver), you may need - to build PHP and/or your webserver. If you are unfamiliar with building - and compiling your own software, it is worth checking to see whether - somebody has already built a packaged version of PHP with the features - you need. + to build PHP and/or your web server. If you are unfamiliar with + building and compiling your own software, it is worth checking to see + whether somebody has already built a packaged version of PHP with the + features you need. Prerequisite knowledge and software for compiling: @@ -139,8 +140,8 @@ * Any module specific components (such as gd, pdf libs, etc.) The initial PHP setup and configuration process is controlled by the - use of the commandline options of the configure script. You could get a - list of all available options along with short explanations running + use of the command line options of the configure script. You could get + a list of all available options along with short explanations running ./configure --help. Our manual documents the different options separately. You will find the core options in the appendix, while the different extension specific options are descibed on the reference @@ -345,7 +346,7 @@ will mean that you can compile apache separately, and don't have to recompile everything as you add to, or change, PHP. Building PHP into apache (static method) means that PHP will load and run faster. For - more information, see the Apache webpage on DSO support. + more information, see the Apache web page on DSO support. Note: Apache's default httpd.conf currently ships with a section that looks like this: @@ -562,13 +563,13 @@ From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to generate custom directory listings and error pages. Additional functions for Apache compatibility are also available. For support in - current webservers read the note about subrequests. + current web servers read the note about subrequests. You can find more information about setting up PHP for the Netscape Enterprise Server (NES) here: http://benoit.noss.free.fr/php/install-php4.html - To build PHP with Sun JSWS/Sun ONE WS/iPlanet/Netscape webservers, + To build PHP with Sun JSWS/Sun ONE WS/iPlanet/Netscape web servers, enter the proper install directory for the --with-nsapi=[DIR] option. The default directory is usually /opt/netscape/suitespot/. Please also read /php-xxx-version/sapi/nsapi/nsapi-readme.txt. @@ -610,7 +611,7 @@ Configuration Instructions for Sun/iPlanet/Netscape. Firstly you may need to add some paths to the LD_LIBRARY_PATH environment for the server to find all the shared libs. This can best done in the start - script for your webserver. The start script is often located in: + script for your web server. The start script is
[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite/sqlite/src parse.c
nlopess Fri Apr 20 14:51:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src parse.c Log: fix gcov build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.6.2.5.2.7&r2=1.6.2.5.2.8&diff_format=u Index: php-src/ext/pdo_sqlite/sqlite/src/parse.c diff -u php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.5.2.7 php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.5.2.8 --- php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.5.2.7 Mon Apr 9 16:35:11 2007 +++ php-src/ext/pdo_sqlite/sqlite/src/parse.c Fri Apr 20 14:51:16 2007 @@ -4,7 +4,7 @@ /* First off, code is include which follows the "include" declaration ** in the input file. */ #include -#line 56 "parse.y" +#line 56 "ext/pdo_sqlite/sqlite/src/parse.y" #include "sqliteInt.h" #include "parse.h" @@ -43,7 +43,7 @@ */ struct AttachKey { int type; Token key; }; -#line 48 "parse.c" +#line 48 "ext/pdo_sqlite/sqlite/src/parse.c" /* Next is all token values, in a form suitable for use by makeheaders. ** This section will be null unless lemon is run with the -m switch. */ @@ -1267,9 +1267,9 @@ case 155: case 189: case 206: -#line 374 "parse.y" +#line 374 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3SelectDelete((yypminor->yy219));} -#line 1274 "parse.c" +#line 1274 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 169: case 170: @@ -1282,9 +1282,9 @@ case 222: case 223: case 235: -#line 623 "parse.y" +#line 623 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3ExprDelete((yypminor->yy172));} -#line 1289 "parse.c" +#line 1289 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 174: case 182: @@ -1297,40 +1297,40 @@ case 212: case 215: case 221: -#line 863 "parse.y" +#line 863 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3ExprListDelete((yypminor->yy174));} -#line 1304 "parse.c" +#line 1304 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 188: case 193: case 201: case 202: -#line 487 "parse.y" +#line 487 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3SrcListDelete((yypminor->yy373));} -#line 1312 "parse.c" +#line 1312 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 205: case 208: case 214: -#line 504 "parse.y" +#line 504 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3IdListDelete((yypminor->yy432));} -#line 1319 "parse.c" +#line 1319 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 231: case 236: -#line 964 "parse.y" +#line 964 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3DeleteTriggerStep((yypminor->yy243));} -#line 1325 "parse.c" +#line 1325 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 233: -#line 950 "parse.y" +#line 950 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3IdListDelete((yypminor->yy370).b);} -#line 1330 "parse.c" +#line 1330 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 238: -#line 1037 "parse.y" +#line 1037 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3ExprDelete((yypminor->yy386));} -#line 1335 "parse.c" +#line 1335 "ext/pdo_sqlite/sqlite/src/parse.c" break; default: break; /* If no destructor action specified: do nothing */ } @@ -1489,11 +1489,11 @@ while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser); /* Here code is inserted which will execute if the parser ** stack every overflows */ -#line 44 "parse.y" +#line 44 "ext/pdo_sqlite/sqlite/src/parse.y" sqlite3ErrorMsg(pParse, "parser stack overflow"); pParse->parseError = 1; -#line 1499 "parse.c" +#line 1499 "ext/pdo_sqlite/sqlite/src/parse.c" sqlite3ParserARG_STORE; /* Suppress warning about unused %extra_argument var */ } @@ -1944,67 +1944,67 @@ case 303: case 305: case 309: -#line 97 "parse.y" +#line 97 "ext/pdo_sqlite/sqlite/src/parse.y" { } -#line 1953 "parse.c" +#line 1953 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 3: -#line 100 "parse.y" +#line 100 "ext/pdo_sqlite/sqlite/src/parse.y" { sqlite3FinishCoding(pParse); } -#line 1958 "parse.c" +#line 1958 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 6: -#line 103 "parse.y" +#line 103 "ext/pdo_sqlite/sqlite/src/parse.y" { sqlite3BeginParse(pParse, 0); } -#line 1963 "parse.c" +#line 1963 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 7: -#line 105 "parse.y" +#line 105 "ext/pdo_sqlite/sqlite/src/parse.y" { sqlite3BeginParse(pParse, 1); } -#line 1968 "parse.c" +#line 1968 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 8: -#line 106 "parse.y" +#line 106 "ext/pdo_sqlite/sqlite/src/parse.y" { sqlite3BeginParse(pParse, 2); } -#line 1973 "parse.c" +#line 1973 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 9: -#line 112 "parse.y" +#line 112 "ext/pdo_sqlite/sqlite/src/parse.y" {sqlite3BeginTransaction(pParse, yymsp[-1].minor.yy46);} -#line 1978 "parse.c" +#line 1978 "ext/pdo_sqlite/sqlite/src/parse.c" break; case 13: -#line
Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug41121.phpt
On 04/20/2007 03:21 AM, Ilia Alshanetsky wrote: iliaa Thu Apr 19 23:21:22 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug41121.phpt Modified files: /php-src NEWS /php-src/ext/standard array.c Log: Fixed bug #41121 (range() overflow handling for large numbers on 32bit machines). Please merge this in HEAD too. -- 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) /ext/standard/tests/array bug41121.phpt
tony2001Fri Apr 20 16:14:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug41121.phpt Log: make this test 32bit only http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug41121.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/standard/tests/array/bug41121.phpt diff -u php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.1 php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.2 --- php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.1 Thu Apr 19 23:21:22 2007 +++ php-src/ext/standard/tests/array/bug41121.phpt Fri Apr 20 16:14:37 2007 @@ -1,6 +1,7 @@ --TEST-- Bug #41121 (range() overflow handling for large numbers on 32bit machines) --SKIPIF-- + --FILE-- http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /ext/date php_date.c
tony2001Fri Apr 20 20:55:30 2007 UTC Modified files: /php-src/ext/date php_date.c Log: fix timezone_abbreviations_list() in unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.135&r2=1.136&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.135 php-src/ext/date/php_date.c:1.136 --- php-src/ext/date/php_date.c:1.135 Fri Apr 13 14:10:38 2007 +++ php-src/ext/date/php_date.c Fri Apr 20 20:55:30 2007 @@ -16,7 +16,7 @@ +--+ */ -/* $Id: php_date.c,v 1.135 2007/04/13 14:10:38 derick Exp $ */ +/* $Id: php_date.c,v 1.136 2007/04/20 20:55:30 tony2001 Exp $ */ #include "php.h" #include "php_streams.h" @@ -2367,7 +2367,7 @@ add_ascii_assoc_null(element, "timezone_id"); } - if (zend_hash_find(HASH_OF(return_value), entry->name, strlen(entry->name) + 1, (void **) &abbr_array_pp) == FAILURE) { + if (zend_ascii_hash_find(HASH_OF(return_value), entry->name, strlen(entry->name) + 1, (void **) &abbr_array_pp) == FAILURE) { MAKE_STD_ZVAL(abbr_array); array_init(abbr_array); add_ascii_assoc_zval(return_value, entry->name, abbr_array); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /ext/date/tests 010.phpt date_parse_001.phpt date_sun_info_001.phpt
tony2001Fri Apr 20 20:57:57 2007 UTC Modified files: /php-src/ext/date/tests 010.phpt date_parse_001.phpt date_sun_info_001.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/010.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/date/tests/010.phpt diff -u php-src/ext/date/tests/010.phpt:1.1 php-src/ext/date/tests/010.phpt:1.2 --- php-src/ext/date/tests/010.phpt:1.1 Fri Dec 22 13:07:26 2006 +++ php-src/ext/date/tests/010.phpt Fri Apr 20 20:57:57 2007 @@ -9,7 +9,7 @@ echo "Done\n"; ?> --EXPECTF-- -array(70) { +array(71) { [0]=> array(3) { ["dst"]=> @@ -170,7 +170,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(20) "America/Indianapolis" +string(23) "America/Indiana/Winamac" } [18]=> array(3) { @@ -179,7 +179,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Iqaluit" +string(20) "America/Indianapolis" } [19]=> array(3) { @@ -188,7 +188,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Jamaica" +string(15) "America/Iqaluit" } [20]=> array(3) { @@ -197,7 +197,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(27) "America/Kentucky/Louisville" +string(15) "America/Jamaica" } [21]=> array(3) { @@ -206,7 +206,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(27) "America/Kentucky/Monticello" +string(27) "America/Kentucky/Louisville" } [22]=> array(3) { @@ -215,7 +215,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Knox_IN" +string(27) "America/Kentucky/Monticello" } [23]=> array(3) { @@ -224,7 +224,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(18) "America/Louisville" +string(15) "America/Knox_IN" } [24]=> array(3) { @@ -233,7 +233,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Managua" +string(18) "America/Louisville" } [25]=> array(3) { @@ -242,7 +242,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(17) "America/Menominee" +string(15) "America/Managua" } [26]=> array(3) { @@ -251,7 +251,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(14) "America/Merida" +string(17) "America/Menominee" } [27]=> array(3) { @@ -260,7 +260,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(16) "America/Montreal" +string(14) "America/Merida" } [28]=> array(3) { @@ -269,7 +269,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(14) "America/Nassau" +string(16) "America/Montreal" } [29]=> array(3) { @@ -278,7 +278,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Nipigon" +string(14) "America/Nassau" } [30]=> array(3) { @@ -287,7 +287,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(14) "America/Panama" +string(15) "America/Nipigon" } [31]=> array(3) { @@ -296,7 +296,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(19) "America/Pangnirtung" +string(14) "America/Panama" } [32]=> array(3) { @@ -305,7 +305,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(22) "America/Port-au-Prince" +string(19) "America/Pangnirtung" } [33]=> array(3) { @@ -314,7 +314,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(20) "America/Rankin_Inlet" +string(22) "America/Port-au-Prince" } [34]=> array(3) { @@ -323,7 +323,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(21) "America/Santo_Domingo" +string(20) "America/Rankin_Inlet" } [35]=> array(3) { @@ -332,7 +332,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(19) "America/Thunder_Bay" +string(21) "America/Santo_Domingo" } [36]=> array(3) { @@ -341,7 +341,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(15) "America/Toronto" +string(19) "America/Thunder_Bay" } [37]=> array(3) { @@ -350,7 +350,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(14) "Canada/Eastern" +string(15) "America/Toronto" } [38]=> array(3) { @@ -359,7 +359,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(3) "EST" +string(14) "Canada/Eastern" } [39]=> array(3) { @@ -368,7 +368,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(7) "EST5EDT" +string(3) "EST" } [40]=> array(3) { @@ -377,7 +377,7 @@ ["offset"]=> int(-18000) ["timezone_id"]=> -string(7) "Jamaica" +string(7) "EST5EDT" } [41]=> array(3) { @@ -386,7 +386,7 @@ ["offset"]=> int(-
[PHP-CVS] cvs: php-src /ext/gd/tests createfromwbmp2.phpt
tony2001Fri Apr 20 21:00:07 2007 UTC Modified files: /php-src/ext/gd/tests createfromwbmp2.phpt Log: avoid 10 000 warnings http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/createfromwbmp2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/gd/tests/createfromwbmp2.phpt diff -u php-src/ext/gd/tests/createfromwbmp2.phpt:1.1 php-src/ext/gd/tests/createfromwbmp2.phpt:1.2 --- php-src/ext/gd/tests/createfromwbmp2.phpt:1.1 Sat Mar 10 12:16:19 2007 +++ php-src/ext/gd/tests/createfromwbmp2.phpt Fri Apr 20 21:00:07 2007 @@ -33,7 +33,7 @@ /*write some data to cause overflow*/ for ($i=0; $i<1; $i++) { - fwrite($fp, chr($c), 1); + @fwrite($fp, chr($c), 1); } fclose($fp); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-CVS] cvs: php-src /ext/libxml/tests 003.phpt
tony2001Fri Apr 20 21:01:03 2007 UTC Modified files: /php-src/ext/libxml/tests 003.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/003.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/libxml/tests/003.phpt diff -u php-src/ext/libxml/tests/003.phpt:1.2 php-src/ext/libxml/tests/003.phpt:1.3 --- php-src/ext/libxml/tests/003.phpt:1.2 Tue Jun 27 22:54:29 2006 +++ php-src/ext/libxml/tests/003.phpt Fri Apr 20 21:01:03 2007 @@ -15,7 +15,7 @@ XML; -simplexml_load_string($xmlstr); +simplexml_load_string((binary)$xmlstr); // test memleaks here var_dump(libxml_use_internal_errors(false)); -- 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_merge.phpt array_push.phpt array_slice.phpt array_user_key_compare.phpt count_recursive.phpt
tony2001Fri Apr 20 21:13:45 2007 UTC Modified files: /php-src/ext/standard/tests/array array_merge.phpt array_push.phpt array_slice.phpt array_user_key_compare.phpt count_recursive.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_merge.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/array/array_merge.phpt diff -u php-src/ext/standard/tests/array/array_merge.phpt:1.1 php-src/ext/standard/tests/array/array_merge.phpt:1.2 --- php-src/ext/standard/tests/array/array_merge.phpt:1.1 Wed Apr 11 11:44:37 2007 +++ php-src/ext/standard/tests/array/array_merge.phpt Fri Apr 20 21:13:45 2007 @@ -760,3 +760,678 @@ Warning: array_merge(): Argument #3 is not an array in %s on line %d NULL Done +--UEXPECTF-- +*** Testing array_merge() basic functionality *** + +--- Iteration 0 --- +-- Inner iteration 0 of Iteration 0 -- +Array +( +) + +-- Inner iteration 1 of Iteration 0 -- +Array +( +[0] => string +) + +-- Inner iteration 2 of Iteration 0 -- +Array +( +[] => string +) + +-- Inner iteration 3 of Iteration 0 -- +Array +( +[0] => 12 +) + +-- Inner iteration 4 of Iteration 0 -- +Array +( +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +) + +-- Inner iteration 5 of Iteration 0 -- +Array +( +[0] => 1 +[1] => string +[2] => +[3] => -2.344 +) + +-- Inner iteration 6 of Iteration 0 -- +Array +( +[0] => +[1] => Hi +[string] => hello +[2] => Array +( +[] => World +[-2.34] => a +[0] => b +) + +) + + +--- Iteration 1 --- +-- Inner iteration 0 of Iteration 1 -- +Array +( +[0] => string +) + +-- Inner iteration 1 of Iteration 1 -- +Array +( +[0] => string +[1] => string +) + +-- Inner iteration 2 of Iteration 1 -- +Array +( +[0] => string +[] => string +) + +-- Inner iteration 3 of Iteration 1 -- +Array +( +[0] => string +[1] => 12 +) + +-- Inner iteration 4 of Iteration 1 -- +Array +( +[0] => string +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +) + +-- Inner iteration 5 of Iteration 1 -- +Array +( +[0] => string +[1] => 1 +[2] => string +[3] => +[4] => -2.344 +) + +-- Inner iteration 6 of Iteration 1 -- +Array +( +[0] => string +[1] => +[2] => Hi +[string] => hello +[3] => Array +( +[] => World +[-2.34] => a +[0] => b +) + +) + + +--- Iteration 2 --- +-- Inner iteration 0 of Iteration 2 -- +Array +( +[] => string +) + +-- Inner iteration 1 of Iteration 2 -- +Array +( +[] => string +[0] => string +) + +-- Inner iteration 2 of Iteration 2 -- +Array +( +[] => string +) + +-- Inner iteration 3 of Iteration 2 -- +Array +( +[] => string +[0] => 12 +) + +-- Inner iteration 4 of Iteration 2 -- +Array +( +[] => string +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +) + +-- Inner iteration 5 of Iteration 2 -- +Array +( +[] => string +[0] => 1 +[1] => string +[2] => +[3] => -2.344 +) + +-- Inner iteration 6 of Iteration 2 -- +Array +( +[] => string +[0] => +[1] => Hi +[string] => hello +[2] => Array +( +[] => World +[-2.34] => a +[0] => b +) + +) + + +--- Iteration 3 --- +-- Inner iteration 0 of Iteration 3 -- +Array +( +[0] => 12 +) + +-- Inner iteration 1 of Iteration 3 -- +Array +( +[0] => 12 +[1] => string +) + +-- Inner iteration 2 of Iteration 3 -- +Array +( +[0] => 12 +[] => string +) + +-- Inner iteration 3 of Iteration 3 -- +Array +( +[0] => 12 +[1] => 12 +) + +-- Inner iteration 4 of Iteration 3 -- +Array +( +[0] => 12 +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +) + +-- Inner iteration 5 of Iteration 3 -- +Array +( +[0] => 12 +[1] => 1 +[2] => string +[3] => +[4] => -2.344 +) + +-- Inner iteration 6 of Iteration 3 -- +Array +( +[0] => 12 +[1] => +[2] => Hi +[string] => hello +[3] => Array +( +[] => World +[-2.34] => a +[0] => b +) + +) + + +--- Iteration 4 --- +-- Inner iteration 0 of Iteration 4 -- +Array +( +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +) + +-- Inner iteration 1 of Iteration 4 -- +Array +( +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +[0] => string +) + +-- Inner iteration 2 of Iteration 4 -- +Array +( +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +[] => string +) + +-- Inner iteration 3 of Iteration 4 -- +Array +( +[a] => 1 +[b] => string +[c] => +[d] => -2.344 +[0] => 12 +) + +-- Inner iteration 4 of Iteration 4 -- +Array +( +[a] => 1 +[b] => str
[PHP-CVS] cvs: php-src /ext/standard/tests/strings fprintf.phpt
tony2001Fri Apr 20 21:17:37 2007 UTC Modified files: /php-src/ext/standard/tests/strings fprintf.phpt Log: open the file in text mode and avoid downcoding http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/fprintf.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/fprintf.phpt diff -u php-src/ext/standard/tests/strings/fprintf.phpt:1.1 php-src/ext/standard/tests/strings/fprintf.phpt:1.2 --- php-src/ext/standard/tests/strings/fprintf.phpt:1.1 Wed Apr 11 11:44:37 2007 +++ php-src/ext/standard/tests/strings/fprintf.phpt Fri Apr 20 21:17:37 2007 @@ -6,7 +6,7 @@ $path = dirname(__FILE__); $data_file = "$path/dump.xt"; if !($fp = fopen($data_file, 'w')) { - echo "File dump.txt could not be created ,hence exiting from testcase due to pre-requisite failure\n"; + echo "File dump.txt could not be created, hence exiting from testcase due to pre-requisite failure\n"; } ?> @@ -29,7 +29,7 @@ $strings = array( NULL, "abc", 'aaa' ); /* creating dumping file */ -if (!($fp = fopen('dump.txt', 'w'))) +if (!($fp = fopen('dump.txt', 'wt'))) return; /* Testing Error Conditions */ -- 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 ltrim.phpt rtrim.phpt str_pad.phpt strcasecmp.phpt strcmp.phpt strlen.phpt substr_compare.phpt ucfirst1.phpt
tony2001Fri Apr 20 21:37:31 2007 UTC Modified files: /php-src/ext/standard/tests/strings ltrim.phpt rtrim.phpt str_pad.phpt strcasecmp.phpt strcmp.phpt strlen.phpt substr_compare.phpt ucfirst1.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/ltrim.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/strings/ltrim.phpt diff -u php-src/ext/standard/tests/strings/ltrim.phpt:1.2 php-src/ext/standard/tests/strings/ltrim.phpt:1.3 --- php-src/ext/standard/tests/strings/ltrim.phpt:1.2 Tue Apr 17 11:55:39 2007 +++ php-src/ext/standard/tests/strings/ltrim.phpt Fri Apr 20 21:37:31 2007 @@ -71,3 +71,31 @@ string(0) "" Done +--UEXPECTF-- +Warning: ltrim() expects at least 1 parameter, 0 given in %s on line %d +NULL + +Warning: ltrim() expects at most 2 parameters, 3 given in %s on line %d +NULL + +*** Testing with heredoc string *** +unicode(17) "ng heredoc string" + +*** Testing Normal Behaviour *** +unicode(10) "ltrim test" +unicode(13) " ltrim test" +unicode(18) "ltrim test" +unicode(18) "ltrim test" +unicode(10) "ltrim test" +unicode(11) " ltrim test" +unicode(10) "ltrim test" +unicode(10) "ltrim test" +unicode(10) "ltrim test" + +*** Testing for scalar argument *** +unicode(5) "12345" + +*** Testing for NULL argument *** +unicode(0) "" + +Done http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/rtrim.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/rtrim.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/str_pad.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/str_pad.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcasecmp.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standard/tests/strings/strcasecmp.phpt diff -u php-src/ext/standard/tests/strings/strcasecmp.phpt:1.3 php-src/ext/standard/tests/strings/strcasecmp.phpt:1.4 --- php-src/ext/standard/tests/strings/strcasecmp.phpt:1.3 Fri Mar 16 23:18:01 2007 +++ php-src/ext/standard/tests/strings/strcasecmp.phpt Fri Apr 20 21:37:31 2007 @@ -1,5 +1,5 @@ --TEST-- -"strcasecmp()" function// Compares two strings in case-insensitive manner +strcasecmp() tests --INI-- precision = 12 --FILE-- http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcmp.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standard/tests/strings/strcmp.phpt diff -u php-src/ext/standard/tests/strings/strcmp.phpt:1.3 php-src/ext/standard/tests/strings/strcmp.phpt:1.4 --- php-src/ext/standard/tests/strings/strcmp.phpt:1.3 Fri Mar 16 23:18:01 2007 +++ php-src/ext/standard/tests/strings/strcmp.phpt Fri Apr 20 21:37:31 2007 @@ -1,5 +1,5 @@ --TEST-- -"strcmp()" function// Compares two strings in case-sensitive manner +strcmp() tests --INI-- precision = 12 --FILE-- http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strlen.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/strlen.phpt diff -u php-src/ext/standard/tests/strings/strlen.phpt:1.1 php-src/ext/standard/tests/strings/strlen.phpt:1.2 --- php-src/ext/standard/tests/strings/strlen.phpt:1.1 Fri Mar 16 12:55:38 2007 +++ php-src/ext/standard/tests/strings/strlen.phpt Fri Apr 20 21:37:31 2007 @@ -1,5 +1,5 @@ --TEST-- -strlen() function // returns the length of a given string +strlen() tests --INI-- precision = 12 --FILE-- http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/substr_compare.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/standard/tests/strings/substr_compare.phpt diff -u php-src/ext/standard/tests/strings/substr_compare.phpt:1.5 php-src/ext/standard/tests/strings/substr_compare.phpt:1.6 --- php-src/ext/standard/tests/strings/substr_compare.phpt:1.5 Fri Dec 22 01:20:24 2006 +++ php-src/ext/standard/tests/strings/substr_compare.phpt Fri Apr 20 21:37:31 2007 @@ -1,5 +1,5 @@ --TEST-- -substr_compare() +substr_compare() tests --FILE-- http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/ucfirst1.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/ucfirst1.phpt diff -u php-src/ext/standard/tests/strings/ucfirst1.phpt:1.1 php-src/ext/standard/tests/strings/ucfirst1.phpt:1.2 --- php-src/ext/standard/tests/strings/ucfirst1.phpt:1.1Wed Mar 28 09:54:31 2007 +++ php-src/ext/standard/tests/strings/ucfirst1.phptFri Apr 20 21:37:31 2007 @@ -1,5 +1,5 @@ --TEST-- -"ucfirst()" function +ucfirst() function --FILE-- http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-CVS] cvs: php-src /ext/gd/tests createfromwbmp2.phpt
On 4/20/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: tony2001Fri Apr 20 21:00:07 2007 UTC Modified files: /php-src/ext/gd/tests createfromwbmp2.phpt Log: avoid 10 000 warnings http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/createfromwbmp2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/gd/tests/createfromwbmp2.phpt diff -u php-src/ext/gd/tests/createfromwbmp2.phpt:1.1 php-src/ext/gd/tests/createfromwbmp2.phpt:1.2 --- php-src/ext/gd/tests/createfromwbmp2.phpt:1.1 Sat Mar 10 12:16:19 2007 +++ php-src/ext/gd/tests/createfromwbmp2.phpt Fri Apr 20 21:00:07 2007 @@ -33,7 +33,7 @@ /*write some data to cause overflow*/ for ($i=0; $i<1; $i++) { - fwrite($fp, chr($c), 1); + @fwrite($fp, chr($c), 1); } Which kind of warnings (no php6 at hand)? Or do you mean if fopen fails? --Pierre -- 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 ucfirst.phpt
johannesSat Apr 21 02:46:29 2007 UTC Modified files: /php-src/ext/standard/tests/strings ucfirst.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/ucfirst.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/standard/tests/strings/ucfirst.phpt diff -u php-src/ext/standard/tests/strings/ucfirst.phpt:1.1 php-src/ext/standard/tests/strings/ucfirst.phpt:1.2 --- php-src/ext/standard/tests/strings/ucfirst.phpt:1.1 Fri Mar 17 14:29:05 2006 +++ php-src/ext/standard/tests/strings/ucfirst.phpt Sat Apr 21 02:46:29 2007 @@ -9,4 +9,8 @@ --EXPECT-- Peren Appelen +ÃÂen +--UEXPECT-- +Peren +Appelen SSen -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php