diff --git a/.gitignore b/.gitignore index 2b214cd..3fae827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -Archive_Tar-1.3.7.tgz -Console_Getopt-1.2.3.tgz -PEAR-1.9.1.tgz -Structures_Graph-1.0.3.tgz -XML_RPC-1.5.4.tgz -XML_Util-1.2.1.tgz +*~ /Archive_Tar-1.3.7.tgz -/Console_Getopt-1.2.3.tgz -/PEAR-1.9.1.tgz /Structures_Graph-1.0.4.tgz /XML_RPC-1.5.4.tgz /XML_Util-1.2.1.tgz -/Console_Getopt-1.3.0.tgz -/PEAR-1.9.2.tgz /Console_Getopt-1.3.1.tgz +/PEAR-1.9.3.tgz diff --git a/pear.sh b/pear.sh index 1622845..36be863 100644 --- a/pear.sh +++ b/pear.sh @@ -1,3 +1,12 @@ #!/bin/sh -exec /usr/bin/php -C -d include_path=/usr/share/pear \ - -d output_buffering=1 /usr/share/pear/pearcmd.php "$@" +exec /usr/bin/php -C -q \ + -d include_path=/usr/share/pear \ + -d date.timezone=UTC \ + -d output_buffering=1 \ + -d variables_order=EGPCS \ + -d safe_mode=0 \ + -d register_argc_argv="On" \ + -d open_basedir="" \ + -d auto_prepend_file="" \ + -d auto_append_file="" \ + /usr/share/pear/pearcmd.php "$@" diff --git a/peardev.sh b/peardev.sh index 0d76c4d..340c31b 100644 --- a/peardev.sh +++ b/peardev.sh @@ -1,3 +1,13 @@ #!/bin/sh -exec /usr/bin/php -d memory_limit="-1" -C -q -d include_path=/usr/share/pear \ - -d output_buffering=1 /usr/share/pear/pearcmd.php "$@" +exec /usr/bin/php -C -q \ + -d memory_limit="-1" \ + -d include_path=/usr/share/pear \ + -d date.timezone=UTC \ + -d output_buffering=1 \ + -d variables_order=EGPCS \ + -d safe_mode=0 \ + -d register_argc_argv="On" \ + -d open_basedir="" \ + -d auto_prepend_file="" \ + -d auto_append_file="" \ + /usr/share/pear/pearcmd.php "$@" diff --git a/pecl.sh b/pecl.sh index 09813f6..31288eb 100644 --- a/pecl.sh +++ b/pecl.sh @@ -1,3 +1,9 @@ #!/bin/sh -exec /usr/bin/php -C -n -q -d include_path=/usr/share/pear \ - -d output_buffering=1 /usr/share/pear/peclcmd.php "$@" +exec /usr/bin/php -C -n -q + -d include_path=/usr/share/pear \ + -d date.timezone=UTC \ + -d output_buffering=1 \ + -d variables_order=EGPCS \ + -d safe_mode=0 \ + -d register_argc_argv="On" \ + /usr/share/pear/peclcmd.php "$@" diff --git a/php-pear.spec b/php-pear.spec index 619659b..fb03d7c 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -8,8 +8,8 @@ Summary: PHP Extension and Application Repository framework Name: php-pear -Version: 1.9.2 -Release: 3%{?dist} +Version: 1.9.3 +Release: 1%{?dist} Epoch: 1 # PEAR, Archive_Tar, XML_Util are BSD # XML-RPC, Console_Getopt are PHP @@ -170,6 +170,10 @@ rm new-pear.conf %changelog +* Fri Jun 10 2011 Remi Collet 1:1.9.3-1 +- update to 1.9.3 +- sync options in launcher (pecl, pear, peardev) with upstream + * Wed Mar 16 2011 Remi Collet 1:1.9.2-3 - move %%{pear_docdir} to %%{_docdir}/pear https://fedorahosted.org/fpc/ticket/69 diff --git a/sources b/sources index 0760657..33d49a6 100644 --- a/sources +++ b/sources @@ -1,6 +1,6 @@ a40b15b38ef8a5239309c9faedfa123b Archive_Tar-1.3.7.tgz 310b39cf091b9a0abf398bead60f3f8d Console_Getopt-1.3.1.tgz -2810094b44cf1e9e7da5b5bc3e7b1798 PEAR-1.9.2.tgz +6841b9a285f944dbbc4a95f08729517b PEAR-1.9.3.tgz b99c5e9ac348a2e81515ba16deb7ded3 Structures_Graph-1.0.4.tgz da0d1c21960a67bc76629db28d2c7755 XML_RPC-1.5.4.tgz b8d4efcdb11b308b179f7bb63043284f XML_Util-1.2.1.tgz