]> git.pld-linux.org Git - packages/php-pear-PHP_CompatInfo.git/commitdiff
- memory limit and /usr/bin/php interpreter
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 2 Sep 2006 17:59:45 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PHP_CompatInfo-cli.patch -> 1.1

php-pear-PHP_CompatInfo-cli.patch [new file with mode: 0644]

diff --git a/php-pear-PHP_CompatInfo-cli.patch b/php-pear-PHP_CompatInfo-cli.patch
new file mode 100644 (file)
index 0000000..ffe6437
--- /dev/null
@@ -0,0 +1,24 @@
+--- PHP_CompatInfo-1.3.1/usr/share/pear/PHP/CompatInfo/pcicmd.php      2006-09-02 20:54:21.062030982 +0300
++++ /usr/bin/php-compatinfo    2006-09-02 20:54:21.000000000 +0300
+@@ -1,15 +1,18 @@
++#!/usr/bin/php
+ <?php
+ /**
+  * Get the Compatibility info from PHP CLI
+  *
+- * @version    $Id$
++ * @version    $Id$
+  * @author     Davey Shafik <davey@php.net>
+  * @package    PHP_CompatInfo
+  * @access     public
++ * @ignore
+  */
++ini_set('memory_limit', '24M');
++
+ require_once 'PHP/CompatInfo/Cli.php';
+ $cli = new PHP_CompatInfo_Cli();
+ $cli->run();
+-?>
+\ No newline at end of file
This page took 0.07891 seconds and 4 git commands to generate.