summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use symtable lookup for arrays in array_columnNikita Popov2016-04-162-1/+24
|
* Respect property visibility in array_columnNikita Popov2016-04-162-6/+32
|
* Fixed bug #72031Nikita Popov2016-04-163-1/+59
|
* Fixed bug #72028 (pg_query_params(): NULL converts to empty string)Xinchen Hui2016-04-152-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 Hui2016-04-153-21/+73
| | | | decode session object)
* Align NEWS entry formatLior Kaplan2016-04-151-18/+13
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-04-150-0/+0
|\ | | | | | | | | * PHP-5.6: Align NEWS entry format
| * Align NEWS entry formatLior Kaplan2016-04-151-10/+7
| |
* | update NEWSAnatol Belski2016-04-151-0/+4
| |
* | Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestampAnatol Belski2016-04-152-1/+40
| |
* | Fixed failed with libeditXinchen Hui2016-04-151-0/+3
| |
* | Fixed bug #72014 (Including a file with anonymous classes multiple times ↵Xinchen Hui2016-04-143-9/+44
| | | | | | | | leads to fatal error)
* | On second thoughts, keep this in sync with 5.6 for 71422Christopher Jones2016-04-141-1/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2016-04-141-3/+3
|\ \ | |/
| * Fix old comment cut-n-paste errorChristopher Jones2016-04-141-3/+3
| |
* | Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 ↵Christopher Jones2016-04-145-9/+130
| | | | | | | | columns) (Tian Yang)
* | Merge fix for bug #71422. No code changed needed in PHP 7Christopher Jones2016-04-142-2/+83
|\ \ | |/
| * Fixed bug #71422 (Fix ORA-01438: value larger than specified precision ↵Christopher Jones2016-04-145-7/+94
| | | | | | | | allowed for this column)
* | Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0Christopher Jones2016-04-148-7/+140
|\ \
| * | update NEWSAnatol Belski2016-04-121-0/+3
| | |
| * | Fixed bug #68849 bindValue is not using the right data typeAnatol Belski2016-04-122-0/+101
| | |
| * | Fix ZEND_SEPARATE for by-val func returning ref zvalNikita Popov2016-04-123-0/+31
| | |
| * | Drop unnecessary ZEND_SEPARATE codeNikita Popov2016-04-122-6/+2
| | | | | | | | | | | | The following write ops will separate if necessary.
| * | phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
| | |
| * | fix skipifRemi Collet2016-04-121-1/+1
|/ /
* | This only make sense on *nixXinchen Hui2016-04-123-3/+9
| |
* | prepare nextAnatol Belski2016-04-123-5/+8
| |
* | update NEWSAnatol Belski2016-04-111-0/+2
| |
* | Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-04-112-0/+101
| |
* | fix version macro to checkAnatol Belski2016-04-111-1/+1
| |
* | handle dummy frameJoe Watkins2016-04-111-0/+3
| |
* | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-04-1110-28/+318
|\ \
| * | update NEWSAnatol Belski2016-04-101-0/+4
| | |
| * | Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-102-3/+202
| | |
| * | Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or ↵Anatol Belski2016-04-092-1/+2
| | | | | | | | | | | | msgformat_attr.c
| * | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2016-04-090-0/+0
| |\ \
| | * | update NEWSAnatol Belski2016-04-091-0/+2
| | | |
| * | | Fixed bug #71995 (Returning the same var twice from __sleep() produces ↵Xinchen Hui2016-04-093-20/+75
| |/ / | | | | | | | | | broken serialized data)
| * | Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ↵Anatol Belski2016-04-092-1/+32
| | | | | | | | | | | | empty
| * | Enable configure without opcache-file and huge-code-pagesLior Kaplan2016-04-091-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.0Lior Kaplan2016-04-091-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: opcache config.m4: Use = for comparison
| | * opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
| | |
* | | fix calendar segfaultJoe Watkins2016-04-111-1/+1
|/ /
* | fix indentAnatol Belski2016-04-081-14/+13
| |
* | update NEWSAnatol Belski2016-04-081-0/+3
| |
* | fix compat for ICU < 50Anatol Belski2016-04-081-0/+4
| |
* | Fixed bug #68893 Stackoverflow in datefmt_createAnatol Belski2016-04-082-6/+41
| |
* | Added missing newline.Daniel Persson2016-04-081-1/+1
| |
* | Changed to check for error with the new function that returns null if error ↵Daniel Persson2016-04-081-4/+4
| | | | | | | | is set
* | Added function to check error and return null if error is set.Daniel Persson2016-04-081-1/+11
| |