summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/ChangeLog')
-rw-r--r--dev-lang/php/ChangeLog120
1 files changed, 119 insertions, 1 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 0414397..78ec5ca 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,9 +1,127 @@
# ChangeLog for dev-lang/php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.1 2002/02/01 21:53:11 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.17 2002/04/16 15:43:13 seemant Exp $
+
+ 16 Apr 2002; Seemant Kulleen
+
+ I caused the gettext bug. The configure options do not like --with-gettext
+ set. They only like --without-gettext set. Who knew?
+
+ Hmm, and I did not edit the ChangeLog for some reason to say that the mhash
+ and mcrypt flags are encapsulated by the crypt flag now.
+
+*php-4.1.2-r7 (15 Apr 2002)
+
+ 15 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> php-4.1.2-r7.ebuild :
+
+ Fixed php to check for imap with ssl support when compiling the imap
+ extension. Bug #1254
+ Fixed bug where php couldn't find path to javac. Bug #1401
+ Modified the ebuild so it DEPENDs on net-mail/uw-imap instead of
+ the old virtual/imapUW
+
+*php-4.1.2-r6 (12 Apr 2002)
+ 12 Apr 2002; Spider <spider@gentoo.org>
+ update -r to force rebuild with updated libpng
+
+*php-4.1.2-r5 php-4.1.1-r5 (12 Apr 2002)
+
+ 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> php-4.1.2-r5.ebuild,
+ php-4.1.1-r5.ebuild :
+
+ Changed the "gettext" USE flag to "nls" since that is the same thing.
+
+*php-4.1.2-r5 (10 Apr 2002)
+
+ 10 Apr 2002; Donny Davies <woodchip@gentoo.org> php-4.1.2-r5.ebuild,
+ files/mod_php.conf :
+
+ Added a mod_php.conf file, which installs into the apache addon-modules config
+ directory. This eliminates the need to "sed" the apache config file in order
+ to "turn on" the php mime types. Removed some stale ebuilds/digests.
+
+ Ooops, round two for today: fix the php.ini location with a symlink.
+ Keeps things tidy.
+
+*php-4.1.2-r4 (9 Apr 2002)
+
+ 9 Apr 2002; Donny Davies <woodchip@gentoo.org> :
+
+ Small updates to fit in with the reworked apache package.
+
+*php-4.1.2-r3 (13 Mar 2002)
+
+ 13 Mar 2002; Grant Goodyear <g2boojum@gentoo.org> :
+
+ Minor update to fix bug # 1042.
+
+*php-4.1.2 (28 Feb 2002)
+
+ 28 Feb 2002; Bruce A. Locke <blocke@shivan.org> php-4.1.2.ebuild :
+
+ Major security fixes in this version. All php users are urged
+ to upgrade to this version.
+
+*php-4.1.1-r5 ( 25 Feb 2002 )
+
+ 25 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r5.ebuild
+
+ Fixed a bug that made compiling with libpng bug out on some
+ installations.
+
+  Old revisions removed.
+
+*php-4.1.1-r4 ( 22 Feb 2002 )
+
+ 22 Feb 2002; Grant Goodyear <g2boojum@gentoo.org> php-4.1.1-r4.ebuild
+
+ Now imap support should work. Building php w/ imap support requires
+ the uw-imap library and headers (from uw-imap or pine). Annoying
+ problem that uw-imap or pine needs to be compiled w/ SSL; otherwise
+ the php build will fail due to header problems.
+
+*php-4.0.6-r5 ( 18 Feb 2002 )
+
+ 18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild
+
+ As Java support fails to work with Blackdown, and the fix seems non-trivial,
+ Java support is removed from PHP 4.0.6 altogether.
+
+ Old revisions have been removed.
+
+*php-4.0.6-r4 ( 12 Feb 2002 )
+
+ 12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild
+
+ Java support is back. The ebuild also tries harder to follow the style
+ guide.
+
+ Old revisions have been removed.
+
+*php-4.1.1-r3 ( 18 Feb 2002 )
+
+ 18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r3.ebuild
+
+ Java is still here, but now it actually works with Blackdown as well.
+
+ Old revisions have been removed.
+
+*php-4.1.1-r2 ( 12 Feb 2002 )
+
+ 12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r2.ebuild
+
+ Java support is back. The ebuild also tries harder to follow the style
+ guide.
+
+ Old revisions have been removed.
*php-4.1.1 (1 Feb 2002)
+ 6 Feb 2002; Grant Goodyear <g2boojum@gentoo.org>:
+
+ Added a new -r1 revision of the php-4.1.1 ebuild that adds
+ two new USE variables, mcrypt and mhash.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is