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 |
#
09cad322 |
| 03-Sep-2007 |
Ilia Alshanetsky |
Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream). |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2 |
|
#
fb8e3abe |
| 12-Aug-2007 |
Ilia Alshanetsky |
Fixed copy test as well as the directory check inside copy() function |
#
e2a13a5c |
| 11-Aug-2007 |
Rui Hirokawa |
fixed compilation error: S_ISDIR is undefined. |
#
7fbcb745 |
| 10-Aug-2007 |
Antony Dovgal |
nuke the dot |
#
e9b8f373 |
| 10-Aug-2007 |
Ilia Alshanetsky |
Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir). |
#
08286bcb |
| 08-Aug-2007 |
Antony Dovgal |
fix ws & folding |
Revision tags: php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
320a4160 |
| 01-Jul-2007 |
foobar |
MFH: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional) |
Revision tags: php-5.2.3, RELEASE_1_4 |
|
#
6f61e847 |
| 27-May-2007 |
Ilia Alshanetsky |
Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()). |
Revision tags: php-5.2.3RC1 |
|
#
7e80ad94 |
| 18-May-2007 |
Antony Dovgal |
fix leak and check for < 0 only of the 5th arg was passed |
#
6d41d020 |
| 18-May-2007 |
Antony Dovgal |
MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents()) |
Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6 |
|
#
f3a9413b |
| 23-Feb-2007 |
Antony Dovgal |
MFH: fix #40606 (umask is not being restored when request is finished) |
Revision tags: php-4.4.6RC1, php-4.4.5 |
|
#
60c435df |
| 13-Feb-2007 |
Antony Dovgal |
MFH |
Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year. |
#
03312cc0 |
| 19-Dec-2006 |
Dmitry Stogov |
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection |
Revision tags: php-5.2.1RC1 |
|
#
d9f03aac |
| 09-Dec-2006 |
Hannes Magnusson |
MFH: sys_get_temp_dir() |