<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/cpdf, branch php-4.4.8</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>MFH: Bump copyright year.</title>
<updated>2007-12-31T07:23:06+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-12-31T07:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=51a34ef7ed23ccb235882dfb878a04ecc407dcf9'/>
<id>51a34ef7ed23ccb235882dfb878a04ecc407dcf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2007-01-01T09:47:28+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-01-01T09:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=746301b2135ef91d703b44e248c7db3c7a4a82f4'/>
<id>746301b2135ef91d703b44e248c7db3c7a4a82f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump year and license version</title>
<updated>2006-01-01T13:47:46+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2006-01-01T13:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2b3336117c372f5ad6f5da5eeaa45854545aacfe'/>
<id>2b3336117c372f5ad6f5da5eeaa45854545aacfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Quote macro names in AC_DEFUN()</title>
<updated>2004-12-30T07:02:19+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-12-30T07:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=912c7fc1075b84e08e49925db652e6f218ecdb19'/>
<id>912c7fc1075b84e08e49925db652e6f218ecdb19</id>
<content type='text'>
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)</title>
<updated>2004-12-21T04:23:35+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-12-21T04:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0f490b39f04b454ffde3603511fb41ba35673bce'/>
<id>0f490b39f04b454ffde3603511fb41ba35673bce</id>
<content type='text'>
# Also backported some previous fixes that weren't in this branch yet.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Also backported some previous fixes that weren't in this branch yet.

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fixed crash inside cpdf_setdash() if called before page init.</title>
<updated>2004-11-09T00:45:39+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-11-09T00:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9f38730cf92fae322b6df8e5065b9c0ea7ca755a'/>
<id>9f38730cf92fae322b6df8e5065b9c0ea7ca755a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fixed crash inside cpdf_place_inline_image() when working with</title>
<updated>2004-05-10T22:13:39+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-05-10T22:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=139deb5ddb6c6c3c167a598002fcbef9be5172f7'/>
<id>139deb5ddb6c6c3c167a598002fcbef9be5172f7</id>
<content type='text'>
truecolor images.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
truecolor images.

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Fixed possible resource/memory leak.</title>
<updated>2004-02-19T02:20:14+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-02-19T02:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=221d4b346b0cda4918671b265a0f096b5dd9c508'/>
<id>221d4b346b0cda4918671b265a0f096b5dd9c508</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2003-10-01T02:54:39+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-10-01T02:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6db270f8fca0222a83f209ca9c8099b530aed063'/>
<id>6db270f8fca0222a83f209ca9c8099b530aed063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)</title>
<updated>2003-09-11T15:26:53+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-09-11T15:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2a44d9327e4e2dde11c9a3f98462a793d31f89b'/>
<id>b2a44d9327e4e2dde11c9a3f98462a793d31f89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
