if (type == 1) {
+#if APACHE
SLS_FETCH();
+#endif
if (output) PUTS(buf);
#if APACHE
}
else {
pval ***args = (pval ***) emalloc(sizeof(pval **) * ARG_COUNT(ht));
- pval **max, result;
int i;
if(getParametersArrayEx(ARG_COUNT(ht), args) == FAILURE) {
efree(args);
DWORD dwWindowsMinorVersion = (DWORD)(HIBYTE(LOWORD(dwVersion)));
#endif
ELS_FETCH();
- PLS_FETCH();
SLS_FETCH();
{
FILE *log_file;
PLS_FETCH();
+#if APACHE
SLS_FETCH();
+#endif
/* Try to use the specified logging location. */
if (PG(error_log) != NULL) {
case ZMSG_MEMORY_LEAK_DETECTED:
case ZMSG_MEMORY_LEAK_REPEATED: {
ELS_FETCH();
- SLS_FETCH();
if (EG(error_reporting)&E_WARNING) {
#if ZEND_DEBUG
{
CLS_FETCH();
ELS_FETCH();
- PLS_FETCH();
SLS_FETCH();
sapi_send_headers();
void php_module_shutdown()
{
int module_number=0; /* for UNREGISTER_INI_ENTRIES() */
- CLS_FETCH();
- ELS_FETCH();
if (!module_initialized) {
return;
#if CGI_BINARY
int php3_init_request_info(void *conf)
{
- SLS_FETCH();
-
request_info.current_user = NULL;
request_info.current_user_length = 0;
request_info.script_name = getenv("SCRIPT_NAME");
php3_destroy_request_info()! */
#if DISCARD_PATH
if (request_info.script_filename) {
+ SLS_FETCH();
SG(request_info).path_translated = estrdup(request_info.script_filename);
} else {
+ SLS_FETCH();
SG(request_info).path_translated = NULL;
}
#endif