1 |
%define version 3.0.0 |
2 |
%define release 1 |
3 |
%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 |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArch: x86_64 |
16 |
BuildRequires: e-smith-devtools |
17 |
|
18 |
Requires: e-smith-base >= 5.6.0 |
19 |
Provides: e-smith-php = %{version}-%{release} |
20 |
Obsoletes: e-smith-php < %{version} |
21 |
|
22 |
Requires: tmpwatch |
23 |
Requires: logrotate |
24 |
|
25 |
# Stock PHP |
26 |
Requires: php-cli |
27 |
Requires: php-ldap |
28 |
Requires: php-imap |
29 |
Requires: php-gd |
30 |
Requires: php-xml |
31 |
Requires: php-xmlrpc |
32 |
Requires: php-soap |
33 |
Requires: php-opcache |
34 |
Requires: php-fpm |
35 |
Requires: php-mbstring |
36 |
Requires: php-mysql |
37 |
Requires: php-json |
38 |
Requires: php-bcmath |
39 |
Requires: php-intl |
40 |
Requires: php-mcrypt |
41 |
Requires: php-pear |
42 |
Requires: php-process |
43 |
Requires: php-snmp |
44 |
|
45 |
|
46 |
# PHP 5.5 |
47 |
Requires: php55-php-cli |
48 |
Requires: php55-php-ldap |
49 |
Requires: php55-php-imap |
50 |
Requires: php55-php-gd |
51 |
Requires: php55-php-xml |
52 |
Requires: php55-php-xmlrpc |
53 |
Requires: php55-php-soap |
54 |
Requires: php55-php-opcache |
55 |
Requires: php55-php-fpm |
56 |
Requires: php55-php-mbstring |
57 |
Requires: php55-php-mysql |
58 |
Requires: php55-php-json |
59 |
Requires: php55-php-bcmath |
60 |
Requires: php55-php-intl |
61 |
Requires: php55-php-mcrypt |
62 |
Requires: php55-php-pear |
63 |
Requires: php55-php-process |
64 |
Requires: php55-php-snmp |
65 |
Requires: php55-php, php55-php-enchant , php55-php-pdo php55-php-tidy , php55-php-mysqlnd php55-php-pecl-zip |
66 |
|
67 |
# PHP 5.6 |
68 |
Requires: php56-php-cli |
69 |
Requires: php56-php-ldap |
70 |
Requires: php56-php-imap |
71 |
Requires: php56-php-gd |
72 |
Requires: php56-php-xml |
73 |
Requires: php56-php-xmlrpc |
74 |
Requires: php56-php-soap |
75 |
Requires: php56-php-opcache |
76 |
Requires: php56-php-fpm |
77 |
Requires: php56-php-mbstring |
78 |
Requires: php56-php-mysql |
79 |
Requires: php56-php-json |
80 |
Requires: php56-php-bcmath |
81 |
Requires: php56-php-intl |
82 |
Requires: php56-php-mcrypt |
83 |
Requires: php56-php-pear |
84 |
Requires: php56-php-process |
85 |
Requires: php56-php-snmp |
86 |
Requires: php56-php, php56-php-enchant , php56-php-pdo php56-php-tidy , php56-php-mysqlnd php56-php-pecl-zip |
87 |
|
88 |
# PHP 7.0 |
89 |
Requires: php70-php-cli |
90 |
Requires: php70-php-ldap |
91 |
Requires: php70-php-imap |
92 |
Requires: php70-php-gd |
93 |
Requires: php70-php-xml |
94 |
Requires: php70-php-xmlrpc |
95 |
Requires: php70-php-soap |
96 |
Requires: php70-php-opcache |
97 |
Requires: php70-php-fpm |
98 |
Requires: php70-php-mbstring |
99 |
Requires: php70-php-mysql |
100 |
Requires: php70-php-json |
101 |
Requires: php70-php-bcmath |
102 |
Requires: php70-php-intl |
103 |
Requires: php70-php-mcrypt |
104 |
Requires: php70-php-pear |
105 |
Requires: php70-php-process |
106 |
Requires: php70-php-snmp |
107 |
Requires: php70-php, php70-php-enchant , php70-php-pdo php70-php-tidy , php70-php-mysqlnd php70-php-pecl-zip |
108 |
|
109 |
# PHP 7.1 |
110 |
Requires: php71-php-cli |
111 |
Requires: php71-php-ldap |
112 |
Requires: php71-php-imap |
113 |
Requires: php71-php-gd |
114 |
Requires: php71-php-xml |
115 |
Requires: php71-php-xmlrpc |
116 |
Requires: php71-php-soap |
117 |
Requires: php71-php-opcache |
118 |
Requires: php71-php-fpm |
119 |
Requires: php71-php-mbstring |
120 |
Requires: php71-php-mysql |
121 |
Requires: php71-php-json |
122 |
Requires: php71-php-bcmath |
123 |
Requires: php71-php-intl |
124 |
Requires: php71-php-mcrypt |
125 |
Requires: php71-php-pear |
126 |
Requires: php71-php-process |
127 |
Requires: php71-php-snmp |
128 |
Requires: php71-php, php71-php-enchant , php71-php-pdo php71-php-tidy , php71-php-mysqlnd php71-php-pecl-zip |
129 |
|
130 |
# PHP 7.2 |
131 |
Requires: php72-php-cli |
132 |
Requires: php72-php-ldap |
133 |
Requires: php72-php-imap |
134 |
Requires: php72-php-gd |
135 |
Requires: php72-php-xml |
136 |
Requires: php72-php-xmlrpc |
137 |
Requires: php72-php-soap |
138 |
Requires: php72-php-opcache |
139 |
Requires: php72-php-fpm |
140 |
Requires: php72-php-mbstring |
141 |
Requires: php72-php-mysql |
142 |
Requires: php72-php-json |
143 |
Requires: php72-php-bcmath |
144 |
Requires: php72-php-intl |
145 |
Requires: php72-php-mcrypt |
146 |
Requires: php72-php-pear |
147 |
Requires: php72-php-process |
148 |
Requires: php72-php-snmp |
149 |
Requires: php72-php, php72-php-enchant , php72-php-pdo php72-php-tidy , php72-php-mysqlnd php72-php-pecl-zip |
150 |
|
151 |
# PHP 7.3 |
152 |
Requires: php73-php-cli |
153 |
Requires: php73-php-ldap |
154 |
Requires: php73-php-imap |
155 |
Requires: php73-php-gd |
156 |
Requires: php73-php-xml |
157 |
Requires: php73-php-xmlrpc |
158 |
Requires: php73-php-soap |
159 |
Requires: php73-php-opcache |
160 |
Requires: php73-php-fpm |
161 |
Requires: php73-php-mbstring |
162 |
Requires: php73-php-mysql |
163 |
Requires: php73-php-json |
164 |
Requires: php73-php-bcmath |
165 |
Requires: php73-php-intl |
166 |
Requires: php73-php-pear |
167 |
Requires: php73-php-process |
168 |
Requires: php73-php-snmp |
169 |
Requires: php73-php, php73-php-enchant , php73-php-pdo php73-php-tidy , php73-php-mysqlnd php73-php-pecl-zip |
170 |
|
171 |
# PHP 7.4 |
172 |
Requires: php74-php-cli |
173 |
Requires: php74-php-ldap |
174 |
Requires: php74-php-imap |
175 |
Requires: php74-php-gd |
176 |
Requires: php74-php-xml |
177 |
Requires: php74-php-xmlrpc |
178 |
Requires: php74-php-soap |
179 |
Requires: php74-php-opcache |
180 |
Requires: php74-php-fpm |
181 |
Requires: php74-php-mbstring |
182 |
Requires: php74-php-mysql |
183 |
Requires: php74-php-json |
184 |
Requires: php74-php-bcmath |
185 |
Requires: php74-php-intl |
186 |
Requires: php74-php-pear |
187 |
Requires: php74-php-process |
188 |
Requires: php74-php-snmp |
189 |
Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip |
190 |
|
191 |
%description |
192 |
Manage PHP FPM pools, and switch between PHP versions easily |
193 |
|
194 |
%prep |
195 |
%setup -q -n %{name}-%{version} |
196 |
|
197 |
%build |
198 |
perl createlinks |
199 |
%{__mkdir_p} root/var/www/php-cgi-bin/ |
200 |
%{__mkdir_p} root/var/log/php/php/ |
201 |
%{__mkdir_p} root/var/lib/php/php/{session,tmp,opcache,wsdlcache} |
202 |
#create service configuration for SME Seerver |
203 |
#%{__mkdir_p} root/%{_unitdir}/php-fpm.service.d/ |
204 |
#echo '' > root/%{_unitdir}/php-fpm.service.d/php-fpm.conf |
205 |
#enable by default |
206 |
%{__mkdir_p} root/%{_presetdir} |
207 |
echo 'enable php-fpm.service' >root/%{_presetdir}/80-koozali-php.preset |
208 |
|
209 |
for phpver in "55" "56" "70" "71" "72" "73" "74"; do |
210 |
#needed folder |
211 |
%{__mkdir_p} root/var/log/php/php$phpver/ |
212 |
%{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache} |
213 |
|
214 |
#db configuration |
215 |
%{__mkdir_p} root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm |
216 |
echo 'enabled' > root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/status |
217 |
echo 'service'> root/etc/e-smith/db/configuration/defaults/php$phpver-php-fpm/type |
218 |
|
219 |
#create service configuration for SME Seerver |
220 |
#%{__mkdir_p} root/%{_unitdir}/php$phpver-php-fpm.service.d/ |
221 |
#echo '' > root/%{_unitdir}/php$phpver-php-fpm.service.d/php$phpver-php-fpm.conf |
222 |
|
223 |
#enable by default php fpm |
224 |
echo 'enable php'$phpver'-php-fpm.service' >>root/%{_presetdir}/80-koozali-php.preset |
225 |
|
226 |
done |
227 |
|
228 |
#to add a new php version |
229 |
#php5* |
230 |
for phpver in "55" ; do |
231 |
#cp php56 metadata |
232 |
cp -a root/etc/e-smith/templates.metadata/opt/remi/php56 root/etc/e-smith/templates.metadata/opt/remi/php$phpver |
233 |
#sed inplace |
234 |
find root/etc/e-smith/templates.metadata/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/56/'$phpver'/g' |
235 |
done |
236 |
|
237 |
# php7* |
238 |
for phpver in "72" "73" "74"; do |
239 |
#cp ph70 metada |
240 |
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70 root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver |
241 |
#sed inplace |
242 |
find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/70/'$phpver'/g' |
243 |
done |
244 |
|
245 |
# then patch the following files |
246 |
#./templates/etc/logrotate.d/php-fpm/php-fpm: /sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true |
247 |
#./templates/etc/httpd/conf/httpd.conf/68FastCGIConfig: foreach my $ver ('', '56', '70', '71'){ |
248 |
#./templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults:for VER in php php56 php70 php71; do |
249 |
|
250 |
|
251 |
%install |
252 |
/bin/rm -rf $RPM_BUILD_ROOT |
253 |
(cd root; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
254 |
/bin/rm -f %{name}-%{version}-filelist |
255 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
256 |
--dir /var/log/php/php 'attr(0770,root,www)' \ |
257 |
--dir /var/lib/php/php/session 'attr(0770,root,www)' \ |
258 |
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
259 |
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
260 |
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
261 |
`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 ` \ |
262 |
> %{name}-%{version}-filelist |
263 |
|
264 |
|
265 |
|
266 |
%clean |
267 |
rm -rf $RPM_BUILD_ROOT |
268 |
|
269 |
%files -f %{name}-%{version}-filelist |
270 |
%defattr(-,root,root) |
271 |
|
272 |
%pre |
273 |
|
274 |
%post |
275 |
# %systemd_post %{pkgname}.service |
276 |
|
277 |
%preun |
278 |
|
279 |
%changelog |
280 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
281 |
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
282 |
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
283 |
- merge and Obsoletes e-smith-php [SME: 10335] |
284 |
- remove reference to php3 and php4 files [SME: 10865] |
285 |
|
286 |
* Thu Jul 27 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1.sme |
287 |
- Fix closing parenthesis on prop method in httpd template |
288 |
|
289 |
* Wed Jul 26 2017 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1.sme |
290 |
- Initial release |
291 |
|
292 |
Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
293 |
- clean daily session and tmp folders [SME: 9626] |
294 |
- updated path for ibays' session and tmp folders to /var/cache |
295 |
|
296 |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
297 |
- add tmp folder to ibays [SME: 7011] |
298 |
- add session folder to ibays [SME: 9620] |
299 |
- change global session folder from /tmp to /var/lib/php/session/ [SME: 139] |
300 |
|
301 |
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
302 |
- remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416] |
303 |
|
304 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
305 |
- Initial release to sme10 |
306 |
|
307 |
* Mon Jun 29 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5 |
308 |
- revert the e-smith-php-2.4.0_add_upload_tmp_folder.patch [SME: 7011] |
309 |
|
310 |
* Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme |
311 |
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
312 |
|
313 |
* Sun May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
314 |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
315 |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
316 |
|
317 |
* Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
318 |
- Force magic_quotes Off [SME: 7605] |
319 |
|
320 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
321 |
- Roll new stream for sme9 |
322 |
|
323 |
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
324 |
- Remove PHP version check from migrate script [SME: 6727] |
325 |
|
326 |
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
327 |
- Obsolete magic_quotes settings [SME: 6725] |
328 |
|
329 |
* Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
330 |
- Set default timezone [SME: 6716] |
331 |
|
332 |
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
333 |
- Default expose_php in php.ini to Off [SME: 6136] |
334 |
|
335 |
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
336 |
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
337 |
|
338 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
339 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
340 |
|
341 |
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
342 |
- Fix latest patches to prevent .orig file [SME: 4513] |
343 |
|
344 |
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
345 |
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
346 |
|
347 |
* Tue Aug 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-6 |
348 |
- Fix whiteline and spacing issues [SME: 4513] |
349 |
|
350 |
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-5 |
351 |
- Split 80ModuleSettings template fragmenent to have one frament per module [SME: 3282] |
352 |
|
353 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-4 |
354 |
- Use correct lib for modules |
355 |
|
356 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
357 |
- Clean up spec so package can be built by koji/plague |
358 |
|
359 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
360 |
- Update to new release naming. No functional changes. |
361 |
- Make Packager generic |
362 |
|
363 |
* Fri Oct 13 2006 Shad L. Lords <slords@mail.com> 1.12.0-02 |
364 |
- Add support for php5 [SME: 1120] |
365 |
|
366 |
* Fri Mar 17 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-01 |
367 |
- Roll stable stream version. [SME: 1016] |
368 |
|
369 |
* Mon Jan 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-10 |
370 |
- Remove all pre/post/preun/postun scriptlets. [SME: 469] |
371 |
|
372 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-09 |
373 |
- Bump release number only |
374 |
|
375 |
* Tue Oct 18 2005 Charlie Brady <charlieb@e-smith.com> |
376 |
- [1.11.0-08] |
377 |
- Prevent i-bay name aliasing in default open_basedir restriction. |
378 |
[SF: 1330228] |
379 |
|
380 |
* Tue Sep 6 2005 Tony Clayton <apc@e-smith.com> |
381 |
- [1.11.0-07] |
382 |
- Turn register_globals off by default [SF: 1271218] |
383 |
|
384 |
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
385 |
- [1.11.0-06] |
386 |
- Update to current db access APIs, in readiness for move of dbs to private |
387 |
directory. [SF: 1216546 (Shad)] |
388 |
|
389 |
* Sun May 1 2005 Charlie Brady <charlieb@e-smith.com> |
390 |
- [1.11.0-05] |
391 |
- Update include_path in php.ini, to base and add-on pear directories. |
392 |
|
393 |
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
394 |
- [1.11.0-04] |
395 |
- Use generic_template_expand action to expand /etc/php.ini. |
396 |
Add e-smith-lib dependency. Add e-smith-devtools dependency. [MN00064130] |
397 |
- Remove anachronisms in /etc/php.ini templates. |
398 |
- Fix loss of AllowUrlFopen property during post-install. [MN00064752] |
399 |
|
400 |
* Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com> |
401 |
- [1.11.0-03] |
402 |
- Convert apache config fragments to apache2 format. [charlieb MN00051144] |
403 |
|
404 |
* Fri Nov 5 2004 Charlie Brady <charlieb@e-smith.com> |
405 |
- [1.11.0-02] |
406 |
- Remove specification of dynamic extensions, as that is done with newer |
407 |
php via /etc/php.d/. [charlieb MN00051515] |
408 |
- Replace deprecated Copyright header with License header. |
409 |
- Remove bogus WARNING text from spec file. [charlieb] |
410 |
|
411 |
* Mon Jan 26 2004 Michael Soulier <msoulier@e-smith.com> |
412 |
- [1.11.0-01] |
413 |
- rolling to dev - 1.11.0 |
414 |
|
415 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
416 |
- [1.10.0-01] |
417 |
- Changing version to stable stream number - 1.10.0 |
418 |
|
419 |
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
420 |
- [1.9.0-13] |
421 |
- Fixed a typo in the previous version. [msoulier 8852] |
422 |
|
423 |
* Wed May 28 2003 Michael Soulier <msoulier@e-smith.com> |
424 |
- [1.9.0-12] |
425 |
- Wrappered the restart of the e-smith web server so that it is conditional on |
426 |
e-smith-apache being installed. [msoulier 8852] |
427 |
|
428 |
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
429 |
- [1.9.0-11] |
430 |
- Remembered that we can't query the rpm database during rpm installs. |
431 |
[msoulier 8852] |
432 |
|
433 |
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
434 |
- [1.9.0-10] |
435 |
- Wrappered the restart of the e-smith web server so that it is conditional on |
436 |
e-smith-apache being installed. [msoulier 8852] |
437 |
|
438 |
* Tue May 27 2003 Michael Soulier <msoulier@e-smith.com> |
439 |
- [1.9.0-09] |
440 |
- Added a type default fragment. [msoulier 3299] |
441 |
|
442 |
* Wed Apr 23 2003 Gordon Rowell <gordonr@e-smith.com> |
443 |
- [1.9.0-08] |
444 |
- Increase limits to allow webmail attachments of 10MB, rather than 2MB |
445 |
MemoryLimit 8M -> 32M, PostMaxSize 8M -> 20M, UploadMaxFilesize 2M -> 10M [gordonr 8478] |
446 |
|
447 |
* Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com> |
448 |
- [1.9.0-07] |
449 |
- set allow_url_fopen = Off by default, tunable in config db [gordonr 4970] |
450 |
|
451 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
452 |
- [1.9.0-06] |
453 |
- And back out last change - not a bug [gordonr 7836] |
454 |
|
455 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
456 |
- [1.9.0-05] |
457 |
- Fix include_path in php.ini [gordonr 7836] |
458 |
|
459 |
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
460 |
- [1.9.0-04] |
461 |
- Update more httpd.conf fragments to new interface [gordonr 7600] |
462 |
|
463 |
* Fri Mar 7 2003 Gordon Rowell <gordonr@e-smith.com> |
464 |
- [1.9.0-03] |
465 |
- Update httpd.conf fragment to new interface [gordonr 7600] |
466 |
|
467 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
468 |
- [1.9.0-02] |
469 |
- Adding .phtml extension. [msoulier 6543] |
470 |
|
471 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
472 |
- [1.9.0-01] |
473 |
- rolling to development stream to 1.9.0 |
474 |
|
475 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
476 |
- [1.8.0-05] |
477 |
- Backing out changes since 1.8.0-01, as they belong in a development stream. |
478 |
[msoulier 6543] |
479 |
|
480 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
481 |
- [1.8.0-04] |
482 |
- Fixed a syntax error that I should have caught before committing the last |
483 |
version. [msoulier 6543] |
484 |
|
485 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
486 |
- [1.8.0-03] |
487 |
- Bringing the api up to the modern version. [msoulier 6543] |
488 |
|
489 |
* Thu Jan 23 2003 Michael Soulier <msoulier@e-smith.com> |
490 |
- [1.8.0-02] |
491 |
- Added index.phtml to the DirectoryIndex directive, and made the code a |
492 |
little nicer to look at. [msoulier 6543] |
493 |
|
494 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
495 |
- [1.8.0-01] |
496 |
- Roll to maintained version number to 1.8.0 |
497 |
|
498 |
* Mon Jul 22 2002 Charlie Brady <charlieb@e-smith.com> |
499 |
- [1.7.1-01] |
500 |
- Add conf-php link to bootstrap-console-save event [charlieb 1939] |
501 |
|
502 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
503 |
- [1.7.0-01] |
504 |
- Changing version to development stream number to 1.7.0 |
505 |
|
506 |
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
507 |
- [1.6.0-01] |
508 |
- Changing version to maintained stream number to 1.6.0 |
509 |
|
510 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
511 |
- [1.5.5-01] |
512 |
- RPM rebuild forced by cvsroot2rpm |
513 |
|
514 |
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
515 |
- [1.5.4-01] |
516 |
- Turned off display_errors, use error_log -> syslog instead, as per |
517 |
Dan Brown's PHP upgrade HOWTO |
518 |
- Tidied up formatting in that fragment [gordonr 3019] |
519 |
|
520 |
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
521 |
- [1.5.3-01] |
522 |
- Imported into CVS |
523 |
|
524 |
* Fri Mar 15 2002 Gordon Rowell <gordonr@e-smith.com> |
525 |
- [1.5.1-01] |
526 |
- rollRPM: Rolled version number to 1.5.1-01. Includes patches up to 1.5.0-03. |
527 |
|
528 |
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
529 |
- [1.5.0-03] |
530 |
- Remove all comments from php.ini template fragments. |
531 |
- Allow some resource limits to be set by properties of the php service |
532 |
in the config db. |
533 |
|
534 |
* Mon Feb 04 2002 Charlie Brady <charlieb@e-smith.com> |
535 |
- [1.5.0-02] |
536 |
- Template /etc/php.ini, and expand template during conf-php action. |
537 |
- Make some simplifications to the conf-php script, and remove a |
538 |
potential error case (php is not in config db and event is neither |
539 |
post-install or post-upgrade). |
540 |
|
541 |
* Mon Feb 4 2002 Charlie Brady <charlieb@e-smith.com> |
542 |
- [1.5.0-01] |
543 |
- rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-03. |
544 |
|
545 |
* Thu Sep 6 2001 Charlie Brady <charlieb@e-smith.com> |
546 |
- [1.4.0-03] |
547 |
- Restrict PHP programs residing in an i-bay to only be able to open files |
548 |
which reside in the same i-bay. An i-bay property PHPBaseDir is available |
549 |
to override this restriction. |
550 |
|
551 |
* Fri Aug 17 2001 gordonr |
552 |
- [1.4.0-02] |
553 |
- Autorebuild by rebuildRPM |
554 |
|
555 |
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
556 |
- [1.4.0-01] |
557 |
- Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-02. |
558 |
|
559 |
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
560 |
- [1.3.0-02] |
561 |
- Load PHP modules late, not first. This corrects a compatibility problem |
562 |
with RedHat 7.1 RPMS. |
563 |
|
564 |
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
565 |
- [1.3.0-01] |
566 |
- Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-05. |
567 |
|
568 |
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
569 |
- [1.2.0-05] |
570 |
- Changed license to GPL |
571 |
|
572 |
* Fri Mar 23 2001 Charlie Brady <charlieb@e-smith.com> |
573 |
- [1.2.0-04] |
574 |
- Disable PHP MIME type by default |
575 |
- Enable PHP MIME type for each i-bay for which dynamic content is enabled. |
576 |
|
577 |
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
578 |
- [1.2.0-03] |
579 |
- Rolling release number for GPG signing. |
580 |
|
581 |
* Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com> |
582 |
- [1.2.0-02] |
583 |
- changed action to run at 50, instead of 55. |
584 |
|
585 |
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
586 |
- [1.2.0-01] |
587 |
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-10. |
588 |
|
589 |
* Wed Jan 17 2001 Adrian Chung <adrianc@e-smith.com> |
590 |
- [1.1.0-10] |
591 |
- PHP is enabled by default. |
592 |
|
593 |
* Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com> |
594 |
- [1.1.0-9] |
595 |
- rolling to 9, 8 is missing. |
596 |
- pulling expand httpd.conf, we'll leave conf-httpd |
597 |
to do it. |
598 |
|
599 |
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
600 |
- [1.1.0-8] |
601 |
- pulled restarting apache - just expand httpd.conf |
602 |
|
603 |
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
604 |
- [1.1.0-7] |
605 |
- apache now restarts whenever php's status changes |
606 |
|
607 |
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
608 |
- [1.1.0-6] |
609 |
- expand httpd.conf template from conf-php |
610 |
|
611 |
* Thu Jan 11 2001 Tony Clayton <tonyc@e-smith.com> |
612 |
- [1.1.0-5] |
613 |
- add apache restart code to conf-php |
614 |
|
615 |
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
616 |
- [1.1.0-4] |
617 |
- Only run %post actions in runlevel 7 |
618 |
|
619 |
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
620 |
- [1.1.0-3] |
621 |
- put createlinks back in. |
622 |
|
623 |
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
624 |
- [1.1.0-2] |
625 |
- expand PHP httpd.conf fragments conditionally based on |
626 |
service status. |
627 |
- add PHP to the services database and default to disabled. |
628 |
|
629 |
* Wed Dec 06 2000 Peter Samuel <peters@e-smith.com> |
630 |
- [1.1.0-1] |
631 |
- Rolled version to 1.1.0-1. Inlcudes patches up to 0.1-1. |
632 |
|
633 |
* Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com> |
634 |
- initial release |