How to write own PHP extension

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mukeshrasm
    Contributor
    • Nov 2007
    • 254

    How to write own PHP extension

    Hi

    I am using WAMP Server and want to write extensions in php. How can I do that? I tried to write one but don't know where to find ext Directory of the PHP Source Code to run ext_skel.

    Thanks
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    In your apache conf file (httpd.conf) search for this line
    Code:
    AddType application/x-httpd-php
    then append your desired extension to the end.

    regards :)

    Comment

    Working...