summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add missing variable from birdstep_commit() which got removed in e8fcd52efLior Kaplan2015-09-031-1/+1
* Seems master is not affectedXinchen Hui2015-09-021-3/+1
* Fixed testXinchen Hui2015-09-021-2/+2
* Partially fix bug #67167 - Wrong return value...Levi Morrison2015-09-023-1/+42
* Skip if ext/filter isn't loadedLevi Morrison2015-09-021-0/+2
* Merge branch 'PHP-5.6'Julien Pauli2015-09-021-0/+46
|\
| * 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
| | |\ \ \ \ \ \
* | | | | | | | | fix dir separators in testAnatol Belski2015-09-021-39/+39
* | | | | | | | | use correct apiAnatol Belski2015-09-021-1/+1
* | | | | | | | | fix leakAnatol Belski2015-09-021-0/+1
* | | | | | | | | Prevent HashTable compaction below HT_MIN_SIZE (this may lead to hash collisi...Dmitry Stogov2015-09-022-14/+18
* | | | | | | | | Temporary add XFAILs, will fix soonStanislav Malyshev2015-09-022-0/+4
* | | | | | | | | fix memory leakStanislav Malyshev2015-09-021-1/+1
* | | | | | | | | Merge remote-tracking branch 'origin/master'Stanislav Malyshev2015-09-0210-72/+183
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add test for ReflectionMethod::getPrototype_basic()marcosptf2015-09-021-0/+29
| * | | | | | | | | Added two tests to check the main functionallity of recode extensionDaniel Persson2015-09-023-0/+71
| * | | | | | | | | Fix #32490: constructor of mysqli has wrong nameChristoph M. Becker2015-09-016-72/+83
* | | | | | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-0227-334/+726
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | 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
| |\ \ \ \
* | | | | | Fixed possible caching with invalid key valueDmitry Stogov2015-09-011-0/+3
* | | | | | Fixed one more problem related to bug #70187 (Notice: unserialize(): Unexpect...Dmitry Stogov2015-09-011-15/+42
* | | | | | Ensure proper data alignmentDmitry Stogov2015-08-314-3/+34