mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
@- Fixed a bug in ODBC error reporting (Zeev)
@- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev)
This commit is contained in:
parent
f0888ccaef
commit
e538fcbf10
5 changed files with 22 additions and 3 deletions
|
@ -113,6 +113,8 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(phpinfo, NULL)
|
||||
PHP_FE(phpversion, NULL)
|
||||
PHP_FE(phpcredits, NULL)
|
||||
PHP_FE(php_logo_guid, NULL)
|
||||
PHP_FE(zend_logo_guid, NULL)
|
||||
|
||||
PHP_FE(strspn, NULL)
|
||||
PHP_FE(strcspn, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue