php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7832 Redeclarations
Submitted: 2000-11-15 11:41 UTC Modified: 2001-01-08 09:06 UTC
From: richard dot smith at cngroup dot co dot uk Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.3 OS: WinNT4 Workstation
Private report: No CVE-ID: None
 [2000-11-15 11:41 UTC] richard dot smith at cngroup dot co dot uk
Don't know what produces the bug. All i know is that when using the ISAPI module, I get problems with classes and objects.

I get the following error on some of my projects:

Fatal error: Cannot redeclare show_table_navigation() in lib.inc.php on line 6

This is an error report from phpMyAdmin. An applications which, until today, was working hapily, along with all my other applications.

I cannot generate a GDB backtrace (fecking windoze).

I'm using 4.0.3, with the following DLLs

php_cpdf.dll
php_cybercash.dll
php_curl.dll
php_db.dll
php_dbase.dll
php_domxml.dll
php_exif.dll
php_fdf.dll
php_gd.dll
php_gettext.dll
php_imap.dll
php_java.dll
php_ldap.dll
php_mhash.dll
php_pdf.dll
php_pgsql.dll
php_sablot.dll
php_zlib.dll

Using iis 4 on an Windows NT4 Workstation.
Dual Processor 256Mb RAM machine
Plenty of HDD space
and I've verified that NTLM authentication protocols are not interfereing with the PHP Process.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-08 09:06 UTC] dbeu@php.net
this isn't a bug in php.
maybe you're including the same file twice, try using include_once() or require_once()
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 15 18:00:01 2026 UTC