@- 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:
Zeev Suraski 1999-12-21 20:35:43 +00:00
parent f0888ccaef
commit e538fcbf10
5 changed files with 22 additions and 3 deletions

View file

@ -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)