summaryrefslogtreecommitdiffstats
path: root/src/bindings
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-26 23:34:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-26 23:34:56 (GMT)
commitcb4356f33044fd42958cdede5dfe93ef4516173a (patch)
treeecd4f0afd4f1b7948bf765650ae5454d5581b4d3 /src/bindings
parent16f401a90436a0f86af887c5e0fe212820cd5e3c (diff)
downloaduscxml-cb4356f33044fd42958cdede5dfe93ef4516173a.zip
uscxml-cb4356f33044fd42958cdede5dfe93ef4516173a.tar.gz
uscxml-cb4356f33044fd42958cdede5dfe93ef4516173a.tar.bz2
Nested XML Node with event
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/swig/php/CMakeLists.txt2
-rw-r--r--src/bindings/swig/php/uscxmlNativePHP.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/swig/php/CMakeLists.txt b/src/bindings/swig/php/CMakeLists.txt
index 8f6103d..3884a7f 100644
--- a/src/bindings/swig/php/CMakeLists.txt
+++ b/src/bindings/swig/php/CMakeLists.txt
@@ -11,7 +11,7 @@ endif()
# copied from cmake's FindPHP4.cmake and adapted
if(APPLE)
# this is a hack for now
- set(PHP_MODULE_CXX_FLAGS "${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS} -Wl,-flat_namespace -Wno-unused-label")
+ set(PHP_MODULE_CXX_FLAGS "${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS} -Wno-unused-label -Wl,-flat_namespace")
foreach(symbol
__efree
__emalloc
diff --git a/src/bindings/swig/php/uscxmlNativePHP.php b/src/bindings/swig/php/uscxmlNativePHP.php
index 769ed4c..d7bb3d0 100644
--- a/src/bindings/swig/php/uscxmlNativePHP.php
+++ b/src/bindings/swig/php/uscxmlNativePHP.php
@@ -2,7 +2,7 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
- * Version 2.0.7
+ * Version 2.0.9
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make