Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Xinchen Hui | 2015-01-15 | 615 | -617/+617 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug #68771 SQL syntax error in sqlite lib | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
| * | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 |
* | | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-01-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix bug #68260 | Julien Pauli | 2015-01-09 | 1 | -1/+1 |
* | | Fixed bug (try block removed while combined with xdebug) | Xinchen Hui | 2015-01-09 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2015-01-08 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Calling crypt() with a salt of *0 should always return *1. | Adam Harvey | 2015-01-08 | 1 | -0/+16 |
* | | fix test | Anatol Belski | 2015-01-08 | 1 | -0/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-05 | 3 | -6/+6 |
|\ \ | |/ | |||||
| * | fix ACLs tests, make it create dir where it has to, not file | Anatol Belski | 2015-01-05 | 3 | -6/+6 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 1 | -10/+2 |
|\ \ | |/ | |||||
| * | Update test after fixing bug #68371 | Matteo Beccati | 2015-01-05 | 1 | -10/+2 |
* | | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES | Matteo Beccati | 2015-01-05 | 2 | -1/+9 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 4 | -0/+219 |
|\ \ | |/ | |||||
| * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a... | Matteo Beccati | 2015-01-05 | 4 | -0/+209 |
| |\ | |||||
| | * | Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a... | Matteo Beccati | 2014-11-10 | 4 | -0/+209 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-01-04 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | fix memory leak | Stanislav Malyshev | 2015-01-04 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-01-04 | 12 | -1/+79 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'pull-request/742' into PHP-5.5 | Stanislav Malyshev | 2015-01-04 | 4 | -0/+65 |
| |\ \ | |||||
| * | | | fix GD tests with no GD loaded | Stanislav Malyshev | 2015-01-04 | 8 | -1/+14 |
| * | | | updated libmagic.patch in 5.5 | Anatol Belski | 2015-01-04 | 1 | -328/+44 |
* | | | | updated libmagic.patch in 5.6 | Anatol Belski | 2015-01-04 | 1 | -292/+36 |
* | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-04 | 3 | -2/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2015-01-04 | 3 | -2/+21 |
| |\ \ \ | |||||
| | * | | | Fixed bug #68735 fileinfo out-of-bounds memory access | Anatol Belski | 2015-01-04 | 3 | -2/+21 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-04 | 5 | -1645/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2015-01-04 | 5 | -1544/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | removed dead code | Remi Collet | 2015-01-04 | 5 | -1544/+2 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-01-02 | 2 | -4/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixes #67960 - Long/short day names reversed in jddayofweek() | Greg Roach | 2015-01-02 | 2 | -4/+4 |
| * | | | | updated libmagic.patch | Anatol Belski | 2014-12-30 | 1 | -22/+25 |
* | | | | | updated libmagic.patch | Anatol Belski | 2014-12-30 | 1 | -43/+54 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-12-30 | 1 | -4/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug #68671 incorrect expression in libmagic | Anatol Belski | 2014-12-30 | 1 | -4/+7 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-12-30 | 1 | -3/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Check the return value of lo_export. | Adam Harvey | 2014-12-30 | 1 | -3/+3 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-12-30 | 1 | -22/+19 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug #66679 Alignment Bug in PCRE 8.34 upstream | Anatol Belski | 2014-12-30 | 1 | -22/+19 |
* | | | | | Fixed bug #68665 (Invalid free) | Anatol Belski | 2014-12-28 | 1 | -1/+0 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2014-12-26 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix for failing tests. gcc 4.8.3 would optimize away the assigment. | Keyur Govande | 2014-12-26 | 1 | -1/+2 |
* | | | | | Fix bug #68656 Report gd library version | Remi Collet | 2014-12-26 | 2 | -0/+8 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed test | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
* | | | | | Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8 + Opca... | Xinchen Hui | 2014-12-24 | 2 | -3/+22 |
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-12-19 | 1 | -3/+3 |
|\ \ \ \ \ | |/ / / / |