summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-11-211-1/+1
|\
| * fixed testAnatol Belski2013-11-211-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-11-201-0/+52
|\ \ | |/
| * Fix WS in serialization_error_002.phptYasuo Ohgaki2013-11-201-4/+4
| * added a test to cover distinction between boolean return value of unserialize...Aaron Hamid2013-11-201-0/+52
| * Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-203-2/+4
* | Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-203-2/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-172-1/+13
|\ \ | |/
| * Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-172-1/+13
* | Fix failed test with recent glibcRemi Collet2013-11-131-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-082-1/+18
|\ \ | |/
| * Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-082-1/+18
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2013-11-0660-83/+186
|\ \ | |/
| * Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
| * fix missing change from 'tcp_socket' to the more common 'server'ptarjan2013-11-061-3/+3
| * fix many parallel test issuesptarjan2013-11-0650-70/+146
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-294-28/+28
|\ \ | |/
| * Fixed Bug 64760 var_export() does not use full precision for floating-point n...Yasuo Ohgaki2013-10-294-28/+28
* | Improved performance of array_merge() by eliminating useless copyingDmitry Stogov2013-10-281-13/+24
* | fix bug #65936 (dangling context pointer causes crash)Antony Dovgal2013-10-211-0/+1
* | remove TRAVIS check in test sourceMichael Wallner2013-10-211-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-211-0/+4
|\ \ | |/
| * Just SKIP that test on travisMichael Wallner2013-10-211-0/+4
* | Assume the free space is correct on Travis CI.Tjerk Meesters2013-10-171-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-042-4/+62
|\ \ | |/
| * fix bug #64146 (serialize incorrectly saving objects when they areMichael Wallner2013-10-042-4/+62
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-041-0/+83
|\ \ | |/
| * such a weird hack probably helps in finding regressions in the futureMichael Wallner2013-10-041-0/+83
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-012-30/+149
|\ \ | |/
| * Fixed bug #61548Michael Wallner2013-10-012-30/+149
* | fix broken sha2 configure testsMichael Wallner2013-09-131-10/+11
* | Expose fputcsv's escape_char to userlandJoey Smith2013-08-243-12/+131
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-242-1/+22
|\ \ | |/
| * Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-242-1/+22
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-211-1/+1
|\ \ | |/
| * Fix pointer sign warning showing up in EVERY buildMichael Wallner2013-08-211-1/+1
* | Fix return types of password API helper functions.Anthony Ferrara2013-08-211-6/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-204-57/+152
|\ \ | |/
| * fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-204-58/+153
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-191-0/+19
|\ \ | |/
| * added new glob() testAnatol Belski2013-08-191-0/+19
* | code related typo fixesVeres Lajos2013-08-182-3/+3
* | Reduce compiler noise by removing unused variables and labelsChristopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-144-11/+10
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-144-11/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-0/+1
|\ \ | |/
| * Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-0413-7/+7
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-0413-7/+7
* | Fixed tests (inet_pton behaves differently on Darwin)Xinchen Hui2013-08-021-3/+11