Skip to content

Commit eaab056

Browse files
renamed PxJavascript extension to PHP-JS
1 parent cbdd0a6 commit eaab056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ LINKER = c++
8787

8888
COMPILER_FLAGS = -Wall -c -O2 -std=c++11 -fpic -DVERSION="`./version.sh`" -I. -g
8989
LINKER_FLAGS = -shared
90-
LINKER_DEPENDENCIES = -lphpcpp -lv8 -licui18n
90+
LINKER_DEPENDENCIES = -lphpcpp -lv8
9191

9292

9393
#

extension.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
{
3737
// static(!) Php::Extension object that should stay in memory
3838
// for the entire duration of the process (that's why it's static)
39-
static Php::Extension extension("PxJavascript", THE_VERSION);
39+
static Php::Extension extension("PHP-JS", THE_VERSION);
4040

4141
// declare the accessor attributes
4242
extension.add(Php::Constant("JS\\None", v8::None));

0 commit comments

Comments
 (0)