-
-
Save firefoxrebo/f8d85dab2c9dd0a5a5582f49daf9781f to your computer and use it in GitHub Desktop.
Revisions
-
firefoxrebo created this gist
Jul 24, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ The extension is not finished (and probably will never be finished). If you have questions, feel free to send me an e-mail. You can get the source from Github: git clone https://github.com/derickr/vld.git vld Here are the instructions to get it to work: cd into the newly checked-out directory. Create the configure script: phpize Now run "./configure" followed by "make install". That's it, if you now run PHP from the command line and add the -dvld.active=1 parameter VLD will spit out the opcodes: php -dvld.active=1 program.php There is also a setting vld.execute to disable execution of code, and vld.verbosity to control how much output VLD generates.