summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-1/+1
* Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* Merge branch 'PHP-7.0'Anatol Belski2016-05-062-11/+10
|\
| * Re-fix #72165Anatol Belski2016-05-062-0/+22
| * Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"Anatol Belski2016-05-062-26/+3
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-062-3/+26
|\ \ | |/
| * Fixed bug #72165 Null pointer dereference - openssl_csr_newAnatol Belski2016-05-062-3/+26
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
* | Update comments consistently (#var0 -> #v)Dmitry Stogov2016-05-051-7/+7
* | Refactor DFA pass for better readabilityDmitry Stogov2016-05-051-178/+207
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-052-6/+26
|\ \ | |/
| * Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-052-6/+26
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-052-10/+32
|\ \ | |/
| * Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)Xinchen Hui2016-05-052-10/+32
* | Merge branch 'PHP-7.0'Xinchen Hui2016-05-052-5/+23
|\ \ | |/
| * Fixed bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-052-5/+23
* | Merge branch 'PHP-7.0'Nikita Popov2016-05-051-2/+2
|\ \ | |/
| * Fix JMPZ, JMPZNZ_EX chain optimizationNikita Popov2016-05-051-2/+2
* | Fixed type inference rules.Dmitry Stogov2016-05-041-8/+8
* | Merge branch 'PHP-7.0'Anatol Belski2016-05-033-0/+53
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-033-0/+53
| |\
| | * add test fo rbug 71805Anatol Belski2016-05-033-0/+53
* | | hide implementation details in testsJoe Watkins2016-05-023-8/+8
* | | Merge remote-tracking branch 'origin/PHP-7.0'Bob Weinand2016-05-027-3/+465
|\ \ \ | |/ /
| * | Implement socket_export_stream()Chris Wright2016-05-027-3/+465
* | | Add missing update_constants in ReflectionClassConstantNikita Popov2016-05-023-17/+71
* | | Ensure an ORDER BY gets the expected row orderChristopher Jones2016-05-021-10/+10
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-011-1/+1
|\ \ \ | |/ /
| * | fix test if unlink fails occasionallyAnatol Belski2016-05-011-1/+1
* | | Merge branch 'PHP-7.0'Nikita Popov2016-05-011-1/+1
|\ \ \ | |/ /
| * | Fix posix buildNikita Popov2016-05-011-1/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-011-2/+6
|\ \ \ | |/ /
| * | Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL)Xinchen Hui2016-05-011-2/+6
* | | fix testAnatol Belski2016-04-301-3/+3
* | | Mark all $php_errormsg as refs to inhibit optimizationNikita Popov2016-04-301-0/+13
* | | Merge branch 'PHP-7.0'Sara Golemon2016-04-301-1/+4
|\ \ \ | |/ /
| * | Create temporary sqlite db in test dir rather than cwd (and clean it up)Sara Golemon2016-04-301-1/+4
* | | Revert code to use DUP instead of COPYNikita Popov2016-04-292-2/+2
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-293-19/+201
|\ \ \ | |/ /
| * | fix testAnatol Belski2016-04-291-0/+3
| * | Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-292-19/+198
* | | Fix usages of zend_update_constant_exNikita Popov2016-04-292-5/+2
* | | Merge branch 'master' of https://github.com/php/php-srcJoe Watkins2016-04-293-6/+6
|\ \ \
| * \ \ Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-04-292-5/+6
| |\ \ \
| | * | | fix constants availabilityAnatol Belski2016-04-291-4/+4
| * | | | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-291-1/+1
| |\ \ \ \
| | * | | | Simplified conditionDmitry Stogov2016-04-291-1/+1
| * | | | | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-291-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | size_t is unsigned and can't be negativeDmitry Stogov2016-04-291-1/+1
* | | | | | Implement #51879 stream context socket option tcp_nodelayJoe Watkins2016-04-294-25/+115
| |_|/ / / |/| | | |