1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 10:42:23 +02:00
Files
archived-web-php/browscap-patch.php3
Zeev Suraski 93b79a1273 Update the site about 3.0.1. I think we have to pay more attention to keeping the site
uptodate with news (I packaged 3.0.1 so it's my fault...)

Tell about the browscap bug and offer the fix
1998-07-10 02:45:33 +00:00

18 lines
623 B
PHP

<?
require("shared.inc");
commonHeader("Browscap Patch for PHP 3.0 and 3.0.1");
?>
<p>A problem in the browscap scanner has been found in the released versions of PHP 3, which
prevents the browscap module from working properly. To remedy this problem before PHP 3.0.2
is out, download <a href="distributions/browscap-fix.diff.gz">this patch</a>.
<p>To apply this patch, change to your PHP 3.0/3.0.1 directory, and type:
<p><code>gunzip < /path/to/downloaded/file | patch -p0</code>
<p>Afterwards, you'd have to rerun 'make', and if using the Apache module version, relink
apache and restart it.
<? commonFooter(); ?>