diff options
author | Joey Smith <joey@php.net> | 2000-05-01 04:49:49 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-05-01 04:49:49 +0000 |
commit | 564f9795f871545c85f7606acad4e884e2ce83a2 (patch) | |
tree | 3a997184c66b8d0e3262d1cb57d6c69d633d108c /makerpm | |
parent | 632b054aba9008a502e0fbdc3b92c0eedc110615 (diff) | |
download | php-git-564f9795f871545c85f7606acad4e884e2ce83a2.tar.gz |
Small fix: Description still referred to package as PHP3.
Diffstat (limited to 'makerpm')
-rw-r--r-- | makerpm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,7 +44,7 @@ BuildRoot: /tmp/php3-root Requires: webserver %description -PHP3 is a powerful apache module that adds scripting and database connection +PHP4 is a powerful apache module that adds scripting and database connection capabilities to the apache server. This version includes the "php" binary for suExec and stand alone php scripts too. @@ -127,6 +127,9 @@ install -m 755 php $RPM_BUILD_ROOT/usr/bin rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 30 2000 Joey Smith <joey@samaritan.com> +- Small fix: Description still referred to package as PHP3. + * Wed Jul 21 1999 Sam Liddicott <sam@campbellsci.co.uk> - added php4b1 and modified cgi building rules so it doesn't break module |