Skip to content

Commit

Permalink
renamed PxJavascript extension to PHP-JS
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Aug 6, 2015
1 parent cbdd0a6 commit eaab056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ LINKER = c++

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


#
Expand Down
2 changes: 1 addition & 1 deletion extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
{
// static(!) Php::Extension object that should stay in memory
// for the entire duration of the process (that's why it's static)
static Php::Extension extension("PxJavascript", THE_VERSION);
static Php::Extension extension("PHP-JS", THE_VERSION);

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

0 comments on commit eaab056

Please sign in to comment.