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

2009-05-16 Thread Arnaud Le Blanc
lbarnaudSat May 16 20:27:11 2009 UTC Modified files: /php-src/main/streams memory.c Log: Fix warning when inner stream of a temp:// stream is closed before the stream ifself

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

2008-03-15 Thread Felipe Pena
felipe Sat Mar 15 10:34:12 2008 UTC Modified files: /php-src/main/streams memory.c Log: MFB: Fixed bug #0 (st_blocks undefined under BeOS) http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.36r2=1.37diff_format=u Index:

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 15:17:59 2007 UTC Modified files: /php-src/main/streams memory.c Log: Unicode support http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.34r2=1.35diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2007-02-22 Thread Marcus Boerger
helly Thu Feb 22 23:25:36 2007 UTC Modified files: /php-src/main/streams memory.c Log: - Fix logic http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.33r2=1.34diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2007-01-27 Thread Marcus Boerger
helly Sat Jan 27 15:17:23 2007 UTC Modified files: /php-src/main/streams memory.c Log: - Add option support for temp/memory stream (adds ftruncate support) http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.31r2=1.32diff_format=u Index:

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

2007-01-14 Thread Marcus Boerger
helly Sun Jan 14 19:09:55 2007 UTC Modified files: /php-src/main/streams memory.c Log: - Fix readonly mode to 'rb' http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.29r2=1.30diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2007-01-14 Thread Marcus Boerger
helly Sun Jan 14 19:13:34 2007 UTC Modified files: /php-src/main/streams memory.c Log: - Use relay to aid debugging http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.30r2=1.31diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:46:51 2006 UTC Modified files: /php-src/main/streams memory.c Log: fix potential leak http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.26r2=1.27diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:18:14 2006 UTC Modified files: /php-src/main/streams memory.c Log: apply correct fix (aka oops!) http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.27r2=1.28diff_format=u Index: php-src/main/streams/memory.c

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

2006-11-04 Thread Rasmus Lerdorf
rasmus Sat Nov 4 20:44:02 2006 UTC Modified files: /php-src/main/streams memory.c Log: Mark memory streams as is_url http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.25r2=1.26diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2006-06-06 Thread Antony Dovgal
tony2001Tue Jun 6 14:08:47 2006 UTC Modified files: /php-src/main/streams memory.c Log: don't leak when decoding failed http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.22r2=1.23diff_format=u Index:

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:26:23 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Fix feof() with temp/memory streams http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.21r2=1.22diff_format=u Index: php-src/main/streams/memory.c

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

2006-05-14 Thread Marcus Boerger
helly Sun May 14 19:13:17 2006 UTC Modified files: /php-src/main/streams memory.c Log: - No need to have this controlled by allow_url_fopen http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.19r2=1.20diff_format=u Index:

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

2006-05-14 Thread Wez Furlong
Are you sure about that? Seems to me that this is one case that really should be protected by allow_url_fopen, as it allows specifying arbitrary data in the filename. While this is not quite such a big deal in HEAD, it is in PHP 5.2. I think this needs further analysis and discussion before we

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

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:03:42 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Enforce stream mode correct http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.17r2=1.18diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2006-03-18 Thread Marcus Boerger
helly Sat Mar 18 19:56:35 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Fix seek/eof issue in temp streams http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.13r2=1.14diff_format=u Index: php-src/main/streams/memory.c

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

2006-01-05 Thread Marcus Boerger
helly Thu Jan 5 22:05:44 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Fix issue with memset seeking - Fix issue with shutdown order of temp/memory stream

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

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 12:17:46 2005 EDT Modified files: /php-src/main/streams memory.c Log: - Fix mode handling http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.10r2=1.11ty=u Index: php-src/main/streams/memory.c diff -u

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

2005-10-07 Thread Marcus Boerger
helly Fri Oct 7 03:37:38 2005 EDT Modified files: /php-src/main/streams memory.c Log: - C vs. C++ fix # I do too much C++ and too much languages anyway, right now actively: # C, C++, Java, PHP, Peral

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

2005-10-06 Thread Marcus Boerger
helly Thu Oct 6 17:30:58 2005 EDT Modified files: /php-src/main/streams memory.c Log: - Fix issue (endless loop) with temp/memory streams http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.8r2=1.9ty=u Index: php-src/main/streams/memory.c