Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-07-30 | 3 | -6/+10 |
|\ | |||||
| * | BFN | Michael Wallner | 2014-07-30 | 1 | -0/+3 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-07-30 | 3 | -6/+10 |
| |\ | |||||
| | * | Fixed bug #67715 (php-milter does not build and crashes randomly). | Michael Wallner | 2014-07-30 | 4 | -6/+13 |
| * | | Merge commit '8b9719d' into PHP-5.5 | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
* | | | Merge commit '8b9719d' into PHP-5.6 | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | We need to turn off any strict mode here for this warning to show up | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
* | | | Disable restrictions regarding arrays in constants at run-time. | Bob Weinand | 2014-07-30 | 8 | -32/+65 |
* | | | Revert "Fix bug #67064 in a BC safe way" | Bob Weinand | 2014-07-30 | 3 | -22/+5 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Tjerk Meesters | 2014-07-30 | 3 | -1/+29 |
|\ \ \ | | |/ | |/| | |||||
| * | | Updated NEWS for #67693 | Tjerk Meesters | 2014-07-30 | 1 | -0/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Tjerk Meesters | 2014-07-30 | 2 | -1/+26 |
| |\ \ | | |/ | |||||
| | * | Updated NEWS for #67693 | Tjerk Meesters | 2014-07-30 | 1 | -0/+3 |
| | * | Fixed bug #67693 - incorrect push to the empty array | Tjerk Meesters | 2014-07-30 | 2 | -1/+26 |
* | | | add missing entry to NEWS | Ferenc Kovacs | 2014-07-30 | 1 | -0/+4 |
* | | | add missing entries to NEWS | Ferenc Kovacs | 2014-07-30 | 1 | -0/+6 |
* | | | add NEWS block for the next RC | Ferenc Kovacs | 2014-07-30 | 1 | -1/+3 |
* | | | NEWS entry for #67713 | Ferenc Kovacs | 2014-07-30 | 1 | -0/+4 |
* | | | Merge branch 'newInstanceWithoutConstructor' into PHP-5.6 | Ferenc Kovacs | 2014-07-30 | 3 | -4/+9 |
|\ \ \ | |||||
| * | | | update the exception message to better match the actual check | Ferenc Kovacs | 2014-07-30 | 3 | -3/+3 |
| * | | | ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant... | Ferenc Kovacs | 2014-07-30 | 3 | -4/+9 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-07-30 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Fixed usage after free | Dmitry Stogov | 2014-07-30 | 1 | -1/+4 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2014-07-30 | 5 | -26/+121 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Keyur Govande | 2014-07-30 | 5 | -26/+121 |
| |\ \ | | |/ | |||||
| | * | Undo inadvertent commit of php_version | Keyur Govande | 2014-07-30 | 1 | -0/+1 |
| | * | Corrected patch for bug #60616 | Keyur Govande | 2014-07-30 | 6 | -27/+121 |
* | | | Wildcards should only be used in the first name component; fixed comment style | Tjerk Meesters | 2014-07-29 | 1 | -2/+3 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2014-07-28 | 2 | -2/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Keyur Govande | 2014-07-28 | 2 | -2/+16 |
| |\ \ | | |/ | |||||
| | * | Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields) | Keyur Govande | 2014-07-28 | 2 | -2/+16 |
* | | | fix SOAP for uninitialzed object | Stanislav Malyshev | 2014-07-28 | 1 | -1/+3 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-07-28 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-07-28 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | fix NEWS | Stanislav Malyshev | 2014-07-28 | 1 | -3/+3 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-07-28 | 5 | -8/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-07-28 | 5 | -10/+33 |
| |\ \ | | |/ | |||||
| | * | Fix missing type checks in various functions | Stanislav Malyshev | 2014-07-27 | 5 | -9/+32 |
* | | | Fix SPL objects initialization checks | Stanislav Malyshev | 2014-07-26 | 3 | -23/+178 |
* | | | Add object initialization checks for sqlite3 classes | Stanislav Malyshev | 2014-07-26 | 1 | -9/+31 |
* | | | Revert "Fix bug #66568: the second arg for unserialize is optional." as we al... | Ferenc Kovacs | 2014-07-25 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-07-24 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-07-24 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | update NEWS | Stanislav Malyshev | 2014-07-24 | 1 | -1/+6 |
| | * | Fixed bug #67539 (ArrayIterator use-after-free due to object change during so... | Xinchen Hui | 2014-07-24 | 2 | -0/+22 |
| | * | Fixed Bug #67538 (SPL Iterators use-after-free) | Xinchen Hui | 2014-07-24 | 2 | -2/+22 |
* | | | Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6 | Xinchen Hui | 2014-07-25 | 8 | -11/+49 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Johannes Schlüter | 2014-07-24 | 1 | -1/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Johannes Schlüter | 2014-07-24 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| * | | | | | Updated NEWS for #67666 | Tjerk Meesters | 2014-07-24 | 1 | -0/+1 |