[PHP-CVS] cvs: php-src /main rfc1867.c

2005-11-11 Thread Marcus Boerger
helly Fri Nov 11 11:50:10 2005 EDT Modified files: /php-src/main rfc1867.c Log: - Fix build http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.176&r2=1.177&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.176 php-src/main/rfc1867.

[PHP-CVS] cvs: php-src /ext/standard php_fopen_wrapper.c

2005-11-11 Thread Marcus Boerger
helly Fri Nov 11 11:51:24 2005 EDT Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: - Use the const instead of hard coding http://cvs.php.net/diff.php/php-src/ext/standard/php_fopen_wrapper.c?r1=1.49&r2=1.50&ty=u Index: php-src/ext/standard

Re: [PHP-CVS] cvs: php-src /main rfc1867.c

2005-11-11 Thread Antony Dovgal
Does it fix this issue http://bugs.php.net/bug.php?id=34362 ? On 11.11.2005 19:50, Marcus Boerger wrote: helly Fri Nov 11 11:50:10 2005 EDT Modified files: /php-src/main rfc1867.c Log: - Fix build http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.176

[PHP-CVS] cvs: php-src /main rfc1867.c

2005-11-11 Thread Andrei Zmievski
andrei Fri Nov 11 12:34:19 2005 EDT Modified files: /php-src/main rfc1867.c Log: Re-fix Marcus's fix. http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.177&r2=1.178&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.177 php-src/m

Re: [PHP-CVS] cvs: php-src /main rfc1867.c

2005-11-11 Thread Antony Dovgal
Once again.. Is the bug #34362 still valid after this fix ? On 11.11.2005 20:34, Andrei Zmievski wrote: andrei Fri Nov 11 12:34:19 2005 EDT Modified files: /php-src/main rfc1867.c Log: Re-fix Marcus's fix. http://cvs.php.net/diff.php/php-src/main/rfc1867

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2005-11-11 Thread Jani Taskinen
sniper Fri Nov 11 19:38:04 2005 EDT Modified files: /php-src/sapi/cli php_cli.c Log: - Fix the "php -v" output when neither --enable-debug or --enable-gcov is used. # # Rasmus, now it should give proper output, please test. http://cvs.php.net/dif