diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:23 +0000 |
| commit | aad2fbfc439d7f5207ab4d65ff2b3355508c157b (patch) | |
| tree | 4b988a4c08bfd9e7472a496902b94e700a23d6c3 /bindings/php5 | |
| parent | cd1df0cf8df0b0d6962443ad4ffffb5f2929ddf2 (diff) | |
| download | lasso-aad2fbfc439d7f5207ab4d65ff2b3355508c157b.tar.gz lasso-aad2fbfc439d7f5207ab4d65ff2b3355508c157b.tar.xz lasso-aad2fbfc439d7f5207ab4d65ff2b3355508c157b.zip | |
[project @ fpeters@0d.be-20080416142356-cl3d6hb3ru62p8xv]
Damien Laniel 2008-04-16 added PHPGObject destructors and fixed some memory management
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-16 16:23:56.715000+02:00
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/Makefile.am | 2 | ||||
| -rwxr-xr-x | bindings/php5/tests/binding_tests.php | 1 | ||||
| -rwxr-xr-x | bindings/php5/tests/profile_tests.php | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index ea89d36a..1ff0023f 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -21,7 +21,7 @@ if WSF_ENABLED EXTRA_ARGS = --enable-id-wsf endif -lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py ../lang_php5_helpers/wrapper_source.py +lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py ../lang_php5_helpers/wrapper_source.py ../lang_php5_helpers/wrapper_source_top.c $(PYTHON) $(top_srcdir)/bindings/bindings.py -l php5 --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) doc: diff --git a/bindings/php5/tests/binding_tests.php b/bindings/php5/tests/binding_tests.php index 240be092..4c9fb962 100755 --- a/bindings/php5/tests/binding_tests.php +++ b/bindings/php5/tests/binding_tests.php @@ -1,3 +1,4 @@ +#!/usr/bin/php <?php # Lasso - A free implementation of the Liberty Alliance specifications. # diff --git a/bindings/php5/tests/profile_tests.php b/bindings/php5/tests/profile_tests.php index 71d525bf..a6497a3b 100755 --- a/bindings/php5/tests/profile_tests.php +++ b/bindings/php5/tests/profile_tests.php @@ -1,3 +1,4 @@ +#!/usr/bin/php <?php # Lasso - A free implementation of the Liberty Alliance specifications. # |
