]> git.pld-linux.org Git - packages/php.git/blob - php-register_shutdown_function.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-register_shutdown_function.patch
1 --- php-4.1.1/sapi/apache/sapi_apache.c Sat Aug  4 21:42:45 2001
2 +++ ../php-4.1.1-changed/php-4.1.1/sapi/apache/sapi_apache.c    Thu Jan 24
3 12:08:40 2002
4 @@ -89,13 +89,13 @@
5  
6                 (void) php_execute_script(&file_handle TSRMLS_CC);
7         }
8 -
9 +/*
10         AP(in_request) = 0;
11         
12         zend_try {
13                 php_request_shutdown(NULL);
14         } zend_end_try();
15 -       
16 +*/     
17         return (OK);
18  }
19  /* }}} */
This page took 0.023319 seconds and 3 git commands to generate.