summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.4.12php-5.4.12PHP-5.4.12Stanislav Malyshev2013-02-183-12/+10
* Proper bit reset codephp-5.4.12RC2Dmitry Stogov2013-02-131-2/+2
* fix patch for 5.4Stanislav Malyshev2013-02-121-5/+1
* add CVEsStanislav Malyshev2013-02-111-2/+3
* 5.4.12 rc2Stanislav Malyshev2013-02-103-3/+9
* Disabled external entities loadingDmitry Stogov2013-02-101-0/+2
* Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-101-1/+35
* 5.4.12 RC1php-5.4.12RC1Stanislav Malyshev2013-01-293-4/+4
* update NEWSStanislav Malyshev2013-01-291-0/+1
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-01-291-2/+2
|\
| * Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2013-01-296-70/+123
| |\
| | * NEWS for bug #64023 (see aa0adce)Gustavo Lopes2013-01-231-0/+3
| * | Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)Johannes Schlüter2013-01-292-2/+3
* | | Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4Johannes Schlüter2013-01-2914-115/+298
|\ \ \
| * | | Fix bug #62524, only follow redirects in file streams for 3xx HTTP statusesStanislav Malyshev2013-01-292-2/+6
| * | | Fix missing parameterAndras Elso2013-01-271-1/+1
| * | | fix testsStanislav Malyshev2013-01-231-3/+3
| * | | Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-224-75/+39
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-224-70/+39
| * | | Merge fix of #62836 to ?.re, and regenerate ?.cXinchen Hui2013-01-212-31/+37
| * | | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-01-183-1/+87
| |\ \ \ | | |/ /
| | * | fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-183-0/+86
| * | | NEWS for bug #64011. See 77ee200Gustavo Lopes2013-01-181-0/+2
| * | | Fix bug #64011 (get_html_translation_table())Gustavo Lopes2013-01-182-2/+123
* | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-01-160-0/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix NEWS after 5.3.21Johannes Schlüter2013-01-161-11/+13
| |/
* | Fix NewsChristopher Jones2013-01-151-3/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Adam Harvey2013-01-162-1/+4
|\ \ | |/
| * Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-162-1/+4
* | fixed buildAnatoliy Belsky2013-01-151-1/+5
* | NEWS for bug #63893Gustavo Lopes2013-01-151-0/+2
* | Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_54' into PHP-5.4Gustavo Lopes2013-01-151-87/+360
|\ \
| * | Fixed inconsequential bug in strtr()Gustavo Lopes2013-01-151-2/+2
| * | Remove _GNU_SOURCE, add local heap sortGustavo Lopes2013-01-141-7/+62
| * | The compiler can figure this outGustavo Lopes2013-01-141-1/+1
| * | Remove unused blockGustavo Lopes2013-01-141-5/+0
| * | strtr() with 2nd param array - optimizationGustavo Lopes2013-01-141-6/+5
| * | Refactoring, bugs & leaksGustavo Lopes2013-01-141-52/+97
| * | Optimize strtr w/ 2nd arg arrayGustavo Lopes2013-01-141-86/+265
* | | Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."Adam Harvey2013-01-151-5/+5
* | | Merge branch 'PHP-5.3' into PHP-5.4Adam Harvey2013-01-154-29/+11
|\ \ \ | | |/ | |/|
| * | Revert "Update fputcsv() to escape all characters equally."Adam Harvey2013-01-154-29/+13
* | | fix NEWSStanislav Malyshev2013-01-151-5/+9
* | | Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.Adam Harvey2013-01-151-5/+5
* | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-01-153-11/+27
|\ \ \
| * \ \ Merge branch 'PHP-5.3' into PHP-5.4Adam Harvey2013-01-154-11/+29
| |\ \ \ | | |/ /
| | * | Update fputcsv() to escape all characters equally.Adam Harvey2013-01-154-13/+29
* | | | Fixed bug #57702 (Multi-row BLOB fetches)Xinchen Hui2013-01-153-3/+168
|/ / /
* | | Bug #52958: Segfault in PDO_OCI on cleanup after running a long testsuite.Lars Strojny2013-01-142-2/+6
* | | Support BITMAPV5HEADER in getimagesize(): https://en.wikipedia.org/wiki/BMP_f...Lars Strojny2013-01-145-8/+26