SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php-manual-4.3.3-4.1.i386.rpm :
Fri Oct 17 12:00:00 2003 Peter Hanecak 4.3.3-4.1
- synchronized with RedHat\'s php-4.3.3-4 package

Mon Oct 13 12:00:00 2003 Joe Orton 4.3.3-4
- drop recode support, symbols collide with MySQL

Sun Oct 12 12:00:00 2003 Joe Orton 4.3.3-3
- split domxml extension into php-domxml subpackage
- enable xslt and xml support in domxml extension (#106042)
- fix httpd-devel build requirement (#104341)
- enable recode extension (#106755)
- add workaround for #103982

Sun Sep 7 12:00:00 2003 Joe Orton 4.3.3-2
- don\'t use --enable-versioning, it depends on libtool being
broken (#103690)

Sun Sep 7 12:00:00 2003 Joe Orton 4.3.3-1
- update to 4.3.3
- add libtool build prereq (#103388)
- switch to apache2handler

Tue Jul 29 12:00:00 2003 Peter Hanecak 4.2.2-1
- synchronized with RedHat\'s php-4.2.2-8.0.8 package
- also excluded from light build is from now support for kerberos, ncurses
and pspell

Mon Jul 28 12:00:00 2003 Joe Orton 4.3.2-8
- rebuild

Tue Jul 22 12:00:00 2003 Nalin Dahyabhai 4.3.2-7
- rebuild

Tue Jul 8 12:00:00 2003 Joe Orton 4.3.2-6
- use system pcre library

Mon Jun 9 12:00:00 2003 Joe Orton 4.3.2-5
- enable mbstring and mbregex (#81336)
- fix use of libtool 1.5

Wed Jun 4 12:00:00 2003 Elliot Lee
- rebuilt

Tue Jun 3 12:00:00 2003 Joe Orton 4.3.2-3
- add lib64 and domxml fixes

Tue Jun 3 12:00:00 2003 Frank Dauer
- added conditional support for mssql module (#92149)

Fri May 30 12:00:00 2003 Joe Orton 4.3.2-2
- update the -tests and -lib64 patches
- fixes for db4 detection
- require aspell-devel >= 0.50.0 for pspell compatibility

Thu May 29 12:00:00 2003 Joe Orton 4.3.2-1
- update to 4.3.2

Fri May 16 12:00:00 2003 Joe Orton 4.3.1-3
- link odbc module correctly
- patch so that php -n doesn\'t scan inidir
- run tests using php -n, avoid loading system modules

Wed May 14 12:00:00 2003 Joe Orton 4.3.1-2
- workaround broken parser produced by bison-1.875

Tue May 6 12:00:00 2003 Joe Orton 4.3.1-1
- update to 4.3.1; run test suite
- open extension modules with RTLD_NOW rather than _LAZY

Tue May 6 12:00:00 2003 Joe Orton 4.2.2-19
- patch for gd 2.x API changes in gd extension

Thu May 1 12:00:00 2003 Joe Orton 4.2.2-18
- rebuild to use aspell (#89925)
- patch to work round conditional AC_PROG_CXX break in autoconf 2.57
- fix dba build against db >= 4.1

Mon Feb 24 11:00:00 2003 Joe Orton 4.2.2-17
- restrict SNMP patch to minimal changes, fixing segv on startup (#84607)

Wed Feb 12 11:00:00 2003 Joe Orton 4.2.2-16
- prevent startup if using httpd.worker to avoid thread-safety issues.
- fix parsing private keys in OpenSSL extension (#83994)
- fixes for SNMP extension (backport from 4.3) (#74761)

Wed Jan 29 11:00:00 2003 Joe Orton 4.2.2-15
- add security fixes for wordwrap() and mail()

Mon Jan 13 11:00:00 2003 Joe Orton 4.2.2-14
- drop explicit Requires in subpackages, rely on automatic deps.
- further fixes for libdir=lib64

Tue Dec 17 11:00:00 2002 Joe Orton 4.2.2-13
- drop prereq for perl, grep in subpackages
- rebuild and patch for OpenSSL 0.9.7

Tue Dec 10 11:00:00 2002 Joe Orton 4.2.2-12
- backport \"ini dir scanning\" patch from CVS HEAD; /etc/php.d/
*.ini
are now loaded at startup; each subpackage places an ini file
in that directory rather than munging /etc/php.ini in post/postun.
- default config changes: enable short_open_tag; remove settings for
php-dbg extension

Wed Dec 4 11:00:00 2002 Joe Orton 4.2.2-11
- own the /usr/lib/php4 directory (#73894)
- reinstate dropped patch to unconditionally disable ZTS

Mon Dec 2 11:00:00 2002 Joe Orton 4.2.2-10
- remove ldconfig invocation in post/postun
- fixes for #73516 (partially), #78586, #75029, #75712, #75878

Tue Nov 12 11:00:00 2002 Peter Hanecak 4.1.2-12
- synchronized with RedHat\'s php 4.1.2-7.3.6 package (see below)

Wed Nov 6 11:00:00 2002 Joe Orton 4.2.2-9
- fixes for libdir=/usr/lib64, based on SuSE\'s patches.
- add build prereqs for zlib-devel, imap-devel, curl-devel (#74819)
- remove unpackaged files from install root
- libtoolize; use configure cache to speed up build

Tue Oct 29 11:00:00 2002 Peter Hanecak 4.1.2-11
- changed requires from db3 to db4
- net-snmp should be now used instead of ucd-snmp but there are compilation
problems so it is disabled for now

Mon Sep 23 12:00:00 2002 Philip Copeland 4.2.2-8.0.6
- PHP cannot determine which UID is being used, so safe
mode restrictions were always applied. Fixed. (#74396)

Tue Sep 3 12:00:00 2002 Philip Copeland 4.2.2-8.0.4
- zts support seems to crash out httpd on a
*second
* sighup
ie service httpd start;
apachectl restart ; (ok)
apachectl restart ; (httpd segv\'s and collapses)
removed --enable-experimental-zts which this seems related to.
- Small patch added because some places need to know that they
aren\'t using the ZTS API\'s (dumb)

Mon Sep 2 12:00:00 2002 Philip Copeland 4.2.2-8.0.3
- fixup /etc/httpd/conf.d/php.conf to limit largest amount
of data accepted (#73254) Limited to 512K (which seems a
little excessive but anyway,..)
Note: php.conf is part of the srpm sources not part of the
php codebase.
- ditched extrenious --enable-debugger (was for php-dbg)
- When upgrading we tend not to modify /etc/php.ini if it exists,
instead we create php.ini.rpmnew. Modified the post scripts to
edit php.ini.rpmnew if it exists, so that people can copy
over the php.ini.rpmnew as php.ini knowing that it will
be an edited version, consistant with what modules they
installed #72033

Sun Sep 1 12:00:00 2002 Joe Orton 4.2.2-8.0.2
- require httpd-mmn for module ABI compatibility

Fri Aug 30 12:00:00 2002 Philip Copeland 4.2.2-8.0.1
- URLS would drop the last arguments #72752
--enable-mbstring
--enable-mbstr-enc-trans
These were supposed to help provide multibyte language
support, however, they cause problems. Removed. Maybe in
a later errata when they work.
- added small patch to php_variables.c that allows
$_GET[] to initialise properly when
--enable-mbstr-enc-trans is disabled.
- Be consistant with errata naming (8.0.x)

Tue Aug 27 12:00:00 2002 Nalin Dahyabhai 4.2.2-11
- rebuild

Thu Aug 22 12:00:00 2002 Philip Copeland 4.2.2-10
- Beat down the requirement list to something a little
more sane

Thu Aug 22 12:00:00 2002 Peter Hanecak 4.1.2-10
- added ability to compile light version

Wed Aug 21 12:00:00 2002 Peter Hanecak 4.1.2-9
- synchronized with RedHat\'s php 4.1.2-7.3.3 package (see below)

Wed Aug 14 12:00:00 2002 Bill Nottingham 4.2.2-9
- trim manual language lists

Mon Aug 12 12:00:00 2002 Gary Benson 4.2.2-8
- rebuild against httpd-2.0.40

Sat Aug 10 12:00:00 2002 Elliot Lee 4.2.2-7
- rebuilt with gcc-3.2 (we hope)

Wed Aug 7 12:00:00 2002 Philip Copeland 4.2.2-6
- Where multiple cookies are set, only the last one
was actually made. Fixes #67853

Mon Aug 5 12:00:00 2002 Philip Copeland 4.2.2-5
- Shuffled the php/php-devel package file manifest
with respect to PEAR (PHP Extension and Application
Repository) #70673

Fri Aug 2 12:00:00 2002 Philip Copeland 4.2.2-4
- #67815, search path doesn\'t include the pear directory
- pear not being installed correctly. Added --with-pear=
option.

Tue Jul 23 12:00:00 2002 Tim Powers 4.2.2-2
- build using gcc-3.2-0.1

Mon Jul 22 12:00:00 2002 Philip Copeland 4.2.2-1
- Yippie 8/ another security vunerability (see
http://www.php.net/release_4_2_2.php for details)

Wed Jul 17 12:00:00 2002 Philip Copeland 4.2.1-9
- Reminder to self that mm was pushed out because it\'s
NOT thread safe.
- Updated the manuals (much to Bills horror)

Tue Jul 16 12:00:00 2002 Philip Copeland 4.2.1-8
- php.ini alteration to fit in with the install/uninstall
of various php rpm based installable modules

Mon Jul 15 12:00:00 2002 Philip Copeland 4.2.1-8
- php -v showing signs of deep unhappiness with the world
added --enable-experimental-zts to configure to make it
happy again (yes I know experimental sounds \'dangerous\'
it\'s just a name for an option we need)

Fri Jul 12 12:00:00 2002 Philip Copeland 4.2.1-7
- #68715, Wrong name for Mysql Module in php.ini. Fixed.

Fri Jun 28 12:00:00 2002 Philip Copeland 4.2.1-6
- SNMP fixup

Fri Jun 28 12:00:00 2002 Peter Hanecak 4.1.2-8
- synchronized with RedHat\'s php-4.1.2-7 package
- temporarily disabled curl support

Thu Jun 27 12:00:00 2002 Philip Copeland 4.2.1-5
- Ah,.. seems httpd2 has been renamed to just plain
ol\' httpd. Fixed spec file to suit.
- ucd-snmp changed to net-snmp overnight...
temporarily disabled snmp while I work out the
impact of this change and if it is safe

Wed Jun 26 12:00:00 2002 Philip Copeland 4.2.1-4
- openldap 2.1.x problem solved by Nalin. Sure the ldap
API didn\'t change,... . Added TSRMLS_FETCH()
to ldap_rebind_proc().
- Removed the php-dbg package as thats going to be provided
elsewhere

Fri Jun 21 12:00:00 2002 Tim Powers 4.2.1-3
- automated rebuild

Mon Jun 10 12:00:00 2002 Philip Copeland 4.2.1-2
- Actually mm is now a dead project. Removed permently.

Tue May 28 12:00:00 2002 Gary Benson 4.2.1-2
- change paths for httpd-2.0
- add the config file
- disable mm temporarily

Sun May 26 12:00:00 2002 Tim Powers 4.2.1-1
- automated rebuild

Wed May 22 12:00:00 2002 Philip Copeland 4.2.1-0
- Initial pristine build of php-4.2.1
- Minor patch to get around a 64 bitism
- Added in the dgb debugging hooks

===============================================================================
Ditched the 4.1.1 sources for 4.2.1
===============================================================================

Sun Apr 14 12:00:00 2002 Philip Copeland 4.1.2-6
- %post for mysql has zlib in it?!? Bad cut/paste. Fixed.
- Added missing trigger entries to php.ini-dist
- Bumped release number.

Sat Apr 13 12:00:00 2002 Philip Copeland 4.1.2-6
- Oh joyous. buildconf doesn\'t correctly rebuild a
configure script, consequently we get lex checking errors
Strictly speaking this is autoconf\'s fault. Tweeked.

Sun Apr 7 12:00:00 2002 Philip Copeland 4.1.2-6
- Added in hook for the rather useful dbg addin
http://dd.cron.ru/dbg/
May not be able to provide a dbg rpm accomplyment
to php for the official release but at least it\'ll
make it easy to drop in at a later date.

Mon Mar 25 11:00:00 2002 Philip Copeland 4.1.2-5
- Accepted patches from Konstantin Riabitsev
for the php.ini file which fix this damnable .dll/.so
mess.
- Fixes for the modules. Every dll name is now prepended by php_,
so the modules were NEVER enabled. Also, there is no longer
php_mysql.dll or php_odbc.dll. Added workarounds for that.
- Jumped a number (-4) because of intresting after effects
in the build system.

Tue Mar 12 11:00:00 2002 Philip Copeland 4.1.2-3
- Fix for crashing bug (#60855)

Tue Mar 5 11:00:00 2002 Philip Copeland 4.1.2-2
- Forgot the -with-png-dir=/usr config
option (#55248)

Mon Mar 4 11:00:00 2002 Philip Copeland 4.1.2-2
- Minor patch for figuring out where the blasted
mysql.sock named socket lives. (grumble)
- Added in --enable-exif. It\'s there for people who
asked for it but I ain\'t supporting it if it
breaks.
- Tweak the default php.ini file to turn off file upload by default
and to tweak the default path for loadable modules

Thu Feb 28 11:00:00 2002 Philip Copeland 4.1.2-1
- Jumped to 4.1.2 for security...

Thu Feb 28 11:00:00 2002 Peter Hanecak
- applied File Uploads Security Fix (see
http://security.e-matters.de/advisories/012002.html for more information)

Wed Feb 13 11:00:00 2002 Philip Copeland 4.1.1-4
- Added multibyte input/ouput support
--enable-mbstring
--enable-mbstr-enc-trans
- Added in a couple of BuildReq\'s
- Because db1,2,3 are ditched in the next RHAT release and only
db4 exists, I\'ve purposly NOT put in the db4-devel BuildReq
as thers no way to differentiate this build for a 7.X and
the new release.

Fri Feb 8 11:00:00 2002 Philip Copeland 4.1.1-3
- Added calendar, dbx, dio and mcal support into the build
--enable-calendar
--enable-dbx
--enable-dio
--enable-mcal

Thu Feb 7 11:00:00 2002 Philip Copeland 4.1.1-2
- Reformatted the spec file to be something more pretty to read
- Some wassak upstream changed the default php.ini file to
winblows format (.dll) which broke the extension munching
altered the post scripts to accomodate (#59195)
- Added in --enable-gd-native-ttf (#55199)

Tue Jan 29 11:00:00 2002 Philip Copeland 4.1.1-1
- Added in patch for DOM(xml)

Mon Jan 28 11:00:00 2002 Philip Copeland 4.1.1-0
- Rather than write a new spec file, borrowed the one from 4.0.6-13
Initial build of 4.1.1 (note db2 is now obsoleted)
Added --enable-memory-limit

===============================================================================
Ditched the 4.0.x sources for 4.1.1
===============================================================================

Fri Jan 4 11:00:00 2002 Peter Hanecak
- fixed installation of manuals

Wed Dec 5 11:00:00 2001 Philip Copeland 4.0.6-13
- Minor tweak to the configure script to allow it to search fo the libxml
installation in both
*/include/libxml/tree.h and
include/libxml2/libxml/tree.h

Tue Nov 20 11:00:00 2001 Nalin Dahyabhai 4.0.6-12
- rebuild for Raw Hide, building snmp again

Tue Nov 20 11:00:00 2001 Nalin Dahyabhai 4.0.6-11
- don\'t build the snmp module
- don\'t activate the module for Apache when we install it into the buildroot

Mon Nov 19 11:00:00 2001 Nalin Dahyabhai
- link the IMAP module with c-client.a

Fri Nov 16 11:00:00 2001 Nalin Dahyabhai 4.0.6-10
- use shared expat for XML support, add buildprereq on expat-devel
- update to latest manuals from the web site
- /usr/share/php -> /usr/share/pear
- miscellaneous cleanups

Tue Nov 13 11:00:00 2001 Nalin Dahyabhai
- remove explicit dependency on krb5-libs

Fri Nov 9 11:00:00 2001 Nalin Dahyabhai
- enable transparent session id support, configure freetype and gmp extensions
(suggestion and patch Jason Costomiris)

Wed Oct 31 11:00:00 2001 Peter Hanecak
- merged some stuff from RedHat\'s php-4.0.6-9 package (see below)

Mon Sep 17 12:00:00 2001 Tim Powers 4.0.6-9
- rebuilt against newer posgresql libs

Wed Sep 12 12:00:00 2001 Tim Powers
- rebuild with new gcc and binutils

Mon Aug 27 12:00:00 2001 Nalin Dahyabhai
- add patch from pzb at scyld.com to fix the ZVAL_TRUE and ZVAL_FALSE macros
(#52501)

Fri Aug 17 12:00:00 2001 Nalin Dahyabhai
- enable bzip2 extension
- enable curl extension
- enable use of mm
- clean up use of libtool (#51958)

Fri Aug 10 12:00:00 2001 Tim Powers
- only english in php-manuals, space constraints

Thu Aug 9 12:00:00 2001 Nalin Dahyabhai
- include /usr/lib/php/build instead of /usr/lib/php4/build (#51141)

Mon Aug 6 12:00:00 2001 Nalin Dahyabhai
- add build deps on pam-devel, pspell-devel, gdbm-devel (#49878)
- add some conditional logic if %{oracle} is defined (from Antony Nguyen)

Mon Jul 9 12:00:00 2001 Nalin Dahyabhai
- don\'t obsolete subpackages we ended up not merging

Mon Jul 2 12:00:00 2001 Nalin Dahyabhai
- cleanups
- add manuals in multiple languages (using ko instead of kr for Korean)
- merge all of the manuals into a single -manual subpackage
- use libtool to install binary files which libtool builds
- don\'t strip any binaries; let the buildroot policies take care of it

Thu Jun 28 12:00:00 2001 Nalin Dahyabhai
- update to 4.0.6 (preliminary)

Mon Jun 25 12:00:00 2001 Nalin Dahyabhai
- enable ttf in the build because the gd support needs it
- add -lfreetype to the LIBS for the same reason

Wed Jun 6 12:00:00 2001 Nalin Dahyabhai
- rebuild in new environment

Wed May 16 12:00:00 2001 Nalin Dahyabhai
- actually use two source trees to build things
- add %post and %postun scriptlets to run ldconfig

Tue May 15 12:00:00 2001 Nalin Dahyabhai
- quote part of the AC_ADD_LIBRARY macro to make newer autoconf happy

Mon May 14 12:00:00 2001 Nalin Dahyabhai
- fix error in %install
- depend on the imap-devel which supplies linkage.c
- modify trigger to disable php versions less than 4.0.0 instead of 3.0.15
- enable DOM support via libxml2 (suggested by Sylvain Berg�)
- build the OpenSSL extension again

Mon May 7 12:00:00 2001 Nalin Dahyabhai
- enable pspell extensions
- update to 4.0.5

Mon Apr 30 12:00:00 2001 Nalin Dahyabhai
- build the ODBC extension

Mon Apr 30 12:00:00 2001 Bill Nottingham
- build on ia64

Wed Mar 7 11:00:00 2001 Peter Hanecak
- synchronized with RedHat\'s php-4.0.4pl1-9 package
- mod_php package group changed to Development/Languages
- removed --with-xpm-dir=/usr/X11R6 from configure call
- icons moved from mod_php to manual package

Fri Mar 2 11:00:00 2001 Nalin Dahyabhai
- rebuild in new environment

Fri Feb 23 11:00:00 2001 Nalin Dahyabhai
- obsolete the old phpfi (PHP 2.x) package

Thu Feb 8 11:00:00 2001 Nalin Dahyabhai
- add a commented-out curl extension to the config file (part of #24933)
- fix the PEAR-installation-directory-not-being-eval\'ed problem (#24938)
- find the right starting point for multipart form data (#24933)

Tue Jan 30 11:00:00 2001 Nalin Dahyabhai
- aaarrgh, the fix breaks something else, aaarrgh; revert it (#24933)
- terminate variable names at the right place (#24933)

Sat Jan 20 11:00:00 2001 Nalin Dahyabhai
- tweak the fix some more

Thu Jan 18 11:00:00 2001 Nalin Dahyabhai
- extract stas\'s fix for quoting problems from CVS for testing
- tweak the fix, ask the PHP folks about the tweak
- tweak the fix some more

Wed Jan 17 11:00:00 2001 Nalin Dahyabhai
- merge mod_php into the main php package (#22906)

Fri Dec 29 11:00:00 2000 Nalin Dahyabhai
- try to fix a quoting problem

Wed Dec 20 11:00:00 2000 Nalin Dahyabhai
- update to 4.0.4 to get a raft of bug fixes
- enable sockets
- enable wddx

Fri Nov 3 11:00:00 2000 Nalin Dahyabhai
- rebuild in updated environment

Thu Nov 2 11:00:00 2000 Nalin Dahyabhai
- add more commented-out modules to the default config file (#19276)

Wed Nov 1 11:00:00 2000 Nalin Dahyabhai
- fix not-using-gd problem (#20137)

Tue Oct 17 12:00:00 2000 Nalin Dahyabhai
- update to 4.0.3pl1 to get some bug fixes

Mon Oct 16 12:00:00 2000 Peter Hanecak
- update to 4.0.3pl1
- do not make documentation packages for i586 and i686 architectures

Sat Oct 14 12:00:00 2000 Nalin Dahyabhai
- build for errata

Thu Oct 12 12:00:00 2000 Peter Hanecak
- update to 4.0.3
- merged stuff from RedHat\'s php-4.0.2-2 package (patches, requires, devel
subpackage, ...)

Wed Oct 11 12:00:00 2000 Nalin Dahyabhai
- update to 4.0.3 to get security fixes integrated
- patch around problems configuring without Oracle support
- add TSRM to include path when building individual modules

Fri Sep 8 12:00:00 2000 Nalin Dahyabhai
- rebuild in new environment
- enable OpenSSL support

Wed Sep 6 12:00:00 2000 Nalin Dahyabhai
- update to 4.0.2, and move the peardir settings to configure (#17171)
- require %{version}-%{release} for subpackages
- add db2-devel and db3-devel prereqs (#17168)

Thu Aug 31 12:00:00 2000 Peter Hanecak
- update to 4.0.2
- --with-xpm-dir=/usr/X11R6 added to configure call
- %{_sysconfdir} used more

Wed Aug 23 12:00:00 2000 Nalin Dahyabhai
- rebuild in new environment (new imap-devel)

Wed Aug 16 12:00:00 2000 Nalin Dahyabhai
- fix summary and descriptions to match the specspo package

Wed Aug 9 12:00:00 2000 Nalin Dahyabhai
- hard-code the path to apxs in build_ext() (#15799)

Tue Aug 1 12:00:00 2000 Nalin Dahyabhai
- add \".\" to the include path again, which is the default

Mon Jul 24 12:00:00 2000 Peter Hanecak
- rebuild against PostgreSQL 7.0.2

Wed Jul 19 12:00:00 2000 Nalin Dahyabhai
- enable PEAR and add it to the include path
- add the beginnings of a -devel subpackage

Tue Jul 18 12:00:00 2000 Peter Hanecak
- source archives changed to .bz2
- mysql, pgsql, ldap and imap support conditional at build-time
- MySQL used instead of mysql (I\'m using \"vanilla\" mysql)

Wed Jul 12 12:00:00 2000 Prospector
- automatic rebuild

Fri Jul 7 12:00:00 2000 Nalin Dahyabhai
- tweaks to post and postun from Bill Peck

Thu Jul 6 12:00:00 2000 Nalin Dahyabhai
- fixes from Nils for building the MySQL client
- change back to requiring 4.3.3 instead of 4.3.3-4.1

Sat Jul 1 12:00:00 2000 Nalin Dahyabhai
- update to 4.0.1pl2
- enable MySQL client
- move the php.ini file to /etc

Fri Jun 30 12:00:00 2000 Nils Philippsen
- build_ext defines HAVE_PGSQL so pgsql.so in fact contains symbols
- post/un scripts tweak php.ini correctly now

Wed Jun 28 12:00:00 2000 Nalin Dahyabhai
- update to 4.0.1
- refresh manual

Mon Jun 26 12:00:00 2000 Nalin Dahyabhai
- rebuild against new krb5 package

Mon Jun 19 12:00:00 2000 Nalin Dahyabhai
- rebuild against new db3 package

Sat Jun 17 12:00:00 2000 Nalin Dahyabhai
- Fix syntax error in post and preun scripts.
- Disable IMAP, LDAP, PgSql in the standalone version because it picks up
the extensions.

Fri Jun 16 12:00:00 2000 Nalin Dahyabhai
- Unexclude the Sparc arch.
- Exclude the ia64 arch until we get a working Postgres build.
- Stop stripping extensions as aggressively.
- Start linking the IMAP module to libpam again.
- Work around extension loading problems.
- Reintroduce file-editing post and preun scripts for the mod_php extensions
until we come up with a better way to do it.

Mon Jun 5 12:00:00 2000 Nalin Dahyabhai
- ExcludeArch: sparc for now

Sun Jun 4 12:00:00 2000 Nalin Dahyabhai
- add Obsoletes: phpfi, because their content handler names are the same
- add standalone binary, rename module packages to mod_php
- FHS fixes

Tue May 23 12:00:00 2000 Nalin Dahyabhai
- change license from \"GPL\" to \"PHP\"
- add URL: tag
- disable mysql support by default (license not specified)

Mon May 22 12:00:00 2000 Nalin Dahyabhai
- update to PHP 4.0.0
- nuke the -mysql subpackage (php comes with a bundled mysql client lib now)

Tue May 16 12:00:00 2000 Nalin Dahyabhai
- link IMAP module against GSS-API and PAM to get dependencies right
- change most of the Requires to Prereqs, because the post edits config files
- move the PHP
*Apache
* module back to the right directory
- fix broken postun trigger that broke the post
- change most of the postuns to preuns in case php gets removed before subpkgs

Thu May 11 12:00:00 2000 Trond Eivind Glomsr�d
- rebuilt against new postgres libraries

Tue May 9 12:00:00 2000 Preston Brown
- php3 .so modules moved to /usr/lib/php3 from /usr/lib/apache (was incorrect)

Mon Apr 10 12:00:00 2000 Nalin Dahyabhai
- make subpackages require php = 4.3.3 (bug #10671)

Thu Apr 6 12:00:00 2000 Nalin Dahyabhai
- update to 3.0.16

Fri Mar 3 11:00:00 2000 Cristian Gafton
- fixed the post script to work when upgrading a package
- add triggere to fix the older packages

Tue Feb 29 11:00:00 2000 Nalin Dahyabhai
- update to 3.0.15
- add build-time dependency for openldap-devel
- enable db,ftp,shm,sem support to fix bug #9648

Fri Feb 25 11:00:00 2000 Nalin Dahyabhai
- add dependency for imap subpackage
- rebuild against Apache 1.3.12

Thu Feb 24 11:00:00 2000 Preston Brown
- don\'t include old, outdated manual. package one from the php distribution.

Tue Feb 1 11:00:00 2000 Cristian Gafton
- rebuild to fix dependency problem

Fri Jan 14 11:00:00 2000 Preston Brown
- added commented out mysql module, thanks to Jason Duerstock
(jasonAATTsdi.cluephone.com). Uncomment to build if you have mysql installed.

Thu Jan 13 11:00:00 2000 Preston Brown
- rely on imap-devel, don\'t include imap in src.rpm (#5099).
- xml enabled (#5393)

Tue Nov 2 11:00:00 1999 Preston Brown
- added post/postun sections to modify httpd.conf (#5259)
- removed old obsolete faq and gif (#5260)
- updated manual.tar.gz package (#5261)

Thu Oct 7 12:00:00 1999 Matt Wilson
- rebuilt for sparc glibc brokenness

Fri Sep 24 12:00:00 1999 Preston Brown
- --with-apxs --> --with-apxs=/usr/sbin/apxs (# 5094)
- ldap support (# 5097)

Thu Sep 23 12:00:00 1999 Preston Brown
- fix cmdtuples for postgresql, I had it slightly wrong

Tue Aug 31 12:00:00 1999 Bill Nottingham
- subpackages must obsolete old stuff...

Sun Aug 29 12:00:00 1999 Preston Brown
- added -DHAVE_PGCMDTUPLES for postgresql module (bug # 4767)

Fri Aug 27 12:00:00 1999 Preston Brown
- name change to php to follow real name of package
- fix up references to php3 to refer to php
- upgrade to 3.0.12
- fixed typo in pgsql postun script (bug # 4686)

Mon Jun 14 12:00:00 1999 Preston Brown
- upgraded to 3.0.9
- fixed postgresql module and made separate package
- separated manual into separate documentation package

Mon May 24 12:00:00 1999 Preston Brown
- upgraded to 3.0.8, which fixes problems with glibc 2.1.
- took some ideas grom Gomez\'s RPM.

Tue May 4 12:00:00 1999 Preston Brown
- hacked in imap support in an ugly way until imap gets an official
shared library implementation

Fri Apr 16 12:00:00 1999 Preston Brown
- pick up php3.ini

Wed Mar 24 11:00:00 1999 Preston Brown
- build against apache 1.3.6

Sun Mar 21 11:00:00 1999 Cristian Gafton
- auto rebuild in the new build environment (release 2)

Mon Mar 8 11:00:00 1999 Preston Brown
- upgraded to 3.0.7.

Wed Feb 24 11:00:00 1999 Preston Brown
- Injected new description and group.

Sun Feb 7 11:00:00 1999 Preston Brown
- upgrade to php 3.0.6, built against apache 1.3.4

Mon Oct 12 12:00:00 1998 Cristian Gafton
- rebuild for apache 1.3.3

Thu Oct 8 12:00:00 1998 Preston Brown
- updated to 3.0.5, fixes nasty bugs in 3.0.4.

Sun Sep 27 12:00:00 1998 Cristian Gafton
- updated to 3.0.4 and recompiled for apache 1.3.2

Thu Sep 3 12:00:00 1998 Preston Brown
- improvements; builds with apache-devel package installed.

Tue Sep 1 12:00:00 1998 Preston Brown
- Made initial cut for PHP3.


 
ICM