Bug 61739

Summary: modules in php-4.1.2-3 will never get enabled
Product: [Retired] Red Hat Public Beta Reporter: Konstantin Ryabitsev <icon>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-26 16:56:52 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: 61901    
Attachments:
Description Flags
patch which fixes the module enabling routines none

Description Konstantin Ryabitsev 2002-03-23 21:56:38 UTC
Description of Problem:

looking at the .spec file....
%{__perl} -pi -e "s|^;extension=pgsql.dll|extension=pgsql.so|" \
%{_sysconfdir}/php.ini

this will never enable the module, since the line it's looking for in
/etc/php.ini is ";extension=php_pgsql.dll".

A more complicated problem is with php-mysql and php-odbc. /etc/php.ini doesn't
contain dll extensions for those, since they are linked statically to the main
php4 dll. However, I have a patch which fixes this problem.

Comment 1 Konstantin Ryabitsev 2002-03-23 21:57:44 UTC
Created attachment 49864 [details]
patch which fixes the module enabling routines

Comment 2 Phil Copeland 2002-03-26 19:23:15 UTC
Doh,...
Always miss something when I'm in a rush.

Thanks..
it's in as of 4.1.2-4

Phil
=--=




Comment 3 Phil Copeland 2002-03-28 19:26:08 UTC
*** Bug 62104 has been marked as a duplicate of this bug. ***