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
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
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
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
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_