lp_solve
Posted: Wed Jan 27, 2010 10:24 am
I try to add lp_solve extension to php and I did everything that they told me to do. So I installed the driver where they told me and I added the extension also but it doesn't work. So now in my php.ini file I have this:
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
extension_dir = "c:/wamp/bin/php/php5.3.0/ext/"
I put the driver php_phplpsolve55.dll in the "ext" directory and I added here:
;extension=php_soap.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sqlite3.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_zip.dll
;extension=php_phplpsolve55.dll
I restarted wamp server but it still doesn't work
Any idea what should I do?
thanks
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
extension_dir = "c:/wamp/bin/php/php5.3.0/ext/"
I put the driver php_phplpsolve55.dll in the "ext" directory and I added here:
;extension=php_soap.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sqlite3.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_zip.dll
;extension=php_phplpsolve55.dll
I restarted wamp server but it still doesn't work
Any idea what should I do?
thanks