From 964d6274b0eba38df43d77b87c44bd728d2f0fb5 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 7 Dec 2013 09:45:35 -0800 Subject: Renamed ini files so that multiple examples can be loaded at the same time --- Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini | 4 ++++ Examples/Exceptions/ExceptionCatch/30-phpcpp.ini | 4 ---- Examples/Exceptions/ExceptionCatch/Makefile | 2 +- Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini | 4 ++++ Examples/Exceptions/ExceptionThrow/30-phpcpp.ini | 4 ---- Examples/Exceptions/ExceptionThrow/Makefile | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini delete mode 100644 Examples/Exceptions/ExceptionCatch/30-phpcpp.ini create mode 100644 Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini delete mode 100644 Examples/Exceptions/ExceptionThrow/30-phpcpp.ini (limited to 'Examples/Exceptions') diff --git a/Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini b/Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini new file mode 100644 index 0000000..579fced --- /dev/null +++ b/Examples/Exceptions/ExceptionCatch/30-exceptionCatch.ini @@ -0,0 +1,4 @@ +; configuration for phpcpp module +; priority=30 +extension=exceptionCatch.so + diff --git a/Examples/Exceptions/ExceptionCatch/30-phpcpp.ini b/Examples/Exceptions/ExceptionCatch/30-phpcpp.ini deleted file mode 100644 index 579fced..0000000 --- a/Examples/Exceptions/ExceptionCatch/30-phpcpp.ini +++ /dev/null @@ -1,4 +0,0 @@ -; configuration for phpcpp module -; priority=30 -extension=exceptionCatch.so - diff --git a/Examples/Exceptions/ExceptionCatch/Makefile b/Examples/Exceptions/ExceptionCatch/Makefile index 26ca57c..d8d2c74 100644 --- a/Examples/Exceptions/ExceptionCatch/Makefile +++ b/Examples/Exceptions/ExceptionCatch/Makefile @@ -11,7 +11,7 @@ LD = g++ LD_FLAGS = -Wall -shared -O2 RESULT = exceptionCatch.so -PHPINIFILE = 30-phpcpp.ini +PHPINIFILE = 30-exceptionCatch.ini SOURCES = $(wildcard *.cpp) OBJECTS = $(SOURCES:%.cpp=%.o) diff --git a/Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini b/Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini new file mode 100644 index 0000000..acf8569 --- /dev/null +++ b/Examples/Exceptions/ExceptionThrow/30-exceptionThrow.ini @@ -0,0 +1,4 @@ +; configuration for phpcpp module +; priority=30 +extension=exceptionThrow.so + diff --git a/Examples/Exceptions/ExceptionThrow/30-phpcpp.ini b/Examples/Exceptions/ExceptionThrow/30-phpcpp.ini deleted file mode 100644 index acf8569..0000000 --- a/Examples/Exceptions/ExceptionThrow/30-phpcpp.ini +++ /dev/null @@ -1,4 +0,0 @@ -; configuration for phpcpp module -; priority=30 -extension=exceptionThrow.so - diff --git a/Examples/Exceptions/ExceptionThrow/Makefile b/Examples/Exceptions/ExceptionThrow/Makefile index ec63508..b153a3f 100644 --- a/Examples/Exceptions/ExceptionThrow/Makefile +++ b/Examples/Exceptions/ExceptionThrow/Makefile @@ -11,7 +11,7 @@ LD = g++ LD_FLAGS = -Wall -shared -O2 RESULT = exceptionThrow.so -PHPINIFILE = 30-phpcpp.ini +PHPINIFILE = 30-exceptionThrow.ini SOURCES = $(wildcard *.cpp) OBJECTS = $(SOURCES:%.cpp=%.o) -- cgit v1.2.3