summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'PHP-5.6'Tjerk Meesters2014-12-041-0/+13
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed #65213 - cannot cast SplFileInfo to boolean Conflicts: ext/spl/spl_directory.c
| | * | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-12-042-0/+16
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed #65213 - cannot cast SplFileInfo to boolean
| | | * | | | | | Fixed #65213 - cannot cast SplFileInfo to booleanTjerk Meesters2014-12-042-0/+16
| | | | | | | | |
| | * | | | | | | Fixed __debugInfo() supportDmitry Stogov2014-12-031-0/+5
| | | | | | | | |
| * | | | | | | | Use zend_string* for op_array->arg_info[]->name and ↵Dmitry Stogov2014-12-034-27/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | op_array->arg_info[]->class_name. For internal functions we still use char*.
| * | | | | | | | Merge branch 'PHP-5.6'Remi Collet2014-12-021-12/+12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: NEWS Fix Bug #68536 Pack for 64bits integer is broken on bigendian.
| | * | | | | | | 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
| * | | | | | | | fix string is optional, set default length, thanks laruenceRemi Collet2014-12-021-1/+1
| | | | | | | | |
| * | | | | | | | Fix type of string length in zpp callRemi Collet2014-12-021-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 23 failed tests (detected on bigendian)
| * | | | | | | | Merge branch 'PHP-5.6'Anatol Belski2014-12-011-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: one more refix to the test
| | * | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-011-3/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: one more refix to the test
| | | * | | | | | one more refix to the testAnatol Belski2014-12-011-3/+3
| | | | | | | | |
| * | | | | | | | cleanup uneeded castRemi Collet2014-12-011-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'PHP-5.6'Anatol Belski2014-12-011-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix dir separator in test
| | * | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-011-3/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix dir separator in test
| | | * | | | | | fix dir separator in testAnatol Belski2014-12-011-3/+3
| | | | | | | | |
| | | * | | | | | 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
| | | | | | | | |
| | * | | | | | | 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-302-2/+35
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS Add a test for bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set) Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set)
| | | * | | | | | Add a test for bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-11-301-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RETURNTRANSFER isn't set)
| | | * | | | | | Fixed bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-11-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CURLOPT_RETURNTRANSFER isn't set)
| | * | | | | | | fix ZTSStanislav Malyshev2014-11-301-2/+2
| | | | | | | | |
| * | | | | | | | Fix type of string lengths.Remi Collet2014-12-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those values are used in various call (including zpp) where a size_t is expected. This fix 82 failed test on ppc64 (bigendian is perfect to detect stack issue)
| * | | | | | | | 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 'pull-request/728'Stanislav Malyshev2014-11-302-2/+35
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/728: Add a test for bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set) Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set) Conflicts: ext/curl/multi.c
| | * | | | | | | | Add a test for bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-11-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RETURNTRANSFER isn't set)
| | * | | | | | | | Fixed bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-07-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CURLOPT_RETURNTRANSFER isn't set)
| * | | | | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-303-25/+61
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: 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 Conflicts: ext/standard/crypt.c
| | * | | | | | | | 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
| | | | | | | | | | |
| | * | | | | | | | | Conflicts:m.bennewitz2014-11-303-1/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext/date/php_date.c
| * | | | | | | | | | Merge branch 'pull-request/878'Stanislav Malyshev2014-11-303-0/+106
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/878: #68268: DatePeriod: Getter for start date, end date and interval
| | * | | | | | | | | | #68268: DatePeriod: Getter for start date, end date and intervalm.bennewitz2014-10-203-0/+106
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'pull-request/877'Stanislav Malyshev2014-11-303-0/+262
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/877: gmp_random_seed()
| | * | | | | | | | | | | gmp_random_seed()Leigh2014-10-193-0/+262
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-302-30/+28
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Adds test cases for openssl EC improvements Adds better handling of EC keys: OPENSSL_KEYTYPE_EC Fixes memory leak introduced in 2b9af967 Conflicts: ext/openssl/openssl.c
| | * | | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-301-0/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixes memory leak introduced in 2b9af967
| | | * | | | | | | | | Merge branch 'pull-request/914' into PHP-5.5Stanislav Malyshev2014-11-301-0/+1
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/914: Fixes memory leak introduced in 2b9af967
| | | | * | | | | | | | | Fixes memory leak introduced in 2b9af967Florian MARGAINE2014-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugs.php.net/bug.php?id=68285
| | * | | | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-305-5/+157
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Adds test cases for openssl EC improvements Adds better handling of EC keys: OPENSSL_KEYTYPE_EC