[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/cgi/cgi_main.c branches/PHP_5_4/sapi/cgi/cgi_main.c trunk/sapi/cgi/cgi_main.c

2011-08-10 Thread Dmitry Stogov
dmitry Thu, 11 Aug 2011 06:38:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=314773 Log: Fixed possible memory leak Changed paths: U php/php-src/branches/PHP_5_3/sapi/cgi/cgi_main.c U php/php-src/branches/PHP_5_4/sapi/cgi/cgi_mai

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-08-10 Thread Philip Olson
philip Wed, 10 Aug 2011 18:17:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=314767 Log: Bump cweiske karma from phd to phpdoc Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

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

2011-08-10 Thread Rasmus Lerdorf
rasmus Wed, 10 Aug 2011 17:40:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=314766 Log: Use HOST_NAME_MAX constant here instead for the gethostname() func Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/dns.c U php/ph

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

2011-08-10 Thread Pierre Joye
hi Ilia, This does not sound correct and somehow random (host names are not paths). See http://msdn.microsoft.com/en-us/library/ms738532(v=vs.85).aspx for an example. On Wed, Aug 10, 2011 at 5:59 PM, Ilia Alshanetsky wrote: > iliaa                                    Wed, 10 Aug 2011 15:59:32 +00

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

2011-08-10 Thread Derick Rethans
derick Wed, 10 Aug 2011 16:34:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=314762 Log: - Getting rid of the BOM. Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/main.c branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/main/main.c trunk/php.ini-development trunk/php.ini-production

2011-08-10 Thread Derick Rethans
derick Wed, 10 Aug 2011 16:31:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=314761 Log: - Turn on html_errors by default again in php.ini-production like it was in PHP 5.3, but only generate docref links when the docref_root INI setting is

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

2011-08-10 Thread Ilia Alshanetsky
iliaaWed, 10 Aug 2011 15:59:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=314753 Log: Fix win32 build Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/dns.c U php/php-src/branches/PHP_5_4/ext/standard/dns.c U p

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

2011-08-10 Thread Ilia Alshanetsky
iliaaWed, 10 Aug 2011 15:30:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=314749 Log: Fixed memset usage (identified by coverity) Changed paths: U php/php-src/branches/PHP_5_3/ext/sqlite3/sqlite3.c U php/php-src/branches/PHP_5

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h branches/PHP_5_4/ext/mysqlnd/mysqlnd.c branches/PHP_5_4/ext/mysqlnd/mysqlnd_structs.h

2011-08-10 Thread Andrey Hristov
andrey Wed, 10 Aug 2011 14:12:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=314740 Log: relax constraint Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_stru

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/soap/php_encoding.c branches/PHP_5_3/ext/soap/tests/bugs/bug55323.phpt branches/PHP_5_3/ext/soap/tests/bugs/bug55323.wsdl branch

2011-08-10 Thread Dmitry Stogov
dmitry Wed, 10 Aug 2011 13:44:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=314737 Log: Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself) Bug: https://bugs.php.net/55323 (Assigned) SoapClient segm

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/html.c branches/PHP_5_4/ext/standard/php_incomplete_class.h trunk/ext/standard/html.c trunk/ext/standard/php_incomplete_class.h

2011-08-10 Thread Xinchen Hui
laruence Wed, 10 Aug 2011 11:59:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=314733 Log: Eliminated compiler's warnings Changed paths: U php/php-src/branches/PHP_5_4/ext/standard/html.c U php/php-src/branches/PHP_5_4/ext/standard

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/main/output.c trunk/main/output.c

2011-08-10 Thread Michael Wallner
mike Wed, 10 Aug 2011 11:01:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=314728 Log: fix coverity issue 1054: missing break/return Changed paths: U php/php-src/branches/PHP_5_4/main/output.c U php/php-src/trunk/main/output.c