how to install openssl, ISAPI, pdf modules in php 5.2.5
with apache on windows xp.
Answer Posted / rrajeswari
Through wamp5 installer you can install free cost.
WAMP5 means Windows+ Apache+ My Sql+ PHP 5.
wamp5 contains PHP 5.2.4,My sql, SQL Lite manager,Apache 2.24.
suppose your are install wamp5 in c:/ directory
C:\wamp\php\ contains php5isapi.dll and php5nspi.dll files.
c:\wamp\php\ext\ contains php_pdf.dll.
C:\wamp\php\extras contains openssl module
Visit this site for download WAMP5.and then configure it.
http://www.brothersoft.com/wamp5-65107.html.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is psr in php?
What is basic php?
Can I learn laravel without php?
Can I use php in html?
Tell me what is htaccess?
Give the case where we can use get and we can use post methods?
Tell me what sized websites have you worked on in the past?
Tell me how to set a page as a home page in a php based site?
What is warning – “cannot modify header information – headers already sent”?
Is php used anymore?
What is difference between require_once(), require(), include()?
Which method removes the last element from the end of an array?
Does empty check for null?
What is the difference between Session and Cookie?
What are the main error types in php?