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
How do you sort an array in php?
How does php work?
Can you pass an array into a function?
Can we use include ("xyz.php") two times in a php page "index.php"?
What is a simple php method to make a cross domain data request?
What is variable and data type?
Are php variables global?
How to track user logged out or not? When user is idle?
What is the capacity of mysql database?
What is warning – “cannot modify header information – headers already sent”?
What is abstract class in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is instantiation?
Tell us how to redirect a page in php?
What is trait in php?