We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdd0a6 commit eaab056Copy full SHA for eaab056
Makefile
@@ -87,7 +87,7 @@ LINKER = c++
87
88
COMPILER_FLAGS = -Wall -c -O2 -std=c++11 -fpic -DVERSION="`./version.sh`" -I. -g
89
LINKER_FLAGS = -shared
90
-LINKER_DEPENDENCIES = -lphpcpp -lv8 -licui18n
+LINKER_DEPENDENCIES = -lphpcpp -lv8
91
92
93
#
extension.cpp
@@ -36,7 +36,7 @@ extern "C" {
36
{
37
// static(!) Php::Extension object that should stay in memory
38
// for the entire duration of the process (that's why it's static)
39
- static Php::Extension extension("PxJavascript", THE_VERSION);
+ static Php::Extension extension("PHP-JS", THE_VERSION);
40
41
// declare the accessor attributes
42
extension.add(Php::Constant("JS\\None", v8::None));
0 commit comments