]> git.pld-linux.org Git - packages/php.git/blame - 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
CommitLineData
04cc6e9a 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
312: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.058329 seconds and 4 git commands to generate.