Writing a dynamic loaded PHP module in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mickael Faivre-Macon

    Writing a dynamic loaded PHP module in C++

    Hi,

    Could someone help me find a tutorial on how to write a dynamic loaded
    PHP module in C++ ?

    I could not find one on the php.net web site....

    Mickael.
  • Andres Viikmaa

    #2
    Re: Writing a dynamic loaded PHP module in C++


    "Mickael Faivre-Macon" <faivrem@hotmai l.com> wrote in message
    news:ad8fa149.0 308120136.25d7b 6c0@posting.goo gle.com...
    [color=blue]
    > Could someone help me find a tutorial on how to write a dynamic loaded
    > PHP module in C++ ?
    >
    > I could not find one on the php.net web site....
    >[/color]
    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Andres



    Comment

    • Mickael Faivre-Macon

      #3
      Re: Writing a dynamic loaded PHP module in C++

      Hi,

      A C++ tuorial is here:

      Using C++ With PHP


      Mickael.

      Comment

      Working...