Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 |
* | Updated NEWS | Julien Pauli | 2015-01-09 | 1 | -0/+4 |
* | 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 | 2 | -1/+4 |
* | | Fixed bug (try block removed while combined with xdebug) | Xinchen Hui | 2015-01-09 | 2 | -1/+2 |
* | | 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 |
| * | 5.5.22 now | Julien Pauli | 2015-01-07 | 3 | -5/+8 |
* | | fix test | Anatol Belski | 2015-01-08 | 1 | -0/+1 |
* | | PHP-5.6.6 is next | Ferenc Kovacs | 2015-01-06 | 3 | -5/+7 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2015-01-06 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | cleanup old unused typedef | Remi Collet | 2015-01-06 | 1 | -2/+0 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2015-01-06 | 9 | -10/+51 |
|\ \ | |/ | |||||
| * | Handle NULL strings in sapi_cli_server_register_variable(). | Adam Harvey | 2015-01-06 | 3 | -0/+42 |
| * | Allow CLI server test scripts to specify the name of the router file. | Adam Harvey | 2015-01-06 | 6 | -10/+9 |
* | | 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 |
* | | NEWS | Remi Collet | 2015-01-05 | 1 | -0/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2015-01-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | NEWS | Remi Collet | 2015-01-05 | 1 | -0/+3 |
| * | Fix bug #68751 listen.allowed_clients is broken | Remi Collet | 2015-01-05 | 1 | -1/+1 |
* | | 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 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2015-01-05 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Updated NEWS for #68371 | Matteo Beccati | 2015-01-05 | 1 | -1/+5 |
* | | 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 | 2 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'pull-request/975' into PHP-5.5 | Stanislav Malyshev | 2015-01-04 | 2 | -2/+4 |
| |\ \ | |||||
| | * | | Fixes #66764 - configure doesn't define EXPANDED_DATADIR / PHP_DATADIR corre... | Ferenc Kovacs | 2015-01-03 | 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 |
| |\ \ \ | |||||
| | * | | | Fixed typo | Carlos André Ferrari | 2014-07-25 | 1 | -1/+1 |
| | * | | | GD: imagepalettetotruecolor tests | Carlos André Ferrari | 2014-07-25 | 4 | -0/+65 |
| * | | | | fix GD tests with no GD loaded | Stanislav Malyshev | 2015-01-04 | 8 | -1/+14 |
* | | | | | 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 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | updated libmagic.patch in 5.5 | Anatol Belski | 2015-01-04 | 1 | -328/+44 |
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2015-01-04 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | updated libmagic.patch in 5.4 | Anatol Belski | 2015-01-04 | 1 | -315/+139 |
* | | | | | | updated NEWS | Anatol Belski | 2015-01-04 | 1 | -0/+4 |
* | | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-04 | 3 | -2/+21 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | updated NEWS | Anatol Belski | 2015-01-04 | 1 | -0/+4 |
| * | | | | | 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 | 4 | -2/+28 |
* | | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-04 | 5 | -1645/+2 |
|\ \ \ \ \ \ | |/ / / / / |