/[smeserver]/rpms/php/sme8/php.spec
ViewVC logotype

Contents of /rpms/php/sme8/php.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (show annotations) (download)
Sat Oct 18 10:16:16 2014 UTC (9 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: php-5_3_3-16_el5_sme
Changes since 1.15: +23 -1 lines
* Sat Oct 18 2014 Daniel Berteaud <daniel@firewall-services.com> - 5.3.3-16.sme
- Resync with upstream php53, which include (see [SME: 8574])
- spl: fix use-after-free in ArrayIterator due to object
  change during sorting. CVE-2014-4698
- spl: fix use-after-free in SPL Iterators. CVE-2014-4670
- gd: fix NULL pointer dereference in gdImageCreateFromXpm.
  CVE-2014-2497
- fileinfo: fix incomplete fix for CVE-2012-1571 in
  cdf_read_property_info. CVE-2014-3587
- core: fix incomplete fix for CVE-2014-4049 DNS TXT
  record parsing. CVE-2014-3597

1 %global contentdir /var/www
2 # API/ABI check
3 %global apiver 20090626
4 %global zendver 20090626
5 %global pdover 20080721
6 # Extension version
7 %global fileinfover 1.0.5-dev
8 %global pharver 2.0.1
9 %global zipver 1.9.1
10 %global jsonver 1.2.1
11
12 %define httpd_mmn %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)
13
14 # Use the arch-specific mysql_config binary to avoid mismatch with the
15 # heuristic used by bindir/mysql_config.
16 %define mysql_config %{_libdir}/mysql/mysql_config
17
18 %define _default_patch_fuzz 2
19
20 Summary: PHP scripting language for creating dynamic web sites
21 Name: php
22 Version: 5.3.3
23 Release: 16%{?dist}
24 License: PHP and LGPLv2 and LGPLv2+
25 Group: Development/Languages
26 URL: http://www.php.net/
27
28 Source0: http://www.php.net/distributions/php-%{version}.tar.bz2
29 Source1: php.conf
30 Source2: php.ini
31 Source3: macros.php
32
33 # Build fixes
34 Patch1: php-5.3.3-gnusrc.patch
35 Patch2: php-5.3.0-install.patch
36 Patch3: php-5.2.4-norpath.patch
37 Patch4: php-5.3.0-phpize64.patch
38 Patch5: php-5.2.0-includedir.patch
39 Patch8: php-5.3.3-aconf26x.patch
40
41 # Fixes for extensions
42 Patch20: php-4.3.11-shutdown.patch
43 Patch21: php-5.3.3-zipmemset.patch
44 Patch22: php-5.3.3-pdo-overflow.patch
45 Patch23: php-5.3.3-pdo-53551.patch
46 Patch24: php-5.3.3-fileinfo.patch
47 Patch25: php-5.3.3-imap.patch
48 Patch26: php-5.3.3-odbc.patch
49
50 # Functional changes
51 Patch40: php-5.0.4-dlopen.patch
52 Patch41: php-5.3.0-easter.patch
53 Patch42: php-5.3.1-systzdata-v7.patch
54
55 # Fixes for tests
56 Patch61: php-5.0.4-tests-wddx.patch
57 Patch62: php-5.3.2-testfail.patch
58
59 # Bug fixes
60 Patch100: php-5.3.3-extrglob.patch
61 Patch101: php-5.3.3-varnegidx.patch
62 Patch102: php-5.3.3-setdate.patch
63 # 103 not needed (no php-fpm)
64 Patch104: php-5.3.3-zendgc.patch
65 Patch105: php-5.3.3-r305043.patch
66 Patch106: php-5.3.3-copy.patch
67 Patch107: php-5.3.3-errorhandler.patch
68 Patch108: php-5.3.3-bug54268.patch
69
70 # Fixes for security bugs
71 Patch200: php-5.3.2-CVE-2010-3709.patch
72 Patch201: php-5.3.2-CVE-2010-3870.patch
73 Patch202: php-5.3.3-CVE-2010-3710.patch
74 Patch203: php-5.3.2-CVE-2010-4645.patch
75 Patch204: php-5.3.3-CVE-2010-4156.patch
76 Patch205: php-5.3.3-CVE-2011-0708.patch
77 Patch206: php-5.3.3-CVE-2011-1148.patch
78 Patch207: php-5.3.3-CVE-2011-1466.patch
79 Patch208: php-5.3.3-CVE-2011-1468.patch
80 Patch209: php-5.3.3-CVE-2011-1469.patch
81 # 210 not needed (not affected)
82 Patch211: php-5.3.3-CVE-2011-1471.patch
83 Patch212: php-5.3.3-CVE-2011-1938.patch
84 Patch213: php-5.3.3-CVE-2011-2202.patch
85 Patch214: php-5.3.3-CVE-2011-2483.patch
86 Patch215: php-5.3.3-CVE-2011-4885.patch
87 Patch216: php-5.3.3-CVE-2011-4566.patch
88 Patch217: php-5.3.3-CVE-2012-0830.patch
89 Patch218: php-5.3.3-CVE-2012-1823.patch
90 Patch219: php-5.3.3-CVE-2012-2336.patch
91 Patch220: php-5.3.3-CVE-2011-4153.patch
92 # 221 not needed (no php-tidy)
93 Patch222: php-5.3.3-CVE-2012-1172.patch
94 Patch223: php-5.3.3-CVE-2012-2143.patch
95 Patch224: php-5.3.3-CVE-2012-2386.patch
96 Patch225: php-5.3.3-CVE-2012-0057.patch
97 Patch226: php-5.3.3-CVE-2012-0789.patch
98 Patch227: php-5.3.3-CVE-2010-2950.patch
99 Patch228: php-5.3.3-CVE-2012-2688.patch
100 Patch229: php-5.3.3-CVE-2012-0831.patch
101 Patch230: php-5.3.3-CVE-2011-1398.patch
102 Patch231: php-5.3.3-CVE-2013-1643.patch
103 Patch232: php-5.3.3-CVE-2006-7243.patch
104 Patch233: php-5.3.3-CVE-2013-4113.patch
105 Patch234: php-5.3.3-CVE-2013-4248.patch
106 Patch235: php-5.3.3-CVE-2013-6420.patch
107 Patch236: php-5.3.3-CVE-2014-0237.patch
108 Patch237: php-5.3.3-CVE-2014-0238.patch
109 Patch238: php-5.3.3-CVE-2014-2270.patch
110 Patch239: php-5.3.3-CVE-2014-1943.patch
111 Patch240: php-5.3.3-CVE-2014-3479.patch
112 Patch241: php-5.3.3-CVE-2012-1571.patch
113 Patch242: php-5.3.3-CVE-2014-3480.patch
114 Patch243: php-5.3.3-CVE-2014-4721.patch
115 Patch244: php-5.3.3-CVE-2013-6712.patch
116 Patch245: php-5.3.3-CVE-2014-4049.patch
117 Patch246: php-5.3.3-CVE-2014-3515.patch
118 Patch247: php-5.3.3-CVE-2014-2497.patch
119 Patch248: php-5.3.3-CVE-2014-3587.patch
120 Patch249: php-5.3.3-CVE-2014-3597.patch
121 Patch250: php-5.3.3-CVE-2014-4698.patch
122 Patch251: php-5.3.3-CVE-2014-4670.patch
123
124 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
125
126 BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
127 BuildRequires: httpd-devel >= 2.0.46-1, pam-devel
128 BuildRequires: libstdc++-devel, openssl-devel, sqlite-devel
129 BuildRequires: zlib-devel, pcre-devel >= 6.6, smtpdaemon
130 BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++
131 Requires: httpd-mmn = %{httpd_mmn}
132 Provides: mod_php = %{version}-%{release}
133 Provides: php53 = %{version}-%{release}, config(php53) = %{version}-%{release}
134 Requires: %{name}-common = %{version}-%{release}
135 # For backwards-compatibility, require php-cli for the time being:
136 Requires: %{name}-cli = %{version}-%{release}
137 # To ensure correct /var/lib/php/session ownership:
138 Requires(pre): httpd
139
140 %description
141 PHP is an HTML-embedded scripting language. PHP attempts to make it
142 easy for developers to write dynamically generated webpages. PHP also
143 offers built-in database integration for several commercial and
144 non-commercial database management systems, so writing a
145 database-enabled webpage with PHP is fairly simple. The most common
146 use of PHP coding is probably as a replacement for CGI scripts.
147
148 The php package contains the module which adds support for the PHP
149 language to Apache HTTP Server.
150
151 %package cli
152 Group: Development/Languages
153 Summary: Command-line interface for PHP
154 Requires: %{name}-common = %{version}-%{release}
155 Provides: php-cgi = %{version}-%{release}, php53-cli = %{version}-%{release}
156 Provides: php-pcntl
157
158 %description cli
159 The php-cli package contains the command-line interface
160 executing PHP scripts, /usr/bin/php, and the CGI interface.
161
162 %package common
163 Group: Development/Languages
164 Summary: Common files for PHP
165 Provides: php-api = %{apiver}, php-zend-abi = %{zendver}
166 Provides: php(api) = %{apiver}, php(zend-abi) = %{zendver}
167 Provides: php(language) = %{version}
168 # Provides for all builtin modules:
169 Provides: php-bz2, php-calendar, php-ctype, php-curl, php-date, php-exif
170 Provides: php-ftp, php-gettext, php-gmp, php-hash, php-iconv, php-libxml
171 Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
172 Provides: php-spl, php-tokenizer, php-openssl, php-pcre
173 Provides: php-zlib, php-json, php-zip, php-fileinfo
174 Provides: php-core, php-ereg, php-filter, php-phar, php-standard
175 Provides: php53-common = %{version}-%{release}, config(php53-common) = %{version}-%{release}
176 Obsoletes: php-pecl-json, php-pecl-zip, php-pecl-phar, php-pecl-Fileinfo
177 Obsoletes: php-openssl, php-json
178 # For obsoleted pecl extension
179 Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
180 Provides: php-pecl-zip = %{zipver}, php-pecl(zip) = %{zipver}
181 Provides: php-pecl-phar = %{pharver}, php-pecl(phar) = %{pharver}
182 Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl(Fileinfo) = %{fileinfover}
183 Obsoletes: php-pecl-json, php-pecl-zip, php-pecl-phar, php-pecl-Fileinfo
184
185 %description common
186 The %{name}-common package contains files used by both the php
187 package and the php-cli package.
188
189 %package devel
190 Group: Development/Libraries
191 Summary: Files needed for building PHP extensions
192 Requires: %{name} = %{version}-%{release}, autoconf, automake
193 Provides: php53-devel = %{version}-%{release}, config(php53-devel) = %{version}-%{release}
194
195 %description devel
196 The php-devel package contains the files needed for building PHP
197 extensions. If you need to compile your own PHP extensions, you will
198 need to install this package.
199
200 %package imap
201 Summary: A module for PHP applications that use IMAP
202 Group: Development/Languages
203 Requires: %{name}-common = %{version}-%{release}
204 BuildRequires: krb5-devel, openssl-devel, libc-client-devel
205 Provides: php53-imap = %{version}-%{release}, config(php53-imap) = %{version}-%{release}
206
207 %description imap
208 The php-imap package contains a dynamic shared object that will
209 add support for the IMAP protocol to PHP.
210
211 %package ldap
212 Summary: A module for PHP applications that use LDAP
213 Group: Development/Languages
214 Requires: %{name}-common = %{version}-%{release}
215 BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel
216 Provides: php53-ldap = %{version}-%{release}, config(php53-ldap) = %{version}-%{release}
217
218 %description ldap
219 The php-ldap package is a dynamic shared object (DSO) for the Apache
220 Web server that adds Lightweight Directory Access Protocol (LDAP)
221 support to PHP. LDAP is a set of protocols for accessing directory
222 services over the Internet. PHP is an HTML-embedded scripting
223 language. If you need LDAP support for PHP applications, you will
224 need to install this package in addition to the php package.
225
226 %package pdo
227 Summary: A database access abstraction module for PHP applications
228 Group: Development/Languages
229 Requires: %{name}-common = %{version}-%{release}
230 Provides: php-pdo-abi = %{pdover}
231 Provides: php-pdo_sqlite
232 Provides: php53-pdo = %{version}-%{release}, config(php53-pdo) = %{version}-%{release}
233
234 %description pdo
235 The %{name}-pdo package contains a dynamic shared object that will add
236 a database access abstraction layer to PHP. This module provides
237 a common interface for accessing MySQL, PostgreSQL or other
238 databases.
239
240 %package mysql
241 Summary: A module for PHP applications that use MySQL databases
242 Group: Development/Languages
243 Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
244 Provides: php_database, php-mysqli, php-pdo_mysql
245 BuildRequires: mysql-devel >= 4.1.0
246 Provides: php53-mysql = %{version}-%{release}, config(php53-mysql) = %{version}-%{release}
247
248 %description mysql
249 The php-mysql package contains a dynamic shared object that will add
250 MySQL database support to PHP. MySQL is an object-relational database
251 management system. PHP is an HTML-embeddable scripting language. If
252 you need MySQL support for PHP applications, you will need to install
253 this package and the php package.
254
255 %package pgsql
256 Summary: A PostgreSQL database module for PHP
257 Group: Development/Languages
258 Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
259 Provides: php_database, php-pdo_pgsql
260 BuildRequires: krb5-devel, openssl-devel, postgresql-devel
261 Provides: php53-pgsql = %{version}-%{release}, config(php53-pgsql) = %{version}-%{release}
262
263 %description pgsql
264 The php-pgsql package includes a dynamic shared object (DSO) that can
265 be compiled in to the Apache Web server to add PostgreSQL database
266 support to PHP. PostgreSQL is an object-relational database management
267 system that supports almost all SQL constructs. PHP is an
268 HTML-embedded scripting language. If you need back-end support for
269 PostgreSQL, you should install this package in addition to the main
270 php package.
271
272 %package process
273 Summary: Modules for PHP script using system process interfaces
274 Group: Development/Languages
275 Requires: %{name}-common = %{version}-%{release}
276 Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg
277 Provides: php53-process = %{version}-%{release}, config(php53-process) = %{version}-%{release}
278
279 %description process
280 The php-process package contains dynamic shared objects which add
281 support to PHP using system interfaces for inter-process
282 communication.
283
284 %package odbc
285 Group: Development/Languages
286 Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
287 Summary: A module for PHP applications that use ODBC databases
288 Provides: php_database, php-pdo_odbc
289 BuildRequires: unixODBC-devel
290 Provides: php53-odbc = %{version}-%{release}, config(php53-odbc) = %{version}-%{release}
291
292 %description odbc
293 The php-odbc package contains a dynamic shared object that will add
294 database support through ODBC to PHP. ODBC is an open specification
295 which provides a consistent API for developers to use for accessing
296 data sources (which are often, but not always, databases). PHP is an
297 HTML-embeddable scripting language. If you need ODBC support for PHP
298 applications, you will need to install this package and the php
299 package.
300
301 %package soap
302 Group: Development/Languages
303 Requires: %{name}-common = %{version}-%{release}
304 Summary: A module for PHP applications that use the SOAP protocol
305 BuildRequires: libxml2-devel
306 Provides: php53-soap = %{version}-%{release}, config(php53-soap) = %{version}-%{release}
307
308 %description soap
309 The php-soap package contains a dynamic shared object that will add
310 support to PHP for using the SOAP web services protocol.
311
312 %package snmp
313 Summary: A module for PHP applications that query SNMP-managed devices
314 Group: Development/Languages
315 Requires: %{name}-common = %{version}-%{release}, net-snmp
316 BuildRequires: net-snmp-devel
317 Provides: php53-snmp = %{version}-%{release}, config(php53-snmp) = %{version}-%{release}
318
319 %description snmp
320 The php-snmp package contains a dynamic shared object that will add
321 support for querying SNMP devices to PHP. PHP is an HTML-embeddable
322 scripting language. If you need SNMP support for PHP applications, you
323 will need to install this package and the php package.
324
325 %package xml
326 Summary: A module for PHP applications which use XML
327 Group: Development/Languages
328 Requires: %{name}-common = %{version}-%{release}
329 Provides: php-dom, php-xsl, php-domxml, php-wddx
330 BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1
331 Obsoletes: php-domxml, php-dom
332 Provides: php53-xml = %{version}-%{release}, config(php53-xml) = %{version}-%{release}
333
334 %description xml
335 The php-xml package contains dynamic shared objects which add support
336 to PHP for manipulating XML documents using the DOM tree,
337 and performing XSL transformations on XML documents.
338
339 %package xmlrpc
340 Summary: A module for PHP applications which use the XML-RPC protocol
341 Group: Development/Languages
342 Requires: %{name}-common = %{version}-%{release}
343 Provides: php53-xmlrpc = %{version}-%{release}, config(php53-xmlrpc) = %{version}-%{release}
344
345 %description xmlrpc
346 The php-xmlrpc package contains a dynamic shared object that will add
347 support for the XML-RPC protocol to PHP.
348
349 %package mbstring
350 Summary: A module for PHP applications which need multi-byte string handling
351 Group: Development/Languages
352 Requires: %{name}-common = %{version}-%{release}
353 Provides: php53-mbstring = %{version}-%{release}, config(php53-mbstring) = %{version}-%{release}
354
355 %description mbstring
356 The php-mbstring package contains a dynamic shared object that will add
357 support for multi-byte string handling to PHP.
358
359 %package gd
360 Summary: A module for PHP applications for using the gd graphics library
361 Group: Development/Languages
362 Requires: %{name}-common = %{version}-%{release}
363 # Required to build the bundled GD library
364 BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel
365 Provides: php53-gd = %{version}-%{release}, config(php53-gd) = %{version}-%{release}
366
367 %description gd
368 The php-gd package contains a dynamic shared object that will add
369 support for using the gd graphics library to PHP.
370
371 %package bcmath
372 Summary: A module for PHP applications for using the bcmath library
373 Group: Development/Languages
374 Requires: %{name}-common = %{version}-%{release}
375 Provides: php53-bcmath = %{version}-%{release}, config(php53-bcmath) = %{version}-%{release}
376
377 %description bcmath
378 The php-bcmath package contains a dynamic shared object that will add
379 support for using the bcmath library to PHP.
380
381 %package dba
382 Summary: A database abstraction layer module for PHP applications
383 Group: Development/Languages
384 Requires: %{name}-common = %{version}-%{release}
385 Provides: php53-dba = %{version}-%{release}, config(php53-dba) = %{version}-%{release}
386
387 %description dba
388 The php-dba package contains a dynamic shared object that will add
389 support for using the DBA database abstraction layer to PHP.
390
391 %package pspell
392 Summary: A module for PHP applications for using pspell interfaces
393 Group: System Environment/Libraries
394 Requires: %{name}-common = %{version}-%{release}
395 BuildRequires: aspell-devel >= 0.50.0
396 Provides: php53-pspell = %{version}-%{release}, config(php53-pspell) = %{version}-%{release}
397
398 %description pspell
399 The php-pspell package contains a dynamic shared object that will add
400 support for using the pspell library to PHP.
401
402 %package intl
403 Summary: Internationalization extension for PHP applications
404 Group: System Environment/Libraries
405 Requires: %{name}-common = %{version}-%{release}
406 BuildRequires: libicu-devel >= 3.6
407 Provides: php53-intl = %{version}-%{release}, config(php53-intl) = %{version}-%{release}
408
409 %description intl
410 The php-intl package contains a dynamic shared object that will add
411 support for using the ICU library to PHP.
412
413 %prep
414 %setup -q -n php-%{version}
415 %patch1 -p1 -b .gnusrc
416 %patch2 -p1 -b .install
417 %patch3 -p1 -b .norpath
418 %patch4 -p1 -b .phpize64
419 %patch5 -p1 -b .includedir
420 %patch8 -p1 -b .aconf26x
421
422 %patch20 -p1 -b .shutdown
423 %patch21 -p1 -b .zipmemset
424 %patch22 -p1 -b .pdooverflow
425 %patch23 -p1 -b .pdo53551
426 %patch24 -p1 -b .streams
427 %patch25 -p1 -b .imapauth
428 %patch26 -p1 -b .pdoodbc
429
430 %patch40 -p1 -b .dlopen
431 %patch41 -p1 -b .easter
432 %patch42 -p1 -b .systzdata
433
434 %patch61 -p1 -b .tests-wddx
435 %patch62 -p1 -b .testfail
436
437 %patch100 -p1 -b .extrglob
438 %patch101 -p1 -b .varnegidx
439 %patch102 -p1 -b .setdate
440
441 %patch104 -p1 -b .zendgc
442 %patch105 -p1 -b .r305043
443 %patch106 -p1 -b .copy
444 %patch107 -p1 -b .errorhandler
445 %patch108 -p1 -b .bug54268
446
447 %patch200 -p1 -b .cve3709
448 %patch201 -p1 -b .cve3870
449 %patch202 -p1 -b .cve4645
450 %patch203 -p1 -b .cve3710
451 %patch204 -p1 -b .cve4156
452 %patch205 -p1 -b .cve0708
453 %patch206 -p1 -b .cve1148
454 %patch207 -p1 -b .cve1466
455 %patch208 -p1 -b .cve1468
456 %patch209 -p1 -b .cve1469
457 %patch211 -p1 -b .cve1471
458 %patch212 -p1 -b .cve1938
459 %patch213 -p1 -b .cve2202
460 %patch214 -p1 -b .cve2483
461 %patch215 -p1 -b .cve4885
462 %patch216 -p1 -b .cve4566
463 %patch217 -p1 -b .cve0830
464 %patch218 -p1 -b .cve1823
465 %patch219 -p1 -b .cve2336
466
467 %patch220 -p1 -b .cve4153
468 %patch222 -p1 -b .cve1172
469 %patch223 -p1 -b .cve2143
470 %patch224 -p1 -b .cve2386
471 %patch225 -p1 -b .cve0057
472 %patch226 -p1 -b .cve0789
473 %patch227 -p1 -b .cve2950
474 %patch228 -p1 -b .cve2688
475 %patch229 -p1 -b .cve0831
476 %patch230 -p1 -b .cve1398
477 %patch231 -p1 -b .cve1643
478 %patch232 -p1 -b .cve7243
479 %patch233 -p1 -b .cve4113
480 %patch234 -p1 -b .cve4248
481 %patch235 -p1 -b .cve6420
482 %patch236 -p1 -b .cve0237
483 %patch237 -p1 -b .cve0238
484 %patch238 -p1 -b .cve2270
485 %patch239 -p1 -b .cve1943
486 %patch240 -p1 -b .cve3479
487 %patch241 -p1 -b .cve1571
488 %patch242 -p1 -b .cve3480
489 %patch243 -p1 -b .cve4721
490 %patch244 -p1 -b .cve6712
491 %patch245 -p1 -b .cve4049
492 %patch246 -p1 -b .cve3515
493 %patch247 -p1 -b .cve2497
494 %patch248 -p1 -b .cve3587
495 %patch249 -p1 -b .cve3597
496 %patch250 -p1 -b .cve4698
497 %patch251 -p1 -b .cve4670
498
499 # Prevent %%doc confusion over LICENSE files
500 cp -p Zend/LICENSE Zend/ZEND_LICENSE
501 cp -p TSRM/LICENSE TSRM_LICENSE
502 cp -p ext/ereg/regex/COPYRIGHT regex_COPYRIGHT
503 cp -p ext/gd/libgd/README gd_README
504
505 # Multiple builds for multiple SAPIs
506 mkdir build-cgi build-apache
507
508 # Remove bogus test; position of read position after fopen(, "a+")
509 # is not defined by C standard, so don't presume anything.
510 rm -f ext/standard/tests/file/bug21131.phpt
511
512 # Tests that fail.
513 rm -f ext/standard/tests/file/bug22414.phpt \
514 ext/iconv/tests/bug16069.phpt
515
516 # Remove tests which require external network access
517 rm -f ext/sockets/tests/socket_bind.diff
518
519 # Easter eggs no not shipped
520 rm -f tests/basic/php_egg_logo_guid.diff
521
522 # Safety check for API version change.
523 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
524 if test "x${vapi}" != "x%{apiver}"; then
525 : Error: Upstream API version is now ${vapi}, expecting %{apiver}.
526 : Update the apiver macro and rebuild.
527 exit 1
528 fi
529
530 vzend=`sed -n '/#define ZEND_MODULE_API_NO/{s/^[^0-9]*//;p;}' Zend/zend_modules.h`
531 if test "x${vzend}" != "x%{zendver}"; then
532 : Error: Upstream Zend ABI version is now ${vzend}, expecting %{zendver}.
533 : Update the zendver macro and rebuild.
534 exit 1
535 fi
536
537 # Safety check for PDO ABI version change
538 vpdo=`sed -n '/#define PDO_DRIVER_API/{s/.*[ ]//;p}' ext/pdo/php_pdo_driver.h`
539 if test "x${vpdo}" != "x%{pdover}"; then
540 : Error: Upstream PDO ABI version is now ${vpdo}, expecting %{pdover}.
541 : Update the pdover macro and rebuild.
542 exit 1
543 fi
544
545 # Check for some extension version
546 ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
547 if test "$ver" != "%{fileinfover}"; then
548 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
549 : Update the fileinfover macro and rebuild.
550 exit 1
551 fi
552 ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
553 if test "$ver" != "%{pharver}"; then
554 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
555 : Update the pharver macro and rebuild.
556 exit 1
557 fi
558 ver=$(sed -n '/#define PHP_ZIP_VERSION_STRING /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
559 if test "$ver" != "%{zipver}"; then
560 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
561 : Update the zipver macro and rebuild.
562 exit 1
563 fi
564 ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
565 if test "$ver" != "%{jsonver}"; then
566 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
567 : Update the jsonver macro and rebuild.
568 exit 1
569 fi
570
571 # Fix some bogus permissions
572 find . -name \*.[ch] -exec chmod 644 {} \;
573 find . -name \*.cpp -exec chmod 644 {} \;
574 chmod 644 README.*
575
576 %build
577 # aclocal workaround - to be improved
578 cat `aclocal --print-ac-dir`/libtool.m4 >>aclocal.m4
579
580 # Force use of system libtool:
581 libtoolize --force --copy
582 cat `aclocal --print-ac-dir`/libtool.m4 >build/libtool.m4
583
584 # Regenerate configure scripts (patches change config.m4's)
585 touch configure.in
586 ./buildconf --force
587
588 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign"
589 export CFLAGS
590
591 # Install extension modules in %{_libdir}/php/modules.
592 EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
593
594 # Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
595 # includes the PEAR directory even though pear is packaged
596 # separately.
597 PEAR_INSTALLDIR=%{_datadir}/pear; export PEAR_INSTALLDIR
598
599 # Shell function to configure and build a PHP tree.
600 build() {
601 # bison-1.875-2 seems to produce a broken parser; workaround.
602 mkdir Zend && cp ../Zend/zend_{language,ini}_{parser,scanner}.[ch] Zend
603 ln -sf ../configure
604 %configure \
605 --cache-file=../config.cache \
606 --with-libdir=%{_lib} \
607 --with-config-file-path=%{_sysconfdir} \
608 --with-config-file-scan-dir=%{_sysconfdir}/php.d \
609 --disable-debug \
610 --with-pic \
611 --disable-rpath \
612 --without-pear \
613 --with-bz2 \
614 --with-exec-dir=%{_bindir} \
615 --with-freetype-dir=%{_prefix} \
616 --with-png-dir=%{_prefix} \
617 --with-xpm-dir=%{_prefix} \
618 --enable-gd-native-ttf \
619 --without-gdbm \
620 --with-gettext \
621 --with-gmp \
622 --with-iconv \
623 --with-jpeg-dir=%{_prefix} \
624 --with-openssl \
625 --with-pcre-regex=%{_prefix} \
626 --with-zlib \
627 --with-layout=GNU \
628 --enable-exif \
629 --enable-ftp \
630 --enable-magic-quotes \
631 --enable-sockets \
632 --enable-sysvsem --enable-sysvshm --enable-sysvmsg \
633 --with-kerberos \
634 --enable-ucd-snmp-hack \
635 --enable-shmop \
636 --enable-calendar \
637 --without-sqlite \
638 --without-sqlite3 \
639 --with-libxml-dir=%{_prefix} \
640 --enable-xml \
641 --with-system-tzdata \
642 $*
643 if test $? != 0; then
644 tail -500 config.log
645 : configure failed
646 exit 1
647 fi
648
649 make %{?_smp_mflags}
650 }
651
652 # Build /usr/bin/php-cgi with the CGI SAPI, and all the shared extensions
653 pushd build-cgi
654 build --enable-force-cgi-redirect \
655 --enable-pcntl \
656 --with-imap=shared --with-imap-ssl \
657 --enable-mbstring=shared \
658 --enable-mbregex \
659 --with-gd=shared \
660 --enable-bcmath=shared \
661 --enable-dba=shared --with-db4=%{_prefix} \
662 --with-xmlrpc=shared \
663 --with-ldap=shared --with-ldap-sasl \
664 --with-mysql=shared,%{_prefix} \
665 --with-mysqli=shared,%{mysql_config} \
666 --enable-dom=shared \
667 --with-pgsql=shared \
668 --enable-wddx=shared \
669 --with-snmp=shared,%{_prefix} \
670 --enable-soap=shared \
671 --with-xsl=shared,%{_prefix} \
672 --enable-xmlreader=shared --enable-xmlwriter=shared \
673 --with-curl=shared,%{_prefix} \
674 --enable-fastcgi \
675 --enable-pdo=shared \
676 --with-pdo-odbc=shared,unixODBC,%{_prefix} \
677 --with-pdo-mysql=shared,%{mysql_config} \
678 --with-pdo-pgsql=shared,%{_prefix} \
679 --with-pdo-sqlite=shared,%{_prefix} \
680 --enable-json=shared \
681 --enable-zip=shared \
682 --without-readline \
683 --with-pspell=shared \
684 --enable-phar=shared \
685 --enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared \
686 --enable-posix=shared \
687 --with-unixODBC=shared,%{_prefix} \
688 --enable-fileinfo=shared \
689 --enable-intl=shared \
690 --with-icu-dir=%{_prefix}
691 popd
692
693 without_shared="--without-mysql --without-gd \
694 --disable-dom --disable-dba --without-unixODBC \
695 --disable-pdo --disable-xmlreader --disable-xmlwriter \
696 --without-sqlite3 --disable-phar --disable-fileinfo \
697 --disable-json --without-pspell --disable-wddx \
698 --without-curl --disable-posix \
699 --disable-sysvmsg --disable-sysvshm --disable-sysvsem"
700
701 # Build Apache module, and the CLI SAPI, /usr/bin/php
702 pushd build-apache
703 build --with-apxs2=%{_sbindir}/apxs ${without_shared}
704 popd
705
706 %check
707 cd build-apache
708 # Run tests, using the CLI SAPI
709 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
710 unset TZ LANG LC_ALL
711 if ! make test; then
712 set +x
713 for f in `find .. -name \*.diff -type f -print`; do
714 echo "TEST FAILURE: $f --"
715 cat "$f"
716 echo -e "\n-- $f result ends.\n"
717 done
718 set -x
719 #exit 1
720 fi
721 unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
722
723 %install
724 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
725
726 # Install everything from the CGI SAPI build
727 make -C build-cgi install INSTALL_ROOT=$RPM_BUILD_ROOT
728
729 # Install the default configuration file and icons
730 install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/
731 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
732 install -m 755 -d $RPM_BUILD_ROOT%{contentdir}/icons
733 install -m 644 *.gif $RPM_BUILD_ROOT%{contentdir}/icons/
734
735 # For third-party packaging:
736 install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/php/pear \
737 $RPM_BUILD_ROOT%{_datadir}/php
738
739 # install the DSO
740 install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/httpd/modules
741 install -m 755 build-apache/libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules
742
743 # Apache config fragment
744 install -m 755 -d $RPM_BUILD_ROOT/etc/httpd/conf.d
745 # %{SOURCE1} used here ->
746 install -m 644 $RPM_SOURCE_DIR/php.conf $RPM_BUILD_ROOT/etc/httpd/conf.d
747
748 install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/php.d
749 install -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php
750 install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/session
751
752 # Fix the link
753 (cd $RPM_BUILD_ROOT%{_bindir}; ln -sfn phar.phar phar)
754
755 # Generate files lists and stub .ini files for each subpackage
756 for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \
757 mbstring gd dom xsl soap bcmath dba xmlreader xmlwriter \
758 pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip \
759 phar fileinfo intl pspell curl wddx \
760 posix sysvshm sysvsem sysvmsg; do
761 cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <<EOF
762 ; Enable ${mod} extension module
763 extension=${mod}.so
764 EOF
765 cat > files.${mod} <<EOF
766 %attr(755,root,root) %{_libdir}/php/modules/${mod}.so
767 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/php.d/${mod}.ini
768 EOF
769 done
770
771 # The dom, xsl and xml* modules are all packaged in php-xml
772 cat files.dom files.xsl files.xml{reader,writer} files.wddx > files.xml
773
774 # The mysql and mysqli modules are both packaged in php-mysql
775 cat files.mysqli >> files.mysql
776
777 # Split out the PDO modules
778 cat files.pdo_mysql >> files.mysql
779 cat files.pdo_pgsql >> files.pgsql
780 cat files.pdo_odbc >> files.odbc
781
782 # sysv* and posix in packaged in php-process
783 cat files.sysv* files.posix > files.process
784
785 # Package pdo_sqlite with pdo.
786 cat files.pdo_sqlite >> files.pdo
787
788 # Package json, zip, curl, phar and fileinfo in -common.
789 cat files.json files.zip files.curl files.phar files.fileinfo > files.common
790
791 # Install the macros file:
792 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rpm
793 # %{SOURCE3} used here ->
794 sed -e "s/@PHP_APIVER@/%{apiver}/;s/@PHP_ZENDVER@/%{zendver}/;s/@PHP_PDOVER@/%{pdover}/" \
795 -e "s/@PHP_VERSION@/%{version}/" \
796 < $RPM_SOURCE_DIR/macros.php > macros.php
797 install -m 644 -c macros.php \
798 $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.php
799
800 # Remove unpackaged files
801 rm -rf $RPM_BUILD_ROOT%{_libdir}/php/modules/*.a \
802 $RPM_BUILD_ROOT%{_bindir}/{phptar} \
803 $RPM_BUILD_ROOT%{_datadir}/pear \
804 $RPM_BUILD_ROOT%{_libdir}/libphp5.la
805
806 # Remove irrelevant docs
807 rm -f README.{Zeus,QNX,CVS-RULES}
808
809 %clean
810 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
811 rm files.* macros.php
812
813 %files
814 %defattr(-,root,root)
815 %{_libdir}/httpd/modules/libphp5.so
816 %attr(0770,root,apache) %dir %{_localstatedir}/lib/php/session
817 %config(noreplace) %{_sysconfdir}/httpd/conf.d/php.conf
818 %{contentdir}/icons/php.gif
819
820 %files common -f files.common
821 %defattr(-,root,root)
822 %doc CODING_STANDARDS CREDITS INSTALL LICENSE NEWS README*
823 %doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT
824 %doc php.ini-production php.ini-development
825 %config(noreplace) %{_sysconfdir}/php.ini
826 %dir %{_sysconfdir}/php.d
827 %dir %{_libdir}/php
828 %dir %{_libdir}/php/modules
829 %dir %{_localstatedir}/lib/php
830 %dir %{_libdir}/php/pear
831 %dir %{_datadir}/php
832
833 %files cli
834 %defattr(-,root,root)
835 %{_bindir}/php
836 %{_bindir}/php-cgi
837 %{_bindir}/phar.phar
838 %{_bindir}/phar
839 %{_mandir}/man1/php.1*
840 %doc sapi/cgi/README* sapi/cli/README
841
842 %files devel
843 %defattr(-,root,root)
844 %{_bindir}/php-config
845 %{_bindir}/phpize
846 %{_includedir}/php
847 %{_libdir}/php/build
848 %{_mandir}/man1/php-config.1*
849 %{_mandir}/man1/phpize.1*
850 %config %{_sysconfdir}/rpm/macros.php
851
852 %files pgsql -f files.pgsql
853 %files mysql -f files.mysql
854 %files odbc -f files.odbc
855 %files imap -f files.imap
856 %files ldap -f files.ldap
857 %files snmp -f files.snmp
858 %files xml -f files.xml
859 %files xmlrpc -f files.xmlrpc
860 %files mbstring -f files.mbstring
861 %defattr(-,root,root)
862 %doc ext/mbstring/libmbfl/DISCLAIMER ext/mbstring/libmbfl/LICENSE
863 %files gd -f files.gd
864 %defattr(-,root,root)
865 %doc gd_README
866 %files soap -f files.soap
867 %files bcmath -f files.bcmath
868 %defattr(-,root,root)
869 %doc ext/bcmath/libbcmath/COPYING.LIB
870 %files dba -f files.dba
871 %files pdo -f files.pdo
872 %files pspell -f files.pspell
873 %files intl -f files.intl
874 %files process -f files.process
875
876 %changelog
877 * Sat Oct 18 2014 Daniel Berteaud <daniel@firewall-services.com> - 5.3.3-16.sme
878 - Resync with upstream php53, which include (see [SME: 8574])
879 - spl: fix use-after-free in ArrayIterator due to object
880 change during sorting. CVE-2014-4698
881 - spl: fix use-after-free in SPL Iterators. CVE-2014-4670
882 - gd: fix NULL pointer dereference in gdImageCreateFromXpm.
883 CVE-2014-2497
884 - fileinfo: fix incomplete fix for CVE-2012-1571 in
885 cdf_read_property_info. CVE-2014-3587
886 - core: fix incomplete fix for CVE-2014-4049 DNS TXT
887 record parsing. CVE-2014-3597
888
889 * Thu Aug 7 2014 Daniel Berteaud <daniel@firewall-services.com> - 5.3.3-15.sme
890 - Resync with upstream php53, which include (see [SME: 8515])
891 - core: type confusion issue in phpinfo(). CVE-2014-4721
892 - date: fix heap-based buffer over-read in DateInterval. CVE-2013-6712
893 - core: fix heap-based buffer overflow in DNS TXT record parsing.
894 CVE-2014-4049
895 - core: unserialize() SPL ArrayObject / SPLObjectStorage type
896 confusion flaw. CVE-2014-3515
897 - fileinfo: out-of-bounds memory access in fileinfo. CVE-2014-2270
898 - fileinfo: unrestricted recursion in handling of indirect type
899 rules. CVE-2014-1943
900 - fileinfo: out of bounds read in CDF parser. CVE-2012-1571
901 - fileinfo: cdf_check_stream_offset boundary check. CVE-2014-3479
902 - fileinfo: cdf_count_chain insufficient boundary check. CVE-2014-3480
903 - fileinfo: cdf_unpack_summary_info() excessive looping
904 DoS. CVE-2014-0237
905 - fileinfo: CDF property info parsing nelements infinite
906 loop. CVE-2014-0238
907
908 * Mon Dec 16 2013 Daniel Berteaud <daniel@firewall-services.com> - 5.3.3-14.sme
909 - Resync with upstream php53, which include (see [SME: 8064])
910 - add security fix for CVE-2013-6420
911 - add security fix for CVE-2013-4248
912 - add upstream reproducer for error_handler (#951075)
913 - add security fixes for CVE-2006-7243
914 - add security fixes for CVE-2012-2688, CVE-2012-0831,
915 CVE-2011-1398, CVE-2013-1643
916 - fix segfault in error_handler with
917 allow_call_time_pass_reference = Off (#951075)
918 - fix double free when destroy_zend_class fails (#951076)
919 - fix possible buffer overflow in pdo_odbc (#869694)
920 - php script hangs when it exceeds max_execution_time
921 when inside an ODBC call (#864954)
922 - fix zend garbage collector (#892695)
923 - fix transposed memset arguments in libzip (#953818)
924 - fix possible segfault in pdo_mysql (#869693)
925 - fix imap_open DISABLE_AUTHENTICATOR param ignores array (#859369)
926 - fix stream support in fileinfo (#869697)
927 - fix setDate when DateTime created from timestamp (#869691)
928 - fix permission on source files (#869688)
929 - add php(language) and missing provides (#837044)
930 - fix copy doesn't report failure on partial copy (#951413)
931
932 * Mon Jul 15 2013 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme.2
933 - Add php53-* provides to provide compatibility
934 - Obsolete php-domxml and php-dom [SME: 6733]
935 - Update Obsoletes and Conflicts [SME: 6436]
936
937 * Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> - 5.3.3-13.1
938 - add security fix for CVE-2013-4113
939
940 * Mon Jun 25 2012 Joe Orton <jorton@redhat.com> - 5.3.3-13
941 - add security fix for CVE-2010-2950
942
943 * Wed Jun 13 2012 Joe Orton <jorton@redhat.com> - 5.3.3-11
944 - fix tests for CVE-2012-2143, CVE-2012-0789
945
946 * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-10
947 - add security fix for CVE-2012-2336
948
949 * Tue Jun 12 2012 Joe Orton <jorton@redhat.com> - 5.3.3-9
950 - add security fixes for CVE-2011-4153, CVE-2012-0057, CVE-2012-0789,
951 CVE-2012-1172, CVE-2012-2143, CVE-2012-2386
952
953 * Thu May 3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-7
954 - correct detection of = in CVE-2012-1823 fix (#818607)
955
956 * Thu May 3 2012 Joe Orton <jorton@redhat.com> - 5.3.3-6
957 - add security fix for CVE-2012-1823 (#818607)
958
959 * Thu Feb 2 2012 Joe Orton <jorton@redhat.com> - 5.3.3-5
960 - add security fix for CVE-2012-0830 (#786758)
961
962 * Wed Jan 04 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-4
963 - remove extra php.ini-prod/devel files caused by %%patch -b
964
965 * Tue Jan 03 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 5.3.3-3
966 - add security fixes for CVE-2011-4885, CVE-2011-4566 (#740734)
967
968 * Fri Oct 28 2011 Joe Orton <jorton@redhat.com> - 5.3.3-2
969 - add php-$subpkg = V-R provides (#717158)
970 - add security fixes for CVE-2010-3710, CVE-2010-4156, CVE-2010-4645 (#670464)
971 - add security fixes for CVE-2011-2483, CVE-2011-0708, CVE-2011-1148,
972 CVE-2011-1466, CVE-2011-1468, CVE-2011-1469, CVE-2011-1471,
973 CVE-2011-1938, CVE-2011-2202 (#740734)
974 - fix negative keys with var_export (#700724)
975
976 * Wed Dec 1 2010 Joe Orton <jorton@redhat.com> - 5.3.3-1
977 - update to 5.3.3 (#658315)
978
979 * Mon Nov 22 2010 Joe Orton <jorton@redhat.com> - 5.3.2-7
980 - prevent extract() from clobering $GLOBALS (#655330)
981
982 * Wed Nov 10 2010 Joe Orton <jorton@redhat.com> - 5.3.2-6
983 - add security fixes for CVE-2010-3870 CVE-2010-3709 (#650877)
984 - provide php-devel from -devel (#642701)
985
986 * Mon Nov 1 2010 Joe Orton <jorton@redhat.com> - 5.3.2-5
987 - use correct mysql_config for pdo-mysql also (#642701)
988
989 * Thu Sep 30 2010 Joe Orton <jorton@redhat.com> - 5.3.2-4
990 - use mysql_config from libdir
991
992 * Tue Sep 7 2010 Joe Orton <jorton@redhat.com> - 5.3.2-3
993 - add defattr for -mbstring and -bcmath
994
995 * Tue Sep 7 2010 Joe Orton <jorton@redhat.com> - 5.3.2-2
996 - add LGPLv2{,+} to License; ship text in -bcmath, -mbstring
997 - apply phar patch correctly
998 - fix permissions on sources, README.namespaces
999 - drop EXTENSIONS from %%doc
1000 - fix Provides for php-cli
1001 - drop inappropriate/obsolete Obsoletes
1002
1003 * Thu Sep 2 2010 Joe Orton <jorton@redhat.com> - 5.3.2-1
1004 - convert to php53
1005 - remove subpackages: embeded, zts, tidy, recode, enchant
1006
1007 * Tue Aug 17 2010 Joe Orton <jorton@redhat.com> - 5.3.2-6
1008 - add security fixes for CVE-2010-1866, CVE-2010-2094, CVE-2010-1917,
1009 CVE-2010-2531, MOPS-2010-060 (#624469)
1010
1011 * Fri Aug 13 2010 Joe Orton <jorton@redhat.com> - 5.3.2-5
1012 - add security fix for CVE-2010-0397 (#575712)
1013
1014 * Thu Jun 24 2010 Joe Orton <jorton@redhat.com> - 5.3.2-4
1015 - add security fix for CVE-2010-2225 (#605644)
1016
1017 * Wed May 5 2010 Joe Orton <jorton@redhat.com> - 5.3.2-3
1018 - restore -imap (#586050)
1019
1020 * Fri Mar 26 2010 Joe Orton <jorton@redhat.com> - 5.3.2-2
1021 - remove mcrypt support (#459804, #577257)
1022
1023 * Wed Mar 24 2010 Joe Orton <jorton@redhat.com> - 5.3.2-1
1024 - update to 5.3.2 (#575158, #575712)
1025
1026 * Sat Mar 06 2010 Remi Collet <Fedora@famillecollet.com>
1027 - PHP 5.3.2 Released!
1028 - remove mime_magic option (now provided by fileinfo, by emu)
1029 - add patch for http://bugs.php.net/50578
1030 - remove patch for libedit (upstream)
1031
1032 * Fri Jan 15 2010 Joe Orton <jorton@redhat.com> - 5.3.1-7
1033 - add security fix for CVE-2009-4142 (#552268)
1034
1035 * Fri Dec 18 2009 Joe Orton <jorton@redhat.com> - 5.3.1-6
1036 - drop mssql, pdo_dblib
1037
1038 * Fri Dec 11 2009 Joe Orton <jorton@redhat.com> - 5.3.1-5
1039 - drop imap
1040
1041 * Fri Dec 11 2009 Joe Orton <jorton@redhat.com> - 5.3.1-4
1042 - drop t1lib, interbase/firebird support
1043
1044 * Fri Nov 27 2009 Joe Orton <jorton@redhat.com> - 5.3.1-3
1045 - update to v7 of systzdata patch
1046
1047 * Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 5.3.1-2
1048 - fix build with autoconf 2.6x
1049
1050 * Fri Nov 20 2009 Remi Collet <Fedora@famillecollet.com> 5.3.1-1
1051 - update to 5.3.1
1052 - remove openssl patch (merged upstream)
1053 - add provides for php-pecl-json
1054 - add prod/devel php.ini in doc
1055
1056 * Tue Nov 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 5.3.0-7
1057 - use libedit instead of readline to resolve licensing issues
1058
1059 * Tue Aug 25 2009 Tomas Mraz <tmraz@redhat.com> - 5.3.0-6
1060 - rebuilt with new openssl
1061
1062 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-5
1063 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1064
1065 * Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-4
1066 - rediff systzdata patch
1067
1068 * Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-3
1069 - update to v6 of systzdata patch; various fixes
1070
1071 * Tue Jul 14 2009 Joe Orton <jorton@redhat.com> 5.3.0-2
1072 - update to v5 of systzdata patch; parses zone.tab and extracts
1073 timezone->{country-code,long/lat,comment} mapping table
1074
1075 * Sun Jul 12 2009 Remi Collet <Fedora@famillecollet.com> 5.3.0-1
1076 - update to 5.3.0
1077 - remove ncurses, dbase, mhash extensions
1078 - add enchant, sqlite3, intl, phar, fileinfo extensions
1079 - raise sqlite version to 3.6.0 (for sqlite3, build with --enable-load-extension)
1080 - sync with upstream "production" php.ini
1081
1082 * Sat Jun 21 2009 Remi Collet <Fedora@famillecollet.com> 5.2.10-1
1083 - update to 5.2.10
1084 - add interbase sub-package
1085
1086 * Sat Feb 28 2009 Remi Collet <Fedora@FamilleCollet.com> - 5.2.9-1
1087 - update to 5.2.9
1088
1089 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.8-10
1090 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1091
1092 * Thu Feb 5 2009 Joe Orton <jorton@redhat.com> 5.2.8-9
1093 - add recode support, -recode subpackage (#106755)
1094 - add -zts subpackage with ZTS-enabled build of httpd SAPI
1095 - adjust php.conf to use -zts SAPI build for worker MPM
1096
1097 * Wed Feb 4 2009 Joe Orton <jorton@redhat.com> 5.2.8-8
1098 - fix patch fuzz, renumber patches
1099
1100 * Wed Feb 4 2009 Joe Orton <jorton@redhat.com> 5.2.8-7
1101 - drop obsolete configure args
1102 - drop -odbc patch (#483690)
1103
1104 * Mon Jan 26 2009 Joe Orton <jorton@redhat.com> 5.2.8-5
1105 - split out sysvshm, sysvsem, sysvmsg, posix into php-process
1106
1107 * Sun Jan 25 2009 Joe Orton <jorton@redhat.com> 5.2.8-4
1108 - move wddx to php-xml, build curl shared in -common
1109 - remove BR for expat-devel, bogus configure option
1110
1111 * Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 5.2.8-3
1112 - rebuild for new MySQL
1113
1114 * Sat Dec 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-2
1115 - libtool 2 workaround for phpize (#476004)
1116 - add missing php_embed.h (#457777)
1117
1118 * Tue Dec 09 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-1
1119 - update to 5.2.8
1120
1121 * Sat Dec 06 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1.1
1122 - libtool 2 workaround
1123
1124 * Fri Dec 05 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1
1125 - update to 5.2.7
1126 - enable pdo_dblib driver in php-mssql
1127
1128 * Mon Nov 24 2008 Joe Orton <jorton@redhat.com> 5.2.6-7
1129 - tweak Summary, thanks to Richard Hughes
1130
1131 * Tue Nov 4 2008 Joe Orton <jorton@redhat.com> 5.2.6-6
1132 - move gd_README to php-gd
1133 - update to r4 of systzdata patch; introduces a default timezone
1134 name of "System/Localtime", which uses /etc/localtime (#469532)
1135
1136 * Sat Sep 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-5
1137 - enable XPM support in php-gd
1138 - Fix BR for php-gd
1139
1140 * Sun Jul 20 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-4
1141 - enable T1lib support in php-gd
1142
1143 * Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 5.2.6-3
1144 - update to 5.2.6
1145 - sync default php.ini with upstream
1146 - drop extension_dir from default php.ini, rely on hard-coded
1147 default, to make php-common multilib-safe (#455091)
1148 - update to r3 of systzdata patch
1149
1150 * Thu Apr 24 2008 Joe Orton <jorton@redhat.com> 5.2.5-7
1151 - split pspell extension out into php-spell (#443857)
1152
1153 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.2.5-6
1154 - Autorebuild for GCC 4.3
1155
1156 * Fri Jan 11 2008 Joe Orton <jorton@redhat.com> 5.2.5-5
1157 - ext/date: use system timezone database
1158
1159 * Fri Dec 28 2007 Joe Orton <jorton@redhat.com> 5.2.5-4
1160 - rebuild for libc-client bump
1161
1162 * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.2.5-3
1163 - Rebuild for openssl bump
1164
1165 * Wed Dec 5 2007 Joe Orton <jorton@redhat.com> 5.2.5-2
1166 - update to 5.2.5
1167
1168 * Mon Oct 15 2007 Joe Orton <jorton@redhat.com> 5.2.4-3
1169 - correct pcre BR version (#333021)
1170 - restore metaphone fix (#205714)
1171 - add READMEs to php-cli
1172
1173 * Sun Sep 16 2007 Joe Orton <jorton@redhat.com> 5.2.4-2
1174 - update to 5.2.4
1175
1176 * Sun Sep 2 2007 Joe Orton <jorton@redhat.com> 5.2.3-9
1177 - rebuild for fixed APR
1178
1179 * Tue Aug 28 2007 Joe Orton <jorton@redhat.com> 5.2.3-8
1180 - add ldconfig post/postun for -embedded (Hans de Goede)
1181
1182 * Fri Aug 10 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.2.3-7
1183 - add php-embedded sub-package
1184
1185 * Fri Aug 10 2007 Joe Orton <jorton@redhat.com> 5.2.3-6
1186 - fix build with new glibc
1187 - fix License
1188
1189 * Mon Jul 16 2007 Joe Orton <jorton@redhat.com> 5.2.3-5
1190 - define php_extdir in macros.php
1191
1192 * Mon Jul 2 2007 Joe Orton <jorton@redhat.com> 5.2.3-4
1193 - obsolete php-dbase
1194
1195 * Tue Jun 19 2007 Joe Orton <jorton@redhat.com> 5.2.3-3
1196 - add mcrypt, mhash, tidy, mssql subpackages (Dmitry Butskoy)
1197 - enable dbase extension and package in -common
1198
1199 * Fri Jun 8 2007 Joe Orton <jorton@redhat.com> 5.2.3-2
1200 - update to 5.2.3 (thanks to Jeff Sheltren)
1201
1202 * Wed May 9 2007 Joe Orton <jorton@redhat.com> 5.2.2-4
1203 - fix php-pdo *_arg_force_ref global symbol abuse (#216125)
1204
1205 * Tue May 8 2007 Joe Orton <jorton@redhat.com> 5.2.2-3
1206 - rebuild against uw-imap-devel
1207
1208 * Fri May 4 2007 Joe Orton <jorton@redhat.com> 5.2.2-2
1209 - update to 5.2.2
1210 - synch changes from upstream recommended php.ini
1211
1212 * Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 5.2.1-5
1213 - enable SASL support in LDAP extension (#205772)
1214
1215 * Wed Mar 21 2007 Joe Orton <jorton@redhat.com> 5.2.1-4
1216 - drop mime_magic extension (deprecated by php-pecl-Fileinfo)
1217
1218 * Mon Feb 19 2007 Joe Orton <jorton@redhat.com> 5.2.1-3
1219 - fix regression in str_{i,}replace (from upstream)
1220
1221 * Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 5.2.1-2
1222 - update to 5.2.1
1223 - add Requires(pre) for httpd
1224 - trim %%changelog to versions >= 5.0.0
1225
1226 * Thu Feb 8 2007 Joe Orton <jorton@redhat.com> 5.2.0-10
1227 - bump default memory_limit to 32M (#220821)
1228 - mark config files noreplace again (#174251)
1229 - drop trailing dots from Summary fields
1230 - use standard BuildRoot
1231 - drop libtool15 patch (#226294)
1232
1233 * Tue Jan 30 2007 Joe Orton <jorton@redhat.com> 5.2.0-9
1234 - add php(api), php(zend-abi) provides (#221302)
1235 - package /usr/share/php and append to default include_path (#225434)
1236
1237 * Tue Dec 5 2006 Joe Orton <jorton@redhat.com> 5.2.0-8
1238 - fix filter.h installation path
1239 - fix php-zend-abi version (Remi Collet, #212804)
1240
1241 * Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-7
1242 - rebuild again
1243
1244 * Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-6
1245 - rebuild for net-snmp soname bump
1246
1247 * Mon Nov 27 2006 Joe Orton <jorton@redhat.com> 5.2.0-5
1248 - build json and zip shared, in -common (Remi Collet, #215966)
1249 - obsolete php-json and php-pecl-zip
1250 - build readline extension into /usr/bin/php* (#210585)
1251 - change module subpackages to require php-common not php (#177821)
1252
1253 * Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-4
1254 - provide php-zend-abi (#212804)
1255 - add /etc/rpm/macros.php exporting interface versions
1256 - synch with upstream recommended php.ini
1257
1258 * Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-3
1259 - update to 5.2.0 (#213837)
1260 - php-xml provides php-domxml (#215656)
1261 - fix php-pdo-abi provide (#214281)
1262
1263 * Tue Oct 31 2006 Joseph Orton <jorton@redhat.com> 5.1.6-4
1264 - rebuild for curl soname bump
1265 - add build fix for curl 7.16 API
1266
1267 * Wed Oct 4 2006 Joe Orton <jorton@redhat.com> 5.1.6-3
1268 - from upstream: add safety checks against integer overflow in _ecalloc
1269
1270 * Tue Aug 29 2006 Joe Orton <jorton@redhat.com> 5.1.6-2
1271 - update to 5.1.6 (security fixes)
1272 - bump default memory_limit to 16M (#196802)
1273
1274 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.1.4-8.1
1275 - rebuild
1276
1277 * Fri Jun 9 2006 Joe Orton <jorton@redhat.com> 5.1.4-8
1278 - Provide php-posix (#194583)
1279 - only provide php-pcntl from -cli subpackage
1280 - add missing defattr's (thanks to Matthias Saou)
1281
1282 * Fri Jun 9 2006 Joe Orton <jorton@redhat.com> 5.1.4-7
1283 - move Obsoletes for php-openssl to -common (#194501)
1284 - Provide: php-cgi from -cli subpackage
1285
1286 * Fri Jun 2 2006 Joe Orton <jorton@redhat.com> 5.1.4-6
1287 - split out php-cli, php-common subpackages (#177821)
1288 - add php-pdo-abi version export (#193202)
1289
1290 * Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 5.1.4-5.1
1291 - rebuilt for new libnetsnmp
1292
1293 * Thu May 18 2006 Joe Orton <jorton@redhat.com> 5.1.4-5
1294 - provide mod_php (#187891)
1295 - provide php-cli (#192196)
1296 - use correct LDAP fix (#181518)
1297 - define _GNU_SOURCE in php_config.h and leave it defined
1298 - drop (circular) dependency on php-pear
1299
1300 * Mon May 8 2006 Joe Orton <jorton@redhat.com> 5.1.4-3
1301 - update to 5.1.4
1302
1303 * Wed May 3 2006 Joe Orton <jorton@redhat.com> 5.1.3-3
1304 - update to 5.1.3
1305
1306 * Tue Feb 28 2006 Joe Orton <jorton@redhat.com> 5.1.2-5
1307 - provide php-api (#183227)
1308 - add provides for all builtin modules (Tim Jackson, #173804)
1309 - own %%{_libdir}/php/pear for PEAR packages (per #176733)
1310 - add obsoletes to allow upgrade from FE4 PDO packages (#181863)
1311
1312 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.3
1313 - bump again for double-long bug on ppc(64)
1314
1315 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.1
1316 - rebuilt for new gcc4.1 snapshot and glibc changes
1317
1318 * Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 5.1.2-4
1319 - rebuild for new libc-client soname
1320
1321 * Mon Jan 16 2006 Joe Orton <jorton@redhat.com> 5.1.2-3
1322 - only build xmlreader and xmlwriter shared (#177810)
1323
1324 * Fri Jan 13 2006 Joe Orton <jorton@redhat.com> 5.1.2-2
1325 - update to 5.1.2
1326
1327 * Thu Jan 5 2006 Joe Orton <jorton@redhat.com> 5.1.1-8
1328 - rebuild again
1329
1330 * Mon Jan 2 2006 Joe Orton <jorton@redhat.com> 5.1.1-7
1331 - rebuild for new net-snmp
1332
1333 * Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 5.1.1-6
1334 - enable short_open_tag in default php.ini again (#175381)
1335
1336 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1337 - rebuilt
1338
1339 * Thu Dec 8 2005 Joe Orton <jorton@redhat.com> 5.1.1-5
1340 - require net-snmp for php-snmp (#174800)
1341
1342 * Sun Dec 4 2005 Joe Orton <jorton@redhat.com> 5.1.1-4
1343 - add /usr/share/pear back to hard-coded include_path (#174885)
1344
1345 * Fri Dec 2 2005 Joe Orton <jorton@redhat.com> 5.1.1-3
1346 - rebuild for httpd 2.2
1347
1348 * Mon Nov 28 2005 Joe Orton <jorton@redhat.com> 5.1.1-2
1349 - update to 5.1.1
1350 - remove pear subpackage
1351 - enable pdo extensions (php-pdo subpackage)
1352 - remove non-standard conditional module builds
1353 - enable xmlreader extension
1354
1355 * Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 5.0.5-6
1356 - rebuilt against new openssl
1357
1358 * Mon Nov 7 2005 Joe Orton <jorton@redhat.com> 5.0.5-5
1359 - pear: update to XML_RPC 1.4.4, XML_Parser 1.2.7, Mail 1.1.9 (#172528)
1360
1361 * Tue Nov 1 2005 Joe Orton <jorton@redhat.com> 5.0.5-4
1362 - rebuild for new libnetsnmp
1363
1364 * Wed Sep 14 2005 Joe Orton <jorton@redhat.com> 5.0.5-3
1365 - update to 5.0.5
1366 - add fix for upstream #34435
1367 - devel: require autoconf, automake (#159283)
1368 - pear: update to HTTP-1.3.6, Mail-1.1.8, Net_SMTP-1.2.7, XML_RPC-1.4.1
1369 - fix imagettftext et al (upstream, #161001)
1370
1371 * Thu Jun 16 2005 Joe Orton <jorton@redhat.com> 5.0.4-11
1372 - ldap: restore ldap_start_tls() function
1373
1374 * Fri May 6 2005 Joe Orton <jorton@redhat.com> 5.0.4-10
1375 - disable RPATHs in shared extensions (#156974)
1376
1377 * Tue May 3 2005 Joe Orton <jorton@redhat.com> 5.0.4-9
1378 - build simplexml_import_dom even with shared dom (#156434)
1379 - prevent truncation of copied files to ~2Mb (#155916)
1380 - install /usr/bin/php from CLI build alongside CGI
1381 - enable sysvmsg extension (#142988)
1382
1383 * Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 5.0.4-8
1384 - prevent build of builtin dba as well as shared extension
1385
1386 * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-7
1387 - split out dba and bcmath extensions into subpackages
1388 - BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)
1389 - pear: update to DB-1.7.6
1390 - enable FastCGI support in /usr/bin/php-cgi (#149596)
1391
1392 * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-6
1393 - build /usr/bin/php with the CLI SAPI, and add /usr/bin/php-cgi,
1394 built with the CGI SAPI (thanks to Edward Rudd, #137704)
1395 - add php(1) man page for CLI
1396 - fix more test cases to use -n when invoking php
1397
1398 * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-5
1399 - rebuild for new libpq soname
1400
1401 * Tue Apr 12 2005 Joe Orton <jorton@redhat.com> 5.0.4-4
1402 - bundle from PEAR: HTTP, Mail, XML_Parser, Net_Socket, Net_SMTP
1403 - snmp: disable MSHUTDOWN function to prevent error_log noise (#153988)
1404 - mysqli: add fix for crash on x86_64 (Georg Richter, upstream #32282)
1405
1406 * Mon Apr 11 2005 Joe Orton <jorton@redhat.com> 5.0.4-3
1407 - build shared objects as PIC (#154195)
1408
1409 * Mon Apr 4 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
1410 - fix PEAR installation and bundle PEAR DB-1.7.5 package
1411
1412 * Fri Apr 1 2005 Joe Orton <jorton@redhat.com> 5.0.4-1
1413 - update to 5.0.4 (#153068)
1414 - add .phps AddType to php.conf (#152973)
1415 - better gcc4 fix for libxmlrpc
1416
1417 * Wed Mar 30 2005 Joe Orton <jorton@redhat.com> 5.0.3-5
1418 - BuildRequire mysql-devel >= 4.1
1419 - don't mark php.ini as noreplace to make upgrades work (#152171)
1420 - fix subpackage descriptions (#152628)
1421 - fix memset(,,0) in Zend (thanks to Dave Jones)
1422 - fix various compiler warnings in Zend
1423
1424 * Thu Mar 24 2005 Joe Orton <jorton@redhat.com> 5.0.3-4
1425 - package mysqli extension in php-mysql
1426 - really enable pcntl (#142903)
1427 - don't build with --enable-safe-mode (#148969)
1428 - use "Instant Client" libraries for oci8 module (Kai Bolay, #149873)
1429
1430 * Fri Feb 18 2005 Joe Orton <jorton@redhat.com> 5.0.3-3
1431 - fix build with GCC 4
1432
1433 * Wed Feb 9 2005 Joe Orton <jorton@redhat.com> 5.0.3-2
1434 - install the ext/gd headers (#145891)
1435 - enable pcntl extension in /usr/bin/php (#142903)
1436 - add libmbfl array arithmetic fix (dcb314@hotmail.com, #143795)
1437 - add BuildRequire for recent pcre-devel (#147448)
1438
1439 * Wed Jan 12 2005 Joe Orton <jorton@redhat.com> 5.0.3-1
1440 - update to 5.0.3 (thanks to Robert Scheck et al, #143101)
1441 - enable xsl extension (#142174)
1442 - package both the xsl and dom extensions in php-xml
1443 - enable soap extension, shared (php-soap package) (#142901)
1444 - add patches from upstream 5.0 branch:
1445 * Zend_strtod.c compile fixes
1446 * correct php_sprintf return value usage
1447
1448 * Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 5.0.2-8
1449 - update for db4-4.3 (Robert Scheck, #140167)
1450 - build against mysql-devel
1451 - run tests in %%check
1452
1453 * Wed Nov 10 2004 Joe Orton <jorton@redhat.com> 5.0.2-7
1454 - truncate changelog at 4.3.1-1
1455 - merge from 4.3.x package:
1456 - enable mime_magic extension and Require: file (#130276)
1457
1458 * Mon Nov 8 2004 Joe Orton <jorton@redhat.com> 5.0.2-6
1459 - fix dom/sqlite enable/without confusion
1460
1461 * Mon Nov 8 2004 Joe Orton <jorton@redhat.com> 5.0.2-5
1462 - fix phpize installation for lib64 platforms
1463 - add fix for segfault in variable parsing introduced in 5.0.2
1464
1465 * Mon Nov 8 2004 Joe Orton <jorton@redhat.com> 5.0.2-4
1466 - update to 5.0.2 (#127980)
1467 - build against mysqlclient10-devel
1468 - use new RTLD_DEEPBIND to load extension modules
1469 - drop explicit requirement for elfutils-devel
1470 - use AddHandler in default conf.d/php.conf (#135664)
1471 - "fix" round() fudging for recent gcc on x86
1472 - disable sqlite pending audit of warnings and subpackage split
1473
1474 * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-4
1475 - don't build dom extension into 2.0 SAPI
1476
1477 * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-3
1478 - ExclusiveArch: x86 ppc x86_64 for the moment
1479
1480 * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-2
1481 - fix default extension_dir and conf.d/php.conf
1482
1483 * Thu Sep 9 2004 Joe Orton <jorton@redhat.com> 5.0.1-1
1484 - update to 5.0.1
1485 - only build shared modules once
1486 - put dom extension in php-dom subpackage again
1487 - move extension modules into %%{_libdir}/php/modules
1488 - don't use --with-regex=system, it's ignored for the apache* SAPIs
1489
1490 * Wed Aug 11 2004 Tom Callaway <tcallawa@redhat.com>
1491 - Merge in some spec file changes from Jeff Stern (jastern@uci.edu)
1492
1493 * Mon Aug 09 2004 Tom Callaway <tcallawa@redhat.com>
1494 - bump to 5.0.0
1495 - add patch to prevent clobbering struct re_registers from regex.h
1496 - remove domxml references, replaced with dom now built-in
1497 - fix php.ini to refer to php5 not php4

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed