[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-10-23 Thread Xinchen Hui
laruence Mon, 24 Oct 2011 03:47:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=318356 Log: A better fix, sorry for previous thoughtlessness commit. Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c U php/php-s

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/php_cli_server.c trunk/sapi/cli/php_cli_server.c

2011-10-23 Thread Xinchen Hui
laruence Mon, 24 Oct 2011 03:28:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=318355 Log: Fixed PATH_INFO of /index.php/foo/bar Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c U php/php-src/trunk/sapi/cli/p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt trunk/sapi/cli/tests/php_cli_server_009.phpt

2011-10-23 Thread Ferenc Kovacs
tyrael Sun, 23 Oct 2011 20:38:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=318352 Log: using %s-dev instead of the exact version number Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt U php/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/serialize/ serialization_miscTypes_001.phpt

2011-10-23 Thread Ferenc Kovacs
tyrael Sun, 23 Oct 2011 20:14:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=318351 Log: duh, I didn't wanted to commit that modification Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/serialize/serialization_miscTyp

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server.inc branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt trunk/sapi/cli/tests/php_cli_server.inc trunk/sapi/cli/tests/php

2011-10-23 Thread Xinchen Hui
laruence Sun, 23 Oct 2011 13:57:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=318343 Log: add tests for PATH_INFO update php_cli_server.inc to support no router server Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h

2011-10-23 Thread Rui Hirokawa
hirokawa Sun, 23 Oct 2011 13:49:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=318342 Log: fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes. Bug: https://bugs.php.net/60116 (Open) escapeshellcmd() cannot escape the chars w

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-23 Thread Rui Hirokawa
hirokawa Sun, 23 Oct 2011 11:54:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=318341 Log: MFH: removed invalid two byte sequenct for utf-8. Changed paths: U php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_utf8.c Mod

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-23 Thread Rui Hirokawa
hirokawa Sun, 23 Oct 2011 11:54:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=318340 Log: removed invalid two byte sequenct for utf-8. Changed paths: U php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_utf8.c Modified: php/php-sr

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-23 Thread Moriyoshi Koizumi
I thought it was valid in terms of CEF nature of UTF-8, but it turrned out RFC states such sequences that start with F5-F7 are not valid. Thanks for the clarification. Moriyoshi On 2011/10/23, at 20:25, Rui Hirokawa wrote: > Hello, Moriyoshi, > > It is because 0xf5-0xf7 is the invalid four byt

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-23 Thread Rui Hirokawa
Hello, Moriyoshi, It is because 0xf5-0xf7 is the invalid four byte UTF-8 sequence. ref: http://en.wikipedia.org/wiki/UTF-8 Rui Moriyoshi Koizumi wrote: > Rui, what is the reason behind this change? > > Moriyoshi > > On 2011/10/18, at 23:04, Rui Hirokawa wrote: > >> hirokawa