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 values in arrays are indexed?
How be the result set of mysql handled in php?
What is $globals php?
Why php is widely used?
What will the ?getdate() function returns in PHP?
What is php simple definition?
Tell me what is the difference between unset() and unlink()?
How to process the uploaded files?
What is is_null() in php?
Write a hello world program using variable?
Which php function will attach one file to another?
What is the difference between Split and Explode in PHP?
Tell me when a conditional statement is ended with an endif?
Is php a low level language?
Explain array_uintersect()?