summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-134-2/+135
* | | Fixed #65431 (Discarded qualifiers from pointer target warnings when using --...Xinchen Hui2013-08-145-16/+16
* | | removed unused varsAnatol Belski2013-08-121-2/+1
* | | fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
* | | ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
* | | Fix #61345: fix install of CGI binaryMichael Heimpold2013-08-102-2/+4
* | | php.ini-development/production: remove php_zip.dllJan Ehrhardt2013-08-102-2/+0
* | | Update NEWSYasuo Ohgaki2013-08-111-0/+3
* | | Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
* | | Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w...Yasuo Ohgaki2013-08-101-1/+1
* | | fix bug #65391Michael Wallner2013-08-093-3/+35
* | | Update NEWSYasuo Ohgaki2013-08-091-0/+2
* | | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-08-0891-450/+819
|\ \ \
| * | | Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-08-072-2/+2
| * | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-062-0/+5
| |\ \ \
| | * | | Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fa...Xinchen Hui2013-08-062-0/+5
| |/ / /
| * | | NEWS for recent DTrace merges.Christopher Jones2013-08-052-1/+5
| * | | Fixed bug #62691 (solaris sed has no -i switch)Christopher Jones2013-08-052-2/+2
| * | | Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2013-08-051-0/+3
| * | | Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2013-08-051-2/+2
| * | | Add an empty make command for DTrace .d files to stop an implicitChristopher Jones2013-08-051-0/+4
| * | | Merge branch 'PHP-5.4'Kalle Sommer Nielsen2013-08-051-2/+6
| * | | Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-0515-62/+184
| * | | First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-046-57/+107
| * | | non living code related typo fixesVeres Lajos2013-08-0448-50/+50
| * | | fix typoStanislav Malyshev2013-08-041-1/+1
| * | | We shouldn't load any local ini files for these testsRasmus Lerdorf2013-08-022-2/+2
| * | | pcre_quote? No such thing. How did this ever pass?Rasmus Lerdorf2013-08-021-1/+1
| * | | This test needs local infile enabledRasmus Lerdorf2013-08-021-0/+1
| * | | This test will only work if gc is enabledRasmus Lerdorf2013-08-021-0/+2
| * | | Make sure test.php isn't coming in from the include_pathRasmus Lerdorf2013-08-021-10/+10
| * | | Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference...Xinchen Hui2013-08-024-15/+67
| * | | Add user contributed test. Bug #61748Yasuo Ohgaki2013-08-021-0/+17
| * | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-319-245/+350
| |\ \ \
| | * | | Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)Dmitry Stogov2013-07-311-5/+49
| | * | | Fixed bug #65018 (SoapHeader problems with SoapServer)Dmitry Stogov2013-07-313-38/+86
| | * | | MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-315-202/+215
| |/ / /
* | | | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-08-080-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2013-07-222-6/+19
| |\ \
* | | | Fixed bug #65336Yasuo Ohgaki2013-07-272-1/+6
* | | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-250-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-253-1/+352
| |\ \ \ \
* | \ \ \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-257-6/+540
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Upper section nameXinchen Hui2013-07-251-1/+1
| * | | | | Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-253-1/+352
| |/ / / /
| * | | | Merge branch 'bug65028' into PHP-5.4Stanislav Malyshev2013-07-233-0/+183
| |\ \ \ \
| | * | | | fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some sp...Stanislav Malyshev2013-07-223-0/+183
| * | | | | Fix compiler warning on redefined constantJohannes Schlüter2013-07-231-3/+3
| * | | | | fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phptAnatol Belski2013-07-231-2/+2
* | | | | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-22133-393/+639
|\ \ \ \ \ \ | |/ / / / /