#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1 |
|
#
c8359811 |
| 18-Dec-2013 |
Kalle Sommer Nielsen |
Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it # For mysqlnd: Relevant PHP_API_VERSION are put in place for cross version compatibility
|
Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2 |
|
#
92d27ccb |
| 30-Jul-2013 |
Andrey Hristov |
Constify streams API and a few other calls down the rabbit hole. (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
|
Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27 |
|
#
29ac511b |
| 10-Jul-2013 |
Anatol Belski |
fix possible resource leak and make sure there's something to qsort()
|
Revision tags: php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3 |
|
#
731a5c51 |
| 02-Apr-2013 |
Remi Collet |
keep previous test to avoid any behavior change
|
#
8e8a7544 |
| 02-Apr-2013 |
Remi Collet |
fix comment
|
#
6b4148bc |
| 02-Apr-2013 |
Remi Collet |
Fixed Bug #64565 copy doesn't report failure on partial copy _php_stream_copy_to_stream_ex, when mmap is possible, doesn't check if actually written bytes match read bytes. Fix
Fixed Bug #64565 copy doesn't report failure on partial copy _php_stream_copy_to_stream_ex, when mmap is possible, doesn't check if actually written bytes match read bytes. Fix this (paranoid check) to be consistent with non mmap mode Seems hard to add a unit test, as this rely on a full filesystem.
show more ...
|
Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1 |
|
#
a666285b |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
0a7395e0 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
a2045ff3 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year~
|
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8 |
|
#
6284ef11 |
| 09-Oct-2012 |
Xinchen Hui |
Fixed bug #63236 (Executable permission on various source files)
|
#
76601c4f |
| 12-Oct-2012 |
Gustavo Lopes |
Fix bug #63240 on stream_get_line() stream_get_line() could contain the delimiter string if that string had more than one character. The bug manifested itself when a read on the stre
Fix bug #63240 on stream_get_line() stream_get_line() could contain the delimiter string if that string had more than one character. The bug manifested itself when a read on the stream ended with part of the delimiter string and the read after would start with the rest of the delimiter string; provided that the data of first read did not complete the max length result of the call to stream_get_line() with the partial delimiter used in that max length return. In that case, the delimiter will still appear in the result, divided in two subsequent return values. That is not a bug. See <http://www.mail-archive.com/internals@lists.php.net/msg61325.html>
show more ...
|
Revision tags: php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4 |
|
#
fc745037 |
| 08-Jun-2012 |
Stanislav Malyshev |
improve overflow checks
|
#
10e8da17 |
| 08-Jun-2012 |
Stanislav Malyshev |
fix potential overflow in _php_stream_scandir
|
#
7d04e0fb |
| 08-Jun-2012 |
Stanislav Malyshev |
fix potential overflow in _php_stream_scandir
|
Revision tags: php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3 |
|
#
3e9923dd |
| 06-May-2012 |
Reeze Xia |
Fixed Bug #61961 (file_get_content leaks when access empty file with max length)
|
Revision tags: php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2 |
|
#
0f180a63 |
| 07-Apr-2012 |
Gustavo André dos Santos Lopes |
Fixed bug in new stream_get_line() when using NUL as a delimiter. This is the issue Derick spotted a few days ago..
|
Revision tags: php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1 |
|
#
9a460497 |
| 19-Mar-2012 |
Gustavo André dos Santos Lopes |
MFH: 45a6f8d for 5.4. - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from
MFH: 45a6f8d for 5.4. - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented.
show more ...
|
#
e132db7a |
| 17-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough).
show more ...
|
#
d974e442 |
| 17-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough).
show more ...
|
#
ef19fba2 |
| 17-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough).
show more ...
|
#
cdc512af |
| 08-Mar-2012 |
Gustavo André dos Santos Lopes |
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
|
#
aee85bc1 |
| 08-Mar-2012 |
Gustavo André dos Santos Lopes |
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
|
#
b976ebad |
| 08-Mar-2012 |
Gustavo André dos Santos Lopes |
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
|