#
3a19fee3 |
| 18-May-2010 |
Pierre Joye |
- #51854, fix logic (patch by Tjerk)
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
d2699793 |
| 08-Apr-2010 |
Antony Dovgal |
fix build
|
#
c264445a |
| 08-Apr-2010 |
Pierre Joye |
- WS
|
#
517d9bb1 |
| 08-Apr-2010 |
Pierre Joye |
- WS
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
d5b2007b |
| 06-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false).
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1 |
|
#
f61a0635 |
| 16-Nov-2009 |
Felipe Pena |
- Switching to TSRMLS_FETCH version
|
#
5411bb32 |
| 15-Nov-2009 |
Felipe Pena |
- Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()) (patch by Pierrick)
|
Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1 |
|
#
c79528a2 |
| 17-May-2009 |
Arnaud Le Blanc |
MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position of plain files)
|
#
a2600fac |
| 16-May-2009 |
Arnaud Le Blanc |
MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source is a socket)
|
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 |
|
#
2b57d6d6 |
| 19-Mar-2009 |
Arnaud Le Blanc |
MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer() performance degraded after fix of bug 44607).
|
Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
31169e2c |
| 08-Jan-2009 |
Felipe Pena |
MFH: - Fixed bug #47037 (No error when using fopen with emty string) Patch by Cristian Rodriguez R.
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS |
|
#
29f49d2d |
| 14-Dec-2008 |
Lars Strojny |
If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user.
|
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 |
|
#
a9282f72 |
| 24-Nov-2008 |
David Soria Parra |
MFH: Revert fix for 43782, as it caused problems.
|
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE |
|
#
e13a4238 |
| 11-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed stream_get_contents() when using $maxlength and socket is not closed. indeyets@php.net on #46049.
|
Revision tags: php-5.2.7RC3 |
|
#
d441b5db |
| 04-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed stream_get_line() to behave as documented on non-blocking streams
|
#
8e220d99 |
| 03-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream content)
|
#
0a2bfc79 |
| 03-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
17cfd5f2 |
| 22-Sep-2008 |
Greg Beaver |
MF52 fix Bug #46147: after stream seek, appending stream filter reads incorrect data
|
#
9f684837 |
| 26-Aug-2008 |
David Soria Parra |
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)
|
#
93908474 |
| 06-Aug-2008 |
Antony Dovgal |
MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context
|