summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/2158'Joe Watkins2016-10-171-28/+26
* Revert "Fixed bug #73067 (__debugInfo crashes when throwing an exception)"Joe Watkins2016-10-173-24/+0
* Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2016-10-171-1/+3
|\
| * also fix 32bits test for microsecondRemi Collet2016-10-171-1/+3
* | sync news from 7.1.0RC4Joe Watkins2016-10-171-0/+29
|/
* bump news versionJoe Watkins2016-10-171-1/+4
* Update 7.1 NEWS for bug #71148Christopher Jones2016-10-171-0/+3
* Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-10-178-33/+261
|\
| * Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-179-33/+264
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-161-35/+49
|\ \ | |/
| * Fixed bug #71234 (INI files are loaded even invoked as phpdbg -n --version)Bob Weinand2016-10-162-34/+51
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-161-0/+4
|\ \ | |/
| * Fixed bug #70776 (Simple SIGINT does not have any effect)Bob Weinand2016-10-162-0/+5
* | Fix searching for catch blocksBob Weinand2016-10-162-3/+5
* | Various function info fixesNikita Popov2016-10-151-34/+34
* | Various RC inference fixesNikita Popov2016-10-152-15/+14
* | Fix SplFixedArray::offsetGet() invocation for NULL offsetNikita Popov2016-10-152-2/+4
* | Normalize preg_replace_callback() return valueNikita Popov2016-10-152-4/+4
* | Update to SQLite 3.15.0Christoph M. Becker2016-10-153-2781/+4370
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-140-0/+0
|\ \ | |/
| * sync NEWSAnatol Belski2016-10-141-0/+27
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-10-141-1/+1
|\ \ | |/
| * bump ext/zip versionRemi Collet2016-10-141-1/+1
* | Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-146-4096/+3956
* | Update NEWSChristoph M. Becker2016-10-141-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-2/+2
|\ \ | |/
| * Fix memory leak when compiling files in phpdbgBob Weinand2016-10-141-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-10-141-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-10-141-1/+1
| |\
| | * use zend_error instead of zend_error_noreturnRemi Collet2016-10-141-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2016-10-140-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2016-10-140-0/+0
| |\ \ | | |/
| | * add missing NEWS entries for 5.6.27Ferenc Kovacs2016-10-141-0/+36
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-140-0/+0
|\ \ \ | |/ /
| * | missed piece for renamingAnatol Belski2016-10-131-4/+4
| * | rename publicly exposed symbol to avoid name conflictsAnatol Belski2016-10-132-4/+4
| * | Ignore non-executable opcodes in line mode of phpdbg_end_oplog()Bob Weinand2016-10-132-9/+20
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-132-1/+2
| |\ \ | | |/
| | * Fix #73280: Stack Buffer Overflow in GD dynamicGetbufChristoph M. Becker2016-10-132-1/+2
| * | use already exported symbolAnatol Belski2016-10-131-1/+1
| * | Revert "export symbol missing by phpdbg"Anatol Belski2016-10-133-14/+12
| * | Fix outlen for openssl functionStanislav Malyshev2016-10-121-5/+7
| * | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-122-2/+2
| * | Fix potential overflows in php_pcre_replace_implStanislav Malyshev2016-10-123-33/+30
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-130-0/+0
| |\ \ | | |/
| | * Clear FG(user_stream_current_filename) when bailing outSara Golemon2016-10-113-6/+28
| | * Merge branch 'PHP-5.6.27' into PHP-5.6Stanislav Malyshev2016-10-1123-310/+443
| | |\
| | | * Fix testsStanislav Malyshev2016-10-114-10/+2
| | | * fix tsrmStanislav Malyshev2016-10-111-2/+2
| | | * Fix bug #73284 - heap overflow in php_ereg_replace functionStanislav Malyshev2016-10-111-22/+22