Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Logo GUIDs and replaced with Data URIs and div hidden with JS | Andrew Faulds | 2012-07-14 | 5 | -1244/+0 |
* | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-10 | 1 | -1/+1 |
|\ | |||||
| * | typo fix | Stanislav Malyshev | 2012-06-10 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2012-06-08 | 1 | -0/+5 |
| |\ | |||||
| | * | 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 |
| | * | PHP 5.3.15-dev | Johannes Schlüter | 2012-05-16 | 1 | -3/+3 |
| | * | This will be PHP 5.3.14 | Johannes Schlüter | 2012-05-08 | 1 | -3/+3 |
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 |
|\ \ \ | |/ / | |||||
| * | | fix potential overflow in _php_stream_scandir | Stanislav Malyshev | 2012-06-07 | 1 | -3/+8 |
| * | | to 5.4.5-dev | Stanislav Malyshev | 2012-05-15 | 1 | -2/+2 |
* | | | cleanup merge | Michael Wallner | 2012-05-15 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | fix bug #60761 zlib.output_compression fails on refresh | Michael Wallner | 2012-05-15 | 2 | -1/+3 |
| * | | Bump to 5.4.4-dev | Christopher Jones | 2012-05-14 | 1 | -3/+3 |
* | | | Merge branch 'PHP-5.4' | Nikita Popov | 2012-05-06 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-05-06 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | Fixed Bug #61961 (file_get_content leaks when access empty file with max length) | Reeze Xia | 2012-05-06 | 1 | -1/+6 |
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Christopher Jones | 2012-05-03 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Bump to next version | Christopher Jones | 2012-05-03 | 1 | -3/+3 |
| * | | Update to 5.4.2-dev | Christopher Jones | 2012-04-19 | 1 | -4/+4 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-04-15 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx) | Xinchen Hui | 2012-04-15 | 1 | -7/+7 |
* | | | 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 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (withou... | Xinchen Hui | 2012-04-06 | 1 | -1/+3 |
| | * | Cherry-pick 4cc74767 | Gustavo André dos Santos Lopes | 2012-04-04 | 1 | -10/+19 |
| | * | Fix warning "suggest parentheses around assignment" | Xinchen Hui | 2012-04-04 | 1 | -1/+1 |
| | * | Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -6/+32 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-04-04 | 1 | -6/+32 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug Fixed bug #61605 (header_remove() does not remove all headers) | Xinchen Hui | 2012-04-04 | 1 | -6/+32 |
* | | | Small performance improvement. The current code is correct, but if it is used... | Klaus Silveira | 2012-04-02 | 1 | -4/+4 |
* | | | Merge branch 'PHP-5.4' | David Soria Parra | 2012-03-31 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-31 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Cleanup Safe Mode related comment in SG(request_info) | reeze | 2012-03-31 | 1 | -1/+0 |
| | * | This will be PHP 5.3.12 | Johannes Schlüter | 2012-03-29 | 1 | -3/+3 |
| | * | - fix bug #61541, Segfault when using ob_* in output_callback | reeze | 2012-03-29 | 1 | -0/+11 |
| | * | Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831) | Gustavo André dos Santos Lopes | 2012-03-21 | 1 | -4/+9 |
| | |\ | |||||
| | | * | Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) | Ondřej Surý | 2012-03-21 | 1 | -4/+9 |
| | * | | - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s... | Pierre Joye | 2012-03-21 | 1 | -0/+4 |
| | |/ | |||||
| | * | - 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 |
| | * | - 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 | 2 | -40/+65 |
| | * | - size_t may be shorter than long and definitely is not signed. Note that the | Gustavo André dos Santos Lopes | 2012-03-04 | 1 | -1/+3 |
| | * | Fixed bug #60106 (stream_socket_server silently truncates long unix socket pa... | Ilia Alshanetsky | 2012-03-03 | 1 | -0/+1 |
| | * | Fix bug 61193 | Rasmus Lerdorf | 2012-02-27 | 1 | -8/+3 |
| | * | - Better fix for #61115. | Gustavo André dos Santos Lopes | 2012-02-24 | 1 | -3/+8 |