Bug 61739 - modules in php-4.1.2-3 will never get enabled
Summary: modules in php-4.1.2-3 will never get enabled
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: php
Version: skipjack-beta1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Copeland
QA Contact: David Lawrence
URL:
Whiteboard:
: 62104 (view as bug list)
Depends On:
Blocks: 61901
TreeView+ depends on / blocked
 
Reported: 2002-03-23 21:56 UTC by Konstantin Ryabitsev
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-26 16:56:52 UTC
Embargoed:


Attachments (Terms of Use)
patch which fixes the module enabling routines (3.34 KB, patch)
2002-03-23 21:57 UTC, Konstantin Ryabitsev
no flags Details | Diff

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. ***


Note You need to log in before you can comment on or make changes to this bug.