Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use symtable lookup for arrays in array_column | Nikita Popov | 2016-04-16 | 2 | -1/+24 |
| | |||||
* | Respect property visibility in array_column | Nikita Popov | 2016-04-16 | 2 | -6/+32 |
| | |||||
* | Fixed bug #72031 | Nikita Popov | 2016-04-16 | 3 | -1/+59 |
| | |||||
* | Fixed bug #72028 (pg_query_params(): NULL converts to empty string) | Xinchen Hui | 2016-04-15 | 2 | -1/+3 |
| | | | | | I don't have a pgsql server by hand, so no test script, but the fix must be right. | ||||
* | Fixed bug #71972 (Cyclic references causing session_start(): Failed to ↵ | Xinchen Hui | 2016-04-15 | 3 | -21/+73 |
| | | | | decode session object) | ||||
* | Align NEWS entry format | Lior Kaplan | 2016-04-15 | 1 | -18/+13 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-04-15 | 0 | -0/+0 |
|\ | | | | | | | | | * PHP-5.6: Align NEWS entry format | ||||
| * | Align NEWS entry format | Lior Kaplan | 2016-04-15 | 1 | -10/+7 |
| | | |||||
* | | update NEWS | Anatol Belski | 2016-04-15 | 1 | -0/+4 |
| | | |||||
* | | Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp | Anatol Belski | 2016-04-15 | 2 | -1/+40 |
| | | |||||
* | | Fixed failed with libedit | Xinchen Hui | 2016-04-15 | 1 | -0/+3 |
| | | |||||
* | | Fixed bug #72014 (Including a file with anonymous classes multiple times ↵ | Xinchen Hui | 2016-04-14 | 3 | -9/+44 |
| | | | | | | | | leads to fatal error) | ||||
* | | On second thoughts, keep this in sync with 5.6 for 71422 | Christopher Jones | 2016-04-14 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Christopher Jones | 2016-04-14 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix old comment cut-n-paste error | Christopher Jones | 2016-04-14 | 1 | -3/+3 |
| | | |||||
* | | Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 ↵ | Christopher Jones | 2016-04-14 | 5 | -9/+130 |
| | | | | | | | | columns) (Tian Yang) | ||||
* | | Merge fix for bug #71422. No code changed needed in PHP 7 | Christopher Jones | 2016-04-14 | 2 | -2/+83 |
|\ \ | |/ | |||||
| * | Fixed bug #71422 (Fix ORA-01438: value larger than specified precision ↵ | Christopher Jones | 2016-04-14 | 5 | -7/+94 |
| | | | | | | | | allowed for this column) | ||||
* | | Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0 | Christopher Jones | 2016-04-14 | 8 | -7/+140 |
|\ \ | |||||
| * | | update NEWS | Anatol Belski | 2016-04-12 | 1 | -0/+3 |
| | | | |||||
| * | | Fixed bug #68849 bindValue is not using the right data type | Anatol Belski | 2016-04-12 | 2 | -0/+101 |
| | | | |||||
| * | | Fix ZEND_SEPARATE for by-val func returning ref zval | Nikita Popov | 2016-04-12 | 3 | -0/+31 |
| | | | |||||
| * | | Drop unnecessary ZEND_SEPARATE code | Nikita Popov | 2016-04-12 | 2 | -6/+2 |
| | | | | | | | | | | | | The following write ops will separate if necessary. | ||||
| * | | phpdbg: close file handles | Joe Watkins | 2016-04-12 | 1 | -0/+2 |
| | | | |||||
| * | | fix skipif | Remi Collet | 2016-04-12 | 1 | -1/+1 |
|/ / | |||||
* | | This only make sense on *nix | Xinchen Hui | 2016-04-12 | 3 | -3/+9 |
| | | |||||
* | | prepare next | Anatol Belski | 2016-04-12 | 3 | -5/+8 |
| | | |||||
* | | update NEWS | Anatol Belski | 2016-04-11 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #70484 selectordinal doesn't work with named parameters | Anatol Belski | 2016-04-11 | 2 | -0/+101 |
| | | |||||
* | | fix version macro to check | Anatol Belski | 2016-04-11 | 1 | -1/+1 |
| | | |||||
* | | handle dummy frame | Joe Watkins | 2016-04-11 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0 | Joe Watkins | 2016-04-11 | 10 | -28/+318 |
|\ \ | |||||
| * | | update NEWS | Anatol Belski | 2016-04-10 | 1 | -0/+4 |
| | | | |||||
| * | | Fixed bug #71998 Function pg_insert does not insert when column type = inet | Anatol Belski | 2016-04-10 | 2 | -3/+202 |
| | | | |||||
| * | | Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or ↵ | Anatol Belski | 2016-04-09 | 2 | -1/+2 |
| | | | | | | | | | | | | msgformat_attr.c | ||||
| * | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0 | Xinchen Hui | 2016-04-09 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | update NEWS | Anatol Belski | 2016-04-09 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fixed bug #71995 (Returning the same var twice from __sleep() produces ↵ | Xinchen Hui | 2016-04-09 | 3 | -20/+75 |
| |/ / | | | | | | | | | | broken serialized data) | ||||
| * | | Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ↵ | Anatol Belski | 2016-04-09 | 2 | -1/+32 |
| | | | | | | | | | | | | empty | ||||
| * | | Enable configure without opcache-file and huge-code-pages | Lior Kaplan | 2016-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | This doesn't chagne the default (yes for both features), but respects --disable-opcache-file and --disable-huge-code-pages configure flags if given. | ||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-04-09 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.6: opcache config.m4: Use = for comparison | ||||
| | * | opcache config.m4: Use = for comparison | Lior Kaplan | 2016-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | fix calendar segfault | Joe Watkins | 2016-04-11 | 1 | -1/+1 |
|/ / | |||||
* | | fix indent | Anatol Belski | 2016-04-08 | 1 | -14/+13 |
| | | |||||
* | | update NEWS | Anatol Belski | 2016-04-08 | 1 | -0/+3 |
| | | |||||
* | | fix compat for ICU < 50 | Anatol Belski | 2016-04-08 | 1 | -0/+4 |
| | | |||||
* | | Fixed bug #68893 Stackoverflow in datefmt_create | Anatol Belski | 2016-04-08 | 2 | -6/+41 |
| | | |||||
* | | Added missing newline. | Daniel Persson | 2016-04-08 | 1 | -1/+1 |
| | | |||||
* | | Changed to check for error with the new function that returns null if error ↵ | Daniel Persson | 2016-04-08 | 1 | -4/+4 |
| | | | | | | | | is set | ||||
* | | Added function to check error and return null if error is set. | Daniel Persson | 2016-04-08 | 1 | -1/+11 |
| | |