panchalmukundak / whimp

Automatically exported from code.google.com/p/whimp
0 stars 0 forks source link

You need either PHP GD extension or Image Magick and GhostScript for image manipulation. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hello is it posible to compile the php with image manipulatin extension

2.is it posible to make a light weight branch with sqlite

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system? 
WnMp(1.2).exe   

Please provide any additional information below.

Original issue reported on code.google.com by arbelae...@gmail.com on 13 Mar 2012 at 11:13

GoogleCodeExporter commented 8 years ago
hello 

just proceed to C:\WnMp\php\php.ini

and please open it with advanced notepad like notepad++

line number = 948 - 989

and enable those extensions by removing the semi colon (;) infront of the .dll

i reckon the extensions you need are :

;extension=php_gmp.dll

if the above still don't work then remove all the ;
from all the extensions listed that will work for sure

and restart the wnmp by stopping it then starting it again

Original comment by Ema...@genie9.com on 14 Mar 2012 at 10:58

GoogleCodeExporter commented 8 years ago
as for sqlite remove the following semicolon on those items as well :

;extension=php_pdo_sqlite.dll
;extension=php_sqlite.dll
;extension=php_sqlite3.dll

keep me posted with your updates .

Original comment by Ema...@genie9.com on 14 Mar 2012 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by emadraml...@gmail.com on 15 Mar 2012 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by emadraml...@gmail.com on 12 Apr 2012 at 12:22