Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NewEraCracker/b0d4f76a05f09dd3ffe1 to your computer and use it in GitHub Desktop.
Save NewEraCracker/b0d4f76a05f09dd3ffe1 to your computer and use it in GitHub Desktop.
vulcan-logic-disassembler-0.12.0-build-fix.diff
diff -uNra vld-0.12.0.old/vld.c vld-0.12.0.new/vld.c
--- vld-0.12.0.old/vld.c Sat Sep 21 23:35:49 2013
+++ vld-0.12.0.new/vld.c Sat May 24 17:02:45 2014
@@ -251,7 +251,7 @@
static int vld_dump_fe (zend_op_array *fe APPLY_TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)
{
#if PHP_VERSION_ID < 50300
- TSRMLS_FETCH()
+ TSRMLS_FETCH();
#endif
if (fe->type == ZEND_USER_FUNCTION) {
char *new_str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment