summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix skipif test hereRasmus Lerdorf2014-11-101-65/+66
| * | | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Rasmus Lerdorf2014-11-106-30/+23
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Xinchen Hui2014-11-1012-34/+149
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixed NEWS for 5.5Julien Pauli2014-11-071-10/+11
| | | * | | | | | | Fix opcache.revalidate_freq per-request behaviorDmitry Stogov2014-11-072-15/+3
| | | * | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-11-071-1/+1
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in z...Dmitry Stogov2014-11-071-1/+1
| | * | | | | | | | Fixed bug #68370 ("unset($this)" can make the program crash)Xinchen Hui2014-11-103-7/+19
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Rasmus Lerdorf2014-11-063-0/+18
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-063-0/+18
| * | | | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Rasmus Lerdorf2014-11-0520-549/+787
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | fix dir separator in testAnatol Belski2014-11-051-1/+1
| | * | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-11-030-0/+0
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | update NEWSStanislav Malyshev2014-11-031-0/+4
| | | * | | | | | Fix bug #63595 GMP memory management conflicts with other libraries using GMPRemi Collet2014-11-031-26/+0
| | * | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-11-031-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Initialize the offset table - PCRE may sometimes miss offsetsStanislav Malyshev2014-11-031-1/+1
| | | * | | | | | set default response code to 200George Wang2014-11-031-2/+2
| | | * | | | | | fix NEWS & versionStanislav Malyshev2014-10-223-5/+5
| | | * | | | | | NEWSRemi Collet2014-10-221-0/+6
| | | * | | | | | Fix bug #68283: fileinfo: out-of-bounds read in elf note headersRemi Collet2014-10-221-0/+7
| | | * | | | | | Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-134-3/+24
| | | * | | | | | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-133-0/+27
| | | * | | | | | Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-134-4/+19
| | | * | | | | | Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-133-6/+56
* | | | | | | | | made lsapi_main.c compatible with PHP7/phpng .George Wang2014-11-201-26/+92
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5George Wang2014-11-0352-1035/+1422
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-013-1/+68
| * | | | | | | | fix ZTS buildAnatol Belski2014-10-311-1/+1
| * | | | | | | | Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
| * | | | | | | | Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-313-10/+56
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | don't try to send in the test results until we restored qa.php.netFerenc Kovacs2014-10-301-1/+1
| * | | | | | | Don't treat warnings as failures in the junit outputMatteo Beccati2014-10-291-1/+4
| * | | | | | | Fixed test to work with recent libcurl versionsMatteo Beccati2014-10-291-71/+63
| * | | | | | | PHP 5.5.20 nowJulien Pauli2014-10-283-4/+7
| * | | | | | | Ensure we have enough input data before parsing dateRemi Collet2014-10-281-1/+5
| * | | | | | | Fix bug #68095 - invalid read in php_getopt()Stanislav Malyshev2014-10-272-0/+10
| * | | | | | | NEWSRemi Collet2014-10-271-0/+4
| * | | | | | | Fix bug #63595 GMP memory management conflicts with other libraries using GMPRemi Collet2014-10-271-26/+0
| * | | | | | | - Updated to version 2014.9 (2014i)Derick Rethans2014-10-261-379/+394
| * | | | | | | updated libmagic.patch in 5.5Anatol Belski2014-10-251-48/+156
| * | | | | | | NEWSRemi Collet2014-10-251-0/+2
| * | | | | | | Fix bug #68283: fileinfo: out-of-bounds read in elf note headersRemi Collet2014-10-251-0/+7
| |/ / / / / /
| * | | | | | initialize lineno before calling compile file file in pharAnatol Belski2014-10-201-0/+1
| * | | | | | News entry for new curl constantsRasmus Lerdorf2014-10-161-1/+5
| * | | | | | TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247Rasmus Lerdorf2014-10-161-0/+6
| * | | | | | cleanup NEWSRemi Collet2014-10-151-5/+8
| * | | | | | NEWSRemi Collet2014-10-151-0/+3
| * | | | | | Fixed Bug #65171 imagescale() failsRemi Collet2014-10-151-2/+14
| * | | | | | Revert "Bug #41631: Observe socket read timeouts in SSL streams"Julien Pauli2014-10-151-46/+0