aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2012-05-18 02:19:46 +0000
committerOlly Betts <olly@survex.com>2012-05-18 02:19:46 +0000
commit95821b7a04f60ea70be6b997139f31dbaeee75f6 (patch)
tree065e957f857b291778ff15860fe33c0e1b597b51 /Doc/Manual
parent9e624db5bf464dd4b90f6eb0108af867da7ed5a1 (diff)
downloadswig-95821b7a04f60ea70be6b997139f31dbaeee75f6.tar.gz
Note that technique relying on call-time pass by reference won't work with
PHP 5.4. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13094 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Php.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index 659fb0a89..76031d07e 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -506,6 +506,12 @@ this, one needs to include <b>phppointers.i</b> which defines the
named typemap REFERENCE.
</p>
+<p>
+However, this relies on call-time pass-by-reference, which has been
+deprecated in PHP for some time, and was finally <b>removed in PHP 5.4</b>.
+So you should avoid creating new wrappers which rely on this approach.
+</p>
+
<div class="code"><pre>
%module example
%include "phppointers.i"