Skip to content

Commit f130da3

Browse files
committed
feat: add Jq\JSON constant (alias Jq\RAW)
1 parent 6ad6b8d commit f130da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ ZEND_MINIT_FUNCTION(jq)
654654
/* constant */
655655
PHP_JQ_NS_CONST_LONG(NONE, PHP_JQ_OPT_NONE);
656656
PHP_JQ_NS_CONST_LONG(RAW, PHP_JQ_OPT_RAW);
657+
PHP_JQ_NS_CONST_LONG(JSON, PHP_JQ_OPT_RAW);
657658
PHP_JQ_NS_CONST_LONG(SORT, PHP_JQ_OPT_SORT);
658659

659660
/* class register */

0 commit comments

Comments
 (0)