skeleton of php extension

Discussion in 'PHP' started by NilayKomal, Jan 29, 2008.

  1. #1
    Hello frnds,
    I would like to knw about basic skeleton of php extension.so plz help me out if you find any related articles. send me urls.:)
     
    NilayKomal, Jan 29, 2008 IP
  2. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #2
    errr... are you trying to compile php?

    ./configure
    make
    make install
     
    Kaizoku, Jan 30, 2008 IP
  3. NilayKomal

    NilayKomal Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,
    Thanks for replyn. Actually v r tryin to write a new php extension in dll format.
     
    NilayKomal, Jan 30, 2008 IP
  4. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just out of curiosity, then... what exactly do you need to know? Is it that you've gotten half way with what you want to do or you haven't even been able to make a start with it?

    I only ask because I once wrote up a document on how to make a PHP extension. Admittedly it was probably 3 or 4 years ago, but I have done it before. Since then I've had at least two computer crashes :( I probably have the document somewhere on one of the disks, but if you can tell us where you've gotten so far, I may be able to kick my memory into gear and not have to go looking for the doc...
     
    TwistMyArm, Feb 1, 2008 IP