summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems)Dmitry Stogov2016-03-021-1/+1
* Introduce zend_symtable_exists_ind() for API consistencyDmitry Stogov2016-03-021-2/+2
* Merge branch 'PHP-7.0.4' into PHP-7.0Stanislav Malyshev2016-03-011-1/+1
|\
| * Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* | Use hash_exists_ind in symbol tableXinchen Hui2016-03-021-1/+1
* | Maybe we should introduce a symtable_exists_indXinchen Hui2016-03-011-2/+1
* | Fixed bug #71695 (Global variables are reserved before execution).Xinchen Hui2016-03-011-1/+2
* | Fixed bug #71660 (array_column behaves incorrectly after foreach by reference)Xinchen Hui2016-02-252-0/+22
* | Test that mt_rand() consistently produces the wrong resultsAndrea Faulds2016-02-181-0/+44
* | Revert "Fix #71152: mt_rand() returns the different values from original mt19...Leigh2016-02-182-54/+1
* | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | Fix #71152: mt_rand() returns the different values from original mt19937ar.ckusano2016-02-172-1/+54
|/
* Fixed bug #71603 (compact() maintains references in php7)Xinchen Hui2016-02-162-0/+16
* Fixed typo (I think it should be a typo)Xinchen Hui2016-02-151-1/+1
* Format string fixesNikita Popov2016-02-142-5/+6
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+1
|\
| * Fix bounds check in strip_tags()Nikita Popov2016-02-131-1/+1
* | Fix extract() overwriting its own argumentNikita Popov2016-02-131-4/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-02-022-3/+23
|\ \ | |/
| * Fix #70720Julien Pauli2016-02-022-4/+9
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-02-021-0/+11
| |\
| | * add error check to sysconf callAnatol Belski2016-02-021-0/+11
* | | reapply the sysconf error check patchAnatol Belski2016-02-021-0/+11
* | | fix dir separatorAnatol Belski2016-02-022-6/+6
* | | Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-0130-291/+461
|\ \ \
| * \ \ Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-0118-246/+287
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-012-34/+34
| | |\ \ | | | |/
| | | * fix testsStanislav Malyshev2016-02-012-34/+34
| | * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-0122-219/+376
| | |\ \ | | | |/
| | | * add missing headers for SIZE_MAXAnatol Belski2016-01-281-0/+9
| | | * backport the escapeshell* functions hardening branchAnatol Belski2016-01-283-5/+73
| | | * add testsAnatol Belski2016-01-284-0/+44
| | | * Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
| | | * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-1614-213/+244
| * | | Merge remote-tracking branch 'origin/PHP-7.0.3' into PHP-7.0.3Stanislav Malyshev2016-02-015-19/+82
| |\ \ \
| | * | | Revert "Fix #70720"Anatol Belski2016-01-292-16/+1
| | * | | improve fix for bug #71201php-7.0.3RC1Anatol Belski2016-01-201-3/+9
| * | | | Merge branch 'escapeshell_hardened_70' into PHP-7.0.3Anatol Belski2016-01-287-5/+105
| |\ \ \ \
| | * | | | extend _SC_ARG_MAX usage onto platforms where it's availableAnatol Belski2016-01-281-2/+2
| | * | | | Fixed bug #71039 exec functions ignore length but look for NULL terminationAnatol Belski2016-01-123-0/+28
| | * | | | Follow up on bug #71270Anatol Belski2016-01-125-5/+77
| * | | | | Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
| * | | | | Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unseri...Stanislav Malyshev2016-01-171-0/+14
| * | | | | Fixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)Stanislav Malyshev2016-01-173-27/+52
| |/ / / /
* | | | | use correct pointer in the mathAntony Dovgal2016-02-011-1/+1
* | | | | Use safe alloc functions when calculations are made on sizes.Stanislav Malyshev2016-01-261-14/+26
* | | | | Fixed bug #71439 (OpenSSL-dependent test fails to skip when openssl not enabled)Xinchen Hui2016-01-262-5/+7
* | | | | Fixed bug #71442 (forward_static_call crash)Xinchen Hui2016-01-252-2/+39
* | | | | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-01-201-4/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message)Remi Collet2016-01-201-4/+4