<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/acinclude.m4, 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>MFB52:- Check if Makefile.frag actually exists before running sed on it.</title>
<updated>2007-03-25T10:22:37+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2007-03-25T10:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9fe0cc29f8894ecf142b0b5d068d02068261186a'/>
<id>9fe0cc29f8894ecf142b0b5d068d02068261186a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFB</title>
<updated>2007-01-01T20:11:00+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2007-01-01T20:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c8123f93f0ff6c6ed827e0bbb901cc501995cd18'/>
<id>c8123f93f0ff6c6ed827e0bbb901cc501995cd18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH missing fixes required by autoconf 2.6x</title>
<updated>2006-11-30T22:13:57+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-11-30T22:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=30331e79a654923bdabbc9e8ebc1344fbf6aea41'/>
<id>30331e79a654923bdabbc9e8ebc1344fbf6aea41</id>
<content type='text'>
fixes bug #39696

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes bug #39696

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: the last part of the fix for #39004</title>
<updated>2006-10-02T20:53:05+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-10-02T20:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fe057d8ed41bdc6ec8e77c0a6c3e9439d81b13db'/>
<id>fe057d8ed41bdc6ec8e77c0a6c3e9439d81b13db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: fix bug #39004</title>
<updated>2006-10-02T19:22:45+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2006-10-02T19:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9be6cc3d1162be273d5a62fb0203023364df56dd'/>
<id>9be6cc3d1162be273d5a62fb0203023364df56dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #35735 ($EGREP and $SED are not defined in configure)</title>
<updated>2005-12-19T22:29:12+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-12-19T22:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee90f9a120e53a7b9b3d06e3e014567dc6161fd1'/>
<id>ee90f9a120e53a7b9b3d06e3e014567dc6161fd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In NetWare two binaries with the same name can not be loaded in kernel address space(This is the default behaviour for NetWare apache webserver and hence PHP extensions also get loaded in kernel address space) simultaneoulsy. As the current autoconf built mysql extension is built as mysql.nlm this forbids the loading of mysql client binary. To work around this NetWare idiosyncrasy prefixing all the extensions with "php" except php5lib(phpts.dll eqivalent of Windows). I could have named this extensions prefixed with "php_" but "_" is eaten from the exported symbol prefix by the GCC cross compiler for NetWare so sticking to "php".</title>
<updated>2005-09-23T09:20:22+00:00</updated>
<author>
<name>Anantha Kesari H Y</name>
<email>hyanantha@php.net</email>
</author>
<published>2005-09-23T09:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=41a208da038726015093e7a36d9ce18cca8a10fb'/>
<id>41a208da038726015093e7a36d9ce18cca8a10fb</id>
<content type='text'>
This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared.

--Kamesh

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the issue of not needing "PHP_SUBST(EXTENSIONNAME_SHARED_LIBADD)" in all the extensions especially when they need to be built shared.

--Kamesh

</pre>
</div>
</content>
</entry>
<entry>
<title>NetWare cross compile patches from 5.0</title>
<updated>2005-07-27T11:58:28+00:00</updated>
<author>
<name>Anantha Kesari H Y</name>
<email>hyanantha@php.net</email>
</author>
<published>2005-07-27T11:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=47a0878ab4d8e52f3ae1237455365a4d4240a2b6'/>
<id>47a0878ab4d8e52f3ae1237455365a4d4240a2b6</id>
<content type='text'>
--Kamesh

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

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2005-07-18T18:39:12+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-07-18T18:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0d4649e39b5c841a23b8e5d31624a913f5369bd0'/>
<id>0d4649e39b5c841a23b8e5d31624a913f5369bd0</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>2005-07-14T00:16:43+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-07-14T00:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6a1956ac3786dae42c7a7860e89f92368d62935c'/>
<id>6a1956ac3786dae42c7a7860e89f92368d62935c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
