summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit bu...Lars Strojny2013-01-144-0/+64
* | | Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ...Lars Strojny2013-01-144-0/+70
| |/ |/|
* | fix bug #63982: isset() inconsistently produces a fatal error on protected pr...Stanislav Malyshev2013-01-133-1/+18
* | different OSes have different messages, and that's not what the test is about...Stanislav Malyshev2013-01-132-3/+3
* | fixed alternate form for 'x' and 'X' formatsArnaud Le Blanc2013-01-131-2/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-101-0/+1
|\ \ | |/
| * Fixed uninitialized zval.type (Yoram)Dmitry Stogov2013-01-101-0/+1