Bug 67976

Summary: php -v reports undefined symbol errors
Product: [Retired] Red Hat Public Beta Reporter: Andrew Parker <bugzilla.redhat>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: limboCC: herrold
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-14 19:10:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 67217    

Description Andrew Parker 2002-07-05 00:42:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

Description of problem:
Running php -v yields errors:


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.php -v
2.
3.
	

Actual Results:  Content-type: text/html

PHP Warning:  Unable to load dynamic library '/usr/lib/php4/imap.so' -
/usr/lib/php4/imap.so: undefined symbol: executor_globals_id in Unknown on line 0
PHP Warning:  Unable to load dynamic library '/usr/lib/php4/ldap.so' -
/usr/lib/php4/ldap.so: undefined symbol: executor_globals_id in Unknown on line 0
PHP Warning:  Unable to load dynamic library '/usr/lib/php4/pgsql.so' -
/usr/lib/php4/pgsql.so: undefined symbol: core_globals_id in Unknown on line 0
PHP Warning:  snmp: Unable to initialize module
Module compiled with module API=20020429, debug=0, thread-safety=1
PHP    compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
4.2.1


Expected Results:  Presumably:

4.2.1


Additional info:

Comment 1 Bill Nottingham 2002-07-08 05:04:07 UTC
*** Bug 68054 has been marked as a duplicate of this bug. ***

Comment 2 R P Herrold 2002-07-14 15:21:51 UTC
I have just added  68798 which is in a production release, and exhibits like
behaviour.  I built a clean test case to show the bug there.

Comment 3 R P Herrold 2002-07-14 19:10:22 UTC
See:  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=68798

The bug may well be an issue in the option parser not trimming leaded spaces,
contrary to the documentation at:

   http://www.php.net/manual/en/features.commandline.php

Comment 4 Phil Copeland 2002-08-05 18:13:23 UTC
[root@dhcp59-202 SPECS]# php -v
4.2.2
[root@dhcp59-202 SPECS]# 

Works for me with the current beta/rawhide

Phil
=--=