Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-04-02 | 1 | -0/+4 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: NEWS Fixed bug #61019 (Out of memory on command stream_get_contents) | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-04-02 | 1 | -0/+4 | |
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #61019 (Out of memory on command stream_get_contents) | |||||
| | | | * | Fixed bug #61019 (Out of memory on command stream_get_contents) | Michael Wallner | 2014-04-02 | 1 | -0/+4 | |
| | | | | | ||||||
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -8/+5 | |
| | | | | | ||||||
* | | | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Don't include trailing zero into hash caclculation | Dmitry Stogov | 2014-03-14 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Refactor stream_get_record to return zend_string | Xinchen Hui | 2014-03-05 | 1 | -6/+6 | |
| | | | | | ||||||
* | | | | | Fixed wrapper errors realted tests | Xinchen Hui | 2014-03-04 | 1 | -5/+4 | |
| | | | | | ||||||
* | | | | | Refactor _php_stream_scandir to avoid memleak | Xinchen Hui | 2014-03-02 | 1 | -10/+10 | |
| | | | | | ||||||
* | | | | | Resource closing without destruction | Dmitry Stogov | 2014-02-27 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Refactoring php_stream_copy_to_mem to return zend_string | Xinchen Hui | 2014-02-24 | 1 | -19/+24 | |
| | | | | | ||||||
* | | | | | Fixed segfault in file_get_contents | Xinchen Hui | 2014-02-21 | 1 | -8/+12 | |
| | | | | | ||||||
* | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-19 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -91/+76 | |
|/ / / / | ||||||
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it | Kalle Sommer Nielsen | 2013-12-18 | 1 | -2/+1 | |
|/ / / | | | | | | | | | | # For mysqlnd: Relevant PHP_API_VERSION are put in place for cross version compatibility | |||||
* | | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -31/+31 | |
|/ / | | | | | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-07-10 | 1 | -1/+3 | |
|\ \ | |/ | | | | | | | * PHP-5.4: fix possible resource leak and make sure there's something to qsort() | |||||
| * | fix possible resource leak and make sure there's something to qsort() | Anatol Belski | 2013-07-10 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-04-02 | 1 | -2/+4 | |
|\ \ | |/ | | | | | | | * PHP-5.4: keep previous test to avoid any behavior change | |||||
| * | keep previous test to avoid any behavior change | Remi Collet | 2013-04-02 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-04-02 | 1 | -8/+5 | |
|\ \ | |/ | | | | | | | | | * PHP-5.4: fix comment Fixed Bug #64565 copy doesn't report failure on partial copy | |||||
| * | fix comment | Remi Collet | 2013-04-02 | 1 | -3/+1 | |
| | | ||||||
| * | Fixed Bug #64565 copy doesn't report failure on partial copy | Remi Collet | 2013-04-02 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | _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. | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 | |
|\ \ | |/ | | | | | | | * PHP-5.4: Fix bug #63240 on stream_get_line() | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 | |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fix bug #63240 on stream_get_line() | |||||
| | * | Fix bug #63240 on stream_get_line() | Gustavo Lopes | 2012-10-12 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-09 | 1 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.4: improve overflow checks add NEWS fix potential overflow in _php_stream_scandir | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.3: improve overflow checks fix potential overflow in _php_stream_scandir | |||||
| | * | improve overflow checks | Stanislav Malyshev | 2012-06-08 | 1 | -5/+5 | |
| | | | ||||||
| | * | fix potential overflow in _php_stream_scandir | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: fix potential overflow in _php_stream_scandir | |||||
| * | | fix potential overflow in _php_stream_scandir | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Nikita Popov | 2012-05-06 | 1 | -1/+6 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: Add NEWS entry for bug #61961 Fixed Bug #61961 (file_get_content leaks when access empty file with max length) | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-05-06 | 1 | -1/+6 | |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.3: Add NEWS entry for bug #61961 Fixed Bug #61961 (file_get_content leaks when access empty file with max length) | |||||
| | * | Fixed Bug #61961 (file_get_content leaks when access empty file with max length) | Reeze Xia | 2012-05-06 | 1 | -1/+6 | |
| | | | ||||||
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug in new stream_get_line() when using NUL as a delimiter. | Gustavo André dos Santos Lopes | 2012-04-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | This is the issue Derick spotted a few days ago.. | |||||
| | * | - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak | Gustavo André dos Santos Lopes | 2012-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
| | * | - Oops committed old version of the patch in r324020. Fixed. See bug #61253. | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Fixed bug #61253: Wrappers opened with errors concurrency problem | Gustavo André dos Santos Lopes | 2012-03-08 | 1 | -38/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #NOTE: There is a very small possibility that this will further break #extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the #only one and it may leak memory after this. I say "further break" because #extensions that do that are already broken (will segfault) under ZTS, which is #why this patch is necessary. #There was what I deem as tacit acceptance from 5.3/5.4 RMs on this. |