| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/pecl-proctitle/files/ |
Upload File : |
--- proctitle.c.orig 2012-05-11 08:49:30 UTC
+++ proctitle.c
@@ -23,6 +23,7 @@
#endif
#include <php.h>
+#include "ext/standard/info.h"
#include <SAPI.h>
#include <dlfcn.h>
#include <string.h>
@@ -138,9 +139,7 @@ PHP_MINFO_FUNCTION(proctitle)
/* {{{ proctitle_module_entry
*/
zend_module_entry proctitle_module_entry = {
-#if ZEND_MODULE_API_NO >= 20010901
STANDARD_MODULE_HEADER,
-#endif
"proctitle",
proctitle_functions,
#ifndef PHP_SYSTEM_PROVIDES_SETPROCTITLE
@@ -152,9 +151,7 @@ zend_module_entry proctitle_module_entry = {
NULL,
NULL,
PHP_MINFO(proctitle),
-#if ZEND_MODULE_API_NO >= 20010901
PHP_PROCTITLE_VERSION,
-#endif
STANDARD_MODULE_PROPERTIES
};
/* }}} */