[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php_http_parser.h

2011-08-19 Thread Xinchen Hui
laruence Fri, 19 Aug 2011 07:24:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315158 Log: Fixed #55457(cli built-in web server does not work with IE), introduced by r315128 Bug: https://bugs.php.net/55457 (Open) cli built-in web server does

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

2011-08-19 Thread Xinchen Hui
laruence Fri, 19 Aug 2011 07:40:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315159 Log: Fixed #55457 for 5.4 branch Use ssize_t instead of long (as pierre suggestion) Bug: https://bugs.php.net/55457 (Closed) cli built-in web server does not

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

2011-08-19 Thread Xinchen Hui
laruence Fri, 19 Aug 2011 08:30:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315162 Log: Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677) Reopened #55121 to let somebody redone the

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

2011-08-19 Thread Xinchen Hui
laruence Fri, 19 Aug 2011 08:35:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315163 Log: Fixed typo when syncing changes to branch Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS trunk/NEWS

2011-08-19 Thread Xinchen Hui
laruence Fri, 19 Aug 2011 08:52:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315164 Log: News for bug #55450 Bug: https://bugs.php.net/55450 (Assigned) Built in web server not accepting file uploads Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/info.c branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/info.c trunk/ext/standard/info.c

2011-08-19 Thread Pierre Joye
pajoye Fri, 19 Aug 2011 09:59:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315170 Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns) Bug: https://bugs.php.net/52461 (Assigned) phpinfo() corrections Changed paths: U

[PHP-CVS] svn: /SVNROOT/ pear_avail

2011-08-19 Thread Ken Guest
kguest Fri, 19 Aug 2011 10:17:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315177 Log: grant karma for pear/packages/I18Nv2 to stelianm Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-08-19 Thread Hannes Magnusson
bjoriFri, 19 Aug 2011 11:22:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315189 Log: ru doc karma for Vinyarchuk and pecl/varnish karma for ab Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2011-08-19 Thread Pierre Joye
pajoye Fri, 19 Aug 2011 11:33:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315190 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_http_parser.h U php/php-src/trunk/sapi/cli/php_http_parser.h

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

2011-08-19 Thread Pierre Joye
pajoye Fri, 19 Aug 2011 11:35:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315191 Log: - undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_4/ext/standard/php_crypt_r.c trunk/ext/standard/php_crypt_r.c

2011-08-19 Thread Stanislav Malyshev
stas Fri, 19 Aug 2011 22:49:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315218 Log: Unbreak crypt() (fix bug #55439) # If you want to remove static analyser messages, be my guest, # but please run unit tests after Bug:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_4/ext/standard/php_crypt_r.c trunk/ext/standard/php_crypt_r.c

2011-08-19 Thread Scott MacVicar
Sigh, I wonder how many str*l* functions were introduced that were incorrect? Looks like there wasn't an understanding that strlcat is for the destination not source. On Aug 19, 2011, at 3:49 PM, Stanislav Malyshev wrote: stas Fri, 19 Aug 2011 22:49:18 +

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_4/ext/standard/php_crypt_r.c trunk/ext/standard/php_crypt_r.c

2011-08-19 Thread Stas Malyshev
Hi! On 8/19/11 4:06 PM, Scott MacVicar wrote: Sigh, I wonder how many str*l* functions were introduced that were incorrect? Looks like there wasn't an understanding that strlcat is for the destination not source. Well, I guess unit tests should show some breakage if it's there (like crypt