1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/main
Wez Furlong efea12fec5 Fix for Bug #21131: fopen($file, 'a+') would incorrectly assume that
the stream position was at offset 0.
This corrects that assumption by querying the stream for it's position
when it detects the 'a' "flag" in the mode parameter to fopen.
Also added a test for plain files and amended the userstreams test to
take this into account.
2002-12-22 18:05:36 +00:00
..
2002-05-31 04:49:45 +00:00
2002-08-19 20:47:55 +00:00
2001-12-11 15:32:16 +00:00
2002-03-15 21:03:08 +00:00
2002-11-01 23:00:32 +00:00
2002-11-18 12:40:12 +00:00
2002-10-07 11:21:06 +00:00
MFB
2002-11-29 14:48:17 +00:00
2001-08-15 18:01:48 +00:00
2002-11-30 18:36:17 +00:00
2002-11-25 12:30:28 +00:00
2002-11-18 12:40:12 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-11-13 19:19:05 +00:00
2002-12-14 10:45:25 +00:00
2002-12-05 21:46:08 +00:00
2002-08-12 14:02:51 +00:00
2002-10-15 02:05:27 +00:00
2002-12-01 21:37:14 +00:00