packages: php/php.spec - pcntl available in all sapis - remove experimental...
glen
glen at pld-linux.org
Mon May 25 13:34:48 CEST 2009
Author: glen Date: Mon May 25 11:34:48 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- pcntl available in all sapis
- remove experimental module warnings (php itself is one big experiment)
- rel 11
---- Files affected:
packages/php:
php.spec (1.794 -> 1.795)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.794 packages/php/php.spec:1.795
--- packages/php/php.spec:1.794 Tue May 19 18:28:27 2009
+++ packages/php/php.spec Mon May 25 13:34:42 2009
@@ -94,7 +94,7 @@
Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
Name: php
Version: 5.2.9
-Release: 10
+Release: 11
Epoch: 4
License: PHP
Group: Libraries
@@ -1020,18 +1020,14 @@
This is a dynamic shared object (DSO) for PHP that will add OpenSSL
support.
-Warning: this is an experimental module.
-
%description openssl -l pl.UTF-8
Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
-Uwaga: to jest moduł eksperymentalny.
-
%package pcntl
Summary: Process Control extension module for PHP
Summary(pl.UTF-8): Moduł Process Control dla PHP
Group: Libraries
-Requires: %{name}-cli = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
Provides: php(pcntl)
%description pcntl
@@ -1039,16 +1035,10 @@
spawning and control support. It supports functions like fork(),
waitpid(), signal() etc.
-Warning: this is an experimental module. Also, don't use it in
-webserver environment!
-
%description pcntl -l pl.UTF-8
Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
-Uwaga: to jest moduł eksperymentalny. Ponadto nie jest przeznaczony do
-używania z serwerem WWW - nie próbuj tego!
-
%package pdo
Summary: PHP Data Objects (PDO)
Summary(pl.UTF-8): Obsługa PHP Data Objects (PDO)
@@ -1271,13 +1261,9 @@
This is a dynamic shared object (DSO) for PHP that will add Shared
Memory Operations support.
-Warning: this is an experimental module.
-
%description shmop -l pl.UTF-8
Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
-Uwaga: to jest moduł eksperymentalny.
-
%package simplexml
Summary: Simple XML extension module for PHP
Summary(pl.UTF-8): Moduł prostego rozszerzenia XML dla PHP
@@ -1332,13 +1318,9 @@
This is a dynamic shared object (DSO) for PHP that will add sockets
support.
-Warning: this is an experimental module.
-
%description sockets -l pl.UTF-8
Moduł PHP dodający obsługę gniazdek.
-Uwaga: to jest moduł eksperymentalny.
-
%package sqlite
Summary: SQLite extension module for PHP
Summary(pl.UTF-8): Moduł SQLite dla PHP
@@ -1539,13 +1521,9 @@
This is a dynamic shared object (DSO) for PHP that will add XMLRPC
support.
-Warning: this is an experimental module.
-
%description xmlrpc -l pl.UTF-8
Moduł PHP dodający obsługę XMLRPC.
-Uwaga: to jest moduł eksperymentalny.
-
%package xmlwriter
Summary: Fast, non-cached, forward-only means to write XML data
Summary(pl.UTF-8): Szybka, nie cachowana metoda zapisu danych w formacie XML
@@ -2060,7 +2038,7 @@
install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi,cli,cgi-fcgi,apache,apache2handler}.d
# for CLI SAPI only
-mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/{ncurses,pcntl,readline}.ini,cli.d}
+mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/{ncurses,readline}.ini,cli.d}
# use system automake and {lib,sh}tool
%if "%{pld_release}" != "ac"
@@ -2680,7 +2658,7 @@
%files pcntl
%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/pcntl.ini
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
%attr(755,root,root) %{php_extensiondir}/pcntl.so
%files pdo
@@ -2896,6 +2874,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.795 2009/05/25 11:34:42 glen
+- pcntl available in all sapis
+- remove experimental module warnings (php itself is one big experiment)
+- rel 11
+
Revision 1.794 2009/05/19 16:28:27 glen
- make suhosin patch to apply
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.794&r2=1.795&f=u
More information about the pld-cvs-commit
mailing list