summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'PHP-5.4' into PHP-5.5Keyur Govande2014-07-305-26/+121
| | |\ \ | | | |/
| | | * Undo inadvertent commit of php_versionKeyur Govande2014-07-301-0/+1
| | | * Corrected patch for bug #60616Keyur Govande2014-07-306-27/+121
| * | | Wildcards should only be used in the first name component; fixed comment styleTjerk Meesters2014-07-291-2/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-07-282-2/+16
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Keyur Govande2014-07-282-2/+16
| | |\ \ | | | |/
| | | * Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)Keyur Govande2014-07-282-2/+16
| * | | fix SOAP for uninitialzed objectStanislav Malyshev2014-07-281-1/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-280-0/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-281-3/+3
| | |\ \ | | | |/
| | | * fix NEWSStanislav Malyshev2014-07-281-3/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-285-8/+27
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-285-10/+33
| | |\ \ | | | |/
| | | * Fix missing type checks in various functionsStanislav Malyshev2014-07-275-9/+32
| * | | Fix SPL objects initialization checksStanislav Malyshev2014-07-263-23/+178
| * | | Add object initialization checks for sqlite3 classesStanislav Malyshev2014-07-261-9/+31
| * | | Revert "Fix bug #66568: the second arg for unserialize is optional." as we al...Ferenc Kovacs2014-07-251-1/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-240-0/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-240-0/+0
| | |\ \ | | | |/
| | | * update NEWSStanislav Malyshev2014-07-241-1/+6
| | | * Fixed bug #67539 (ArrayIterator use-after-free due to object change during so...Xinchen Hui2014-07-242-0/+22
| | | * Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-242-2/+22
| * | | Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6Xinchen Hui2014-07-258-11/+49
| |\ \ \
| | * \ \ Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-07-241-1/+11
| | |\ \ \
| | * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-07-241-1/+4
| | |\ \ \ \
| | * | | | | Updated NEWS for #67666Tjerk Meesters2014-07-241-0/+1
| | * | | | | Fixed #67666 - Subject altName doesn't match wildcardsTjerk Meesters2014-07-241-1/+1
| | * | | | | Removed second zval_copy_ctor()Dmitry Stogov2014-07-242-2/+0
| | * | | | | Fixed crash on self-referencing constant expression (part of a constant AST)Dmitry Stogov2014-07-243-8/+24
| | * | | | | Fixed support for constant arrays in context of "const" statement (Zend/tests...Dmitry Stogov2014-07-232-0/+20
| * | | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-254-6/+53
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Add CVE noXinchen Hui2014-07-251-1/+1
| | | |_|/ / | | |/| | |
| | * | | | BFNJohannes Schlüter2014-07-241-0/+2
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+11
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | Fix bug #67496 Save command history when exiting interactive shell with contr...Dmitry Saprykin2014-07-242-1/+13
| | * | | BFNJohannes Schlüter2014-07-241-0/+4
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+4
| | |\ \ \ | | | |/ /
| | | * | Fix bug #55496 Interactive mode doesn't force a newline before the promptJohannes Schlüter2014-07-242-1/+8
* | | | | Merge remote-tracking branch 'origin/PHP-5.6' into str_size_and_int64_56_back...Anatol Belski2014-07-211-2/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-07-211-2/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-07-211-2/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | fix nmake snap when ext name is different in target dllAnatol Belski2014-07-211-2/+5
* | | | | Merge remote-tracking branch 'origin/PHP-5.6' into str_size_and_int64_56_back...Anatol Belski2014-07-211-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | force atoll macro usage on windowsAnatol Belski2014-07-211-0/+1
* | | | | Merge remote-tracking branch 'origin/PHP-5.6' into str_size_and_int64_56_back...Anatol Belski2014-07-2174-198/+1088
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-07-211-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-07-211-0/+4
| | |\ \ \ | | | |/ /
| | | * | Enable $ replacement in exif, ldap, pdo_pgsql and tidyLior Kaplan2014-07-211-0/+4
| | | * | Update NEWSYasuo Ohgaki2014-07-191-0/+4
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-07-201-2/+14
| |\ \ \ \ | | |/ / /