View Single Post
  #2 (permalink)  
Old 2006-04-17, 11:32 AM
imok imok is offline
Junior Member
 
Join Date: Apr 2006
Posts: 4
imok is on a distinguished road
Default

Ok figured it out.

1) I had to set in PHP.INI this path:

; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\PHP5\ext"

2) I had to rerun the Komodo Debug Wizard which added a couple of lines at the very top of PHP.INI in a backup folder.

Also, found out that extension_dir only allows one path. You cant semicolon paths it seems.

Whew!
Reply With Quote