Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complete zts fix | Stanislav Malyshev | 2013-01-29 | 1 | -1/+1 |
* | Merge branch 'PHp-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-01-29 | 1 | -2/+4 |
|\ | |||||
| * | Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses | Stanislav Malyshev | 2013-01-29 | 1 | -2/+4 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-21 | 2 | -31/+37 |
|\ \ | |/ | |||||
| * | Merge fix of #62836 to ?.re, and regenerate ?.c | Xinchen Hui | 2013-01-21 | 2 | -31/+37 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Gustavo Lopes | 2013-01-18 | 2 | -2/+123 |
|\ \ | |/ | |||||
| * | Fix bug #64011 (get_html_translation_table()) | Gustavo Lopes | 2013-01-18 | 2 | -2/+123 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2013-01-15 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | fixed build | Anatoliy Belsky | 2013-01-15 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_54' into PHP-5.4 | Gustavo Lopes | 2013-01-15 | 1 | -87/+360 |
| |\ | |||||
* | | | Dereferencing process-handles no longer waits on those processes. | Jille Timmermans | 2013-01-15 | 3 | -5/+21 |
* | | | Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_55' into PHP-5.5 | Gustavo Lopes | 2013-01-15 | 1 | -87/+310 |
|\ \ \ | |||||
| * \ \ | Merge branch 'strtr_wu94_54' into strtr_wu94_55 | Gustavo Lopes | 2013-01-15 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed inconsequential bug in strtr() | Gustavo Lopes | 2013-01-15 | 1 | -2/+2 |
| * | | | Add zend_qsort_r & use it in strtr | Gustavo Lopes | 2013-01-14 | 1 | -58/+8 |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Gustavo Lopes | 2013-01-14 | 1 | -87/+360 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove _GNU_SOURCE, add local heap sort | Gustavo Lopes | 2013-01-14 | 1 | -7/+62 |
| | * | | The compiler can figure this out | Gustavo Lopes | 2013-01-14 | 1 | -1/+1 |
| | * | | Remove unused block | Gustavo Lopes | 2013-01-14 | 1 | -5/+0 |
| | * | | strtr() with 2nd param array - optimization | Gustavo Lopes | 2013-01-14 | 1 | -6/+5 |
| | * | | Refactoring, bugs & leaks | Gustavo Lopes | 2013-01-14 | 1 | -52/+97 |
| | * | | Optimize strtr w/ 2nd arg array | Gustavo Lopes | 2013-01-14 | 1 | -86/+265 |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-01-15 | 3 | -27/+11 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'PHP-5.3' into PHP-5.4 | Adam Harvey | 2013-01-15 | 3 | -27/+11 |
| |\ \ \ | |||||
| | * | | | Revert "Update fputcsv() to escape all characters equally." | Adam Harvey | 2013-01-15 | 3 | -27/+13 |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2013-01-15 | 3 | -11/+27 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Adam Harvey | 2013-01-15 | 3 | -11/+27 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Update fputcsv() to escape all characters equally. | Adam Harvey | 2013-01-15 | 3 | -13/+27 |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lars Strojny | 2013-01-14 | 4 | -6/+23 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_f... | Lars Strojny | 2013-01-14 | 4 | -6/+23 |
| | |/ | |/| | |||||
* | | | Use zend_unmangle_property_name_ex to save strlen | Xinchen Hui | 2013-01-14 | 1 | -3/+2 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-01-10 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2013-01-10 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ne... | Remi Collet | 2013-01-10 | 1 | -0/+0 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-09 | 2 | -1/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-09 | 2 | -1/+9 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #63943 (Bad warning text from strpos() on empty needle) | Xinchen Hui | 2013-01-09 | 2 | -1/+9 |
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 120 | -120/+120 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 121 | -177/+178 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.3' into PHP-5.4 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | - fix the fix for bug #50524 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
* | | | | | fix windows build | Anatoliy Belsky | 2013-01-06 | 1 | -1/+2 |
* | | | | | Add unit test for mail.log ini setting. | Martin Jansen | 2013-01-06 | 1 | -0/+48 |
* | | | | | Add a timestamp to the mail log. | Martin Jansen | 2013-01-06 | 1 | -2/+11 |
* | | | | | Bug #23955: allow specifiy max age for setcookie() | Lars Strojny | 2013-01-06 | 2 | -7/+82 |
* | | | | | Happy New Year | Xinchen Hui | 2013-01-01 | 123 | -123/+123 |
* | | | | | Fixed bug #63874 (Segfaul if php_strip_whitespace has heredoc) | Pierrick Charron | 2012-12-29 | 1 | -0/+16 |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Pierrick Charron | 2012-12-21 | 1 | -8/+8 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-12-21 | 1 | -8/+8 |
| |\ \ \ \ | | | |_|/ | | |/| | |