Revision tags: php-4.4.5, 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.
|
Revision tags: php-5.2.1RC1 |
|
#
60bb4946 |
| 29-Nov-2006 |
Antony Dovgal |
MFH: fix #39673 (file_get_contents causes bus error on certain offsets)
|
#
133bdb42 |
| 16-Nov-2006 |
Hannes Magnusson |
Fix ftruncate() with negative size on FreeBSD
|
#
daed3795 |
| 10-Nov-2006 |
Dmitry Stogov |
Removed unnecessary ftell() calls (one call for each included PHP file)
|
#
f22ae56b |
| 10-Nov-2006 |
Dmitry Stogov |
Disabled reading from stream (calls to read()) after EOF
|
#
a5f951f2 |
| 10-Nov-2006 |
Dmitry Stogov |
Removed unnecessary checks for ISREG file and corresponding stat() calls on Windows
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
770b2980 |
| 19-Oct-2006 |
Dmitry Stogov |
Fixed mkdir("/tmp/foo//bar/log", 0777, true)
|
Revision tags: php-5.2.0RC5 |
|
#
dbae50bf |
| 28-Sep-2006 |
Dmitry Stogov |
Fixed wrong pipe detection code
|
Revision tags: php-5.2.0RC4 |
|
#
f0fd70fa |
| 12-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #37779 (empty include_path leads to search for files inside /).
|
Revision tags: php-5.2.0RC3 |
|
#
4e971e88 |
| 28-Aug-2006 |
Antony Dovgal |
MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)
|
Revision tags: php-5.1.6 |
|
#
7dfbf5b2 |
| 22-Aug-2006 |
Dmitry Stogov |
Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
|
Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2 |
|
#
073ee139 |
| 05-Jun-2006 |
Antony Dovgal |
MFH: no need to check if non-existing include_path complies with open_basedir setting
|
#
8b764bd0 |
| 05-Jun-2006 |
Edin Kadribasic |
Fixed bug #35886 (nlopes)
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
3a830a30 |
| 16-May-2006 |
Antony Dovgal |
fix #37395 (recursive mkdir() fails to create nonexistent directories in root dir)
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4 |
|
#
5f9dde24 |
| 17-Jan-2006 |
Ilia Alshanetsky |
Only report mkdir() errors if error reporting option is set.
|
#
3062348c |
| 16-Jan-2006 |
Antony Dovgal |
MFH: fix #35999 (recursive mkdir() does not work with relative path like "foo/bar")
|
Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
#
248be6fc |
| 23-Dec-2005 |
Antony Dovgal |
fix #35781 (stream_filter_append() can cause segfault)
|
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6 |
|
#
1a78dc5f |
| 17-Nov-2005 |
Antony Dovgal |
MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking) patch by askalski at gmail dot com
|
Revision tags: php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
b842d8e3 |
| 26-Aug-2005 |
Derick Rethans |
- MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" element for files opened with tmpname().
|
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9 |
|
#
8c57c3a9 |
| 18-Jul-2005 |
Wez Furlong |
compile before commit (gah!)
|
#
c4ba9edd |
| 18-Jul-2005 |
Wez Furlong |
Apparently our pipe detection code just above this isn't foolproof. Catch it here.
|
#
7316ee03 |
| 17-Jul-2005 |
Marcus Boerger |
- Fix problem with debug mode on selective machines
|
Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
87d6f497 |
| 24-Jun-2005 |
Ilia Alshanetsky |
Likely fix for bug #33140
|