#
2e61607c |
| 21-May-2009 |
Jani Taskinen |
MFH: ws |
#
e99d4e9a |
| 18-May-2009 |
Ilia Alshanetsky |
Fixed bug #48313 (fgetcsv() does not return null for empty rows) |
#
1d13e22f |
| 08-May-2009 |
Arnaud Le Blanc |
Fix invalid read |
Revision tags: php-5.3.0RC2 |
|
#
8ea9eb85 |
| 19-Apr-2009 |
Arnaud Le Blanc |
MFH: Better fix for #47997 |
#
14c717f4 |
| 19-Apr-2009 |
Arnaud Le Blanc |
Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
d0c201d3 |
| 20-Jan-2009 |
Pierre Joye |
- [DOC] add support for fnmatch() on Windows - enable tests (pass) |
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS |
|
#
dda00318 |
| 13-Dec-2008 |
Lars Strojny |
One len variable is enough here, we can reuse it |
#
e5c13558 |
| 12-Dec-2008 |
Hannes Magnusson |
MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3) |
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
dffdb48c |
| 26-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #46673 (stream_lock call with wrong paramater) |
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
8f12025b |
| 02-Nov-2008 |
Felipe Pena |
- MFH: Added str_getcsv() |
Revision tags: php-5.2.7RC2 |
|
#
d69dfa4b |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars |
Revision tags: php-5.2.7RC1 |
|
#
b861898f |
| 12-Sep-2008 |
Felipe Pena |
- MFH: Fixed unexpected zval changes |
#
318efa7f |
| 12-Aug-2008 |
Felipe Pena |
- New parameter parsing API (for fscanf) |
#
7023ed85 |
| 11-Aug-2008 |
Pierre Joye |
- [DOC] MFH: detect if dest is a dir (if the given stream layer supports stat) and fails . remove win32 specific test. The errors are not the same |
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
28a22396 |
| 23-Jul-2008 |
Antony Dovgal |
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE |
#
fdfbfb96 |
| 22-Jul-2008 |
Felipe Pena |
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) |
Revision tags: php-4.4.9RC1 |
|
#
89935d6f |
| 21-Jul-2008 |
Jani Taskinen |
- Forward compatibility. # @DOC@, [DOC], *DOC*: Added FILE_TEXT and FILE_BINARY constants for forward compatibility. |
#
cf7e15c3 |
| 11-Jul-2008 |
Antony Dovgal |
MFH: manage references of stream context properly |
#
e360ff74 |
| 03-Jul-2008 |
Olivier Hill |
New parameter parsing API |
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
04a87d9f |
| 16-May-2008 |
Felipe Pena |
- Changed 'Z' to 's' (parameter parsing), the code didn't check if the parameter is a string. |
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
94697acf |
| 04-May-2008 |
Etienne Kneuss |
MFH: Fix protos |
Revision tags: php-5.2.6, RELEASE_1_0_2 |
|
#
75352932 |
| 15-Apr-2008 |
Ilia Alshanetsky |
MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as expected when lines end in \r\n) |
Revision tags: php-5.2.6RC5, php-5.2.6RC4 |
|
#
f704d2d3 |
| 30-Mar-2008 |
Ilia Alshanetsky |
Added a warning message |
Revision tags: php-5.2.6RC3, RELEASE_2_0_0a2 |
|
#
17d22a50 |
| 26-Mar-2008 |
Ilia Alshanetsky |
Fixed bug #44501 (LOCK_EX mode in file_put_contents() is impropertly handled in combination with url wrappers) |