1 |
jpp |
1.1 |
%define version 3.0.0 |
2 |
jpp |
1.26 |
%define release 23 |
3 |
jpp |
1.1 |
%define name smeserver-php |
4 |
|
|
|
5 |
|
|
|
6 |
|
|
Summary: PHP FPM pools and more on SME Server |
7 |
|
|
Name: %{name} |
8 |
|
|
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: MIT |
11 |
|
|
Group: Applications/System |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
13 |
jpp |
1.3 |
Patch0: smeserver-php-fpm-0.1.1-bz10871-ibay-php-fpm.patch |
14 |
jpp |
1.4 |
Patch1: smeserver-php-fpm-0.1.1-bz10871-bz10335-fix1.patch |
15 |
|
|
Patch2: smeserver-php-fpm-0.1.1-bz10879-php-fpm_syslog.patch |
16 |
|
|
Patch3: smeserver-php-fpm-0.1.1-bz10877-pool-logs.patch |
17 |
jpp |
1.5 |
Patch4: smeserver-php-3.0.0-bz10888-sys_temp_dir.patch |
18 |
|
|
Patch5: smeserver-php-fpm-0.1.1-bz0335-fix2.patch |
19 |
jpp |
1.9 |
Patch6: smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch |
20 |
jpp |
1.8 |
Patch7: smeserver-php-3.0.0-bz10891-php.ini-allversions.patch |
21 |
jpp |
1.9 |
Patch8: smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch |
22 |
jpp |
1.12 |
Patch9: smeserver-php-3.0.0-bz8787-phpmail.patch |
23 |
jpp |
1.16 |
Patch10: smeserver-php-3.0.0-bz11014.sme-server.target.patch |
24 |
jpp |
1.17 |
Patch11: smeserver-php-3.0.0-bz11087-webapps.patch |
25 |
jpp |
1.18 |
Patch12: smeserver-php-3.0.0-bz11092.typo-upload.patch |
26 |
jpp |
1.19 |
Patch13: smeserver-php-3.0.0-bz11173-bz11015-logging.patch |
27 |
jcrisp |
1.22 |
Patch14: smeserver-php-3.0.0-bz11267-ibay-php-version.patch |
28 |
jcrisp |
1.23 |
Patch15: smeserver-php-3.0.0-bz11287-fix-event-links.patch |
29 |
jpp |
1.26 |
Patch16: smeserver-php-3.0.0-bz11325-logging.patch |
30 |
jpp |
1.1 |
|
31 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
|
|
BuildArch: x86_64 |
33 |
|
|
BuildRequires: e-smith-devtools |
34 |
|
|
|
35 |
|
|
Requires: e-smith-base >= 5.6.0 |
36 |
|
|
Provides: e-smith-php = %{version}-%{release} |
37 |
|
|
Obsoletes: e-smith-php < %{version} |
38 |
jpp |
1.17 |
Provides: smeserver-webapps-common |
39 |
jpp |
1.1 |
|
40 |
|
|
Requires: tmpwatch |
41 |
|
|
Requires: logrotate |
42 |
|
|
|
43 |
|
|
# Stock PHP |
44 |
|
|
Requires: php-cli |
45 |
|
|
Requires: php-ldap |
46 |
|
|
Requires: php-imap |
47 |
|
|
Requires: php-gd |
48 |
|
|
Requires: php-xml |
49 |
|
|
Requires: php-xmlrpc |
50 |
|
|
Requires: php-soap |
51 |
|
|
Requires: php-opcache |
52 |
|
|
Requires: php-fpm |
53 |
|
|
Requires: php-mbstring |
54 |
|
|
Requires: php-mysql |
55 |
|
|
Requires: php-json |
56 |
|
|
Requires: php-bcmath |
57 |
|
|
Requires: php-intl |
58 |
|
|
Requires: php-mcrypt |
59 |
|
|
Requires: php-pear |
60 |
|
|
Requires: php-process |
61 |
|
|
Requires: php-snmp |
62 |
|
|
|
63 |
|
|
|
64 |
|
|
# PHP 5.5 |
65 |
|
|
Requires: php55-php-cli |
66 |
|
|
Requires: php55-php-ldap |
67 |
|
|
Requires: php55-php-imap |
68 |
|
|
Requires: php55-php-gd |
69 |
|
|
Requires: php55-php-xml |
70 |
|
|
Requires: php55-php-xmlrpc |
71 |
|
|
Requires: php55-php-soap |
72 |
|
|
Requires: php55-php-opcache |
73 |
|
|
Requires: php55-php-fpm |
74 |
|
|
Requires: php55-php-mbstring |
75 |
|
|
Requires: php55-php-mysql |
76 |
|
|
Requires: php55-php-json |
77 |
|
|
Requires: php55-php-bcmath |
78 |
|
|
Requires: php55-php-intl |
79 |
|
|
Requires: php55-php-mcrypt |
80 |
|
|
Requires: php55-php-pear |
81 |
|
|
Requires: php55-php-process |
82 |
|
|
Requires: php55-php-snmp |
83 |
|
|
Requires: php55-php, php55-php-enchant , php55-php-pdo php55-php-tidy , php55-php-mysqlnd php55-php-pecl-zip |
84 |
|
|
|
85 |
|
|
# PHP 5.6 |
86 |
|
|
Requires: php56-php-cli |
87 |
|
|
Requires: php56-php-ldap |
88 |
|
|
Requires: php56-php-imap |
89 |
|
|
Requires: php56-php-gd |
90 |
|
|
Requires: php56-php-xml |
91 |
|
|
Requires: php56-php-xmlrpc |
92 |
|
|
Requires: php56-php-soap |
93 |
|
|
Requires: php56-php-opcache |
94 |
|
|
Requires: php56-php-fpm |
95 |
|
|
Requires: php56-php-mbstring |
96 |
|
|
Requires: php56-php-mysql |
97 |
|
|
Requires: php56-php-json |
98 |
|
|
Requires: php56-php-bcmath |
99 |
|
|
Requires: php56-php-intl |
100 |
|
|
Requires: php56-php-mcrypt |
101 |
|
|
Requires: php56-php-pear |
102 |
|
|
Requires: php56-php-process |
103 |
|
|
Requires: php56-php-snmp |
104 |
|
|
Requires: php56-php, php56-php-enchant , php56-php-pdo php56-php-tidy , php56-php-mysqlnd php56-php-pecl-zip |
105 |
|
|
|
106 |
|
|
# PHP 7.0 |
107 |
|
|
Requires: php70-php-cli |
108 |
|
|
Requires: php70-php-ldap |
109 |
|
|
Requires: php70-php-imap |
110 |
|
|
Requires: php70-php-gd |
111 |
|
|
Requires: php70-php-xml |
112 |
|
|
Requires: php70-php-xmlrpc |
113 |
|
|
Requires: php70-php-soap |
114 |
|
|
Requires: php70-php-opcache |
115 |
|
|
Requires: php70-php-fpm |
116 |
|
|
Requires: php70-php-mbstring |
117 |
|
|
Requires: php70-php-mysql |
118 |
|
|
Requires: php70-php-json |
119 |
|
|
Requires: php70-php-bcmath |
120 |
|
|
Requires: php70-php-intl |
121 |
|
|
Requires: php70-php-mcrypt |
122 |
|
|
Requires: php70-php-pear |
123 |
|
|
Requires: php70-php-process |
124 |
|
|
Requires: php70-php-snmp |
125 |
|
|
Requires: php70-php, php70-php-enchant , php70-php-pdo php70-php-tidy , php70-php-mysqlnd php70-php-pecl-zip |
126 |
|
|
|
127 |
|
|
# PHP 7.1 |
128 |
|
|
Requires: php71-php-cli |
129 |
|
|
Requires: php71-php-ldap |
130 |
|
|
Requires: php71-php-imap |
131 |
|
|
Requires: php71-php-gd |
132 |
|
|
Requires: php71-php-xml |
133 |
|
|
Requires: php71-php-xmlrpc |
134 |
|
|
Requires: php71-php-soap |
135 |
|
|
Requires: php71-php-opcache |
136 |
|
|
Requires: php71-php-fpm |
137 |
|
|
Requires: php71-php-mbstring |
138 |
|
|
Requires: php71-php-mysql |
139 |
|
|
Requires: php71-php-json |
140 |
|
|
Requires: php71-php-bcmath |
141 |
|
|
Requires: php71-php-intl |
142 |
|
|
Requires: php71-php-mcrypt |
143 |
|
|
Requires: php71-php-pear |
144 |
|
|
Requires: php71-php-process |
145 |
|
|
Requires: php71-php-snmp |
146 |
|
|
Requires: php71-php, php71-php-enchant , php71-php-pdo php71-php-tidy , php71-php-mysqlnd php71-php-pecl-zip |
147 |
|
|
|
148 |
|
|
# PHP 7.2 |
149 |
|
|
Requires: php72-php-cli |
150 |
|
|
Requires: php72-php-ldap |
151 |
|
|
Requires: php72-php-imap |
152 |
|
|
Requires: php72-php-gd |
153 |
|
|
Requires: php72-php-xml |
154 |
|
|
Requires: php72-php-xmlrpc |
155 |
|
|
Requires: php72-php-soap |
156 |
|
|
Requires: php72-php-opcache |
157 |
|
|
Requires: php72-php-fpm |
158 |
|
|
Requires: php72-php-mbstring |
159 |
|
|
Requires: php72-php-mysql |
160 |
|
|
Requires: php72-php-json |
161 |
|
|
Requires: php72-php-bcmath |
162 |
|
|
Requires: php72-php-intl |
163 |
|
|
Requires: php72-php-mcrypt |
164 |
|
|
Requires: php72-php-pear |
165 |
|
|
Requires: php72-php-process |
166 |
|
|
Requires: php72-php-snmp |
167 |
|
|
Requires: php72-php, php72-php-enchant , php72-php-pdo php72-php-tidy , php72-php-mysqlnd php72-php-pecl-zip |
168 |
|
|
|
169 |
|
|
# PHP 7.3 |
170 |
|
|
Requires: php73-php-cli |
171 |
|
|
Requires: php73-php-ldap |
172 |
|
|
Requires: php73-php-imap |
173 |
|
|
Requires: php73-php-gd |
174 |
|
|
Requires: php73-php-xml |
175 |
|
|
Requires: php73-php-xmlrpc |
176 |
|
|
Requires: php73-php-soap |
177 |
|
|
Requires: php73-php-opcache |
178 |
|
|
Requires: php73-php-fpm |
179 |
|
|
Requires: php73-php-mbstring |
180 |
|
|
Requires: php73-php-mysql |
181 |
|
|
Requires: php73-php-json |
182 |
|
|
Requires: php73-php-bcmath |
183 |
|
|
Requires: php73-php-intl |
184 |
|
|
Requires: php73-php-pear |
185 |
|
|
Requires: php73-php-process |
186 |
|
|
Requires: php73-php-snmp |
187 |
|
|
Requires: php73-php, php73-php-enchant , php73-php-pdo php73-php-tidy , php73-php-mysqlnd php73-php-pecl-zip |
188 |
|
|
|
189 |
|
|
# PHP 7.4 |
190 |
|
|
Requires: php74-php-cli |
191 |
|
|
Requires: php74-php-ldap |
192 |
|
|
Requires: php74-php-imap |
193 |
|
|
Requires: php74-php-gd |
194 |
|
|
Requires: php74-php-xml |
195 |
|
|
Requires: php74-php-xmlrpc |
196 |
|
|
Requires: php74-php-soap |
197 |
|
|
Requires: php74-php-opcache |
198 |
|
|
Requires: php74-php-fpm |
199 |
|
|
Requires: php74-php-mbstring |
200 |
|
|
Requires: php74-php-mysql |
201 |
|
|
Requires: php74-php-json |
202 |
|
|
Requires: php74-php-bcmath |
203 |
|
|
Requires: php74-php-intl |
204 |
|
|
Requires: php74-php-pear |
205 |
|
|
Requires: php74-php-process |
206 |
|
|
Requires: php74-php-snmp |
207 |
|
|
Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip |
208 |
|
|
|
209 |
|
|
%description |
210 |
|
|
Manage PHP FPM pools, and switch between PHP versions easily |
211 |
|
|
|
212 |
|
|
%prep |
213 |
|
|
%setup -q -n %{name}-%{version} |
214 |
jpp |
1.3 |
%patch0 -p1 |
215 |
jpp |
1.4 |
%patch1 -p1 |
216 |
|
|
%patch2 -p1 |
217 |
|
|
%patch3 -p1 |
218 |
jpp |
1.5 |
%patch4 -p1 |
219 |
|
|
%patch5 -p1 |
220 |
jpp |
1.7 |
%patch6 -p1 |
221 |
jpp |
1.8 |
%patch7 -p1 |
222 |
jpp |
1.9 |
%patch8 -p1 |
223 |
jpp |
1.12 |
%patch9 -p1 |
224 |
jpp |
1.16 |
%patch10 -p1 |
225 |
jpp |
1.17 |
%patch11 -p1 |
226 |
jpp |
1.18 |
%patch12 -p1 |
227 |
jpp |
1.19 |
%patch13 -p1 |
228 |
jcrisp |
1.22 |
%patch14 -p1 |
229 |
jcrisp |
1.23 |
%patch15 -p1 |
230 |
jpp |
1.26 |
%patch16 -p1 |
231 |
jpp |
1.1 |
|
232 |
|
|
%build |
233 |
|
|
perl createlinks |
234 |
|
|
%{__mkdir_p} root/var/www/php-cgi-bin/ |
235 |
|
|
%{__mkdir_p} root/var/log/php/php/ |
236 |
|
|
%{__mkdir_p} root/var/lib/php/php/{session,tmp,opcache,wsdlcache} |
237 |
|
|
#create service configuration for SME Seerver |
238 |
|
|
#%{__mkdir_p} root/%{_unitdir}/php-fpm.service.d/ |
239 |
|
|
#echo '' > root/%{_unitdir}/php-fpm.service.d/php-fpm.conf |
240 |
|
|
#enable by default |
241 |
jpp |
1.26 |
#%{__mkdir_p} root/%{_presetdir} |
242 |
|
|
#echo 'enable php-fpm.service' >root/%{_presetdir}/80-koozali-php.preset |
243 |
jpp |
1.1 |
|
244 |
jpp |
1.24 |
#drop in systemd file |
245 |
|
|
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
246 |
jpp |
1.25 |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
247 |
|
|
echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
248 |
jpp |
1.24 |
|
249 |
jpp |
1.19 |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
250 |
jpp |
1.1 |
for phpver in "55" "56" "70" "71" "72" "73" "74"; do |
251 |
|
|
#needed folder |
252 |
|
|
%{__mkdir_p} root/var/log/php/php$phpver/ |
253 |
|
|
%{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache} |
254 |
|
|
|
255 |
|
|
#db configuration |
256 |
|
|
%{__mkdir_p} root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm |
257 |
|
|
echo 'enabled' > root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/status |
258 |
|
|
echo 'service'> root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/type |
259 |
|
|
|
260 |
|
|
#create service configuration for SME Seerver |
261 |
|
|
#%{__mkdir_p} root/%{_unitdir}/php$phpver-php-fpm.service.d/ |
262 |
|
|
#echo '' > root/%{_unitdir}/php$phpver-php-fpm.service.d/php$phpver-php-fpm.conf |
263 |
|
|
|
264 |
jpp |
1.26 |
##enable by default php fpm |
265 |
|
|
#echo 'enable php'$phpver'-php-fpm.service' >>root/%{_presetdir}/80-koozali-php.preset |
266 |
jpp |
1.1 |
|
267 |
jpp |
1.19 |
#logrotate templates |
268 |
|
|
echo 'TEMPLATE_PATH="/etc/logrotate.d/php-fpm" |
269 |
|
|
MORE_DATA={ PHP_VERSION => '$phpver'}' > root/etc/e-smith/templates.metadata/etc/logrotate.d/php$phpver-php-fpm |
270 |
|
|
|
271 |
jpp |
1.24 |
#drop in systemd file |
272 |
|
|
%{__mkdir_p} root/usr/lib/systemd/system/php$phpver-php-fpm.service.d |
273 |
|
|
echo "[Install]" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
274 |
|
|
echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php$phpver-php-fpm.service.d/51koozali.conf |
275 |
|
|
|
276 |
jpp |
1.1 |
done |
277 |
|
|
|
278 |
|
|
#to add a new php version |
279 |
|
|
#php5* |
280 |
|
|
for phpver in "55" ; do |
281 |
|
|
#cp php56 metadata |
282 |
jpp |
1.11 |
mkdir -p root/etc/e-smith/templates.metadata/opt/remi/php$phpver |
283 |
|
|
cp -a root/etc/e-smith/templates.metadata/opt/remi/php56/* root/etc/e-smith/templates.metadata/opt/remi/php$phpver |
284 |
jpp |
1.1 |
#sed inplace |
285 |
|
|
find root/etc/e-smith/templates.metadata/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/56/'$phpver'/g' |
286 |
|
|
done |
287 |
|
|
|
288 |
|
|
# php7* |
289 |
|
|
for phpver in "72" "73" "74"; do |
290 |
|
|
#cp ph70 metada |
291 |
jpp |
1.11 |
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
292 |
|
|
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
293 |
jpp |
1.1 |
#sed inplace |
294 |
|
|
find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/70/'$phpver'/g' |
295 |
|
|
done |
296 |
|
|
|
297 |
|
|
# then patch the following files |
298 |
|
|
#./templates/etc/logrotate.d/php-fpm/php-fpm: /sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true |
299 |
|
|
#./templates/etc/httpd/conf/httpd.conf/68FastCGIConfig: foreach my $ver ('', '56', '70', '71'){ |
300 |
|
|
#./templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults:for VER in php php56 php70 php71; do |
301 |
|
|
|
302 |
|
|
|
303 |
|
|
%install |
304 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
305 |
|
|
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
306 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
307 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
308 |
|
|
--dir /var/log/php/php 'attr(0770,root,www)' \ |
309 |
|
|
--dir /var/lib/php/php/session 'attr(0770,root,www)' \ |
310 |
|
|
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
311 |
|
|
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
312 |
|
|
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
313 |
|
|
`for phpver in "54" "55" "56" "70" "71" "72" "73" "74"; do echo -n "--dir /var/log/php/php$phpver attr(0770,root,www) --dir /var/lib/php/php$phpver/session attr(0770,root,www) --dir /var/lib/php/php$phpver/tmp attr(0770,root,www) --dir /var/lib/php/php$phpver/opcache attr(0770,root,www) --dir /var/lib/php/php$phpver/wsdlcache attr(0770,root,www) ";done ` \ |
314 |
|
|
> %{name}-%{version}-filelist |
315 |
|
|
|
316 |
|
|
|
317 |
|
|
|
318 |
|
|
%clean |
319 |
|
|
rm -rf $RPM_BUILD_ROOT |
320 |
|
|
|
321 |
|
|
%files -f %{name}-%{version}-filelist |
322 |
|
|
%defattr(-,root,root) |
323 |
|
|
|
324 |
|
|
%pre |
325 |
|
|
|
326 |
|
|
%post |
327 |
|
|
# %systemd_post %{pkgname}.service |
328 |
|
|
|
329 |
|
|
%preun |
330 |
|
|
|
331 |
|
|
%changelog |
332 |
jpp |
1.26 |
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-23.sme |
333 |
|
|
- fix php55 logrotate [SME: 11325] |
334 |
|
|
- cleanup remove services in sme-server.target.wants [SME: 10956] |
335 |
|
|
- remove usr/lib preset file from rpm [SME: 10958] |
336 |
|
|
|
337 |
jpp |
1.24 |
* Fri Dec 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-22.sme |
338 |
|
|
- add WantedBy=sme-server.target for all php-fpm service files [SME: 11294] |
339 |
|
|
|
340 |
jcrisp |
1.23 |
* Mon Dec 21 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.0.21.sme |
341 |
|
|
- Fix createlinks typo missing event links [SME: 11287] |
342 |
|
|
- Fix typo |
343 |
|
|
|
344 |
jcrisp |
1.22 |
* Thu Dec 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0.0.20.sme |
345 |
|
|
- Fix individual PHP version for ibay [SME: 11267] |
346 |
|
|
|
347 |
jpp |
1.21 |
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-19.sme |
348 |
|
|
- fix wrong syntax = in place of eq [SME: 11173] |
349 |
|
|
thanks to Terry Fage |
350 |
|
|
|
351 |
jpp |
1.20 |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-18.sme |
352 |
|
|
- fix logrotate error because parent directory has insecure permissions [SME: 11173] |
353 |
|
|
|
354 |
jpp |
1.19 |
* Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-17.sme |
355 |
|
|
- fix warning: ~ action is deprecated with rsyslog [SME: 11015] |
356 |
|
|
- fix logrotate error because parent directory has insecure permissions [SME: 11173] |
357 |
|
|
|
358 |
jpp |
1.18 |
* Mon Nov 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-16.sme |
359 |
|
|
- fix typo for upload_tmp_dir [SME: 11092] |
360 |
|
|
|
361 |
jpp |
1.17 |
* Sun Nov 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-15.sme |
362 |
|
|
- improve integration of webapps : virtualhost and event [SME: 11087] |
363 |
|
|
|
364 |
jpp |
1.16 |
* Wed Sep 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-14.sme |
365 |
|
|
- enable php services for sme-server.target [SME: 11014] |
366 |
|
|
|
367 |
jpp |
1.15 |
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-13.sme |
368 |
|
|
- move and fix link to start services units [SME: 10960] |
369 |
|
|
|
370 |
jpp |
1.14 |
* Fri Mar 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-12.sme |
371 |
|
|
- fix typo in smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch [SME: 10904] |
372 |
|
|
|
373 |
jpp |
1.13 |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-11.sme |
374 |
jpp |
1.12 |
- help monitoring email sent by php [SME: 8787] |
375 |
|
|
|
376 |
jpp |
1.10 |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-9.sme |
377 |
|
|
- move auto_prepend_file from php.ini to php-fpm.d [SME: 10904] |
378 |
|
|
add /usr/share/php in open_basedir if dfined to allow execution of auto_prepend_file |
379 |
jpp |
1.11 |
- fix templates-metadata path fot php 55 72 73 74 |
380 |
jpp |
1.10 |
|
381 |
jpp |
1.9 |
* Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-8.sme |
382 |
|
|
- transfer SERVER auth variables from httpd server to php-fpm pool [SME: 10904] |
383 |
|
|
this allow easy auth for php app using httpd auth as if using php module |
384 |
|
|
|
385 |
jpp |
1.8 |
* Tue Mar 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-7.sme |
386 |
|
|
- templating all php.ini for all available version [SME: 10891] |
387 |
|
|
expanded using webapps-update, smeserver-php-update, console-save and bootstrap-console-save |
388 |
|
|
Values are those from php configuration key, unless defined for the php$VERSION key. |
389 |
|
|
only one template for all, using templates.metadata and conditions vhen needed. |
390 |
|
|
reworked the content of the php.ini to have it uptodate |
391 |
|
|
|
392 |
jpp |
1.7 |
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-6.sme |
393 |
|
|
- enable units for php-fpm services [SME: 10335] |
394 |
|
|
|
395 |
jpp |
1.6 |
* Tue Mar 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-5.sme |
396 |
jpp |
1.5 |
- set sys_temp_dir for php-fpm and ibays [SME: 10888] |
397 |
jpp |
1.6 |
- set restart for php-fpm services in the smeserver-php-update event [SME: 10335] |
398 |
jpp |
1.5 |
|
399 |
jpp |
1.4 |
* Mon Mar 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-3.sme |
400 |
|
|
- fix typos and logic in scripts [SME: 10335] |
401 |
|
|
- only set php admin values if php module is enabled [SME: 10871] |
402 |
|
|
- redirect php*-php-fpm services logs to /var/log/php/php*/php-fpm.log [SME: 10879] |
403 |
|
|
- pool logs in /var/log/php/*/error.log [SME: 10877] |
404 |
|
|
|
405 |
jpp |
1.3 |
* Sat Feb 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-2.sme |
406 |
|
|
- modification for ibays php-fpm support in httpd.conf [SME: 10871] |
407 |
|
|
|
408 |
jpp |
1.1 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
409 |
|
|
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
410 |
|
|
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
411 |
|
|
- merge and Obsoletes e-smith-php [SME: 10335] |
412 |
|
|
- remove reference to php3 and php4 files [SME: 10865] |
413 |
|
|
|
414 |
|
|
* Thu Jul 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
415 |
|
|
- Fix closing parenthesis on prop method in httpd template |
416 |
|
|
|
417 |
|
|
* Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme |
418 |
|
|
- Initial release |
419 |
|
|
|
420 |
|
|
Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
421 |
|
|
- clean daily session and tmp folders [SME: 9626] |
422 |
|
|
- updated path for ibays' session and tmp folders to /var/cache |
423 |
|
|
|
424 |
|
|
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
425 |
|
|
- add tmp folder to ibays [SME: 7011] |
426 |
|
|
- add session folder to ibays [SME: 9620] |
427 |
|
|
- change global session folder from /tmp to /var/lib/php/session/ [SME: 139] |
428 |
|
|
|
429 |
|
|
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
430 |
|
|
- remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416] |
431 |
|
|
|
432 |
|
|
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
433 |
|
|
- Initial release to sme10 |
434 |
|
|
|
435 |
|
|
* Mon Jun 29 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5 |
436 |
|
|
- revert the e-smith-php-2.4.0_add_upload_tmp_folder.patch [SME: 7011] |
437 |
|
|
|
438 |
|
|
* Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme |
439 |
|
|
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
440 |
|
|
|
441 |
jpp |
1.2 |
* Sun May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
442 |
jpp |
1.1 |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
443 |
|
|
- Thanks to Michael McCarn and Jean-philippe Pialasse |
444 |
|
|
|
445 |
|
|
* Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
446 |
|
|
- Force magic_quotes Off [SME: 7605] |
447 |
|
|
|
448 |
|
|
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
449 |
|
|
- Roll new stream for sme9 |
450 |
|
|
|
451 |
|
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
452 |
|
|
- Remove PHP version check from migrate script [SME: 6727] |
453 |
|
|
|
454 |
|
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
455 |
|
|
- Obsolete magic_quotes settings [SME: 6725] |
456 |
|
|
|
457 |
|
|
* Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
458 |
|
|
- Set default timezone [SME: 6716] |
459 |
|
|
|
460 |
|
|
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
461 |
|
|
- Default expose_php in php.ini to Off [SME: 6136] |
462 |
|
|
|
463 |
|
|
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
464 |
|
|
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
465 |
|
|
|
466 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
467 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
468 |
|
|
|
469 |
|
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
470 |
|
|
- Fix latest patches to prevent .orig file [SME: 4513] |
471 |
|
|
|
472 |
|
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
473 |
|
|
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
474 |
|
|
|
475 |
|
|
* Tue Aug 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-6 |
476 |
|
|
- Fix whiteline and spacing issues [SME: 4513] |
477 |
|
|
|
478 |
|
|
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5 |
479 |
|
|
- Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282] |
480 |
|
|
|
481 |
|
|
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-4 |
482 |
|
|
- Use correct lib for modules |
483 |
|
|
|
484 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
485 |
|
|
- Clean up spec so package can be built by koji/plague |
486 |
|
|
|
487 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
488 |
|
|
- Update to new release naming. No functional changes. |
489 |
|
|
- Make Packager generic |
490 |
|
|
|
491 |
|
|
* Fri Oct 13 2006 Shad L. Lords <slords@mail.com> 1.12.0-02 |
492 |
|
|
- Add support for php5 [SME: 1120] |
493 |
|
|
|
494 |
|
|
* Fri Mar 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-01 |
495 |
|
|
- Roll stable stream version. [SME: 1016] |
496 |
|
|
|
497 |
|
|
* Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-10 |
498 |
|
|
- Remove all pre/post/preun/postun scriptlets. [SME: 469] |
499 |
|
|
|
500 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-09 |
501 |
|
|
- Bump release number only |
502 |
|
|
|
503 |
|
|
* Tue Oct 18 2005 Charlie Brady <charlieb@e-smith.com> |
504 |
|
|
- [1.11.0-08] |
505 |
|
|
- Prevent i-bay name aliasing in default open_basedir restriction. |
506 |
|
|
[SF: 1330228] |
507 |
|
|
|
508 |
|
|
* Tue Sep 6 2005 Tony Clayton <apc@e-smith.com> |
509 |
|
|
- [1.11.0-07] |
510 |
|
|
- Turn register_globals off by default [SF: 1271218] |
511 |
|
|
|
512 |
|
|
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
513 |
|
|
- [1.11.0-06] |
514 |
|
|
- Update to current db access APIs, in readiness for move of dbs to private |
515 |
|
|
directory. [SF: 1216546 (Shad)] |
516 |
|
|
|
517 |
|
|
* Sun May 1 2005 Charlie Brady <charlieb@e-smith.com> |
518 |
|
|
- [1.11.0-05] |
519 |
|
|
- Update include_path in php.ini, to base and add-on pear directories. |
520 |
|
|
|
521 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
522 |
|
|
- [1.11.0-04] |
523 |
|
|
- Use generic_template_expand action to expand /etc/php.ini. |
524 |
|
|
Add e-smith-lib dependency. Add e-smith-devtools dependency. [MN00064130] |
525 |
|
|
- Remove anachronisms in /etc/php.ini templates. |
526 |
|
|
- Fix loss of AllowUrlFopen property during post-install. [MN00064752] |
527 |
|
|
|
528 |
|
|
* Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com> |
529 |
|
|
- [1.11.0-03] |
530 |
|
|
- Convert apache config fragments to apache2 format. [charlieb MN00051144] |
531 |
|
|
|
532 |
|
|
* Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com> |
533 |
|
|
- [1.11.0-02] |
534 |
|
|
- Remove specification of dynamic extensions, as that is done with newer |
535 |
|
|
php via /etc/php.d/. [charlieb MN00051515] |
536 |
|
|
- Replace deprecated Copyright header with License header. |
537 |
|
|
- Remove bogus WARNING text from spec file. [charlieb] |
538 |
|
|
|
539 |
|
|
* Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com> |
540 |
|
|
- [1.11.0-01] |
541 |
|
|
- rolling to dev - 1.11.0 |
542 |
|
|
|
543 |
|
|
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
544 |
|
|
- [1.10.0-01] |
545 |
|
|
- Changing version to stable stream number - 1.10.0 |
546 |
|
|
|
547 |
|
|
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
548 |
|
|
- [1.9.0-13] |
549 |
|
|
- Fixed a typo in the previous version. [msoulier 8852] |
550 |
|
|
|
551 |
|
|
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
552 |
|
|
- [1.9.0-12] |
553 |
|
|
- Wrappered the restart of the e-smith web server so that it is conditional on |
554 |
|
|
e-smith-apache being installed. [msoulier 8852] |
555 |
|
|
|
556 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
557 |
|
|
- [1.9.0-11] |
558 |
|
|
- Remembered that we can't query the rpm database during rpm installs. |
559 |
|
|
[msoulier 8852] |
560 |
|
|
|
561 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
562 |
|
|
- [1.9.0-10] |
563 |
|
|
- Wrappered the restart of the e-smith web server so that it is conditional on |
564 |
|
|
e-smith-apache being installed. [msoulier 8852] |
565 |
|
|
|
566 |
|
|
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
567 |
|
|
- [1.9.0-09] |
568 |
|
|
- Added a type default fragment. [msoulier 3299] |
569 |
|
|
|
570 |
|
|
* Wed Apr 23 2003 Gordon Rowell <gordonr@e-smith.com> |
571 |
|
|
- [1.9.0-08] |
572 |
|
|
- Increase limits to allow webmail attachments of 10MB, rather than 2MB |
573 |
|
|
MemoryLimit 8M -> 32M, PostMaxSize 8M -> 20M, UploadMaxFilesize 2M -> 10M [gordonr 8478] |
574 |
|
|
|
575 |
|
|
* Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com> |
576 |
|
|
- [1.9.0-07] |
577 |
|
|
- set allow_url_fopen = Off by default, tunable in config db [gordonr 4970] |
578 |
|
|
|
579 |
|
|
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
580 |
|
|
- [1.9.0-06] |
581 |
|
|
- And back out last change - not a bug [gordonr 7836] |
582 |
|
|
|
583 |
|
|
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
584 |
|
|
- [1.9.0-05] |
585 |
|
|
- Fix include_path in php.ini [gordonr 7836] |
586 |
|
|
|
587 |
|
|
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
588 |
|
|
- [1.9.0-04] |
589 |
|
|
- Update more httpd.conf fragments to new interface [gordonr 7600] |
590 |
|
|
|
591 |
|
|
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
592 |
|
|
- [1.9.0-03] |
593 |
|
|
- Update httpd.conf fragment to new interface [gordonr 7600] |
594 |
|
|
|
595 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
596 |
|
|
- [1.9.0-02] |
597 |
|
|
- Adding .phtml extension. [msoulier 6543] |
598 |
|
|
|
599 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
600 |
|
|
- [1.9.0-01] |
601 |
|
|
- rolling to development stream to 1.9.0 |
602 |
|
|
|
603 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
604 |
|
|
- [1.8.0-05] |
605 |
|
|
- Backing out changes since 1.8.0-01, as they belong in a development stream. |
606 |
|
|
[msoulier 6543] |
607 |
|
|
|
608 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
609 |
|
|
- [1.8.0-04] |
610 |
|
|
- Fixed a syntax error that I should have caught before committing the last |
611 |
|
|
version. [msoulier 6543] |
612 |
|
|
|
613 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
614 |
|
|
- [1.8.0-03] |
615 |
|
|
- Bringing the api up to the modern version. [msoulier 6543] |
616 |
|
|
|
617 |
|
|
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
618 |
|
|
- [1.8.0-02] |
619 |
|
|
- Added index.phtml to the DirectoryIndex directive, and made the code a |
620 |
|
|
little nicer to look at. [msoulier 6543] |
621 |
|
|
|
622 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
623 |
|
|
- [1.8.0-01] |
624 |
|
|
- Roll to maintained version number to 1.8.0 |
625 |
|
|
|
626 |
|
|
* Mon Jul 22 2002 Charlie Brady <charlieb@e-smith.com> |
627 |
|
|
- [1.7.1-01] |
628 |
|
|
- Add conf-php link to bootstrap-console-save event [charlieb 1939] |
629 |
|
|
|
630 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
631 |
|
|
- [1.7.0-01] |
632 |
|
|
- Changing version to development stream number to 1.7.0 |
633 |
|
|
|
634 |
|
|
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
635 |
|
|
- [1.6.0-01] |
636 |
|
|
- Changing version to maintained stream number to 1.6.0 |
637 |
|
|
|
638 |
|
|
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
639 |
|
|
- [1.5.5-01] |
640 |
|
|
- RPM rebuild forced by cvsroot2rpm |
641 |
|
|
|
642 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
643 |
|
|
- [1.5.4-01] |
644 |
|
|
- Turned off display_errors, use error_log -> syslog instead, as per |
645 |
|
|
Dan Brown's PHP upgrade HOWTO |
646 |
|
|
- Tidied up formatting in that fragment [gordonr 3019] |
647 |
|
|
|
648 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
649 |
|
|
- [1.5.3-01] |
650 |
|
|
- Imported into CVS |
651 |
|
|
|
652 |
|
|
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
653 |
|
|
- [1.5.1-01] |
654 |
|
|
- rollRPM: Rolled version number to 1.5.1-01. Includes patches up to 1.5.0-03. |
655 |
|
|
|
656 |
|
|
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
657 |
|
|
- [1.5.0-03] |
658 |
|
|
- Remove all comments from php.ini template fragments. |
659 |
|
|
- Allow some resource limits to be set by properties of the php service |
660 |
|
|
in the config db. |
661 |
|
|
|
662 |
|
|
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
663 |
|
|
- [1.5.0-02] |
664 |
|
|
- Template /etc/php.ini, and expand template during conf-php action. |
665 |
|
|
- Make some simplifications to the conf-php script, and remove a |
666 |
|
|
potential error case (php is not in config db and event is neither |
667 |
|
|
post-install or post-upgrade). |
668 |
|
|
|
669 |
|
|
* Mon Feb 4 2002 Charlie Brady <charlieb@e-smith.com> |
670 |
|
|
- [1.5.0-01] |
671 |
|
|
- rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-03. |
672 |
|
|
|
673 |
|
|
* Thu Sep 6 2001 Charlie Brady <charlieb@e-smith.com> |
674 |
|
|
- [1.4.0-03] |
675 |
|
|
- Restrict PHP programs residing in an i-bay to only be able to open files |
676 |
|
|
which reside in the same i-bay. An i-bay property PHPBaseDir is available |
677 |
|
|
to override this restriction. |
678 |
|
|
|
679 |
|
|
* Fri Aug 17 2001 gordonr |
680 |
|
|
- [1.4.0-02] |
681 |
|
|
- Autorebuild by rebuildRPM |
682 |
|
|
|
683 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
684 |
|
|
- [1.4.0-01] |
685 |
|
|
- Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-02. |
686 |
|
|
|
687 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
688 |
|
|
- [1.3.0-02] |
689 |
|
|
- Load PHP modules late, not first. This corrects a compatibility problem |
690 |
|
|
with RedHat 7.1 RPMS. |
691 |
|
|
|
692 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
693 |
|
|
- [1.3.0-01] |
694 |
|
|
- Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-05. |
695 |
|
|
|
696 |
|
|
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
697 |
|
|
- [1.2.0-05] |
698 |
|
|
- Changed license to GPL |
699 |
|
|
|
700 |
|
|
* Fri Mar 23 2001 Charlie Brady <charlieb@e-smith.com> |
701 |
|
|
- [1.2.0-04] |
702 |
|
|
- Disable PHP MIME type by default |
703 |
|
|
- Enable PHP MIME type for each i-bay for which dynamic content is enabled. |
704 |
|
|
|
705 |
|
|
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
706 |
|
|
- [1.2.0-03] |
707 |
|
|
- Rolling release number for GPG signing. |
708 |
|
|
|
709 |
|
|
* Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com> |
710 |
|
|
- [1.2.0-02] |
711 |
|
|
- changed action to run at 50, instead of 55. |
712 |
|
|
|
713 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
714 |
|
|
- [1.2.0-01] |
715 |
|
|
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-10. |
716 |
|
|
|
717 |
|
|
* Wed Jan 17 2001 Adrian Chung <adrianc@e-smith.com> |
718 |
|
|
- [1.1.0-10] |
719 |
|
|
- PHP is enabled by default. |
720 |
|
|
|
721 |
|
|
* Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com> |
722 |
|
|
- [1.1.0-9] |
723 |
|
|
- rolling to 9, 8 is missing. |
724 |
|
|
- pulling expand httpd.conf, we'll leave conf-httpd |
725 |
|
|
to do it. |
726 |
|
|
|
727 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
728 |
|
|
- [1.1.0-8] |
729 |
|
|
- pulled restarting apache - just expand httpd.conf |
730 |
|
|
|
731 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
732 |
|
|
- [1.1.0-7] |
733 |
|
|
- apache now restarts whenever php's status changes |
734 |
|
|
|
735 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
736 |
|
|
- [1.1.0-6] |
737 |
|
|
- expand httpd.conf template from conf-php |
738 |
|
|
|
739 |
|
|
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
740 |
|
|
- [1.1.0-5] |
741 |
|
|
- add apache restart code to conf-php |
742 |
|
|
|
743 |
|
|
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
744 |
|
|
- [1.1.0-4] |
745 |
|
|
- Only run %post actions in runlevel 7 |
746 |
|
|
|
747 |
|
|
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
748 |
|
|
- [1.1.0-3] |
749 |
|
|
- put createlinks back in. |
750 |
|
|
|
751 |
|
|
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
752 |
|
|
- [1.1.0-2] |
753 |
|
|
- expand PHP httpd.conf fragments conditionally based on |
754 |
|
|
service status. |
755 |
|
|
- add PHP to the services database and default to disabled. |
756 |
|
|
|
757 |
|
|
* Wed Dec 06 2000 Peter Samuel <peters@e-smith.com> |
758 |
|
|
- [1.1.0-1] |
759 |
|
|
- Rolled version to 1.1.0-1. Inlcudes patches up to 0.1-1. |
760 |
|
|
|
761 |
|
|
* Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com> |
762 |
|
|
- initial release |