mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixing wrong pointer
This commit is contained in:
parent
7e5ec2d761
commit
bd75b407cf
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
|
||||||
the_time = time(NULL);
|
the_time = time(NULL);
|
||||||
ta = php_localtime_r(&the_time, &tmbuf);
|
ta = php_localtime_r(&the_time, &tmbuf);
|
||||||
|
|
||||||
snprintf (&api_no, 9, "%d", ZEND_EXTENSION_API_NO);
|
snprintf (api_no, 9, "%d", ZEND_EXTENSION_API_NO);
|
||||||
|
|
||||||
PUTS("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n");
|
PUTS("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue