Skip to main content
  • Writing PHP Extensions

    While we are on the subject of build processes and before we go deeper into building a PHP extension skeleton, it makes sense to explain how to rebuild the extension for production when it’s ready.

  • Writing PHP Extensions

    In addition to these four files, “ext_skel” script created a “tests” directory, with several *.phpt files inside it.

  • Writing PHP Extensions

    Objects in PHP are represented by zend_object structure immediately followed by plain array of properties (zvals).

  • Writing PHP Extensions

    It’s a good time to say few words about PHP Memory Manager.

  • Writing PHP Extensions

    Usually, when you pass a parameter to function, you do it by value, and it means, the called function cannot modify it.

  • Writing PHP Extensions

    PHP arrays are complex data structures.

  • PHP vs. Python for Web Development

    Get an overview of PHP vs. Python from our expert, including comparisons on performance, security, benefits, and use cases.

  • Writing PHP Extensions

    I highly recommend that you create a “DEBUG” PHP build when you setup your PHP build environment on Linux.

  • Writing PHP Extensions

    This chapter looks at how to use OOP in the previously constructed example extension

  • PHP vs. JavaScript: What's Best for Your Application?

    Comparing PHP vs. JavaScript? Get an overview from our expert, including benefits, use cases, and why they're commonly used together for web applications.