[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/php-pear/FC-5 pear.sh, 1.1, 1.2 pecl.sh, 1.1, 1.2 php-pear.spec, 1.11, 1.12
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/php-pear/FC-5 pear.sh, 1.1, 1.2 pecl.sh, 1.1, 1.2 php-pear.spec, 1.11, 1.12
- Date: Mon, 3 Jul 2006 06:55:19 -0400
Author: jorton
Update of /cvs/dist/rpms/php-pear/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv6392
Modified Files:
pear.sh pecl.sh php-pear.spec
Log Message:
* Mon Jul 3 2006 Joe Orton <jorton redhat com> 1:1.4.9-1.1
- set memory_limit=16M in /usr/bin/{pear,pecl} (#196802)
Index: pear.sh
===================================================================
RCS file: /cvs/dist/rpms/php-pear/FC-5/pear.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pear.sh 1 Dec 2005 17:12:57 -0000 1.1
+++ pear.sh 3 Jul 2006 10:55:16 -0000 1.2
@@ -1,3 +1,3 @@
#!/bin/sh
-exec /usr/bin/php -C -d include_path=/usr/share/pear \
+exec /usr/bin/php -C -d include_path=/usr/share/pear -d memory_limit=16M \
-d output_buffering=1 /usr/share/pear/pearcmd.php "$@"
Index: pecl.sh
===================================================================
RCS file: /cvs/dist/rpms/php-pear/FC-5/pecl.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl.sh 4 Dec 2005 16:12:18 -0000 1.1
+++ pecl.sh 3 Jul 2006 10:55:16 -0000 1.2
@@ -1,3 +1,3 @@
#!/bin/sh
-exec /usr/bin/php -C -n -q -d include_path=/usr/share/pear \
+exec /usr/bin/php -C -n -q -d include_path=/usr/share/pear -d memory_limit=16M \
-d output_buffering=1 /usr/share/pear/peclcmd.php "$@"
Index: php-pear.spec
===================================================================
RCS file: /cvs/dist/rpms/php-pear/FC-5/php-pear.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- php-pear.spec 8 May 2006 13:34:11 -0000 1.11
+++ php-pear.spec 3 Jul 2006 10:55:16 -0000 1.12
@@ -6,7 +6,7 @@
Summary: PHP Extension and Application Repository framework
Name: php-pear
Version: 1.4.9
-Release: 1
+Release: 1.1
Epoch: 1
License: The PHP License 3.0
Group: System
@@ -100,6 +100,9 @@
%doc LICENSE
%changelog
+* Mon Jul 3 2006 Joe Orton <jorton redhat com> 1:1.4.9-1.1
+- set memory_limit=16M in /usr/bin/{pear,pecl} (#196802)
+
* Mon May 8 2006 Joe Orton <jorton redhat com> 1:1.4.9-1
- update to 1.4.9 (thanks to Remi Collet, #183359)
- package /usr/share/pear/.pkgxml (#190252)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]