<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/nsapi/php4nsapi.dsp, branch php4</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>- Defining TSRM_WIN32 in each and every dsp sucked. Revert this change</title>
<updated>2000-09-02T16:28:25+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-09-02T16:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=570e7e9a137f1c008e68ac2d4b924640174d2884'/>
<id>570e7e9a137f1c008e68ac2d4b924640174d2884</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- More Windows build fixes</title>
<updated>2000-09-02T16:02:53+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2000-09-02T16:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5bc9f72e859cb4d3a86bc7c87d2ba0e5cb72ca52'/>
<id>5bc9f72e859cb4d3a86bc7c87d2ba0e5cb72ca52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed the output directorys from the windowsbuilds</title>
<updated>2000-08-23T15:43:36+00:00</updated>
<author>
<name>Daniel Beulshausen</name>
<email>dbeu@php.net</email>
</author>
<published>2000-08-23T15:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c8eb56cc59cefc874571ca7e76aee9c4da4706a4'/>
<id>c8eb56cc59cefc874571ca7e76aee9c4da4706a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix nsapi dsp file</title>
<updated>2000-07-02T17:19:49+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2000-07-02T17:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=712cd89434ecf447e8a618d9f76b785dbfd72008'/>
<id>712cd89434ecf447e8a618d9f76b785dbfd72008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set version number on DLLs</title>
<updated>2000-06-30T12:16:58+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-06-30T12:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=37fb71b9ba691b6d5c3be3128a3350be94303113'/>
<id>37fb71b9ba691b6d5c3be3128a3350be94303113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows .dsp's</title>
<updated>2000-06-11T19:23:21+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-06-11T19:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=02d2a5db3a9e3baaf9879e4bd144a02e2be7ee9e'/>
<id>02d2a5db3a9e3baaf9879e4bd144a02e2be7ee9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Allow all functions that receive user-defined function callbacks to accept</title>
<updated>2000-06-03T04:16:46+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-06-03T04:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5673378ea65effa39c938b840eb27c847956c3f3'/>
<id>5673378ea65effa39c938b840eb27c847956c3f3</id>
<content type='text'>
  an array that contains an object and a method name, in place of a function
  name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  an array that contains an object and a method name, in place of a function
  name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)

</pre>
</div>
</content>
</entry>
<entry>
<title>Please maintain consistency in these names... :)</title>
<updated>2000-05-14T16:09:32+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-05-14T16:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7fc980e1faacc60f46ae2a05bfd100752451418a'/>
<id>7fc980e1faacc60f46ae2a05bfd100752451418a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
