Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed bug #68827 Double free with disabled ZMM | Joshua Rogers | 2015-01-22 | 2 | -2/+4 | |
* | | | Fixed segfault while running with moodle | Xinchen Hui | 2015-01-22 | 1 | -1/+1 | |
* | | | Updated NEWS | Julien Pauli | 2015-01-21 | 1 | -3/+7 | |
* | | | Fixed test fails | Xinchen Hui | 2015-01-21 | 1 | -0/+1 | |
* | | | Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat) | Derick Rethans | 2015-01-20 | 3 | -1/+20 | |
* | | | fix year | Stanislav Malyshev | 2015-01-20 | 1 | -2/+2 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-20 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | format | Stanislav Malyshev | 2015-01-20 | 1 | -1/+2 | |
* | | | update NEWS | Stanislav Malyshev | 2015-01-20 | 1 | -3/+9 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-20 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | add CVE | Stanislav Malyshev | 2015-01-20 | 1 | -1/+2 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-20 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | add protection against nulls | Stanislav Malyshev | 2015-01-20 | 1 | -0/+5 | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-01-20 | 6 | -4/+92 | |
|\ \ \ | |/ / | ||||||
| * | | 5.4.38 next | Stanislav Malyshev | 2015-01-20 | 3 | -6/+7 | |
| * | | Merge branch 'bug68710' into PHP-5.4 | Stanislav Malyshev | 2015-01-20 | 4 | -3/+32 | |
| |\ \ | ||||||
| | * | | Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize()) | Stanislav Malyshev | 2015-01-01 | 4 | -3/+32 | |
| * | | | Merge branch 'bug68799' into PHP-5.4 | Stanislav Malyshev | 2015-01-20 | 4 | -2/+68 | |
| |\ \ \ | ||||||
| | * | | | Fix bug #68799: Free called on unitialized pointer | Stanislav Malyshev | 2015-01-11 | 3 | -1/+64 | |
| | |/ / | ||||||
* | | | | Updated NEWS | Julien Pauli | 2015-01-20 | 1 | -0/+3 | |
* | | | | Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0. | Joshua Rogers | 2015-01-20 | 1 | -24/+4 | |
* | | | | Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). | Derick Rethans | 2015-01-19 | 7 | -445/+464 | |
* | | | | Update year | Xinchen Hui | 2015-01-17 | 1 | -1/+1 | |
* | | | | updated NEWS | Anatol Belski | 2015-01-15 | 1 | -0/+4 | |
* | | | | PDO_MySQL: Differentiate between linux and win32 when passing unix_socket | steffen | 2015-01-15 | 1 | -3/+8 | |
* | | | | Bump year | Xinchen Hui | 2015-01-15 | 844 | -859/+859 | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Daniel Lowrey | 2015-01-14 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Update NEWS | Daniel Lowrey | 2015-01-14 | 1 | -0/+3 | |
| * | | | Fixed bug #55618 (use case-insensitive cert name matching) | Daniel Lowrey | 2015-01-14 | 1 | -2/+2 | |
* | | | | Fixed bug #68771 SQL syntax error in sqlite lib | Anatol Belski | 2015-01-12 | 1 | -1/+1 | |
* | | | | updated libs_versions.txt | Anatol Belski | 2015-01-12 | 1 | -2/+2 | |
* | | | | Fix bug #68784 | Rasmus Lerdorf | 2015-01-09 | 1 | -1/+1 | |
* | | | | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 | |
* | | | | Fix bug #68260 | Julien Pauli | 2015-01-09 | 2 | -1/+4 | |
* | | | | 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 | |
* | | | | cleanup old unused typedef | Remi Collet | 2015-01-06 | 1 | -2/+0 | |
* | | | | 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 | |
* | | | | 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/+3 | |
* | | | | Fix bug #68751 listen.allowed_clients is broken | Remi Collet | 2015-01-05 | 1 | -1/+1 | |
* | | | | Update test after fixing bug #68371 | Matteo Beccati | 2015-01-05 | 1 | -10/+2 | |
* | | | | Updated NEWS for #68371 | Matteo Beccati | 2015-01-05 | 1 | -1/+5 | |
* | | | | 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 | |
* | | | | | fix memory leak | Stanislav Malyshev | 2015-01-04 | 1 | -2/+2 | |
* | | | | | 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 'pull-request/742' into PHP-5.5 | Stanislav Malyshev | 2015-01-04 | 4 | -0/+65 | |
|\ \ \ \ \ \ |