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

2012-01-31 Thread Michael Wallner
mike Tue, 31 Jan 2012 08:51:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=322963 Log: fix headers print to stdout/stderr if no output written; need to make some more testsbefore committing to PHP_5_4; fix crashes and invalid usage of outp

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

2012-01-31 Thread Michael Wallner
mike Tue, 31 Jan 2012 09:58:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=322964 Log: MFH: r322963 fix headers print to stdout/stderr if no output written; fix crashes and invalid usage of output control in cli server while passing by Ch

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

2012-01-31 Thread Michael Wallner
mike Tue, 31 Jan 2012 10:47:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=322966 Log: fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack; Changed paths: U php/php-src/branches/PHP_5_4/sapi/cl

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

2012-01-31 Thread Rasmus Lerdorf
On 01/31/2012 02:14 AM, Pierre Joye wrote: > - struct pdo_sqlite_collation *collation; > - > while (H->collations) { > + struct pdo_sqlite_collation *collation; > collation = H->collations; > H->collations = collation->next; Why would this change

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

2012-01-31 Thread Pierre Joye
hi, GCC is only being very bad at considering part of C99 as default. Cheers, On Tue, Jan 31, 2012 at 4:45 PM, Rasmus Lerdorf wrote: > On 01/31/2012 02:14 AM, Pierre Joye wrote: > >> -     struct pdo_sqlite_collation *collation; >> - >>       while (H->collations) { >> +             struct pdo_