HPHP-2.0.2
Esse commit está contido em:
@@ -16,7 +16,7 @@ if (!defined('GLOBAL_SYMBOL_REDECLARED_CLASS')) {define('GLOBAL_SYMBOL_REDECLARE
|
||||
if (!defined('GLOBAL_SYMBOL_REDECLARED_FUNCTION')) {define('GLOBAL_SYMBOL_REDECLARED_FUNCTION', 5);}
|
||||
if (!defined('GLOBAL_SYMBOL_STATIC_VARIABLE')) {define('GLOBAL_SYMBOL_STATIC_VARIABLE', 1);}
|
||||
if (!defined('HPHP_TRIM_CHARLIST')) {define('HPHP_TRIM_CHARLIST', ' \n\r\t\v' . "\0" . '');}
|
||||
if (!defined('HPHP_VERSION')) {define('HPHP_VERSION', '2.0.1');}
|
||||
if (!defined('HPHP_VERSION')) {define('HPHP_VERSION', '2.0.2');}
|
||||
if (!defined('INI_SCANNER_NORMAL')) {define('INI_SCANNER_NORMAL', 0);}
|
||||
if (!defined('INI_SCANNER_RAW')) {define('INI_SCANNER_RAW', 1);}
|
||||
if (!defined('PHP_VERSION')) {define('PHP_VERSION', '5.3.3.hiphop');}
|
||||
|
||||
@@ -457,7 +457,7 @@ const int64_t k_GRAPHEME_EXTR_MAXBYTES = 1;
|
||||
const int64_t k_GRAPHEME_EXTR_MAXCHARS = 2;
|
||||
const int64_t k_HASH_HMAC = 1;
|
||||
extern const StaticString k_HPHP_TRIM_CHARLIST("\n\r\t\v\000 ",6);
|
||||
extern const StaticString k_HPHP_VERSION("2.0.1",5);
|
||||
extern const StaticString k_HPHP_VERSION("2.0.2",5);
|
||||
const int64_t k_HTML_ENTITIES = 1;
|
||||
const int64_t k_HTML_SPECIALCHARS = 0;
|
||||
extern const StaticString k_ICONV_IMPL("glibc",5);
|
||||
@@ -17963,7 +17963,7 @@ const char *g_class_map[] = {
|
||||
"GRAPHEME_EXTR_MAXCHARS", (const char*)4, "i:2;",
|
||||
"HASH_HMAC", (const char*)4, "i:1;",
|
||||
"HPHP_TRIM_CHARLIST", (const char*)13, "s:6:\"\n\r\t\v\000 \";",
|
||||
"HPHP_VERSION", (const char*)12, "s:5:\"2.0.1\";",
|
||||
"HPHP_VERSION", (const char*)12, "s:5:\"2.0.2\";",
|
||||
"HTML_ENTITIES", (const char*)4, "i:1;",
|
||||
"HTML_SPECIALCHARS", (const char*)4, "i:0;",
|
||||
"ICONV_IMPL", (const char*)12, "s:5:\"glibc\";",
|
||||
|
||||
@@ -445,7 +445,7 @@ define('GRAPHEME_EXTR_MAXBYTES', 1);
|
||||
define('GRAPHEME_EXTR_MAXCHARS', 2);
|
||||
define('HASH_HMAC', 1);
|
||||
define('HPHP_TRIM_CHARLIST', "\n\r\t\v\000 ");
|
||||
define('HPHP_VERSION', "2.0.1");
|
||||
define('HPHP_VERSION', "2.0.2");
|
||||
define('HTML_ENTITIES', 1);
|
||||
define('HTML_SPECIALCHARS', 0);
|
||||
define('ICONV_IMPL', "glibc");
|
||||
|
||||
@@ -2670,7 +2670,7 @@ DefineConstant(
|
||||
DefineConstant(
|
||||
array(
|
||||
'name' => "HPHP_VERSION",
|
||||
'value' => "2.0.1",
|
||||
'value' => "2.0.2",
|
||||
));
|
||||
|
||||
DefineConstant(
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
HPHP_VERSION(2.0.1)
|
||||
HPHP_VERSION(2.0.2)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário