<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lasso.git/bindings/php5, branch wip</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/'/>
<entry>
<title>Fix license boilerplates</title>
<updated>2013-12-03T20:55:06+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-11-27T19:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=3a6b2fdee76b5f782094b6b268bfdf895263eda8'/>
<id>3a6b2fdee76b5f782094b6b268bfdf895263eda8</id>
<content type='text'>
Instad of referring to an old FSF address, point the reader to the FSF
website where the latest licenses and addresses are published.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instad of referring to an old FSF address, point the reader to the FSF
website where the latest licenses and addresses are published.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0</title>
<updated>2012-09-28T20:58:24+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-09-28T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=bd0f935a2450b5779a01e9e5053267ec4cac94d6'/>
<id>bd0f935a2450b5779a01e9e5053267ec4cac94d6</id>
<content type='text'>
Libxml stopped exposing the internal of the xmlOutputBuffer structure;
it was replace by proper use of the API and of the xmlBuffer structure.

There could be regression for older version of libxml as some functions
appeared in recent version of libxml; but the reference API document
does not give any introduction date for functions so it's hard to be
sure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Libxml stopped exposing the internal of the xmlOutputBuffer structure;
it was replace by proper use of the API and of the xmlBuffer structure.

There could be regression for older version of libxml as some functions
appeared in recent version of libxml; but the reference API document
does not give any introduction date for functions so it's hard to be
sure.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bindings/php5] remove redundant check to is_transfer_full</title>
<updated>2012-05-05T21:22:34+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-05-05T21:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=a8e571b4dd29d2cbd2ac1155edc696fd5b06bb5e'/>
<id>a8e571b4dd29d2cbd2ac1155edc696fd5b06bb5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bindings/php5] add missing release for xmlnodes in return value wrapper</title>
<updated>2012-05-05T21:21:56+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-05-05T21:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=b7958a2e3190adf1f157a90742e4dd00115fbd7b'/>
<id>b7958a2e3190adf1f157a90742e4dd00115fbd7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'release-2.4.0'</title>
<updated>2012-05-05T20:32:48+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-05-05T20:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=c7cf89b387cbc52d7d49d09b65a13af6bd0c47c2'/>
<id>c7cf89b387cbc52d7d49d09b65a13af6bd0c47c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>php5: use zend_function_entry, for compatibility with PHP 5.4</title>
<updated>2012-03-05T13:02:17+00:00</updated>
<author>
<name>Frédéric Péters</name>
<email>fpeters@entrouvert.com</email>
</author>
<published>2012-03-05T13:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=33bff4308fff6cd4e4283afb6486db4943c0344b'/>
<id>33bff4308fff6cd4e4283afb6486db4943c0344b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bindings php5] fix missing wrappers for constructors</title>
<updated>2012-03-02T15:15:27+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-03-02T14:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=d96960360496245a1a9e259b08b0afcabc9149e6'/>
<id>d96960360496245a1a9e259b08b0afcabc9149e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bindings php5] improve generation of php call stubs by using type case helpers, raise exception in unknown case</title>
<updated>2012-02-27T10:33:35+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2012-02-27T10:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=2a9d50b69dd5149c0b26450a6f1fa417c1ae538c'/>
<id>2a9d50b69dd5149c0b26450a6f1fa417c1ae538c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[misc] apply changes to remove warning blocking compilation with gcc 4.5.2 and php 5.3.5</title>
<updated>2011-10-18T15:33:43+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2011-10-18T15:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=4552f3029350cc4fd4d618a65e98d02ac4f312c0'/>
<id>4552f3029350cc4fd4d618a65e98d02ac4f312c0</id>
<content type='text'>
 - gcc now warns when you compate a typedef to the anonymous enum which
   define it.
 - some inline function in the zend.h header do compare between signed
   and unsigned char.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - gcc now warns when you compate a typedef to the anonymous enum which
   define it.
 - some inline function in the zend.h header do compare between signed
   and unsigned char.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong version exported in the PHP binding</title>
<updated>2011-07-08T19:15:20+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2011-07-08T19:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=b1183fe34193527aece6a44dcd143c5a73dede71'/>
<id>b1183fe34193527aece6a44dcd143c5a73dede71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
