summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add BC define for users of the typoed zend_symbtable_add_newSara Golemon2017-09-071-0/+4
* Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-072-2/+2
* fixed #endif commentsclwu2017-08-021-1/+1
* Simpler fix for #74974Pedro Magalhães2017-07-272-21/+1
* Fixed testXinchen Hui2017-07-271-27/+0
* Use compatability zend_isnan() instead of POSIX isnan()Sara Golemon2017-07-221-2/+2
* Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+20
* Fixed bug #74954 (null deref and segfault in zend_generator_resume())Bob Weinand2017-07-222-4/+47
* Move the define into the header to reduce diff for future upgradeAnatol Belski2017-07-212-2/+4
* Fixed bug #74947 (Segfault in scanner on INF number)Xinchen Hui2017-07-214-198/+208
* Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-043-1/+17
* yet one C++ compat fixAnatol Belski2017-07-011-1/+1
* fix C++ compatAnatol Belski2017-07-011-0/+2
* Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-011-0/+21
* Fix bug #74832, crash in extension loadingJulien Pauli2017-06-291-1/+3
* Fixed bug #73900Nikita Popov2017-06-252-10/+18
* Don't leave holes in func_get_args() and backtracesNikita Popov2017-06-252-19/+34
* Remove superfluous branchThomas Punt2017-06-231-1/+0
* Correct the locationXinchen Hui2017-05-271-2/+1
* Fixed bug #74657 (Undefined constants in array properties result in broken pr...Xinchen Hui2017-05-272-2/+29
* Fixed another potential dangling pointerXinchen Hui2017-05-081-2/+5
* Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLE...Xinchen Hui2017-05-082-2/+16
* Improve accuracy of opline lineno informationNikita Popov2017-04-152-1/+3
* Fixed bug #74408 (Endless loop bypassing execution time limit)Xinchen Hui2017-04-112-0/+47
* Add NEWSNikita Popov2017-04-092-10/+10
* Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-093-78/+212
* fix possible out of bounds buffer accessAnatol Belski2017-04-031-1/+1
* Fix sequencing UBNikita Popov2017-03-232-422/+445
* Fix lineno for AST_ZVAL nodesNikita Popov2017-03-233-3/+10
* Fix bug where `yield from` is captured too greedilySara Golemon2017-03-232-1/+26
* Fix bug #74265Nikita Popov2017-03-171-3/+3
* Fix AST start lineno for list nodesNikita Popov2017-03-171-1/+8
* Fixed bug #73960Nikita Popov2017-03-102-0/+20
* Fixed bug #73370Nikita Popov2017-03-091-2/+2
* Fix out of bounds access in gc_find_additional_buffer()Nikita Popov2017-03-071-3/+6
* improve signal globals consistency check for TSAnatol Belski2017-03-021-2/+2
* do not try to handle signals, when globals are inconsistentAnatol Belski2017-03-021-2/+14
* Fix potential crash when setting invalid declare valueSara Golemon2017-02-282-1/+15
* initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
* Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-161-1/+7
* Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-133-52/+112
* Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)Xinchen Hui2017-02-122-19/+67
* Fixed typoXinchen Hui2017-02-111-2/+2
* Add #ifndef restrictdreamsxin2017-02-081-4/+6
* Fix detection of isnan and isinfChristian Schmidt2017-02-082-8/+8
* use some dynamically generated NAN as wellAnatol Belski2017-02-071-1/+1
* switch to smart str conversion routine to hide exact NAN typeAnatol Belski2017-02-071-2/+2
* Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-062-9/+8
* Fix detection of isnan and isinfChristian Schmidt2017-02-052-8/+9
* Fix bug #73954Andrea Faulds2017-02-052-1/+24