summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/zend_func_info.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-041-1/+1
|\
| * Fix print_r return types in opcacheTyson Andre2019-12-041-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-251-2/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-251-2/+1
| |\
| | * Fixed bug #78747Nikita Popov2019-10-251-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-1/+1
| |\ \ | | |/
| | * Fix opcache return type for get_headers in zend_func_infoTyson Andre2019-09-171-1/+1
* | | Add opcache return type for random_int()Tyson Andre2019-09-091-0/+1
* | | Fix opcache zend_func_info for microtime/gettimeofdayTyson Andre2019-09-091-2/+2
* | | Add missing opcache return types for functions in splTyson Andre2019-09-041-0/+11
* | | Add missing opcache return info for ext/standard.Tyson Andre2019-09-031-0/+3
* | | Add new missing functions from ext/hashTyson Andre2019-09-031-0/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-031-1/+1
| |\ \ | | |/
| | * Fix opcache return type for hash_update_streamTyson Andre2019-09-031-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-2/+2
| |\ \ | | |/
| | * Also fix signature for passthruTyson Andre2019-08-261-1/+1
| | * Fix opcache optimizer info for time_nanosleepTyson Andre2019-08-261-1/+1
* | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-281-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-111-8/+8
|\ \ \ | |/ /
| * | Be more precise about possible types for mysqli methodsTyson Andre2019-06-111-6/+6
| * | Fix opcache signatures for mysqli_statTyson Andre2019-06-111-1/+1
| * | Fix bug in opcache flags for mysqli_get_charsetTyson Andre2019-06-111-1/+1
| * | Func info: Fix calls to zero-arg varargsNikita Popov2019-05-271-8/+10
* | | Add get_mangled_object_vars() functionNikita Popov2019-06-111-0/+1
* | | Fix typo in opcache function flag info (mage->image)Tyson Andre2019-06-111-1/+1
* | | Clean up opcache func flags for set_socket_blockingTyson Andre2019-06-111-1/+0
* | | Fix a typo in opcache func info for "get_parrent_class"Tyson Andre2019-06-111-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-271-8/+10
|\ \ \
| * | | Func info: Fix calls to zero-arg varargsNikita Popov2019-05-271-8/+10
| |/ /
| * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | Remove functions from func_info that were removed in PHP 7Rodrigo Prado2019-04-151-76/+0
* | | array_merge() may return argument with incremented reference counterDmitry Stogov2019-04-031-1/+1
* | | Remove HAVE_STRFTIMEPeter Kokot2019-03-141-2/+0
* | | Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-8/+0
* | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* | | Add is_iterable to opcache OptimizerGabriel Caruso2018-10-261-0/+1
|/ /
* | Remove assertionXinchen Hui2018-06-151-7/+0
* | Merge branch 'PHP-7.2'Xinchen Hui2018-06-151-4/+6
|\ \ | |/
| * Fixed bug #76477 (Opcache causes empty return value)Xinchen Hui2018-06-151-4/+6
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | Add is_countable functionGabriel Caruso2018-03-111-0/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-02-181-3/+3
|\ \ | |/
| * Fix pfsockopen() func infoNikita Popov2018-02-181-1/+1
| * Fix constant() func infoNikita Popov2018-02-181-2/+2
* | Fix pg_pconnect() func infoNikita Popov2018-02-181-1/+1
* | Fix gettext func infosNikita Popov2018-02-181-7/+7