source: projects/specs/trunk/p/php5/php5-vl.spec @ 11881

Revision 11881, 72.3 KB checked in by tomop, 6 years ago (diff)

php5-5.6.38-2

Line 
1%bcond_without apache2
2
3%global majorver 5
4%global ap_suffix 5
5%global _name php%{majorver}
6
7%global php_extension_api 20131226
8%global zend_extension_api 220131226
9
10%global srcname php-%{version}
11
12%global php_confdir %{_sysconfdir}/%{_name}
13
14%if %{?_dist_release} == "vl6"
15%define gd_name gd21
16%else
17%define gd_name gd
18%endif
19
20%{!?_without_pear:%global _with_pear 1}
21%global with_pear %{?_with_pear:1}%{!?_with_pear:0}
22%if %{with_pear}
23%global pear_rootdir %{_datadir}/%{_name}-pear
24%global pear_cachedir %{_localstatedir}/cache/%{_name}-pear
25%endif
26
27%global apache1_confdir %{_sysconfdir}/httpd/conf.d
28%global apache1_moduledir %{_libdir}/apache
29%global apache1_contentdir /home/httpd
30%global apache1_cgidir %{apache1_contentdir}/cgi-bin
31%global apache1_fcgidir %{apache1_contentdir}/fcgi-bin
32
33%global apache2_confdir %{_sysconfdir}/apache2/conf.d
34%global apache2_moduledir %{_libdir}/apache2/modules
35%global apache2_contentdir /var/www
36%global apache2_cgidir %{apache2_contentdir}/cgi-bin
37%global apache2_fcgidir %{apache2_contentdir}/fcgi-bin
38
39%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl6"
40%define www_user apache
41%define www_group apache
42%define fpm_user nobody
43%define fpm_group nobody
44%else
45%define www_user www-data
46%define www_group www-data
47%define fpm_user www-data
48%define fpm_group www-data
49%endif
50
51Name: php%{majorver}
52Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
53Summary(ja): HTML 埋め込み型スクリプト言語 PHP
54Version: 5.6.38
55Release: 2%{_dist_release}
56
57Vendor: Project Vine
58Distribution: Vine Linux
59Packager: tomop
60
61License: The PHP License
62Group: Development/Languages
63URL: http://www.php.net/
64
65Source0: http://www.php.net/distributions/%{srcname}.tar.xz
66
67# borrowed from Fedora's php-pear 1:1.9.4-5
68Source13: macros.pear
69
70Source20: README.vine
71Source21: php.ini-vine
72Source23: php.conf-apache1
73Source24: php.conf-apache2
74Source25: php-fpm.init
75Source26: php-fpm.conf
76Source27: default-pool.conf.in
77Source28: php-fpm.logrotate
78Source29: php_params
79Source31: macros.pear.ver
80
81Patch33: php-5.2.4-phpincludedir.patch
82Patch1000: php-5.6.31-openssl11.patch
83
84# Additional feature
85#Patch100: php55-htmlspecialchars-compat53.patch
86
87# security fix
88#Patch1000: php-5.3.7-bug55439.patch
89
90#bugfix
91#Patch2000: fix319823.patch
92
93BuildRoot: %{_tmppath}/%{name}-%{version}-root
94BuildRequires: autoconf
95BuildRequires: automake
96BuildRequires: bison
97BuildRequires: bzip2
98BuildRequires: bzip2-devel
99BuildRequires: curl-devel
100%if %{?_dist_release} == "vl6"
101BuildRequires: db4-devel
102%else
103BuildRequires: libdb-devel
104%endif
105BuildRequires: coreutils
106BuildRequires: flex
107BuildRequires: freetype2-devel
108BuildRequires: gcc-c++
109BuildRequires: %{gd_name}-devel
110BuildRequires: gdbm-devel
111BuildRequires: gmp-devel
112BuildRequires: libedit-devel
113BuildRequires: libjpeg-devel
114BuildRequires: libpng-devel
115BuildRequires: libstdc++-devel
116BuildRequires: libtool-ltdl-devel
117BuildRequires: libxml2-devel
118BuildRequires: libxslt-devel >= 1.0.18
119BuildRequires: ncurses-devel
120BuildRequires: openssl-devel
121BuildRequires: pam-devel
122BuildRequires: pcre-devel
123BuildRequires: perl
124BuildRequires: pkgconfig
125BuildRequires: postfix
126BuildRequires: sqlite3-devel
127BuildRequires: zlib-devel
128BuildRequires: libicu-devel >= 3.6
129BuildRequires: libXpm-devel
130BuildRequires: krb5-devel
131BuildRequires: libzip-devel
132
133%if %{?_dist_release} != "vl5" && %{?_dist_release} != "vl6"
134BuildRequires: www-common
135Requires: www-common
136%endif
137
138Requires(post,preun): alternatives
139%{?_with_pear:Requires: %{name}-pear = %{version}-%{release}}
140Conflicts: php <= 4.4.2-0vl1.2
141Provides: php = %{version}-%{release}
142Provides: php_extension_api(%{php_extension_api})
143Provides: php_zend_extension_api(%{zend_extension_api})
144Obsoletes: php5-sqlite < 5.5.0
145
146%description
147PHP is an HTML-embedded scripting language. PHP attempts to make it
148easy for developers to write dynamically generated webpages. PHP also
149offers built-in database integration for several commercial and
150non-commercial database management systems, so writing a
151database-enabled webpage with PHP is fairly simple. The most common
152use of PHP coding is probably as a replacement for CGI scripts. The
153mod_php module enables the Apache Web server to understand and process
154the embedded PHP language in Web pages.
155
156%description -l ja
157PHP は HTML 埋め込み型のスクリプト言語です.開発者にとって,動的に生成
158される Web ページを簡単に書けるように考えて作られています.さらに,商用,
159非商用を問わず,数々のデータベース管理システムについての統合データベース
160環境が組み込まれています.そのため,データベースを使った Web ページを簡
161単に書くことができます.PHP の用途のほとんどは、既存の CGI スクリプトの
162置き換えに使われているのではないでしょうか.また,mod_php を使うことで,
163Apache Web サーバが Web ページに埋めこまれた PHP 言語を理解して処理でき
164るようになります.
165
166#----------------------------------------------------------------------
167%package devel
168Summary: Files needed for building PHP extensions.
169Group: Development/Libraries
170Requires: %{name} = %{version}-%{release}
171Requires: autoconf
172Requires: automake
173Conflicts: php-devel
174
175%description devel
176The php-devel package contains the files needed for building PHP
177extensions. If you need to compile your own PHP extensions, you will
178need to install this package.
179
180#----------------------------------------------------------------------
181%if %{with_pear}
182%package pear
183Group: Development/Languages
184Summary: PHP Extension and Application Repository Components
185Requires(post): alternatives
186Requires: %{name} = %{version}-%{release}
187Conflicts: php-pear <= 4.4.2-0vl2
188Provides: php-pear = %{version}-%{release}
189# pear's version itself is 1.9.4
190Provides: php-pear(PEAR) = 1.9.4
191
192%description pear
193PEAR is a framework and distribution system for reusable PHP
194components.  This package contains the basic PEAR components.
195%endif
196
197#----------------------------------------------------------------------
198%if %{?_dist_release} == "vl5"
199%package apache
200Summary: php5 module for Apache version 1
201Summary(ja): Apache バージョン 1 用の php5 モジュール
202Group: System Environment/Daemons
203BuildRequires: apache-devel
204Requires: %{name} = %{version}-%{release}
205Requires: apache
206Provides: php-apache = %{version}-%{release}
207
208%description apache
209This package contains the php5 module for Apache version 1.
210%endif
211
212#----------------------------------------------------------------------
213%if %{with apache2}
214%package apache2
215Group: System Environment/Daemons
216Summary: php5 module for Apache version 2
217Summary(ja): Apache バージョン 2 用の php5 モジュール
218BuildRequires: apache2-devel >= 2.0.50-0vl2
219Requires: %{name} = %{version}-%{release}
220Requires: apache2 >= 2.0.50-0vl2
221Requires(post): sed, file
222Provides: php-apache2 = %{version}-%{release}
223
224%description apache2
225 This package contains the php5 module for Apache version 2.
226
227 Apache2 must be configured to use prefork MPM because
228this module is not threadsafe.
229%endif
230
231#----------------------------------------------------------------------
232%package fpm
233Group: System Environment/Daemons
234Summary: PHP with FastCGI Process Manager (FPM)
235Summary(ja): FastCGI Process Manager (FPM) が組み込まれたPHP
236Requires: %{name} = %{version}-%{release}
237
238%description fpm
239 PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
240implementation with some additional features useful for sites of
241any size, especially busier sites.
242
243#----------------------------------------------------------------------
244%package nginx
245Group: System Environment/Daemons
246Summary: Nginx configuration for php-fpm
247Summary(ja): php-fpmを利用するためのNginx設定ファイル
248Requires: %{name}-fpm = %{version}-%{release}
249Requires: nginx
250
251%description nginx
252 This package inckudes FastCGI parameters for Nginx.
253
254#======================================================================
255# modules
256#----------------------------------------------------------------------
257%package dba
258Summary: A database abstraction layer module for PHP applications
259Group: Development/Languages
260Requires: %{name} = %{version}-%{release}
261Provides: php-dba = %{version}-%{release}
262
263%description dba
264The php-dba package contains a dynamic shared object that will add
265support for using the DBA database abstraction layer to PHP.
266
267#----------------------------------------------------------------------
268%package imap
269Summary: A module for PHP applications that use IMAP.
270Group: Development/Languages
271BuildRequires: uw-imap-devel >= 2000c-1.6.0
272BuildRequires: openssl-devel
273Requires: %{name} = %{version}-%{release}
274Provides: php-imap = %{version}-%{release}
275
276%description imap
277The php-imap package contains a dynamic shared object (DSO) for the
278Apache Web server. When compiled into Apache, the php-imap module will
279add IMAP (Internet Message Access Protocol) support to PHP. IMAP is a
280protocol for retrieving and uploading e-mail messages on mail
281servers. PHP is an HTML-embedded scripting language. If you need IMAP
282support for PHP applications, you will need to install this package
283and the php package.
284
285#----------------------------------------------------------------------
286%package ldap
287Summary: A module for PHP applications that use LDAP.
288Group: Development/Languages
289BuildRequires: cyrus-sasl-devel
290BuildRequires: openldap-devel
291BuildRequires: openssl-devel
292Requires: %{name} = %{version}-%{release}
293Provides: php-ldap = %{version}-%{release}
294
295%description ldap
296The php-ldap package is a dynamic shared object (DSO) for the Apache
297Web server that adds Lightweight Directory Access Protocol (LDAP)
298support to PHP. LDAP is a set of protocols for accessing directory
299services over the Internet. PHP is an HTML-embedded scripting
300language. If you need LDAP support for PHP applications, you will
301need to install this package in addition to the php package.
302
303#----------------------------------------------------------------------
304%package mcrypt
305Summary: A module for PHP applications that use mcrypt
306Group: Development/Languages
307BuildRequires: libmcrypt-devel >= 2.5.6
308Requires: %{name} = %{version}-%{release}
309Provides: php-mcrypt = %{version}-%{release}
310
311%description mcrypt
312The php-mcrypt package contains a dynamic shared object that will add
313support for encrypt/decrypt functions to PHP.
314
315#----------------------------------------------------------------------
316%package mysql
317Summary: A module for PHP applications that use MySQL databases.
318Group: Development/Languages
319##BuildRequires: MySQL-devel >= 5.1.40
320# for MySQL-devel Requires bug..
321Requires: %{name} = %{version}-%{release}
322Requires: %{name}-pdo
323Provides: %{name}_database
324Provides: php-mysql = %{version}-%{release}
325
326%description mysql
327The php-mysql package contains a dynamic shared object that will add
328MySQL database support to PHP. MySQL is an object-relational database
329management system. PHP is an HTML-embeddable scripting language. If
330you need MySQL support for PHP applications, you will need to install
331this package and the php or mod_php package.
332
333#----------------------------------------------------------------------
334%package odbc
335Group: Development/Languages
336Summary: A module for PHP applications that use ODBC databases.
337BuildRequires: unixODBC-devel
338Requires: %{name} = %{version}-%{release}
339Requires: %{name}-pdo
340Provides: %{name}_database
341Provides: php-odbc = %{version}-%{release}
342
343%description odbc
344The php-odbc package contains a dynamic shared object that will add
345database support through ODBC to PHP. ODBC is an open specification
346which provides a consistent API for developers to use for accessing
347data sources (which are often, but not always, databases). PHP is an
348HTML-embeddable scripting language. If you need ODBC support for PHP
349applications, you will need to install this package and the php
350package.
351
352#----------------------------------------------------------------------
353%package pdo
354Summary: A database access abstraction module for PHP applications
355Group: Development/Languages
356Requires: %{name} = %{version}-%{release}
357Provides: php-pdo = %{version}-%{release}
358
359%description pdo
360The php-pdo package contains a dynamic shared object that will add
361a database access abstraction layer to PHP.  This module provides
362a common interface for accessing MySQL, PostgreSQL or other
363databases.
364
365#----------------------------------------------------------------------
366%package pgsql
367Summary: A PostgreSQL database module for PHP.
368Group: Development/Languages
369BuildRequires: openssl-devel
370%if %{?_dist_release} == "vl6"
371BuildRequires: postgresql-devel
372%else
373BuildRequires: libpq-devel
374%endif
375Requires: %{name} = %{version}-%{release}
376Requires: %{name}-pdo
377Provides: %{name}_database
378Provides: php-pgsql = %{version}-%{release}
379
380%description pgsql
381The php-pgsql package includes a dynamic shared object (DSO) that can
382be compiled in to the Apache Web server to add PostgreSQL database
383support to PHP. PostgreSQL is an object-relational database management
384system that supports almost all SQL constructs. PHP is an
385HTML-embedded scripting language. If you need back-end support for
386PostgreSQL, you should install this package in addition to the main
387php package.
388
389#----------------------------------------------------------------------
390%package snmp
391Summary: A module for PHP applications that query SNMP-managed devices.
392Group: Development/Languages
393BuildRequires: bzip2-devel
394BuildRequires: glibc-devel
395BuildRequires: libelf-devel
396BuildRequires: net-snmp-devel >= 5.1.1
397BuildRequires: popt-devel
398BuildRequires: rpm-devel
399BuildRequires: zlib-devel
400Requires: %{name} = %{version}-%{release}
401Provides: php-snmp = %{version}-%{release}
402
403%description snmp
404The php-snmp package contains a dynamic shared object that will add
405support for querying SNMP devices to PHP.  PHP is an HTML-embeddable
406scripting language. If you need SNMP support for PHP applications, you
407will need to install this package and the php package.
408
409#----------------------------------------------------------------------
410%package xmlrpc
411Summary: A module for PHP applications which use the XML-RPC protocol
412Group: Development/Languages
413Requires: %{name} = %{version}-%{release}
414Provides: php-xmlrpc = %{version}-%{release}
415
416%description xmlrpc
417The php-xmlrpc package contains a dynamic shared object that will add
418support for the XML-RPC protocol to PHP.
419
420#----------------------------------------------------------------------
421%package intl
422Summary: A module for PHP applications to use the ICU APIs
423Group: Development/Languages
424Requires: %{name} = %{version}-%{release}
425Provides: php-intl = %{version}-%{release}
426
427%description intl
428 The php-intl package is a wrapper for ICU library, enabling PHP programmers
429to perform UCA-conformant collation and date/time/number/currency formatting
430in their scripts.
431
432#----------------------------------------------------------------------
433%package zip
434Summary: A module for PHP applications to manipulate the ZIP archives
435Group: Development/Languages
436Requires: %{name} = %{version}-%{release}
437Provides: php-zip = %{version}-%{release}
438Provides: php-ext-zip
439Obsoletes: php-ext-zip < 1.12.4
440
441%description zip
442 The php-zip package is an extension to create, modify and read zip files.
443
444#----------------------------------------------------------------------
445%package pcntl
446Summary: A module for PHP-CLI applications to use Process Control (pcntl)
447Group: Development/Languages
448Requires: %{name} = %{version}-%{release}
449Provides: php-pcntl = %{version}-%{release}
450
451%description pcntl
452 Process Control support in PHP implements the Unix style of process
453creation, program execution, signal handling and process termination.
454Process Control should not be enabled within a web server environment
455and unexpected results may happen if any Process Control functions are
456used within a web server environment.
457
458#----------------------------------------------------------------------
459%package opcache
460Summary: A zend extension to cache script bytecode
461Group: Development/Languages
462Requires: %{name} = %{version}-%{release}
463Provides: php-opcache = %{version}-%{release}
464
465%description opcache
466 OPcache improves PHP performance by storing precompiled script bytecode
467in shared memory, thereby removing the need for PHP to load and parse scripts
468on each request.
469
470
471#======================================================================
472%prep
473%setup -q -n %{srcname}
474
475%patch33 -p1 -b .phpincludedir
476
477%patch1000 -p1 -b .openssl11
478
479# Prevent %%doc confusion over LICENSE files
480cp Zend/LICENSE Zend/ZEND_LICENSE
481#cp Zend/ChangeLog Zend/ZEND_ChangeLog
482cp TSRM/LICENSE TSRM_LICENSE
483
484mkdir -p %{_name}-apache2
485cp %{SOURCE20} %{_name}-apache2/README.vine
486
487#perl -pi -e 's,/freetype2/freetype/,/freetype2/,g' configure
488perl -pi -e 's/for LIB in .+ db4 db; do/for LIB in db; do/' configure
489
490# Source is built three times:
491# once for /usr/bin/php, once for the Apache1 module, once for the Apache2 module.
492mkdir build-cgi build-fpm build-apache build-apache2
493
494#======================================================================
495%build
496# Regenerate configure scripts (patches change config.m4's)
497# ./buildconf --force
498
499# Install extension modules in %{_libdir}/%{_name}
500export EXTENSION_DIR=%{_libdir}/%{_name}
501
502# Shell function to configure and build a PHP tree.
503build() {
504ln -sf ../configure
505CFLAGS="%{optflags} -fPIC" \
506CXXFLAGS="%{optflags} -fPIC --std=c++0x" \
507%configure \
508  --cache-file=../config.cache \
509  --prefix=%{_prefix} \
510  --libdir=%{_libdir}/%{_name} \
511  --with-libdir=%{_lib} \
512  --sysconfdir=%{php_confdir} \
513  --with-layout=GNU \
514  --with-config-file-path=%{php_confdir} \
515  --with-config-file-scan-dir=%{php_confdir}/php.d \
516  --with-exec-dir=%{_libdir}/%{_name}/bin \
517  --program-suffix=%{majorver} \
518  --enable-safe-mode \
519  --disable-rpath \
520  --enable-zend-multibyte \
521  --enable-bcmath \
522  --enable-calendar \
523  --enable-dba=shared --with-gdbm --with-db4 --with-inifile \
524  --enable-exif \
525  --enable-ftp \
526  --enable-inline-optimization \
527  --enable-intl=shared \
528  --enable-mbstring \
529  --enable-pcntl=shared \
530  --enable-pdo=shared \
531  --enable-shmop \
532  --enable-soap \
533  --enable-sockets \
534  --enable-sysvmsg --enable-sysvsem --enable-sysvshm \
535  --enable-wddx \
536  --enable-zip=shared --with-libzip \
537  --with-bz2 \
538  --with-curl \
539  --with-jpeg-dir=%{_prefix} --with-png-dir=%{_prefix} --with-freetype-dir=%{_prefix} \
540  --with-gd=shared,/usr \
541  --enable-gd-native-ttf \
542  --with-iconv \
543  --with-gettext \
544  --with-gmp \
545  --with-imap=shared --with-imap-ssl \
546%if %{?_dist_release} != "vl4"
547  --with-kerberos \
548%endif
549  --with-ldap=shared \
550  --with-mcrypt=shared,%{_prefix} \
551  --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd \
552  --with-openssl \
553  --with-pgsql=shared --with-pdo-pgsql=shared,%{_prefix} \
554  --with-pic \
555  --with-snmp=shared,%{_prefix} \
556  --with-sqlite=shared --enable-sqlite-utf8 --with-pdo-sqlite=shared,%{_prefix} \
557  --with-unixODBC=shared,%{_prefix} --with-pdo-odbc=shared,unixODBC,%{_prefix} \
558  --with-xmlrpc=shared \
559  --with-xsl \
560  --with-zlib \
561  %{?_with_pear:--with-pear=%{pear_rootdir}}%{!?_with_pear:--without-pear} \
562  $*
563if test $? != 0; then
564  tail -500 config.log
565  : configure failed
566  exit 1
567fi
568
569make %{?_smp_mflags}
570}
571
572#----------------------------------------------------------------------
573# Build /usr/bin/php{,-cgi}, and all the shared extensions
574pushd build-cgi
575build \
576  --with-libedit
577popd
578
579#----------------------------------------------------------------------
580# Build /usr/sbin/php-fpm
581pushd build-fpm
582build \
583  --enable-fpm
584popd
585
586sed -e 's/@WWWUSER@/%{fpm_user}/' -e 's/@WWWGROUP@/%{fpm_group}/' \
587    -e 's/@majorver@/%{majorver}/'< %{SOURCE27} > default-pool.conf
588
589#----------------------------------------------------------------------
590# Build Apache1 module
591%if %{?_dist_release} == "vl5"
592pushd build-apache
593build \
594  --with-apxs=%{_sbindir}/apxs
595popd
596%endif
597#----------------------------------------------------------------------
598# Build Apache2 module
599%if %{with apache2}
600pushd build-apache2
601build \
602  --with-apxs2=%{_bindir}/apxs
603popd
604%endif
605#======================================================================
606%install
607[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
608
609#export PHP_PEAR_SYSCONF_DIR=%{php_confdir}
610#export PHP_PEAR_TEMP_DIR=%{pear_cachedir}
611#export PHP_PEAR_CACHE_DIR=%{buildroot}%{pear_cachedir}
612#export PHP_PEAR_DOWNLOAD_DIR=%{pear_cachedir}
613#export PHP_PEAR_PHP_BIN=%{_bindir}/%{_name}
614
615export PHP_PEAR_SYSCONF_DIR=%{php_confdir}
616export PHP_PEAR_TEMP_DIR=%{buildroot}%{pear_cachedir}
617export PHP_PEAR_CACHE_DIR=%{buildroot}%{pear_cachedir}
618export PHP_PEAR_DOWNLOAD_DIR=%{buildroot}%{pear_cachedir}
619export PHP_PEAR_PHP_BIN=%{buildroot}%{_bindir}/%{_name}
620unset http_proxy
621
622#----------------------------------------------------------------------
623pushd build-cgi
624# Install everything from the CGI SAPI build
625make install INSTALL_ROOT=%{buildroot}
626#cp %{buildroot}%{_bindir}/%{_name}{,-cgi}
627# Install the CLI SAPI as /usr/bin/%{_name}
628#make install-cli INSTALL_ROOT=%{buildroot}
629popd
630
631# Install the default configuration file
632%{__install} -m 755 -d %{buildroot}%{php_confdir}
633%{__install} -m 644 php.ini-production %{buildroot}%{php_confdir}/php.ini
634
635# Append php.ini-vine
636cat %{SOURCE21} >> %{buildroot}%{php_confdir}/php.ini
637# Use correct libdir
638sed -i \
639  -e 's|%{_prefix}/lib|%{_libdir}|' \
640  -e 's/@majorver@/%{majorver}/g' \
641  %{buildroot}%{php_confdir}/php.ini
642
643# Remove suffix
644%{__install} -m 755 scripts/dev/phpextdist %{buildroot}%{_bindir}/phpextdist%{majorver}
645
646# fix path in phar
647
648perl -pi -e 's|^#!/.+/build-cgi/sapi/cli/php$|#!/usr/bin/%{_name}|' %{buildroot}%{_bindir}/phar.phar
649mv %{buildroot}%{_bindir}/phar.phar %{buildroot}%{_bindir}/phar%{majorver}.phar
650mv %{buildroot}%{_mandir}/man1/phar.1 %{buildroot}%{_mandir}/man1/phar%{majorver}.1
651rm %{buildroot}%{_mandir}/man1/phar.phar.1
652
653%if %{with_pear}
654# http://pear.php.net/bugs/bug.php?id=6154
655perl -pi -e 's#s:([0-9]+):(.)(%{buildroot})+#"s:".($1-length($3)).":$2"#eg;' %{buildroot}%{php_confdir}/pear.conf
656
657for cmd in pear peardev pecl; do
658  cp %{buildroot}%{_bindir}/${cmd}{,%{majorver}}
659done
660%{__install} -m 755 -d %{buildroot}%{pear_cachedir}
661
662# install rpmmacro file for pear
663mkdir -p %{buildroot}%{_datadir}/php%{majorver}
664install -m 644 -c %{SOURCE13} \
665  %{buildroot}%{_datadir}/php%{majorver}/macros.pear
666sed -i -e 's/@majorver@/%{majorver}/g' \
667  %{buildroot}%{_datadir}/php%{majorver}/macros.pear
668
669mkdir -p %{buildroot}%{_sysconfdir}/rpm
670install -m 644 -c %{SOURCE31} \
671        %{buildroot}%{_sysconfdir}/rpm/macros.pear%{majorver}
672sed -i -e 's/@majorver@/%{majorver}/g' \
673  %{buildroot}%{_sysconfdir}/rpm/macros.pear%{majorver}
674%endif
675
676# Install cgi/fcgi binaries
677mv %{buildroot}%{_bindir}/php-cgi%{majorver} %{buildroot}%{_bindir}/%{_name}-cgi
678
679# Install fpm binaries
680%{__install} -d %{buildroot}%{_sbindir}
681%{__install} -d %{buildroot}%{_initdir}
682%{__install} -m 755 -d %{buildroot}%{php_confdir}/fpm.d
683%{__install} -d %{buildroot}%{_mandir}/man8
684%{__install} -d %{buildroot}%{_sysconfdir}/logrotate.d
685%{__install} -m 755 build-fpm/sapi/fpm/php-fpm %{buildroot}%{_sbindir}/%{_name}-fpm
686%{__install} -m 755 %{SOURCE25} %{buildroot}%{_initdir}/%{_name}-fpm
687sed -i -e 's/@majorver@/%{majorver}/g' %{buildroot}%{_initdir}/%{_name}-fpm
688%{__install} -m 644 build-fpm/sapi/fpm/php-fpm.8 %{buildroot}%{_mandir}/man8/%{_name}-fpm.8
689%{__install} -m 644 %{SOURCE26} %{buildroot}%{php_confdir}/php-fpm.conf
690sed -i -e 's/@majorver@/%{majorver}/g' %{buildroot}%{php_confdir}/php-fpm.conf
691%{__install} -m 644 default-pool.conf %{buildroot}%{php_confdir}/fpm.d/default-pool.conf
692%{__install} -m 644 %{SOURCE28} %{buildroot}%{_sysconfdir}/logrotate.d/%{_name}-fpm
693sed -i \
694  -e 's/@majorver@/%{majorver}/g' \
695  %{buildroot}%{_sysconfdir}/logrotate.d/%{_name}-fpm
696
697
698# Install the Apache1 module, config fragment
699%if %{?_dist_release} == "vl5"
700%{__install} -m 755 -d %{buildroot}%{apache1_moduledir}
701%{__install} -m 755 build-apache/libs/lib%{_name}.so %{buildroot}%{apache1_moduledir}
702%{__install} -m 755 -d %{buildroot}%{apache1_cgidir}
703%{__install} -m 755 -d %{buildroot}%{apache1_fcgidir}
704ln -sf %{_bindir}/%{_name}-cgi %{buildroot}%{apache1_cgidir}/%{_name}-cgi
705ln -sf %{_bindir}/%{_name}-cgi %{buildroot}%{apache1_fcgidir}/%{_name}-fcgi
706%{__install} -m 755 -d %{buildroot}%{apache1_confdir}
707%{__install} -m 644 %{SOURCE23} %{buildroot}%{apache1_confdir}/%{_name}.conf
708sed -i \
709  -e 's/@majorver@/%{majorver}/g' \
710  -e 's/@ap_suffix@/%{ap_suffix}/g' \
711  %{buildroot}%{apache1_confdir}/%{_name}.conf
712%endif
713
714# Install the Apache2 module, CGI SAPI, config fragment
715%if %{with apache2}
716%{__install} -m 755 -d %{buildroot}%{apache2_moduledir}
717%{__install} -m 755 build-apache2/libs/libphp%{ap_suffix}.so %{buildroot}%{apache2_moduledir}/lib%{_name}.so
718%{__install} -m 755 -d %{buildroot}%{apache2_cgidir}
719%{__install} -m 755 -d %{buildroot}%{apache2_fcgidir}
720ln -sf %{_bindir}/%{_name}-cgi %{buildroot}%{apache2_cgidir}/%{_name}-cgi
721ln -sf %{_bindir}/%{_name}-cgi %{buildroot}%{apache2_fcgidir}/%{_name}-fcgi
722%{__install} -m 755 -d %{buildroot}%{apache2_confdir}
723%{__install} -m 644 %{SOURCE24} %{buildroot}%{apache2_confdir}/%{_name}.conf
724sed -i \
725  -e 's/@majorver@/%{majorver}/g' \
726  -e 's/@ap_suffix@/%{ap_suffix}/g' \
727  %{buildroot}%{apache2_confdir}/%{_name}.conf
728%endif
729
730# Install the configuration file for Nginx
731mkdir -p %{buildroot}%{_sysconfdir}/nginx
732%{__install} -m 644 %{SOURCE29} %{buildroot}%{_sysconfdir}/nginx/%{_name}_params
733sed -i -e 's/@majorver@/%{majorver}/g' \
734  %{buildroot}%{_sysconfdir}/nginx/%{_name}_params
735
736%{__install} -m 755 -d %{buildroot}%{php_confdir}/php.d
737%{__install} -m 755 -d %{buildroot}%{_localstatedir}/%{_name}
738# for session.save_path
739%{__install} -m 770 -d %{buildroot}%{_localstatedir}/%{_name}/session
740# for extension modules
741%{__install} -m 755 -d %{buildroot}%{_libdir}/%{_name}
742# for --with-exec-dir
743%{__install} -m 755 -d %{buildroot}%{_libdir}/%{_name}/bin
744
745#----------------------------------------------------------------------
746# Generate files lists and stub .ini files for each subpackage
747for mod in dba imap ldap mcrypt snmp xmlrpc intl gd zip \
748    mysql mysqli odbc pgsql \
749    pdo pdo_odbc pdo_mysql pdo_pgsql pdo_sqlite; do
750    cat > %{buildroot}%{php_confdir}/php.d/${mod}.ini <<EOF
751; Enable ${mod} extension module
752extension=${mod}.so
753EOF
754    cat > files.${mod} <<EOF
755%attr(0755,root,root) %{_libdir}/%{_name}/${mod}.so
756%config(noreplace) %attr(0644,root,root) %{php_confdir}/php.d/${mod}.ini
757EOF
758done
759
760# Zend extensions
761for mod in opcache; do
762    cat > %{buildroot}%{php_confdir}/php.d/${mod}.ini <<EOF
763; Enable ${mod} zend extension module
764zend_extension=${mod}.so
765EOF
766    cat > files.${mod} <<EOF
767%attr(0755,root,root) %{_libdir}/%{_name}/${mod}.so
768%config(noreplace) %attr(0644,root,root) %{php_confdir}/php.d/${mod}.ini
769EOF
770done
771
772# pcntl extension should be enabled with CLI/CGI SAPI only.
773cat > %{buildroot}%{php_confdir}/php.d/pcntl.ini <<EOF
774; Enable pcntl extension module
775;extension=pcntl.so
776EOF
777cat > files.pcntl <<EOF
778%attr(0755,root,root) %{_libdir}/%{_name}/pcntl.so
779%config(noreplace) %attr(0644,root,root) %{php_confdir}/php.d/pcntl.ini
780EOF
781
782
783
784# append mysqli module to mysql module.
785cat files.mysqli >> files.mysql
786
787# Split out the PDO modules
788cat files.pdo_mysql >> files.mysql
789cat files.pdo_odbc >> files.odbc
790cat files.pdo_pgsql >> files.pgsql
791
792# Package pdo_sqlite with pdo; isolating the sqlite dependency
793# isn't useful at this time since rpm itself requires sqlite.
794cat files.pdo_sqlite >> files.pdo
795
796#----------------------------------------------------------------------
797# Remove unpackaged files
798rm -f %{buildroot}%{_libdir}/%{_name}/*.a
799
800# Remove irrelevant docs
801rm -f README.{Zeus,QNX,CVS-RULES}
802
803# ad-hoc fix for incorrect paths to php5
804for X in pear%{majorver} peardev%{majorver} pecl%{majorver} ; do
805  sed -i -e 's|%{buildroot}||g' %{buildroot}%{_bindir}/$X
806done
807
808rm -rf %{buildroot}/{.channels,.depdb*,.filemap,.lock}
809rm -f %{buildroot}%{_bindir}/{pear,peardev,pecl,phar}
810
811#----------------------------------------------------------------------
812%post
813/sbin/update-alternatives \
814  --install %{_bindir}/php     php  %{_bindir}/php%{majorver} %{majorver}0 \
815  --slave   %{_bindir}/php-cgi php-cgi  %{_bindir}/php%{majorver}-cgi \
816  --slave   %{_bindir}/phar    phar %{_bindir}/phar%{majorver}.phar \
817  --slave   %{_bindir}/phar.phar phar.phar %{_bindir}/phar%{majorver}.phar \
818  --slave   %{_mandir}/man1/php.1.gz php.1.gz %{_mandir}/man1/%{_name}.1.gz \
819  --slave   %{_mandir}/man1/php-cgi.1.gz php-cgi.1.gz %{_mandir}/man1/php-cgi%{majorver}.1.gz \
820  --slave   %{_mandir}/man1/phar.1.gz phar.1.gz %{_mandir}/man1/phar%{majorver}.1.gz
821
822# fix broken symlink if it's there
823if [ ! -f %{_bindir}/php ] ; then
824    /sbin/update-alternatives --auto php
825fi
826
827%triggerpostun -- php5 < 5.1.4-0vl1
828/sbin/update-alternatives --auto php
829
830%preun
831if [ "$1" = 0 ]; then
832  /sbin/update-alternatives --remove php %{_bindir}/php%{majorver}
833fi
834
835%post fpm
836/sbin/update-alternatives \
837  --install %{_sbindir}/php-fpm php-fpm %{_sbindir}/%{_name}-fpm %{majorver}0 \
838  --slave   %{_mandir}/man8/php-fpm.8.gz php-fpm.8.gz %{_mandir}/man8/%{_name}-fpm.8.gz
839
840# fix broken symlink if it's there
841if [ ! -f %{_sbindir}/php-fpm ] ; then
842    /sbin/update-alternatives --auto php-fpm
843fi
844/sbin/chkconfig --add %{_name}-fpm
845
846%triggerun fpm -- php5-fpm < 5.6.11
847/sbin/chkconfig --del php-fpm 2>/dev/null ||:
848
849%preun fpm
850if [ "$1" = 0 ]; then
851  /sbin/chkconfig --del %{_name}-fpm
852  /sbin/update-alternatives --remove php-fpm %{_sbindir}/php%{majorver}-fpm
853fi
854
855%post nginx
856/sbin/update-alternatives \
857  --install %{_sysconfdir}/nginx/php_params \
858            php-nginx \
859            %{_sysconfdir}/nginx/%{_name}_params \
860            %{majorver}0
861
862# fix broken symlink if it's there
863if [ ! -f %{_sysconfdir}/nginx/php_params ] ; then
864    /sbin/update-alternatives --auto php-nginx
865fi
866
867%preun nginx
868if [ "$1" = 0 ]; then
869  /sbin/update-alternatives --remove php-nginx %{_sysconfdir}/nginx/%{_name}_params
870fi
871
872%post pear
873/sbin/update-alternatives \
874  --install %{_bindir}/pear     pear    %{_bindir}/pear%{majorver} %{majorver}0 \
875  --slave   %{_bindir}/peardev  peardev %{_bindir}/peardev%{majorver} \
876  --slave   %{_bindir}/pecl     pecl    %{_bindir}/pecl%{majorver} \
877  --slave   %{_sysconfdir}/rpm/macros.pear macros.pear %{_datadir}/php%{majorver}/macros.pear
878
879
880# fix broken symlink if it's there
881if [ ! -f %{_bindir}/pear ] ; then
882    /sbin/update-alternatives --auto pear
883fi
884
885%triggerpostun pear -- php5-pear < 5.6.11
886if [ ! -f %{_sysconfdir}/rpm/macros.pear ] ; then
887    /sbin/update-alternatives --auto pear
888fi
889
890%preun pear
891if [ "$1" = 0 ]; then
892  /sbin/update-alternatives --remove pear %{_bindir}/pear%{majorver}
893fi
894
895%post devel
896/sbin/update-alternatives \
897  --install %{_bindir}/php-config php-devel   %{_bindir}/php-config%{majorver} %{majorver}0 \
898  --slave   %{_bindir}/phpize     phpize      %{_bindir}/phpize%{majorver} \
899  --slave   %{_bindir}/phpextdist phpextdist  %{_bindir}/phpextdist%{majorver} \
900  --slave   %{_bindir}/phpize     phpize      %{_bindir}/phpize%{majorver} \
901  --slave   %{_mandir}/man1/php-config.1.gz php-config.1.gz %{_mandir}/man1/php-config%{majorver}.1.gz \
902  --slave   %{_mandir}/man1/phpize.1.gz phpize.1.gz %{_mandir}/man1/phpize%{majorver}.1.gz
903
904
905# fix broken symlink if it's there
906if [ ! -f %{_bindir}/php-config ] ; then
907    /sbin/update-alternatives --auto php-config
908fi
909
910%preun devel
911if [ "$1" = 0 ]; then
912  /sbin/update-alternatives --remove php-devel %{_bindir}/php-config%{majorver}
913fi
914
915%if %{?_dist_release} == "vl5"
916%post apache
917chown root:apache %{_localstatedir}/%{_name}/session 2>/dev/null || true
918%endif
919
920%if %{with apache2}
921%post apache2
922%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl6"
923chown root:apache %{_localstatedir}/%{_name}/session 2>/dev/null || true
924
925MPM=`file /etc/alternatives/apache2 | sed -e 's/^.*apache2\.\([a-z]*\).*$/\1/'`
926if [ "$MPM" != "prefork" ]; then
927  cat <<EOF
928
929 Apache2 is configured to use $MPM MPM. But php%{majorver}-apache2 requires
930prefork MPM. Run the following command as root to switch MPM:
931
932    /sbin/update-alternatives --config apache2
933
934EOF
935fi
936
937%else
938
939MPM=`/usr/sbin/apache2ctl -V | grep "Server MPM:" | sed -e 's/^.*: *//'`
940if [ "$MPM" != "prefork" ]; then
941  cat <<EOF
942
943 Apache2 is configured to use $MPM MPM. But php%{majorver}-apache2 requires
944prefork MPM. Configure Apache2 to use prefork MPM or use PHP%{majorver}-FPM
945via FastCGI.
946
947EOF
948fi
949
950%endif
951%endif
952
953%clean
954[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
955rm -f files.*
956
957#======================================================================
958%files
959%defattr(-,root,root)
960%{!?_licensedir:%global license %%doc}
961%license LICENSE
962%doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL NEWS README*
963%doc Zend/ZEND_* TSRM_LICENSE
964%doc php.ini-{development,production}
965%doc php.gif
966%{_mandir}/man1/%{_name}.1*
967%{_mandir}/man1/php-cgi%{majorver}.1*
968%{_mandir}/man1/phar%{majorver}.1*
969%config(noreplace) %{php_confdir}/php.ini
970%{_bindir}/%{_name}
971%{_bindir}/%{_name}-cgi
972%{_bindir}/phar%{majorver}.phar
973%dir %{php_confdir}
974%dir %{php_confdir}/php.d
975%dir %{_libdir}/%{_name}
976%dir %{_libdir}/%{_name}/bin
977%dir %{_localstatedir}/%{_name}
978%attr(0770,root,%{www_group}) %dir %{_localstatedir}/%{_name}/session
979# gd extension (should be separated package?)
980%config(noreplace) %{php_confdir}/php.d/gd.ini
981%{_libdir}/%{_name}/gd.so
982
983%files devel
984%defattr(-,root,root)
985%{_mandir}/man1/php-config%{majorver}.1*
986%{_mandir}/man1/phpize%{majorver}.1*
987%{_bindir}/php-config%{majorver}
988%{_bindir}/phpize%{majorver}
989%{_bindir}/phpextdist%{majorver}
990%{_includedir}/%{_name}
991%{_libdir}/%{_name}/build
992
993%if %{with_pear}
994%files pear
995%defattr(-,root,root)
996%config %{php_confdir}/pear.conf
997%config %{_datadir}/%{_name}/macros.pear
998%config %{_sysconfdir}/rpm/macros.pear%{majorver}
999%{_bindir}/pear%{majorver}
1000%{_bindir}/peardev%{majorver}
1001%{_bindir}/pecl%{majorver}
1002%{pear_rootdir}
1003%dir %{pear_cachedir}
1004%endif
1005
1006%if %{?_dist_release} == "vl5"
1007%files apache
1008%defattr(-,root,root)
1009%config %{apache1_confdir}/%{_name}.conf
1010%{apache1_moduledir}/lib%{_name}.so
1011%{apache1_cgidir}/%{_name}-cgi
1012%{apache1_fcgidir}/%{_name}-fcgi
1013%endif
1014
1015%if %{with apache2}
1016%files apache2
1017%defattr(-,root,root)
1018%doc %{_name}-apache2/README.vine
1019%config %{apache2_confdir}/%{_name}.conf
1020%{apache2_moduledir}/lib%{_name}.so
1021%{apache2_cgidir}/%{_name}-cgi
1022%{apache2_fcgidir}/%{_name}-fcgi
1023%endif
1024
1025%files fpm
1026%defattr(-,root,root)
1027%{_sbindir}/%{_name}-fpm
1028%{_initdir}/%{_name}-fpm
1029%{_mandir}/man8/%{_name}-fpm.8*
1030%dir %{php_confdir}/fpm.d
1031%config(noreplace) %{php_confdir}/php-fpm.conf
1032%config(noreplace) %{php_confdir}/fpm.d/*.conf
1033%config(noreplace) %{_sysconfdir}/logrotate.d/%{_name}-fpm
1034
1035%files nginx
1036%defattr(-,root,root)
1037%config(noreplace) %{_sysconfdir}/nginx/%{_name}_params
1038
1039%files dba -f files.dba
1040%files imap -f files.imap
1041%files ldap -f files.ldap
1042%files mcrypt -f files.mcrypt
1043%files mysql -f files.mysql
1044%files odbc -f files.odbc
1045%files pdo -f files.pdo
1046%files pgsql -f files.pgsql
1047%files snmp -f files.snmp
1048%files xmlrpc -f files.xmlrpc
1049%files intl -f files.intl
1050%files zip -f files.zip
1051%files pcntl -f files.pcntl
1052%files opcache -f files.opcache
1053
1054#======================================================================
1055%changelog
1056* Thu Nov 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.38-2
1057- rebuilt with net-snmp-5.8.
1058
1059* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.38-1
1060- new upstream release.
1061- added Patch1000 to build with openssl-1.1.1.
1062
1063* Fri Jul 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.37-1
1064- new upstream release.
1065
1066* Fri Mar 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.35-1
1067- new upstream release.
1068
1069* Fri Mar 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.34-1
1070- new upstream release.
1071
1072* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.33-2
1073- rebuilt with libicu-60.2.
1074
1075* Thu Jan 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.33-1
1076- new upstream release.
1077
1078* Mon Dec 18 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.32-1
1079- new upstream release.
1080
1081* Sat Jul 15 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.31-1
1082- new upstream release.
1083
1084* Thu Mar 16 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.30-1
1085- new upstream release.
1086
1087* Mon Dec 12 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.29-1
1088- new upstream release.
1089
1090* Fri Jul 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.24-1
1091- new upstream release.
1092
1093* Fri Jun 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.23-1
1094- new upstream release.
1095
1096* Fri May 27 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.22-1
1097- new upstream release.
1098
1099* Fri Apr 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.21-1
1100- new upstream release.
1101
1102* Fri Apr  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.20-1
1103- new upstream release.
1104
1105* Fri Mar  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.19-1
1106- new upstream release.
1107
1108* Fri Feb  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.18-1
1109- new upstream release.
1110
1111* Fri Jan  8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.17-1
1112- made API version hardcoded in specfile.
1113- new upstream release.
1114
1115* Fri Nov 27 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.16-1
1116- new upstream release.
1117
1118* Sat Nov  7 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.15-2
1119- rebuilt with libicu-56.1.
1120
1121* Fri Oct 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.15-1
1122- new upstream release.
1123
1124* Fri Oct  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.14-1
1125- new upstream release.
1126
1127* Sat Sep  5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.13-1
1128- new upstream release.
1129
1130* Fri Aug  7 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.12-1
1131- new upstream release.
1132
1133* Sat Jul 11 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.11-2
1134- fixed Source31.
1135
1136* Fri Jul 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.11-1
1137- new upstream release.
1138- made ready for alternatives.
1139
1140* Fri Jun 12 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.10-1
1141- new upstream release.
1142
1143* Fri May 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.9-1
1144- new upstream release.
1145
1146* Fri Apr 17 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.8-1
1147- new upstream release.
1148
1149* Fri Apr 10 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.7-1
1150- new upstream release.
1151- removed patch100 (no longer needed).
1152
1153* Sun Mar 22 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net>  5.5.23-1
1154- new upstream release.
1155- replaced readline with libedit.
1156
1157* Fri Feb 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.22-1
1158- new upstream release.
1159
1160* Fri Jan 23 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.21-1
1161- new upstream release.
1162
1163* Fri Dec 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.20-1
1164- new upstream release.
1165
1166* Wed Nov 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.19-2
1167- rebuilt with libicu-54.1.
1168
1169* Fri Nov 14 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.19-1
1170- new upstream release.
1171
1172* Thu Sep 18 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.17-1
1173- new upstream release.
1174
1175* Sun Aug 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.16-1
1176- new upstream release.
1177
1178* Fri Jun 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.14-1
1179- new upstream release.
1180
1181* Fri May 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.13-1
1182- new upstream release.
1183
1184* Thu May  1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.12-1
1185- new upstream release.
1186
1187* Fri Apr  4 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.11-1
1188- new upstream release.
1189
1190* Thu Mar  6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.10-1
1191- new upstream release.
1192
1193* Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.9-1
1194- new upstream release.
1195
1196* Sat Jan 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.8-1
1197- new upstream release.
1198- added a sub-package 'php5-zip'.
1199
1200* Tue Dec 31 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.7-2
1201- rebuilt with icu-52.1.
1202
1203* Fri Dec 13 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.7-1
1204- new upstream release.
1205
1206* Thu Nov 14 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.6-1
1207- new upstream release.
1208
1209* Mon Oct 28 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-2
1210- added Patch100.
1211
1212* Thu Oct 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-1
1213- new upstream release.
1214
1215* Mon Oct 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.4-2
1216- built for VinePlus/6.
1217
1218* Wed Oct 02 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.4-1
1219- new upstream release.
1220- removed %%patch51 (commited to upstream).
1221
1222* Sun Jun 23 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.0-1
1223- new upstream release.
1224- removed a sub-package "sqlite".
1225- fixed invalid date in %%changelog.
1226
1227* Tue Feb 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 5.3.21-1
1228- new upstream release
1229- add configure options to fix broken fonts in some
1230  applications (e.g.: zabbix)
1231  (--with-gd=shared,/usr --enable-gd-native-ttf --with-iconv)
1232- add gd.so and gd.ini to %%files
1233
1234* Fri Dec 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.20-1
1235- new upstream release.
1236
1237* Sun Nov 25 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.19-1
1238- new upstream release.
1239
1240* Fri Oct 19 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.18-1
1241- new upstream release.
1242- dropped %%Patch2000 (fixed in upstream).
1243
1244* Fri Sep 14 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.17-1
1245- new upstream release.
1246
1247* Fri Aug 17 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.16-1
1248- new upstream release.
1249
1250* Sat Jul 21 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.15-2
1251- owner of /var/www/session was changed to "www-data".
1252
1253* Fri Jul 20 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.15-1
1254- new upstream release.
1255
1256* Fri Jun 15 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.14-1
1257- new upstream release.
1258
1259* Wed May 09 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.13-1
1260- new upstream release.
1261
1262* Fri May 04 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.12-1
1263- new upstream release.
1264- fixed initscript.
1265
1266* Sat Apr 28 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.11-2
1267- added API versions to 'Provides'.
1268
1269* Thu Apr 26 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.11-1
1270- new upstream release.
1271
1272* Thu Apr 26 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.10-6
1273- added a sub-package "php-pcntl".
1274- added a sub-package "php-nginx".
1275
1276* Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.10-5
1277- fix Source13
1278
1279* Sun Mar 11 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.10-4
1280- add /etc/rpm/macros.pear (Source13) from Fedora
1281
1282* Wed Mar 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.3.10-3
1283- rebuild with net-snmp-5.7.1
1284- update Source21 (php.ini-vine)
1285
1286* Fri Feb 03 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.10-2
1287- fixed %%preun scripts.
1288
1289* Fri Feb 03 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.10-1
1290- new upstream release.
1291- reverted revision #319823 (bug#60723).
1292
1293* Thu Jan 12 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.9-1
1294- new upstream release.
1295
1296* Sat Oct 29 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.8-1
1297- new upstream release.
1298- added a subpackage "php5-fpm".
1299
1300* Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.7-2
1301- fixed bug#55439.
1302
1303* Thu Aug 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.7-1
1304- new upstream release.
1305
1306* Mon Jun 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.3.6-4
1307- rebuild with unixODBC-2.2.14-2
1308
1309* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 5.3.6-3
1310- rebuilt with postgresql-9.0.3
1311
1312* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.6-2
1313- new upstream release
1314- dropt apache subpackage on VineSeed (apache1 will be orphaned on Vine 6)
1315
1316* Mon Mar 28 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.6-1
1317- new upstream release.
1318- added tags "Vendor:", "Distribution:" and "Packager:".
1319
1320* Mon Jan 10 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.5-1
1321- new upstream release.
1322
1323* Fri Dec 10 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.4-1
1324- new upstream release.
1325- added a sub-package "php5-intl".
1326
1327* Sun Sep  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.3-1
1328- new upstream release
1329
1330* Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.1-1
1331- new upstream release.
1332
1333* Tue Sep  1 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.0-2
1334- fix incorrect path in {pear,peardev,pecl}5 ([vine-users:079537])
1335
1336* Thu Jul  2 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.0-1
1337- new upstream release.
1338- updated patch51.
1339- removed /usr/bin/php5-fcgi.
1340
1341* Sat Jun 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.10-1
1342- new upstream release.
1343- updated patch51.
1344
1345* Tue Jun 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.9-6
1346- update php.ini
1347  - use UTF-8 for default charset and internal_encoding
1348
1349* Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-5
1350- rebuilt with MySQL-shared-5.1.34.
1351
1352* Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.9-4
1353- rebuilt with libc-client-2007e
1354- added --with-kerberos option (VineSeed)
1355
1356* Fri Apr 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.9-3
1357- rebuilt with openldap-2.4.11
1358
1359* Fri Mar 27 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-2
1360- rebuilt with net-snmp-5.4.2.1-3 (VineSeed x86_64).
1361
1362* Thu Mar 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-1
1363- new upstream release.
1364- wrote specfile in UTF-8.
1365
1366* Tue May  6 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.6-2
1367- move php5-{cgi,fcgi} to %%{_bindir}.
1368
1369* Tue May  6 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.6-1
1370- new upstream release.
1371- update %%Patch51.
1372
1373* Sat Apr 26 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.5-1
1374- add FastCGI support.
1375
1376* Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 5.2.5-0vl5
1377- rebuilt with postgresql-8.2.6
1378
1379* Sun Jan 06 2008 Shu KONNO <owa@bg.wakwak.com> 5.2.5-0vl4
1380- rebuilt with net-snmp-5.4.1
1381
1382* Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.5-0vl3
1383- for VineSeed: rebuilt with MySQL-5.0.27-0vl7
1384
1385* Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.5-0vl2
1386- rebuilt with MySQL-5.0.27-0vl6
1387
1388* Fri Nov 23 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.5-0vl1
1389- new upstream release.
1390
1391* Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.4-0vl3
1392- rebuilt with postgresql-devel 8.2.5
1393
1394* Sat Sep 15 2007 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.4-0vl2
1395- replaced BuildRequires: libstdc++3-devel with libstdc++34-devel
1396
1397* Sun Sep  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.4-0vl1
1398- rebuilt for VineSeed
1399
1400* Tue Sep  4 2007 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.4-0vl0.40
1401- new upstream release.
1402- update Patch33.
1403
1404* Thu Jun  7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.3-0vl2
1405- rebuilt for VineSeed
1406
1407* Tue Jun 05 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.3-0vl1
1408- new upstream release.
1409- fix install script.
1410
1411* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.2-0vl5
1412- rebuilt with new toolchain (for VineSeed)
1413
1414* Wed May 16 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl4
1415- remove "Provides: php-devel" from devel subpackage
1416
1417* Mon May 14 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl3
1418- fix Source24(php5.conf-apache2)
1419
1420* Fri May 11 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl2
1421- add Provides tag to subpackages.
1422
1423* Tue May 08 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl1
1424- new upstream release.
1425- add 'Provides: php = %%{version}-%%{release}' to main package.
1426
1427* Sun Mar 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.1-0vl3
1428- added --with-libdir=%%{_lib} configure option
1429
1430* Mon Feb 26 2007 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.1-0vl2
1431- built for VineSeed.
1432
1433* Fri Feb 16 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.1-0vl1
1434- new upstream release.
1435- remove unnecessary 'Obsoletes: php-domxml, php-manual'
1436
1437* Sat Dec 02 2006 Atsushi SHICHI <ats777@gmail.com> 5.2.0-0vl4
1438- change session.save_path to /var/php5/session in php.ini-vine <BTS:412>
1439- unset http_proxy in %%install
1440
1441* Tue Nov  7 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.0-0vl3
1442- new upstream release.
1443
1444* Sun Oct 29 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.1.6-0vl6
1445- build with MySQL-5.0.27.
1446
1447* Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.1.6-0vl5
1448- build with MySQL-5.0.26.
1449- add mysqli module.
1450- modify %%BuildRequires 'imap-devel' to 'uw-imap-devel'.
1451
1452* Sun Oct 22 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.6-0vl4
1453- fixed %triggerpostun section
1454- added update-alternatives for checking symlink to %post section
1455
1456* Sat Oct 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.6-0vl3
1457- rebuilt for Vine Linux 4.0 <BTS:289>
1458- added Patch1000 for building with uw-imap-2006b
1459
1460* Mon Sep 11 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.6-0vl2
1461- rebuild for VinePlus/4.0
1462- change 'BuildRequires: fileutils' to coreutils
1463- add 'BuildRequires: libtool-ltdl-devel' to main package
1464
1465* Fri Aug 25 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.6-0vl1
1466- new upstream release
1467
1468* Wed Aug 23 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.5-0vl1
1469- new upstream release
1470- fix bug [vine-users:074749]
1471-- move php.gif from apache{,2} subpackage to main package
1472- fix bug [VineLinux:0070], [VineLinux:0106]
1473-- add 'Conflicts: php-devel' to devel subpackage
1474-- remove suffix from {php-config,phpize,phpextdist}
1475-- add alternatives support for {peardev5,pecl5}
1476
1477* Mon Jun 19 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.4
1478- add 'Requires: %%{name}-pdo' to sqlite subpackage [vine-php:137]
1479
1480* Sun Jun 18 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.3
1481- enable sqlite extension and add sqlite subpackage [vine-users:074695]
1482
1483* Tue May 30 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.2
1484- update Source0
1485- change Requires: to PreReq: in apache{,2} subpackages [vine-php:113]
1486- fix %%post apache{,2} script
1487
1488* Tue May 16 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.1
1489- fix /etc/httpd/conf.d/php5.conf [VinePlus:02967]
1490
1491* Sat May 13 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1
1492- new upstream release
1493- revive apache{,2} subpackage
1494- add 'Source24: php.conf-apache2'
1495- remove php-dbg, mod_php, phpfi, stronghold-php from Obsoletes
1496- fix Requires of main package and dba subpackage
1497- remove 'Conflicts: php-apache' from apache subpackage
1498- remove 'Conflicts: php-apache2' from apache2 subpackage
1499- add %%post apache{,2} script to chown session directory to root:apache
1500- modify %%files section
1501
1502* Sun Apr 30 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.3
1503- update to 5.1.3RC3
1504- fix %%post script and add %%triggerpostun script
1505
1506* Sat Apr 08 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.3
1507- drop 'Source10: pear.sh'
1508- fix 'Source20: README.vine', 'Source21: php.ini-vine', 'Source23: php.conf'
1509- add alternatives support
1510-- add 'PreReq: alternatives' to main package and pear subpackage
1511-- add 'Conflicts: php < 4.4.2-0vl1.1' to main package
1512-- add 'Conflicts: php-pear < 4.4.2-0vl1.1' to pear subpackage
1513-- add %%post, %%preun scripts
1514
1515* Wed Apr 05 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.2
1516- fix 'Source10: pear.sh'
1517- add --sysconfdir=%%{php_confdir} to configure
1518
1519* Tue Apr 04 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.1
1520- add 'Source10: pear.sh' to replace /usr/bin/{pear,peardev,pecl}
1521- add 'Patch33: php-5.1.3RC2-phpincludedir.patch'
1522- remove 'Conflicts: php, php-*'
1523- add 'export PHP_PEAR_SYSCONF_DIR, PHP_PEAR_CACHE_DIR, PHP_PEAR_PHP_BIN'
1524  to %%Install section
1525  -- move pear.conf to %%{_sysconfdir}/%%{_name}
1526  -- add '%%dir %%{pear_cachedir}' to '%%files pear'
1527  -- fix php_bin in pear.conf
1528- rename phpextdist to phpextdist5
1529
1530* Fri Mar 31 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2
1531- update to 5.1.3RC2
1532
1533* Mon Mar 20 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.3-0vl0.1
1534- new upstream release
1535- add Source23: php5.conf
1536- drop Patch21: php-4.3.1-odbc.patch
1537- drop Patch30: php-4.3.6-dlopen.patch
1538- drop Patch32: php-4.3.11-mbfilter.patch
1539- apply strict session patch, thanks to Yasuo Ohgaki
1540  -- add Patch51: php-5.1.2-session_strict_mode.patch
1541  -- add session.use_strict_mode = 1 to php.ini-vine
1542- add BuildRequires: autoconf, automake, bison, flex, gcc-c++,
1543  readline-devel, sqlite3-devel
1544- drop BuildRequires: automake15, expat-devel, unixODBC-devel
1545- build with Apache2. Apache1.3 is still able to used by rebuilding
1546  with --with apache1
1547  -- add Requires: apache2
1548  -- merge apache{,2} subpackage into main package
1549  -- add Obsoletes: php5-apache, php5-apache2
1550- add Requires: autoconf, automake to devel subpackage
1551- add dba, pdo subpackage
1552- add Requires: php5-pdo to {mysql,odbc,pgsql} subpackage
1553- drop BuildRequires: expat-devel from xmlrpc subpackage
1554- add --program-suffix=5 to configure
1555- add missing files to %%files
1556
1557* Thu Jan 12 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.2-0vl1
1558- new upstream release
1559- remove workaround for install-pear-nozlib.phar bug (PHP Bug #35780, PEAR Bug #6154)
1560  -- remove Source2: relocate.php
1561  -- remove Source10: pear.sh
1562  -- remove Source11: pecl.sh
1563  -- remove Source12: peardev.sh
1564- remove old XSLT extension stuff
1565  -- remove BuildRequires: libsablotron0-devel
1566  -- remove --enable-xslt, --with-xslt-sablot configure option
1567
1568* Wed Dec 07 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.1-0vl2
1569- add %%{with_test}
1570- drop Patch5: php-4.3.3-install.patch
1571- drop Patch6: php-5.1.0-tests.patch
1572- drop Patch7: php-5.1.0-libtool15.patch
1573- drop Patch8: php-5.0.0RC3-miscfix.patch
1574- drop Patch10: php-5.1.0-sqlite_m4.patch
1575- change BuildPrereq tag to BuildRequires tag
1576- add BuildRequires: rpm-devel, popt, bzip2-devel, zlib-devel, glibc-devel
1577  to snmp subpackage
1578- comment out CFLAGS, LIBS, IMAP_SHARED_LIBADD environment variable settings
1579- remove support for FreeType 1.x
1580  -- remove BuildRequires: freetype, freetype-devel from main package
1581  -- remove --enable-gd-native-ttf, --with-ttf configure option
1582- drop --enable-ucd-snmp-hack configure option
1583- add workaround for install-pear-nozlib.phar bug
1584  -- add Source2: relocate.php
1585  -- add Source10: pear.sh
1586  -- add Source11: pecl.sh
1587  -- add Source12: peardev.sh
1588  -- remove include_path entry from vine.ini
1589- include phpextdist in devel subpackage again
1590- move pear.conf from main package to pear subpackage
1591- include pecl, peardev in pear subpackage
1592- move php.gif from main package to apache/apache2 subpackage
1593  -- fix %%{contentdir}
1594- fix typo in %%changelog
1595
1596* Tue Dec 06 2005 HOTTA Michihide <hotta@net-newbie.com> 5.1.1-0vl1
1597- new upstream release
1598- drop Patch #4 (php-4.2.2-cxx.patch)
1599- change Patch #6 (php-4.3.1-tests.patch) to php-5.1.0-tests.patch
1600- change Patch #7 (php-4.3.2-libtool15.patch) to php-5.1.0-libtool15.patch
1601- change Patch #10 (php-5.0.5-sqlite_m4.patch) to php-5.1.0-sqlite_m4.patch
1602- drop Patch #101 (php-5.0.5-mbfilter.patch)
1603- append include_path entry to vine.ini
1604
1605* Sat Oct 15 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl5
1606- rebuild for VineSeedPlus
1607
1608* Thu Oct 06 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.0.5-0vl4
1609- modify Source21: vine.ini
1610
1611* Thu Oct 06 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl3
1612- drop Patch3: php-5.0.5-lib64.patch
1613- drop Patch11: php-5.0.5-phpize_in.patch [VinePlus:02737]
1614- add --libdir=%%{_libdir}/php option to configure [VinePlus:02737]
1615
1616* Tue Oct 04 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl2
1617- add mbfilter.c.patch
1618
1619* Sun Sep 18 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.0.5-0vl1
1620- upstream release
1621- add Source21: vine.ini (additional settings to php.ini-recommened)
1622- add Source22: ltmain.sh.vine
1623- drop Patch2: php-5.0.3-config.patch
1624- fix Patch3: php-5.0.5-lib64.patch
1625- drop Patch9: php-5.0.0RC3-oniguruma.patch
1626- fix Patch10: php-5.0.5-sqlite_m4.patch
1627- add Patch11: php-5.0.5-phpize_in.patch
1628- drop Patch246: php-4.3.6-fixattr.patch
1629- add %%define __libtoolize true
1630- drop %%{_bindir}phpextdist
1631
1632* Fri Jun 17 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 5.0.3-0vl3.2
1633- added a security patch for CAN-2005-0524 and CAN-2005-0525 from SuSE.
1634
1635* Mon May 16 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl3.1
1636- for VinePlus/3.0
1637- add README.vine again
1638- add php-4.3.11-mbfilter.patch for workaround against degrade at 5.0.3
1639- remove veserion specification on BuildPrereq: curl-devel
1640
1641* Fri Feb 25 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl3
1642- drop BuildPrereq: apache2-apr-devel
1643- drop php-4.2.1-ldap-TSRM.patch
1644
1645* Sat Dec 25 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl1
1646- upstream release
1647- drop php-4.3.2-db4.patch
1648- add BuildPrereq: apache2-apr-devel
1649
1650* Mon Oct 18 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.2-0vl1
1651- upstream release
1652- regenerate php5-imap
1653
1654* Fri Aug 13 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.1-0vl1
1655- upstream release
1656
1657* Tue Aug 03 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.0-0vl1
1658- upstream release : many thanks to YOSHIMURA Keitaro <ramsy AT ramix DOT jp>
1659- remove php4_{namazu,kakasi,chasen} (not supported)
1660- drop some patches for 4.3.x
1661- Build fix for oniguruma(re_registers dups)
1662- remove domxml (updated to libxml2)
1663- add Conflicts: php, php-*
1664- add php-5.0.0-authuser.patch (BUG#29129)
1665
1666* Thu Jul 15 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.8-0vl1
1667- upstream release
1668- add BuildPrereq: freetype
1669
1670* Sun Jul 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 4.3.7-0vl5
1671- remove explicit buildprereq to build-essential
1672- build apache2 module
1673  split apache1/2 module to php-apache/php-apache2
1674  thanks to jax <jax AT morejams DOT no-ip DOT com>
1675- add Obsoletes: php < %%{version}-%%{release} in php-apache sub-package
1676  for upgrade.
1677
1678* Wed Jul 07 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl4
1679- add Obsoletes: php-imap, php-manual
1680
1681* Sat Jun 26 2004 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.3.7-0vl3
1682- enable mcrypt module.
1683
1684* Mon Jun 07 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl2
1685- fix bug #28385 <http://bugs.php.net/bug.php?id=28385>
1686
1687* Fri Jun 04 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl1
1688- upstream release
1689
1690* Wed May 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.6-0vl2
1691- rebuild with namazu-2.0.13
1692
1693* Fri Apr 30 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.6-0vl1
1694- upstream release
1695
1696* Mon Mar 15 2004 Tomoya TAKA <taka@vinelinux.org> 4.3.4-0vl2
1697- fix location of session save path, %%{_localstatedir} is defined as
1698  /var/lib in Vine's rpm
1699
1700* Sat Feb 21 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.4-0vl1
1701- upstream release
1702- sync to fedora(php-4.3.4-7)
1703- drop BuildRequires : aspell
1704- add workaround for inconsistent dependency of php-devel
1705- drop --enable-versioning to prevent ext modules loading error
1706
1707* Thu Feb 05 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-0vl4
1708- rebuild with new toolchains (and resolved dependancy about libxslt)
1709- added patch7 to build with libtool-1.5
1710- added patch100 to build newest freetype2 library
1711- force to use automake-1.5
1712- added BuildPrereq: curl-devel, automake15
1713- fixed BuildRequires of php-snmp: net-snmp-devel
1714
1715* Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl3
1716- add README.vine
1717
1718* Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl2
1719- install sapi/cgi/php as php-cgi, sapi/cli/php as php
1720
1721* Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl1
1722- upstream release (sync to rawhide)
1723- add printf patch, PEAR_Registry patch etc.
1724- drop package php-manual
1725
1726* Fri Jan 24 2003 HOTTA Michihide <hotta@net-newbie.com> 4.2.3-0vl3
1727- add zend_highlight.c-patch
1728- add -DHAVE_PQESCAPE to build_ext pgsql
1729
1730* Wed Jan 22 2003 MACHINO Satoshi <machino@vinelinux.org> 4.2.3-0vl2
1731- rebuild against gmp-4.1 and sablotron-0.97
1732
1733* Mon Sep 9 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.3-0vl1
1734- for VineSeedPlus
1735  -- Updated to 4.2.3
1736  -- added php-4.2.3-mbstr-20020908-2.patch
1737
1738* Sun Aug 18 2002 Rui HIROKAWA <hirokawa@php.gr.jp> 4.2.2-0vl3
1739- applied php-4.2.2-mb_output_handler.patch to enable output encoding
1740for text/hdml.     
1741- applied php-4.2.2-mb-decode.patch to fix decode problem of GET parameters.
1742- Patch to fix a problem where, given multiple cookies to set, only the last one would be made (#67853)
1743
1744* Wed Jul 24 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.2-0vl2
1745- for VineSeedPlus
1746  -- applied php-4.2.2-multibyte.patch.gz which obsolets 4.2.1's
1747  -- dropped --enable-trans-sid configure option which is no longer meaningful
1748
1749* Tue Jul 23 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.2-0vl1
1750- for VineSeedPlus
1751  -- Updated to 4.2.2
1752  -- dropped domxml.patch (merged into original)
1753
1754* Fri Jul 05 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.1-0vl8
1755- for VineSeedPlus
1756  -- added i18n patch by Fujimoto
1757  -- dropped php4_mbregex extention (merged into original)
1758
1759* Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl7
1760- added gmp support
1761- for VineSeedPlus
1762
1763* Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl6
1764- for VineSeedPlus
1765        -- added xslt support
1766       
1767* Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl5
1768- added expat-devel in BuildPreReq
1769
1770* Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl4
1771- added mail functions
1772- added postfix in BuildPreReq
1773- updated manual_en(03-Jun-2002)
1774- updated manual_ja(29-May-2002)
1775- for VinePlus
1776        -- dropped xslt support
1777
1778* Thu May 16 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl3
1779- for VineSeed Plus
1780- added xslt support
1781        -- added enable-xslt, with-xslt-sablot, with-dom-xslt
1782        -- added BuildPrereq: libxslt-devel, libsablotron0-devel
1783
1784* Thu May 16 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl2
1785- for VinePlus 2.5
1786- added php.in-dist.patch
1787
1788* Wed May 15 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl1
1789- updated php-4.2.1
1790- updated php_manual_en
1791- dropped reg.patch
1792- modified configured option
1793  -- added --with-dom, --with-bz2, --with-png-dir, --with-expat-dir
1794
1795* Thu May 09 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-99vl1
1796- updated php-4.2.1RC1
1797- fixed ereg_replace patch (4.2.1-reg.patch)
1798
1799* Thu May 09 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-0vl2
1800- added ereg_replace patch (4.2.0-reg.patch)
1801- updated manual(en, ja)
1802
1803* Tue Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-0vl1
1804- updated php-4.2.0
1805
1806* Fri Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 4.1.2-0vl1
1807- updated php-4.1.2
1808- updated php4_mbregex-1.3.1
1809- updated php4_namazu-2.1.0
1810- updated php4_kakasi-0.3.0
1811- REMOVED php4_iconv
1812- fixed patch
1813        -- added domxml.patch
1814        -- dropped old patches
1815
1816* Mon Dec  3 2001 Jun Nishii <jun@vinelinux.org>
1817- 4.0.6-5vl3
1818- added --enable-mbstr-enc-trans
1819
1820* Wed Aug 22 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
1821- 4.0.6-5vl2
1822- fix contentdir
1823
1824* Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
1825- 4.0.6-5vl1
1826- add configure options for Vine
1827- add ldap, mysql and odbc modules.
1828
1829* Fri Aug 10 2001 Tim Powers <timp@redhat.com>
1830- only english in php-manuals, space constraints :P
1831
1832* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
1833- include %{_libdir}/%{name}/build instead of %{_libdir}/%{name}4/build (#51141)
1834
1835* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
1836- add build deps on pam-devel, pspell-devel, gdbm-devel (#49878)
1837- add some conditional logic if %%{oracle} is defined (from Antony Nguyen)
1838
1839* Mon Jul  9 2001 Nalin Dahyabhai <nalin@redhat.com>
1840- don't obsolete subpackages we ended up not merging
1841
1842* Mon Jul  2 2001 Nalin Dahyabhai <nalin@redhat.com>
1843- cleanups
1844- add manuals in multiple languages (using ko instead of kr for Korean)
1845- merge all of the manuals into a single -manual subpackage
1846- use libtool to install binary files which libtool builds
1847- don't strip any binaries; let the buildroot policies take care of it
1848
1849* Thu Jun 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1850- update to 4.0.6 (preliminary)
1851
1852* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
1853- enable ttf in the build because the gd support needs it
1854- add -lfreetype to the LIBS for the same reason
1855
1856* Wed Jun  6 2001 Nalin Dahyabhai <nalin@redhat.com>
1857- rebuild in new environment
1858
1859* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
1860- actually use two source trees to build things
1861- add %%post and %%postun scriptlets to run ldconfig
1862
1863* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1864- quote part of the AC_ADD_LIBRARY macro to make newer autoconf happy
1865
1866* Mon May 14 2001 Nalin Dahyabhai <nalin@redhat.com>
1867- fix error in %%install
1868- depend on the imap-devel which supplies linkage.c
1869- modify trigger to disable php versions less than 4.0.0 instead of 3.0.15
1870- enable DOM support via libxml2 (suggested by Sylvain Berg
1871- build the OpenSSL extension again
1872
1873* Mon May  7 2001 Nalin Dahyabhai <nalin@redhat.com>
1874- enable pspell extensions
1875- update to 4.0.5
1876
1877* Mon Apr 30 2001 Nalin Dahyabhai <nalin@redhat.com>
1878- build the ODBC extension
1879
1880* Mon Apr 30 2001 Bill Nottingham <notting@redhat.com>
1881- build on ia64
1882
1883* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
1884- rebuild in new environment
1885
1886* Fri Feb 23 2001 Nalin Dahyabhai <nalin@redhat.com>
1887- obsolete the old phpfi (PHP 2.x) package
1888
1889* Thu Feb  8 2001 Nalin Dahyabhai <nalin@redhat.com>
1890- add a commented-out curl extension to the config file (part of #24933)
1891- fix the PEAR-installation-directory-not-being-eval'ed problem (#24938)
1892- find the right starting point for multipart form data (#24933)
1893
1894* Tue Jan 30 2001 Nalin Dahyabhai <nalin@redhat.com>
1895- aaarrgh, the fix breaks something else, aaarrgh; revert it (#24933)
1896- terminate variable names at the right place (#24933)
1897
1898* Sat Jan 20 2001 Nalin Dahyabhai <nalin@redhat.com>
1899- tweak the fix some more
1900
1901* Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
1902- extract stas's fix for quoting problems from CVS for testing
1903- tweak the fix, ask the PHP folks about the tweak
1904- tweak the fix some more
1905
1906* Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
1907- merge mod_php into the main php package (#22906)
1908
1909* Fri Dec 29 2000 Nalin Dahyabhai <nalin@redhat.com>
1910- try to fix a quoting problem
1911
1912* Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
1913- update to 4.0.4 to get a raft of bug fixes
1914- enable sockets
1915- enable wddx
1916
1917* Fri Nov  3 2000 Nalin Dahyabhai <nalin@redhat.com>
1918- rebuild in updated environment
1919
1920* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
1921- add more commented-out modules to the default config file (#19276)
1922
1923* Wed Nov  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1924- fix not-using-gd problem (#20137)
1925
1926* Tue Oct 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1927- update to 4.0.3pl1 to get some bug fixes
1928
1929* Sat Oct 14 2000 Nalin Dahyabhai <nalin@redhat.com>
1930- build for errata
1931
1932* Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1933- update to 4.0.3 to get security fixes integrated
1934- patch around problems configuring without Oracle support
1935- add TSRM to include path when building individual modules
1936
1937* Fri Sep  8 2000 Nalin Dahyabhai <nalin@redhat.com>
1938- rebuild in new environment
1939- enable OpenSSL support
1940
1941* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1942- update to 4.0.2, and move the peardir settings to configure (#17171)
1943- require %%{version}-%%{release} for subpackages
1944- add db2-devel and db3-devel prereqs (#17168)
1945
1946* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
1947- rebuild in new environment (new imap-devel)
1948
1949* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
1950- fix summary and descriptions to match the specspo package
1951
1952* Wed Aug  9 2000 Nalin Dahyabhai <nalin@redhat.com>
1953- hard-code the path to apxs in build_ext() (#15799)
1954
1955* Tue Aug  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1956- add "." to the include path again, which is the default
1957
1958* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1959- enable PEAR and add it to the include path
1960- add the beginnings of a -devel subpackage
1961
1962* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1963- automatic rebuild
1964
1965* Fri Jul  7 2000 Nalin Dahyabhai <nalin@redhat.com>
1966- tweaks to post and postun from Bill Peck
1967
1968* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
1969- fixes from Nils for building the MySQL client
1970- change back to requiring %{version} instead of %{version}-%{release}
1971
1972* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1973- update to 4.0.1pl2
1974- enable MySQL client
1975- move the php.ini file to %{_sysconfdir}
1976
1977* Fri Jun 30 2000 Nils Philippsen <nils@redhat.de>
1978- build_ext defines HAVE_PGSQL so pgsql.so in fact contains symbols
1979- post/un scripts tweak php.ini correctly now
1980
1981* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
1982- update to 4.0.1
1983- refresh manual
1984
1985* Mon Jun 26 2000 Nalin Dahyabhai <nalin@redhat.com>
1986- rebuild against new krb5 package
1987
1988* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1989- rebuild against new db3 package
1990
1991* Sat Jun 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1992- Fix syntax error in post and preun scripts.
1993- Disable IMAP, LDAP, PgSql in the standalone version because it picks up
1994  the extensions.
1995
1996* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
1997- Unexclude the Sparc arch.
1998- Exclude the ia64 arch until we get a working Postgres build.
1999- Stop stripping extensions as aggressively.
2000- Start linking the IMAP module to libpam again.
2001- Work around extension loading problems.
2002- Reintroduce file-editing post and preun scripts for the mod_php extensions
2003  until we come up with a better way to do it.
2004
2005* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
2006- ExcludeArch: sparc for now
2007
2008* Sun Jun  4 2000 Nalin Dahyabhai <nalin@redhat.com>
2009- add Obsoletes: phpfi, because their content handler names are the same
2010- add standalone binary, rename module packages to mod_php
2011- FHS fixes
2012
2013* Tue May 23 2000 Nalin Dahyabhai <nalin@redhat.com>
2014- change license from "GPL" to "PHP"
2015- add URL: tag
2016- disable mysql support by default (license not specified)
2017
2018* Mon May 22 2000 Nalin Dahyabhai <nalin@redhat.com>
2019- update to PHP 4.0.0
2020- nuke the -mysql subpackage (php comes with a bundled mysql client lib now)
2021
2022* Tue May 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2023- link IMAP module against GSS-API and PAM to get dependencies right
2024- change most of the Requires to Prereqs, because the post edits config files
2025- move the PHP *Apache* module back to the right directory
2026- fix broken postun trigger that broke the post
2027- change most of the postuns to preuns in case php gets removed before subpkgs
2028
2029* Thu May 11 2000 Trond Eivind Glomsr <teg@redhat.com>
2030- rebuilt against new postgres libraries
2031
2032* Tue May 09 2000 Preston Brown <pbrown@redhat.com>
2033- php3 .so modules moved to /usr/lib/php3 from /usr/lib/apache (was incorrect)
2034
2035* Mon Apr 10 2000 Nalin Dahyabhai <nalin@redhat.com>
2036- make subpackages require php = %{version} (bug #10671)
2037
2038* Thu Apr 06 2000 Nalin Dahyabhai <nalin@redhat.com>
2039- update to 3.0.16
2040
2041* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
2042- fixed the post script to work when upgrading a package
2043- add triggere to fix the older packages
2044
2045* Tue Feb 29 2000 Nalin Dahyabhai <nalin@redhat.com>
2046- update to 3.0.15
2047- add build-time dependency for openldap-devel
2048- enable db,ftp,shm,sem support to fix bug #9648
2049
2050* Fri Feb 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2051- add dependency for imap subpackage
2052- rebuild against Apache 1.3.12
2053
2054* Thu Feb 24 2000 Preston Brown <pbrown@redhat.com>
2055- don't include old, outdated manual.  package one from the php distribution.
2056
2057* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
2058- rebuild to fix dependency problem
2059
2060* Fri Jan 14 2000 Preston Brown <pbrown@redhat.com>
2061- added commented out mysql module, thanks to Jason Duerstock
2062  (jason@sdi.cluephone.com). Uncomment to build if you have mysql installed.
2063
2064* Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
2065- rely on imap-devel, don't include imap in src.rpm (#5099).
2066- xml enabled (#5393)
2067
2068* Tue Nov 02 1999 Preston Brown <pborwn@redhat.com>
2069- added post/postun sections to modify httpd.conf (#5259)
2070- removed old obsolete faq and gif (#5260)
2071- updated manual.tar.gz package (#5261)
2072
2073* Thu Oct 07 1999 Matt Wilson <msw@redhat.com>
2074- rebuilt for sparc glibc brokenness
2075
2076* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
2077- --with-apxs --> --with-apxs=/usr/sbin/apxs (# 5094)
2078- ldap support (# 5097)
2079
2080* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
2081- fix cmdtuples for postgresql, I had it slightly wrong
2082
2083* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2084- subpackages must obsolete old stuff...
2085
2086* Sun Aug 29 1999 Preston Brown <pbrown@redhat.com>
2087- added -DHAVE_PGCMDTUPLES for postgresql module (bug # 4767)
2088
2089* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
2090- name change to php to follow real name of package
2091- fix up references to php3 to refer to php
2092- upgrade to 3.0.12
2093- fixed typo in pgsql postun script (bug # 4686)
2094
2095* Mon Jun 14 1999 Preston Brown <pbrown@redhat.com>
2096- upgraded to 3.0.9
2097- fixed postgresql module and made separate package
2098- separated manual into separate documentation package
2099
2100* Mon May 24 1999 Preston Brown <pbrown@redhat.com>
2101- upgraded to 3.0.8, which fixes problems with glibc 2.1.
2102- took some ideas grom Gomez's RPM.
2103
2104* Tue May 04 1999 Preston Brown <pbrown@redhat.com>
2105- hacked in imap support in an ugly way until imap gets an official
2106  shared library implementation
2107
2108* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
2109- pick up php3.ini
2110
2111* Wed Mar 24 1999 Preston Brown <pbrown@redhat.com>
2112- build against apache 1.3.6
2113
2114* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
2115- auto rebuild in the new build environment (release 2)
2116
2117* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
2118- upgraded to 3.0.7.
2119
2120* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
2121- Injected new description and group.
2122
2123* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
2124- upgrade to php 3.0.6, built against apache 1.3.4
2125
2126* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
2127- rebuild for apache 1.3.3
2128
2129* Thu Oct 08 1998 Preston Brown <pbrown@redhat.com>
2130- updated to 3.0.5, fixes nasty bugs in 3.0.4.
2131
2132* Sun Sep 27 1998 Cristian Gafton <gafton@redhat.com>
2133- updated to 3.0.4 and recompiled for apache 1.3.2
2134
2135* Thu Sep 03 1998 Preston Brown <pbrown@redhat.com>
2136- improvements; builds with apache-devel package installed.
2137
2138* Tue Sep 01 1998 Preston Brown <pbrown@redhat.com>
2139- Made initial cut for PHP3.
Note: See TracBrowser for help on using the repository browser.