update to 1.9.3
This commit is contained in:
parent
65cf09fc46
commit
a947c8270d
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||
|
13
pear.sh
13
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 "$@"
|
||||
|
14
peardev.sh
14
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 "$@"
|
||||
|
10
pecl.sh
10
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 "$@"
|
||||
|
@ -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 <Fedora@FamilleCollet.com> 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 <Fedora@FamilleCollet.com> 1:1.9.2-3
|
||||
- move %%{pear_docdir} to %%{_docdir}/pear
|
||||
https://fedorahosted.org/fpc/ticket/69
|
||||
|
2
sources
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user