Home
last modified time | relevance | path

Searched refs:PHP_VERSION (Results 1 – 25 of 191) sorted by last modified time

12345678

/PHP-5.5/win32/
H A Dregistry.c17 PHP_REGISTRY_KEYV(PHP_VERSION),
H A Dwsyslog.c134 PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); in openlog()
/PHP-5.5/win32/build/
H A Dconfutils.js85 var PHP_VERSION = 5; variable
96 PHP_VERSION = RegExp.$1;
104 PHP_VERSION_STRING = PHP_VERSION + "." + PHP_MINOR_VERSION + "." + PHP_RELEASE_VERSION;
1909 MF.WriteLine("var PHP_VERSION=" + PHP_VERSION);
H A Dtemplate.rc35 #define EXT_VERSION PHP_VERSION
72 VALUE "ProductVersion", PHP_VERSION
H A Dconfig.w32189 PHP_VERSION + "." + PHP_MINOR_VERSION + "." + PHP_RELEASE_VERSION);
239 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts_debug.dll");
240 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts_debug.lib");
243 DEFINE("PHPDLL", "php" + PHP_VERSION + "_debug.dll");
244 DEFINE("PHPLIB", "php" + PHP_VERSION + "_debug.lib");
247 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
248 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
251 DEFINE("PHPDLL", "php" + PHP_VERSION + ".dll");
252 DEFINE("PHPLIB", "php" + PHP_VERSION + ".lib");
H A Dconfig.w32.phpize.in217 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts_debug.dll");
218 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts_debug.lib");
223 DEFINE("PHPDLL", "php" + PHP_VERSION + "_debug.dll");
224 DEFINE("PHPLIB", "php" + PHP_VERSION + "_debug.lib");
229 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
230 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
235 DEFINE("PHPDLL", "php" + PHP_VERSION + ".dll");
236 DEFINE("PHPLIB", "php" + PHP_VERSION + ".lib");
/PHP-5.5/sapi/pi3web/
H A Dconfig.w3211 SAPI('pi3web', 'pi3web_sapi.c', 'php' + PHP_VERSION + 'pi3web.dll', '/D PHP5PI3WEB_EXPORTS');
/PHP-5.5/sapi/isapi/
H A Dconfig.w3210 SAPI('isapi', 'php5isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP5ISAPI_EXPORTS');
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c843 …s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.na… in cli_main()
845 …HP %s (%s) (built: %s %s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.na… in cli_main()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1116 …php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, s… in main()
/PHP-5.5/sapi/nsapi/
H A Dconfig.w3216 SAPI('nsapi', 'nsapi.c', 'php' + PHP_VERSION + 'nsapi.dll', '/D XP_WIN32 ');
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1744 …s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.na…
1746 …php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, s…
/PHP-5.5/sapi/embed/
H A Dconfig.w329 SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
/PHP-5.5/sapi/cli/
H A Dphp_cli.c697 PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, in do_cli()
H A Dphp_cli_server.c588 PHP_VERSION,
764 spprintf(&tmp, 0, "PHP %s Development Server", PHP_VERSION); in sapi_cli_server_register_variables()
2587 PHP_VERSION, buf, server_bind_address, document_root); in do_cli_server()
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.w3216 'php' + PHP_VERSION + 'apache_hooks.dll',
H A Dmod_php5.c1254 ap_add_version_component("PHP/" PHP_VERSION); in php_init_handler()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2231 …s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.na…
2233 …HP %s (%s) (built: %s %s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.na…
/PHP-5.5/sapi/apache/
H A Dmod_php5.c968 ap_add_version_component("PHP/" PHP_VERSION); in php_init_handler()
H A Dconfig.w3219 'php' + PHP_VERSION + 'apache.dll',
/PHP-5.5/sapi/apache2filter/
H A Dconfig.w3215 'php' + PHP_VERSION + 'apache2_filter.dll',
33 'php' + PHP_VERSION + 'apache2_2_filter.dll',
H A Dsapi_apache2.c584 ap_add_version_component(p, "PHP/" PHP_VERSION); in php_apache_add_version()
/PHP-5.5/sapi/apache2handler/
H A Dconfig.w3215 'php' + PHP_VERSION + 'apache2.dll',
33 'php' + PHP_VERSION + 'apache2_2.dll',
51 'php' + PHP_VERSION + 'apache2_4.dll',
H A Dsapi_apache2.c409 ap_add_version_component(p, "PHP/" PHP_VERSION); in php_apache_add_version()
/PHP-5.5/sapi/aolserver/
H A Dconfig.w3211 SAPI('aolserver', 'aolserver.c', 'php' + PHP_VERSION + 'aolserver.so', '/D XP_WIN32 ');

Completed in 109 milliseconds

12345678