<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/swig.git/Examples/php, branch master</title>
<subtitle>github.com: swig/swig.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/'/>
<entry>
<title>Fix php example comment typo</title>
<updated>2022-10-10T21:30:37+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2022-10-09T11:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=ac00c7ad98059f355a6fab615c8f56bc2d99d7e4'/>
<id>ac00c7ad98059f355a6fab615c8f56bc2d99d7e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PHP] Remove useless shadowed variable in example</title>
<updated>2022-02-03T10:04:58+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2022-02-03T09:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=07f3637f06a8c1a43b26c4dcac03d6c6e17d4e5f'/>
<id>07f3637f06a8c1a43b26c4dcac03d6c6e17d4e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and restore disabled code in PHP value example</title>
<updated>2021-05-04T02:21:13+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-05-04T02:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=f2009ef6813108a067b7b046c32554890ce7a615'/>
<id>f2009ef6813108a067b7b046c32554890ce7a615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't generate a .php wrapper file by default</title>
<updated>2021-05-04T02:14:56+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-05-04T02:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=32283991c5d831840e4625007a9e15399d1ff1de'/>
<id>32283991c5d831840e4625007a9e15399d1ff1de</id>
<content type='text'>
It's now only generated if something to put in it is specified via:

%pragma(php) include=...

or

%pragma(php) code=...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's now only generated if something to put in it is specified via:

%pragma(php) include=...

or

%pragma(php) code=...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PHP sync example</title>
<updated>2021-04-18T23:26:32+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-04-18T23:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=09d06843d1e0b044654698fcb8e98915b5e53d73'/>
<id>09d06843d1e0b044654698fcb8e98915b5e53d73</id>
<content type='text'>
Mostly it was missing `%include &lt;std_string.i&gt;`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly it was missing `%include &lt;std_string.i&gt;`
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust PHP sync example</title>
<updated>2021-04-17T22:00:34+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-04-17T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=a49cc607720a690ca2088dbd518eabb43a9c0fc6'/>
<id>a49cc607720a690ca2088dbd518eabb43a9c0fc6</id>
<content type='text'>
Make it work with how globals are actually wrapped.  It looks like
this example has never been right, but nobody noticed before PHP 8
started warning about the use of unset variables.

This reveals that handling of std::string properties needs fixing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it work with how globals are actually wrapped.  It looks like
this example has never been right, but nobody noticed before PHP 8
started warning about the use of unset variables.

This reveals that handling of std::string properties needs fixing.
</pre>
</div>
</content>
</entry>
<entry>
<title>php: Test multiple return values in pointer example</title>
<updated>2021-03-30T15:49:38+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-03-30T15:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=c9d64f0bed8831bd9d013beb59f1415de32bb756'/>
<id>c9d64f0bed8831bd9d013beb59f1415de32bb756</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment typo</title>
<updated>2021-03-30T15:46:32+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-03-30T15:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=1eab01ad1fc7ffe7abfea66bb5d4be57466e7884'/>
<id>1eab01ad1fc7ffe7abfea66bb5d4be57466e7884</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>php: Remove out-dated remark from funcptr example</title>
<updated>2021-03-25T19:24:12+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-03-25T00:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=c78325a82af2b10408f021d1adadf78a1cde9d50'/>
<id>c78325a82af2b10408f021d1adadf78a1cde9d50</id>
<content type='text'>
The function pointers are wrapped as resources not "swig style string
pointers".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function pointers are wrapped as resources not "swig style string
pointers".
</pre>
</div>
</content>
</entry>
<entry>
<title>php: Use qualified constant names in funcptr example</title>
<updated>2021-03-25T19:24:12+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2021-03-25T00:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=eb8024f18b835a8f4bb79307a5c7fa958b1d92c3'/>
<id>eb8024f18b835a8f4bb79307a5c7fa958b1d92c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
