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)
|
Revision tags: RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1 |
|
#
e947263b |
| 24-Feb-2008 |
Felipe Pena |
Removed internal warning
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages
|
Revision tags: RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3 |
|
#
afc76bc7 |
| 13-Nov-2007 |
Antony Dovgal |
fix typo (nice catch, Nuno!)
|
#
6a792bed |
| 12-Nov-2007 |
Ilia Alshanetsky |
Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file truncation).
|
#
f95ac18b |
| 09-Nov-2007 |
Dmitry Stogov |
Conditions optimization
|
Revision tags: php-5.2.5 |
|
#
77d2a15a |
| 06-Nov-2007 |
Jani Taskinen |
MFH: sync
|
#
43e73a56 |
| 05-Nov-2007 |
Jani Taskinen |
MFH: Sync [DOC]: note [DOC] -/* {{{ proto bool copy(string source_file, string destination_file) [DOC] +/* {{{ proto bool copy(string source_file, string destination_file [, resource cont
MFH: Sync [DOC]: note [DOC] -/* {{{ proto bool copy(string source_file, string destination_file) [DOC] +/* {{{ proto bool copy(string source_file, string destination_file [, resource context]) [DOC] [DOC] Apparently this was undocumented so far anyway..
show more ...
|
Revision tags: php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
d4e8fa62 |
| 03-Oct-2007 |
David Soria Parra |
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. [DOC] 5th parameter available since PHP 5.3+
|
#
72f910c0 |
| 04-Sep-2007 |
Ilia Alshanetsky |
Fixed possible buffer overflows inside the fnmatch() and glob() functions
|