diff options
Diffstat (limited to 'ext/standard/info.c')
| -rw-r--r-- | ext/standard/info.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 69a9d2791c..2933482006 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -510,6 +510,18 @@ PHP_FUNCTION(phpcredits) /* }}} */ + +PHP_FUNCTION(php_logo_guid) +{ + RETURN_STRINGL(PHP_LOGO_GUID, sizeof(PHP_LOGO_GUID)-1, 1); +} + + +PHP_FUNCTION(zend_logo_guid) +{ + RETURN_STRINGL(ZEND_LOGO_GUID, sizeof(ZEND_LOGO_GUID)-1, 1); +} + /* * Local variables: * tab-width: 4 |
