]> git.pld-linux.org Git - packages/php-pecl-APC.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 26 Dec 2007 23:45:26 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-APC-tsrmls_c.patch -> 1.1

php-pecl-APC-tsrmls_c.patch [new file with mode: 0644]

diff --git a/php-pecl-APC-tsrmls_c.patch b/php-pecl-APC-tsrmls_c.patch
new file mode 100644 (file)
index 0000000..c07b6cb
--- /dev/null
@@ -0,0 +1,11 @@
+--- APC-3.0.16/php_apc.c~      2007-12-26 23:51:32.000000000 +0100
++++ APC-3.0.16/php_apc.c       2007-12-27 00:32:41.631527903 +0100
+@@ -300,7 +300,7 @@
+         apc_request_init(TSRMLS_C);
+ #if HAVE_SIGACTION
+-        apc_set_signals();
++        apc_set_signals(TSRMLS_C);
+ #endif
+     }
+     return SUCCESS;
This page took 0.024463 seconds and 4 git commands to generate.