summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-018-4/+29
* Added missing set of fcc->initialized flag.Dmitry Stogov2015-09-011-0/+2
* Fix valgrind warning upon displaying lines from eval()ed code in phpdbgBob Weinand2015-08-311-0/+1
* Ensure proper data alignmentDmitry Stogov2015-08-317-6/+38
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-3118-0/+35
* Respect exit status for -rr option with phpdbgBob Weinand2015-08-301-1/+4
* Merge branch 'patch-8' of https://github.com/ovr/php-srcXinchen Hui2015-08-301-4/+0
|\
| * TravisCI - remove unneded codeDmitry Patsura2015-08-251-4/+0
* | Merge branch 'master' of https://github.com/softwarespot/php-srcXinchen Hui2015-08-302-7/+7
|\ \
| * | Removed trailing whitespacesoftwarespot2015-08-262-7/+7
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-08-300-0/+0
|\ \ \
| * \ \ Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-08-301-0/+2
| |\ \ \
* | \ \ \ Merge branch 'PHP-5.6'Xinchen Hui2015-08-305-31/+69
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #70389 (PDO constructor changes unrelated variables)Xinchen Hui2015-08-304-4/+56
* | | | | fix possible overflowAnatol Belski2015-08-291-1/+1
* | | | | use non deprecated symbolsAnatol Belski2015-08-291-2/+2
* | | | | Merge branch 'PHP-5.6'Matteo Beccati2015-08-291-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Added missing skipif for phar+zlib testMatteo Beccati2015-08-291-0/+2
| |/ / /
* | | | Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUEDMatteo Beccati2015-08-292-2/+8
* | | | Fix bug #62441Nikita Popov2015-08-282-5/+21
* | | | Fix HT_ASSERT ht->nInternalPointer checksNikita Popov2015-08-281-4/+4
* | | | HANDLE_BLOCK_INTERRUPTIONS() is not used by SAPIs anymore. It may be useful o...Dmitry Stogov2015-08-281-2/+5
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-08-280-0/+0
|\ \ \ \ | |/ / /
| * | | fix dir separator in testAnatol Belski2015-08-281-1/+1
| * | | fix path separator in testAnatol Belski2015-08-281-1/+1
| * | | fix testAnatol Belski2015-08-281-1/+1
* | | | Removed signal protection (set to NULL before free() to avoid dangling pointers)Dmitry Stogov2015-08-281-8/+4
* | | | Simplified integer overflow checksDmitry Stogov2015-08-281-3/+12
* | | | Removed useless signal protectionDmitry Stogov2015-08-281-17/+1
* | | | Merge branch 'PHP-5.6'Adam Harvey2015-08-272-2/+4
|\ \ \ \ | |/ / /
| * | | Fix NEWS indentation.Adam Harvey2015-08-271-2/+2
| * | | Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4.Adam Harvey2015-08-272-2/+6
* | | | Remove merged bug #55259 info from PHP 7 NEWSJakub Zelenka2015-08-271-4/+0
* | | | Merge branch 'PHP-5.6'Jakub Zelenka2015-08-271-0/+4
|\ \ \ \ | |/ / /
| * | | Update NEWS with info about bug #55259Jakub Zelenka2015-08-271-0/+4
* | | | Prevent double load on fast path (manual common subexpression elimination)Dmitry Stogov2015-08-272-314/+204
* | | | Merge branch 'PHP-5.6'Jakub Zelenka2015-08-272-8/+34
|\ \ \ \ | |/ / /
| * | | Fix bug #55259 (openssl extension does not get the DH parameters from DH key ...Jakub Zelenka2015-08-252-7/+33
* | | | remove redundant ;Xinchen Hui2015-08-271-1/+1
* | | | Enable format checking for strpprintfXinchen Hui2015-08-271-2/+2
* | | | Fixed printingXinchen Hui2015-08-274-8/+8
* | | | make overflow checks as unexpectedAnatol Belski2015-08-261-6/+6
* | | | Use new range checks in openssl extJakub Zelenka2015-08-261-25/+34
| |/ / |/| |
* | | Mark parse error functions as coldDmitry Stogov2015-08-265-8/+8
* | | Removed unused functionsDmitry Stogov2015-08-262-15/+0
* | | fix year in the headerAnatol Belski2015-08-263-3/+3
* | | add range check to ext/soapAnatol Belski2015-08-261-0/+5
* | | add some range checks to pcreAnatol Belski2015-08-261-0/+15
* | | more range checks in ext/tidyAnatol Belski2015-08-261-3/+13
* | | add range checks to ext/tidyAnatol Belski2015-08-261-6/+31