summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())Stanislav Malyshev2015-01-213-2/+27
| | | | | Conflicts: ext/standard/var_unserializer.c
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-01-053-6/+6
|\ | | | | | | | | * PHP-5.5: fix ACLs tests, make it create dir where it has to, not file
| * fix ACLs tests, make it create dir where it has to, not fileAnatol Belski2015-01-053-6/+6
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-12-163-32/+62
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.5: update news add CVE add missing test file Fix bug #68594 - Use after free vulnerability in unserialize() Conflicts: ext/standard/var_unserializer.c
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-12-163-32/+62
| |\ | | | | | | | | | | | | | | | | | | * PHP-5.4: add CVE add missing test file Fix bug #68594 - Use after free vulnerability in unserialize()
| | * Fix bug #68594 - Use after free vulnerability in unserialize()Stanislav Malyshev2014-12-163-32/+62
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Andrea Faulds2014-12-131-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix undefined behaviour in strnatcmp update NEWS move the test to the right place Fixed bug #68545 NULL pointer dereference in unserialize.c
| * | Merge branch 'PHP-5.4' into PHP-5.5Andrea Faulds2014-12-131-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix undefined behaviour in strnatcmp update NEWS move the test to the right place Fixed bug #68545 NULL pointer dereference in unserialize.c Conflicts: NEWS
| | * Fix undefined behaviour in strnatcmpAndrea Faulds2014-12-131-2/+2
| | |
| | * move the test to the right placeAnatol Belski2014-12-111-0/+11
| | |
| | * Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-112-33/+45
| | |
| | * update newsStanislav Malyshev2014-11-301-5/+5
| | |
| | * Bug fixes in light of failing bcrypt testsLeigh2014-11-302-1/+3
| | | | | | | | | | | | | | | Conflicts: ext/standard/crypt.c
| | * Add tests from 1.3. Add missing tests.Leigh2014-11-301-2/+31
| | | | | | | | | | | | 3 of the missing tests fail. // TODO
| | * Upgrade crypt_blowfish to version 1.3Leigh2014-11-301-19/+24
| | |
| | * Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-133-3/+15
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-122-0/+27
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Updated NEWS Fix bug #68532: convert.base64-encode omits padding bytes
| * | Fix bug #68532: convert.base64-encode omits padding bytesmcq82014-12-122-0/+27
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-101-0/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: move the test to the right place
| * | move the test to the right placeAnatol Belski2014-12-101-0/+11
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-102-33/+45
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #68545 NULL pointer dereference in unserialize.c Conflicts: ext/standard/var_unserializer.c
| * | Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-102-33/+45
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-061-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fixed test
| * | fixed testAnatol Belski2014-12-061-1/+1
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-061-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: C89 compat add include for missing localeconv_r proto
| * | add include for missing localeconv_r protoAnatol Belski2014-12-061-0/+1
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-062-0/+76
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed bug #65230 setting locale randomly broken
| * | Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-062-0/+76
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-052-0/+90
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed bug #65769 localeconv() broken in TS builds
| * | Fixed bug #65769 localeconv() broken in TS buildsAnatol Belski2014-12-052-0/+90
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-051-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fix dir separators in test
| * | fix dir separators in testAnatol Belski2014-12-051-2/+2
| | |
| * | Added more useful warning messagesTjerk Meesters2014-11-301-6/+17
| | |
| * | Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-302-3/+3
| | |
| * | Fix #53092 - dns_get_record does not return false on dns server failureTjerk Meesters2014-11-301-1/+7
| | |
* | | Fix Bug #68536 Pack for 64bits integer is broken on bigendian.Remi Collet2014-12-021-12/+12
| | | | | | | | | | | | Covered by ext/standard/tests/strings/pack64.phpt
* | | Added more useful warning messagesTjerk Meesters2014-11-301-6/+17
| | |
* | | Changed based on comments and make its behaviour equal to the Windows versionTjerk Meesters2014-11-302-3/+3
| | |
* | | Fix #53092 - dns_get_record does not return false on dns server failureTjerk Meesters2014-11-301-1/+7
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-303-24/+60
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update news update news update NEWS Apply error-code-salt fix to Windows too Bug fixes in light of failing bcrypt tests Add tests from 1.3. Add missing tests. Upgrade crypt_blowfish to version 1.3 Apply error-code-salt fix to Windows too Bug fixes in light of failing bcrypt tests Add tests from 1.3. Add missing tests. Upgrade crypt_blowfish to version 1.3
| * | Merge branch 'pull-request/868' into PHP-5.5Stanislav Malyshev2014-11-303-24/+60
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/868: Apply error-code-salt fix to Windows too Bug fixes in light of failing bcrypt tests Add tests from 1.3. Add missing tests. Upgrade crypt_blowfish to version 1.3
| | * | Apply error-code-salt fix to Windows tooLeigh2014-10-071-1/+1
| | | |
| | * | Bug fixes in light of failing bcrypt testsLeigh2014-10-072-2/+4
| | | |
| | * | Add tests from 1.3. Add missing tests.Leigh2014-10-071-2/+31
| | | | | | | | | | | | | | | | 3 of the missing tests fail. // TODO
| | * | Upgrade crypt_blowfish to version 1.3Leigh2014-10-071-19/+24
| | | |
* | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-301-0/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-5.5: Added test and review suggestion Fix bug #68335: rmdir doesnt work with file:// stream wrapper
| * | | Added test and review suggestionmcq82014-11-301-0/+13
| | | |
* | | | test to function addcslashesmarcosptf2014-11-232-0/+23
| | | | | | | | | | | | | | | | test to function bin2hex
* | | | Fix incorrect argument reflection info for array_multisort()Alexander Lisachenko2014-11-231-6/+3
| | | |
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-236-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c