Skip to content

florianPat/php-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PHP Extension

A PHP-Extension just for fun, maybe something evolves here? Who knows...

Building

To debug this extension (on linux) install the build tools, gdb, valgrind and what other stuff you need:

package-manager install build-essential autoconf automake bison flex re2c gdb libtool make pkgconf valgrind git

Then clone the interpreter source and switch branches:

  • git clone https://github.com/php/php-src.git
  • cd php-src
  • git checkout PHP-8.2

Then build php:

Debugging

Attach with gdb and use the gdbinit script from php-src. Steps follow...

About

Playing around with php extension dev...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published