<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdf, branch php4</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var-&gt;zval.value incorrect) please let me know.</title>
<updated>2001-09-25T21:58:48+00:00</updated>
<author>
<name>Jeroen van Wolffelaar</name>
<email>jeroen@php.net</email>
</author>
<published>2001-09-25T21:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c03328857394bef36ffa9678d33079ad96e4a4e4'/>
<id>c03328857394bef36ffa9678d33079ad96e4a4e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proto fixes "double" -&gt; "float"</title>
<updated>2001-09-21T21:59:27+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2001-09-21T21:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=03f7406711d3706af0f237e1ea03974616dd2139'/>
<id>03f7406711d3706af0f237e1ea03974616dd2139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix resource destruction</title>
<updated>2001-09-10T19:28:50+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2001-09-10T19:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1f9629d4662353d8708fd41cd303df3a26783047'/>
<id>1f9629d4662353d8708fd41cd303df3a26783047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix for bug #13230</title>
<updated>2001-09-10T17:14:38+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2001-09-10T17:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a4f9a162252f7a09a3e745f735bce1c645190d50'/>
<id>a4f9a162252f7a09a3e745f735bce1c645190d50</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 wrap lines... this is annoying while coding.</title>
<updated>2001-09-09T13:29:31+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2001-09-09T13:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=78747bd2df44ad9342d735f2c9376bc143664b42'/>
<id>78747bd2df44ad9342d735f2c9376bc143664b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes commit / link problems with certain compilers.</title>
<updated>2001-09-05T13:18:09+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2001-09-05T13:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=032b2631292008146b3a9c779f5dfc717a9ec82d'/>
<id>032b2631292008146b3a9c779f5dfc717a9ec82d</id>
<content type='text'>
# Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB
# if you need to pass extra libs/libpaths to the test.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB
# if you need to pass extra libs/libpaths to the test.

</pre>
</div>
</content>
</entry>
<entry>
<title>Added two new functions:</title>
<updated>2001-08-21T13:33:16+00:00</updated>
<author>
<name>Ulf Wendel</name>
<email>uw@php.net</email>
</author>
<published>2001-08-21T13:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1ffed2e53f525884c050e0a68a639a37d948fe98'/>
<id>1ffed2e53f525884c050e0a68a639a37d948fe98</id>
<content type='text'>
  int pdf_get_minorversion()
  int pdf_get_majorversion()

Both functions are taken from the C-Library. You should be able to determine
the API version of the extension/library using pdf_get_value() or
pdf_get_parameter() but these functions need a pdf object to work on. This
means that you have to create an pdf object before you can find out the
API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's
no need for this.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  int pdf_get_minorversion()
  int pdf_get_majorversion()

Both functions are taken from the C-Library. You should be able to determine
the API version of the extension/library using pdf_get_value() or
pdf_get_parameter() but these functions need a pdf object to work on. This
means that you have to create an pdf object before you can find out the
API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's
no need for this.

</pre>
</div>
</content>
</entry>
<entry>
<title>Further work on autoconf-2.5x support</title>
<updated>2001-08-21T11:45:33+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-08-21T11:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95347cd868b2524ea1812ec36cee7479a745af4b'/>
<id>95347cd868b2524ea1812ec36cee7479a745af4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TSRM fix</title>
<updated>2001-08-07T17:26:37+00:00</updated>
<author>
<name>Harald Radi</name>
<email>phanto@php.net</email>
</author>
<published>2001-08-07T17:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=516e769d5b11516f5595782970fb1e3bd2ed60b9'/>
<id>516e769d5b11516f5595782970fb1e3bd2ed60b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some more eliminate-fetches-or-escalate-them-at-least</title>
<updated>2001-08-05T16:21:33+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2001-08-05T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b349df63645e48eade0481238e6ca3feb90f18fa'/>
<id>b349df63645e48eade0481238e6ca3feb90f18fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
