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
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
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/
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
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
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
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
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
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
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
10 matches
Mail list logo