summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-303-3/+5
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-304-1/+25
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-303-1/+45
* add testAnatol Belski2015-09-301-0/+24
* expose openssl config path so it can be testedAnatol Belski2015-09-301-0/+1
* Added support of LDAP_OPT_TIMEOUT, fixes #69574Côme Bernigaud2015-09-092-0/+40
* Merge branch 'PHP-5.5' into PHP-5.6Côme Bernigaud2015-09-092-2/+217
|\
| * Fix bug in LDAP extensions' saving TIMELIMIT and DEREFTyson Andre2015-09-082-2/+217
| * Merge branch 'PHP-5.4' into PHP-5.5Julien Pauli2015-09-021-0/+2
| |\
| | * Merge branch 'PHP-5.6'PHP-5.4Matteo Beccati2015-09-021-0/+2
* | | Skip test for old glibc iconvChristoph M. Becker2015-09-091-0/+2
* | | Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a serverSergei Turchanov2015-09-091-0/+23
* | | Fix buildRemi Collet2015-09-071-2/+2
* | | Fix bug #60632: openssl_seal fails with AESJakub Zelenka2015-09-062-0/+29
* | | Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-052-1/+21
* | | Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-052-4/+20
* | | Fix #70322: ZipArchive::close() doesn't indicate errorsChristoph M. Becker2015-09-053-3/+39
* | | Fix #70361: HTTP stream wrapper doesn't close keep-alive connectionsNiklas Keller2015-09-048-30/+65
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-3/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-013-3/+3
| |\ \
| * \ \ Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-013-1/+72
| |\ \ \
| * \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-012-5/+23
| |\ \ \ \
| * \ \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-0116-267/+587
| |\ \ \ \ \ \
| * | | | | | | More fixes for bug #70219Stanislav Malyshev2015-08-282-2/+51
| * | | | | | | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-08-257-564/+298
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-3/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-013-3/+3
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | fix unit testsStanislav Malyshev2015-09-013-3/+3
* | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-0124-827/+970
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-0124-834/+977
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
| | * | | | | Improve fix for #70172Stanislav Malyshev2015-09-013-1/+72
| | | |_|_|/ | | |/| | |
| | * | | | Fix bug #70312 - HAVAL gives wrong hashes in specific casesStanislav Malyshev2015-09-012-5/+23
| | | |_|/ | | |/| |
| | * | | fix testStanislav Malyshev2015-09-011-1/+1
| | | |/ | | |/|
| | * | add testStanislav Malyshev2015-09-011-0/+50
| | * | Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoubly...Stanislav Malyshev2015-09-013-1/+56
| | * | Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-09-012-0/+52
| | * | Fix bug #70172 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-08-314-42/+121
| | * | Fix bug #70388 - SOAP serialize_function_call() type confusionStanislav Malyshev2015-08-312-44/+69
| | * | Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when c...Stanislav Malyshev2015-08-302-39/+72
| | * | Improve fix for #70385Stanislav Malyshev2015-08-291-2/+2
| | * | Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)Stanislav Malyshev2015-08-282-76/+100
| | * | Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte val...Stanislav Malyshev2015-08-281-104/+104
| | |/
| | * Fix bug #70219 (Use after free vulnerability in session deserializer)Stanislav Malyshev2015-08-236-498/+228
| | * Fix for bug #69782Stanislav Malyshev2015-08-161-69/+73
* | | Merge branch '70284' into PHP-5.6Stanislav Malyshev2015-09-012-5/+55
|\ \ \
| * | | Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)Stanislav Malyshev2015-08-232-5/+55
* | | | Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2015-08-301-0/+2
|\ \ \ \
| * | | | Added missing skipif for phar+zlib testMatteo Beccati2015-08-291-0/+2
* | | | | Fixed bug #70389 (PDO constructor changes unrelated variables)Xinchen Hui2015-08-303-4/+53
|/ / / /