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

2008-11-25 Thread Arnaud Le Blanc
lbarnaudWed Nov 26 01:20:10 2008 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: Fixed bug #42473 (ob_start php://output and headers)

[PHP-CVS] cvs: php-src /ext/standard php_fopen_wrapper.c /ext/standard/tests/streams bug44818.phpt

2008-11-10 Thread Arnaud Le Blanc
lbarnaudTue Nov 11 00:44:37 2008 UTC Added files: /php-src/ext/standard/tests/streams bug44818.phpt Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: Fixed bug #44818 (php://memory writeable when opened read

[PHP-CVS] cvs: php-src /ext/standard php_fopen_wrapper.c /sapi/cli/tests 022.inc 022.phpt

2008-11-04 Thread Arnaud Le Blanc
lbarnaudTue Nov 4 21:04:28 2008 UTC Added files: /php-src/sapi/cli/tests 022.phpt 022.inc Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: Open STDIN and php://stdin streams with the relevant wrapper when

[PHP-CVS] cvs: php-src /ext/standard php_fopen_wrapper.c /ext/standard/tests/file bug43008.phpt

2008-08-02 Thread Arnaud Le Blanc
lbarnaudSat Aug 2 06:37:35 2008 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c /php-src/ext/standard/tests/filebug43008.phpt Log: MFB: Allow urlencode()d filer names in php://filter (fixes #43008)

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

2007-06-21 Thread Dmitry Stogov
dmitry Thu Jun 21 12:42:58 2007 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: Proper fix for bug #39215 Inappropriate close of stdin/stdout/stderr

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

2006-12-18 Thread Antony Dovgal
tony2001Mon Dec 18 14:55:23 2006 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: fix #39850 (SplFileObject throws contradictory/wrong error messages when trying to open php://wrong)

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

2006-11-05 Thread Rasmus Lerdorf
rasmus Sun Nov 5 20:44:52 2006 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: data: and php:stdin/input allow_url_include checks http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_fopen_wrapper.c?r1=1.55r2=1.56diff_format=u

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

2006-11-03 Thread Ilia Alshanetsky
iliaa Fri Nov 3 13:34:39 2006 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: MFB: Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr).

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

2006-05-16 Thread Ilia Alshanetsky
iliaa Tue May 16 14:12:52 2006 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: MFB: Make filters without a resource throw E_RECOVERABLE_ERROR rather then E_ERROR

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

2006-05-01 Thread Marcus Boerger
helly Mon May 1 15:59:56 2006 UTC Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: - WS http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_fopen_wrapper.c?r1=1.52r2=1.53diff_format=u Index: php-src/ext/standard/php_fopen_wrapper.c

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

2005-11-17 Thread Sara Golemon
pollita Thu Nov 17 14:39:40 2005 EDT Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: Bugfix #32371 php://input sometimes returns duplicate data http://cvs.php.net/diff.php/php-src/ext/standard/php_fopen_wrapper.c?r1=1.50r2=1.51ty=u Index:

[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.49r2=1.50ty=u Index:

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 10:30:00 2005 EDT Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: - Register temp and memory stream here http://cvs.php.net/diff.php/php-src/ext/standard/php_fopen_wrapper.c?r1=1.46r2=1.47ty=u Index:

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 11:09:12 2005 EDT Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: - Allow to specify ma memory usage for temp stream http://cvs.php.net/diff.php/php-src/ext/standard/php_fopen_wrapper.c?r1=1.47r2=1.48ty=u Index:

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 11:49:28 2005 EDT Modified files: /php-src/ext/standard php_fopen_wrapper.c Log: - It's better to use our own strtol here http://cvs.php.net/diff.php/php-src/ext/standard/php_fopen_wrapper.c?r1=1.48r2=1.49ty=u Index: