mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. WWW: https://github.com/kjdev/php-ext-jq PR: 200438 Submitted by: Gasol Wu <gasol.wu@gmail.com>
13 lines
211 B
C
13 lines
211 B
C
--- jq.c.orig 2014-11-20 06:16:09 UTC
|
|
+++ jq.c
|
|
@@ -10,8 +10,8 @@
|
|
|
|
#include "php_jq.h"
|
|
|
|
-#include "jq/jq.h"
|
|
-#include "jq/version.h"
|
|
+#include "jq.h"
|
|
+#include "version.h"
|
|
|
|
ZEND_DECLARE_MODULE_GLOBALS(jq)
|
|
|