-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update class name from JsonNet to Jsonnet
- Loading branch information
Showing
7 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
JsonNet | ||
Jsonnet | ||
Chitao Gao ( [email protected] ) |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,10 +137,10 @@ var_dump(Jsonnet::evaluateSnippet($Snippet)); | |
``` | ||
/usr/local/php/php-7.0.6-zts-debug/bin/php --re jsonnet | ||
Extension [ <persistent> extension #40 Jsonnet version v1.3.0 ] { | ||
Extension [ <persistent> extension #40 Jsonnet version v1.3.1 ] { | ||
- Constants [2] { | ||
Constant [ string JSONNET_PHP_VERSION ] { v1.3.0 } | ||
Constant [ string JSONNET_PHP_VERSION ] { v1.3.1 } | ||
Constant [ string JSONNET_PHP_AUTHOR ] { Chitao.Gao [ [email protected] ] } | ||
} | ||
|
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
+----------------------------------------------------------------------+ | ||
| JsonNet | | ||
| Jsonnet | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to version 2.0 of the Apache license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
|
@@ -27,8 +27,8 @@ | |
#include "Zend/zend_exceptions.h" | ||
#include "php7_wrapper.h" | ||
|
||
#define JSONNET_RES_NAME "JsonNet" | ||
#define JSONNET_PHP_VERSION "v1.3.0" | ||
#define JSONNET_RES_NAME "Jsonnet" | ||
#define JSONNET_PHP_VERSION "v1.3.1" | ||
#define JSONNET_PHP_AUTHOR "Chitao.Gao [ [email protected] ]" | ||
|
||
#define SL_S(s) s, sizeof(s) - 1 | ||
|
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters