summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Merge branch 'pull-request/2344' into PHP-7.0"Nikita Popov2017-02-033-23/+4
* Fixed bug #74035andrewnester2017-02-034-4/+19
* Merge branch 'pull-request/2344' into PHP-7.0Joe Watkins2017-02-033-4/+23
|\
| * Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTMLsomedaysummer2017-02-032-4/+19
|/
* Merge branch 'pull-request/2359' into PHP-7.0Joe Watkins2017-02-031-1/+1
|\
| * increase wait time in timeout_variation_9.phpt by 1 secondRodrigo Prado2017-02-031-1/+1
|/
* Merge branch 'pull-request/2360' into PHP-7.0Joe Watkins2017-02-031-1/+1
|\
| * increase wait time in timeout_variation_10.phpt by 1 secondRodrigo Prado2017-02-031-1/+1
|/
* BUG #73998: Numeric properties are not accessible from get_object_varsMitch Hagstrand2017-02-024-2/+45
* Fix bug #74031Matěj Humpál2017-02-023-0/+16
* Fix bug #73807Nikita Popov2017-02-022-2/+12
* [ci skip] update NEWSAnatol Belski2017-02-021-0/+4
* Fixed #74022 PHP Fast CGI crashes when reading from a pfx file.Anatol Belski2017-02-023-37/+60
* update NEWSAnatol Belski2017-02-021-0/+3
* sync NEWS with the reverted stuffAnatol Belski2017-02-011-1/+0
* Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)"Anatol Belski2017-02-012-34/+29
* Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"Anatol Belski2017-02-012-36/+0
* typoDmitry Stogov2017-02-011-1/+1
* fixed macroDmitry Stogov2017-02-011-3/+4
* fix possible NULL dereferenceAnatol Belski2017-02-011-1/+1
* remove unused varAnatol Belski2017-02-011-1/+0
* use zend_string APIAnatol Belski2017-02-011-7/+7
* Fixed bug #74005 mail.add_x_header causes RFC-breaking lone line feedAnatol Belski2017-02-011-6/+6
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-02-010-0/+0
|\
| * fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* | fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* | add a primitive debug facility to sendmailAnatol Belski2017-01-311-0/+16
* | Revert "backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0"Anatol Belski2017-01-311-8/+1
* | bump versions for next in devAnatol Belski2017-01-313-5/+9
* | removed additional ";" from run-tests.phpRodrigo Prado2017-01-311-1/+1
* | update NEWSAnatol Belski2017-01-301-0/+4
* | Securely zero the hash context keySara Golemon2017-01-301-1/+1
* | Fixed bug #73983 crash on finish work with phar in cli + opcacheAnatol Belski2017-01-301-2/+14
* | Merge branch 'pull-request/2348' into PHP-7.0Joe Watkins2017-01-302-0/+36
|\ \
| * | fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)jhdxr2017-01-302-0/+36
|/ /
* | move id initialization into ctorAnatol Belski2017-01-301-5/+3
* | fix system id initialization for multiple threadsAnatol Belski2017-01-301-0/+7
* | Try fpm path for testing in sbin as it is default targetJakub Zelenka2017-01-291-4/+10
* | fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)jhdxr2017-01-283-29/+35
* | Fix 00version.phpt when commit message has multiple lines.Mitch Hagstrand2017-01-261-1/+1
* | Fixed #73973 - debug_zval_dump() assertion error for resource consts with --e...andrewnester2017-01-264-12/+14
* | [ci skip] news entry for PR #2337Joe Watkins2017-01-261-0/+4
* | Fix bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes)Arnout Boks2017-01-251-4/+28
* | Added (failing) testcase for bug #54382Arnout Boks2017-01-251-0/+27
* | Fix copying too much leading to potential segfaultBob Weinand2017-01-251-1/+1
* | Fix Bug #69865 php-fpm does not close stderr when using syslogMichael Wallner2017-01-232-0/+8
* | move decl to correct placeJoe Watkins2017-01-231-1/+2
* | Fixed #73969 - Fixed segmentation fault when debug_print_backtrace calledandrewnester2017-01-224-6/+44
* | Add regression test for bug #47946Christoph M. Becker2017-01-222-0/+51
* | Fix intermittent segfault in GD libraryMitch Hagstrand2017-01-221-2/+2