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