summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix test to not to cause false positivesphp-5.6.20PHP-5.6.20Anatol Belski2016-03-311-2/+5
|
* Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-304-7/+24
| | | | | The actual fix is applying the upstream patch from https://github.com/file/file/commit/6713ca45e7757297381f4b4cdb9cf5e624a9ad36
* PHP 5.6.20Ferenc Kovacs2016-03-303-4/+22
|
* Merge branch 'PHP-5.5' into PHP-5.6.20Stanislav Malyshev2016-03-281-1/+1
|\ | | | | | | | | * PHP-5.5: Fixed bug #71704 php_snmp_error() Format String Vulnerability
| * Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-281-1/+1
| | | | | | | | | | Conflicts: ext/snmp/snmp.c
* | Merge branch 'PHP-5.5' into PHP-5.6.20Stanislav Malyshev2016-03-2811-60/+64
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut Fix bug #71798 - Integer Overflow in php_raw_url_encode Fix bug #71860: Require valid paths for phar filenames Going for 5.5.34 Conflicts: configure.in ext/phar/tests/create_path_error.phpt main/php_version.h
| * Merge branch 'PHP-5.5.34' into PHP-5.5Stanislav Malyshev2016-03-280-0/+0
| |\ | | | | | | | | | | | | * PHP-5.5.34: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut
| | * Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-17/+17
| | |
| * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-282-20/+20
| |/
| * Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-272-4/+4
| |
| * Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-209-37/+41
| |
| * Going for 5.5.34Julien Pauli2016-03-023-4/+8
| |
* | 5.6.20RC1php-5.6.20RC1Ferenc Kovacs2016-03-173-5/+5
| |
* | fix #ifdef usageRemi Collet2016-03-161-1/+1
| |
* | Updated to version 2016.2 (2016b)Derick Rethans2016-03-151-1449/+1594
| |
* | update libs versionsAnatol Belski2016-03-151-3/+3
| |
* | fix testAnatol Belski2016-03-141-1/+2
| | | | | | | | | | Many warnings won't appear with libxml2 >= 2.9.3 because in many cases libxml2 2.9.3 will just abort processing.
* | update NEWSAnatol Belski2016-03-111-0/+3
| |
* | Fix DatePeriod::getEndDate() segfaultThomas Punt2016-03-112-0/+15
| |
* | fix error condition, part of bug #71753Anatol Belski2016-03-101-1/+1
| |
* | tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+3
| | | | | | | | cherry-picked from 7d5f71b0b125c89211e5a2a6d925deba938abd41
* | Fixed typo (partially fix for #71753)Xinchen Hui2016-03-101-1/+1
| |
* | fix directory separatorAnatol Belski2016-03-091-2/+2
| |
* | fix regression introduced in 5683b6fa39Anatol Belski2016-03-082-1/+3
| | | | | | | | | | Test extended. Basically, both iterator type and next node have to be checked.
* | Fixed bug #69953Christoph M. Becker2016-03-035-5/+26
| | | | | | | | Added support for MKCALENDAR request method in CLI web server.
* | Additional improvements to crypt() detection codeAnton Blanchard2016-03-031-50/+53
| | | | | | | | | | Reformat to normalize tabs vs spaces, return 1 if crypt.h not defined, fix C99 compliance.
* | ext/standard/config.m4: fix crypt() test segfaults in >=glibc-2.17.Michael Orlitzky2016-03-031-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Starting with glibc-2.17, the crypt() function will report an EINVAL and return NULL when the format of the "salt" parameter is invalid. The current tests for crypt() pass its result to strcmp(), causing segfaults when the value returned from crypt() is NULL. This commit modifies the test programs to exit with failure when crypt() returns NULL. Reference: https://bugs.gentoo.org/show_bug.cgi?id=518964
* | Disable upload_2G test on travisNikita Popov2016-03-031-0/+4
| |
* | show correct MINFO with libpq >= 9.5.xAnatol Belski2016-03-021-1/+1
| |
* | Merge branch 'PHP-5.6.19' into PHP-5.6Stanislav Malyshev2016-03-011-0/+0
|\ \ | | | | | | | | | | | | | | | | | | * PHP-5.6.19: fix test file Fix version Update NEWS
| * \ Merge branch 'PHP-5.5' into PHP-5.6.19Stanislav Malyshev2016-03-011-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.5: fix test file Fix version Update NEWS
| | * fix test fileStanislav Malyshev2016-03-011-0/+0
| | |
| | * Fix versionStanislav Malyshev2016-03-011-3/+3
| | |
| | * Update NEWSStanislav Malyshev2016-03-012-4/+11
| | |
* | | Merge branch 'PHP-5.6.19' into PHP-5.6Stanislav Malyshev2016-03-019-13/+91
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.6.19: update NEWS Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() fix ts buld prep for 5.6.19RC1 Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize
| * | update NEWSStanislav Malyshev2016-03-011-1/+7
| | |
| * | Merge branch 'PHP-5.5.33' into PHP-5.6.19Stanislav Malyshev2016-03-016-7/+79
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.5.33: Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile() Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize
| | * Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()Stanislav Malyshev2016-02-214-3/+21
| | |
| | * Fixed bug #71587 - Use-After-Free / Double-Free in WDDX DeserializeStanislav Malyshev2016-02-142-4/+58
| | |
| * | fix ts buldphp-5.6.19RC1Anatol Belski2016-02-181-1/+1
| | |
| * | prep for 5.6.19RC1Ferenc Kovacs2016-02-183-9/+7
| | |
* | | Merge branch 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src into ↵Xinchen Hui2016-03-021-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP-5.6 * 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src: limit size of result set so unit test runs reliably
| * | | limit size of result set so unit test runs reliablyAdam Baratz2016-03-011-2/+2
| | | |
* | | | Fix intermittent failure of bug_68819_002.phptNikita Popov2016-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test used rand(32, 127) to select the character, however chr(127) results in "data" instead of the expected result, so this test would fail in something like 1% of the runs. Replace rand() with fixed character "a".
* | | | Fix bug #71694mpyw2016-03-012-0/+6
|/ / / | | | | | | | | | Exports contants CURLM_ADDED_ALREADY.
* | | Fixed bugs #71317 and #71504Jos Elstgeest2016-02-295-1/+73
| | | | | | | | | | | | If there are duplicate filenames in tar, the last one wins.
* | | add test for bug #68957Anatol Belski2016-02-291-0/+29
| | |
* | | update NEWSAnatol Belski2016-02-291-0/+4
| | |
* | | Fixed #54648 PDO::MSSQL forces format of datetime fieldsAnatol Belski2016-02-292-0/+45
| | | | | | | | | | | | adopted patch by steven dot lambeth at gmx dot de
* | | remove unneeded free partsAnatol Belski2016-02-291-22/+0
| | | | | | | | | | | | See bug #71667, free_statement already does the job