summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect string lengthDmitry Stogov2014-08-211-1/+1
* Fixed wrong test. Value of the static property must not be changed to string.Dmitry Stogov2014-08-211-3/+6
* Separate values before conversionDmitry Stogov2014-08-211-7/+7
* Fixed incorrect string length comparisonDmitry Stogov2014-08-211-1/+1
* dtor handler must be setDmitry Stogov2014-08-211-2/+7
* Fixed get_resources() prototype commentsDmitry Stogov2014-08-211-1/+1
* Fixed ext/pdo_*/tests/pdo_005.phpt tests failureDmitry Stogov2014-08-202-2/+18
* Fixed bug #67874 (Crash in array_map())Dmitry Stogov2014-08-201-0/+14
* Fixed immutable array supportDmitry Stogov2014-08-202-10/+20
* Introduced get_resources() function.Dmitry Stogov2014-08-201-0/+54
* Removed a hack that allowed passing of function return value by reference dep...Dmitry Stogov2014-08-202-12/+3
* fixed memory leakDmitry Stogov2014-08-202-0/+15
* Fixed referenced value separationDmitry Stogov2014-08-202-5/+20
* Improved error messageDmitry Stogov2014-08-183-3/+3
* Fixed bug #67856 (Leak when using array_reduce with by-ref function)Dmitry Stogov2014-08-181-0/+11
* Fix bug #67858: Leak when $php_errormsg already setNikita Popov2014-08-182-0/+20
* Fixed parameter parsingDmitry Stogov2014-08-181-3/+3
* Parameters with duplicate names are not allowed anymore in PHP7.Dmitry Stogov2014-08-152-12/+5
* Merge branch 'master' of git.php.net:php-srcDmitry Stogov2014-08-151-1/+1
|\
| * Fixed initializingXinchen Hui2014-08-151-1/+1
* | Bump version to 7.0.0-devDmitry Stogov2014-08-153-3/+3
|/
* Fixed modeDmitry Stogov2014-08-144-0/+0
* Fixed compilation warningsDmitry Stogov2014-08-144-4/+9
* Fixed support for referencesDmitry Stogov2014-08-142-13/+26
* Fixed support for referencesDmitry Stogov2014-08-141-0/+1
* Fixed reference support (references to references are not allowed)Dmitry Stogov2014-08-141-3/+17
* Fixed reference handlingDmitry Stogov2014-08-141-5/+9
* Fixed conversion of empty packed array into hashDmitry Stogov2014-08-141-0/+5
* Fixed assignment of reference to itselfDmitry Stogov2014-08-141-0/+3
* cleanupXinchen Hui2014-08-141-0/+1
* Implemented ext/com_dotnet support for phpngDmitry Stogov2014-08-112-0/+68
* Fixed compilation warnings about unused labelsDmitry Stogov2014-08-111-124/+136
* fix incorrect cast of comparison function and signature of functionkrakjoe2014-08-111-2/+1
* update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-116-45/+37
* fix ZTS buildkrakjoe2014-08-101-2/+4
* cleanupDmitry Stogov2014-08-085-32/+28
* Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt).Dmitry Stogov2014-08-072-3/+112
* Fixed GC (Zend/tests/bug63635.phpt)Dmitry Stogov2014-08-061-6/+13
* Fixed ext/wddx/tests/bug48562.phptDmitry Stogov2014-08-052-0/+39
* Fixed bug #67725 (now we create immutable arrays only in SHM)Dmitry Stogov2014-08-056-64/+31
* Merge branch 'master' into phpngDmitry Stogov2014-08-048-38/+76
|\
| * Merge branch 'PHP-5.6'Bob Weinand2014-07-306-31/+63
| |\
| | * Disable restrictions regarding arrays in constants at run-time.Bob Weinand2014-07-306-31/+63
* | | execute_data->return_value should be initialized when call internal constructorsDmitry Stogov2014-07-311-0/+1
* | | EA must be initializedDmitry Stogov2014-07-311-0/+1
* | | Fixed incinsitency in passing arguments by reference to call_user_func()Dmitry Stogov2014-07-292-3/+3
* | | fixed support for referencesDmitry Stogov2014-07-292-14/+66
* | | Fixed Zend/tests/bug54265.phptDmitry Stogov2014-07-291-26/+15
* | | Fixed incorrect destruction (it might lead to crash)Dmitry Stogov2014-07-291-1/+1
* | | ext/interbase support (incomplete)Dmitry Stogov2014-07-291-0/+11