<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/tests/general_functions, branch dev</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Close pipes to avoid deadlock.</title>
<updated>2002-08-03T14:54:30+00:00</updated>
<author>
<name>James E. Flemer</name>
<email>jflemer@php.net</email>
</author>
<published>2002-08-03T14:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9eb12132068fe1fbf95c903216413254062e898b'/>
<id>9eb12132068fe1fbf95c903216413254062e898b</id>
<content type='text'>
Submitted By: Melvyn Sopacua &lt;msopacua@idg.nl&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted By: Melvyn Sopacua &lt;msopacua@idg.nl&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple test case for proc_open</title>
<updated>2002-05-23T10:46:06+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-05-23T10:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e202ad5c8b568811f988579b5d478de0e0765347'/>
<id>e202ad5c8b568811f988579b5d478de0e0765347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix and regression test for Bug #16473</title>
<updated>2002-04-07T19:46:45+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2002-04-07T19:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=954dbb2d3554080dbfe84c4c6f7ee2017c48807e'/>
<id>954dbb2d3554080dbfe84c4c6f7ee2017c48807e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2</title>
<updated>2002-04-01T17:03:01+00:00</updated>
<author>
<name>Kirill Maximov</name>
<email>kir@php.net</email>
</author>
<published>2002-04-01T17:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=33ed30fce81107b85b781f02266edcf0f8c1007b'/>
<id>33ed30fce81107b85b781f02266edcf0f8c1007b</id>
<content type='text'>
@ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix tests to work with CLI</title>
<updated>2002-03-05T09:00:56+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2002-03-05T09:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=39225a22b8dacd35f793127d58dc7992ecfc9bb1'/>
<id>39225a22b8dacd35f793127d58dc7992ecfc9bb1</id>
<content type='text'>
#- Not totally done, but this makes it a lot better

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#- Not totally done, but this makes it a lot better

</pre>
</div>
</content>
</entry>
<entry>
<title>Adding test for is_scalar().</title>
<updated>2000-12-18T21:24:25+00:00</updated>
<author>
<name>Zak Greant</name>
<email>zak@php.net</email>
</author>
<published>2000-12-18T21:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bbf41d21165a4116a4b01a47110c82a5db1537d5'/>
<id>bbf41d21165a4116a4b01a47110c82a5db1537d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fgetcsv() will now work correct with empty fields in tab delimited files</title>
<updated>2000-12-14T14:18:36+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2000-12-14T14:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9b1b25354813cc981497388714158e2246a021dd'/>
<id>9b1b25354813cc981497388714158e2246a021dd</id>
<content type='text'>
# fix for bug #8258 and regression test

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# fix for bug #8258 and regression test

</pre>
</div>
</content>
</entry>
<entry>
<title>levenshtein() fixed, regression tests added (bug id #6562 and #7368)</title>
<updated>2000-12-13T23:26:19+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2000-12-13T23:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=63e6b0b5bf8049ab2d80863cc132ea667f7bbf76'/>
<id>63e6b0b5bf8049ab2d80863cc132ea667f7bbf76</id>
<content type='text'>
# fallback to unoptimized version for 4.0.4 release

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# fallback to unoptimized version for 4.0.4 release

</pre>
</div>
</content>
</entry>
<entry>
<title>@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)</title>
<updated>2000-11-17T10:55:37+00:00</updated>
<author>
<name>Kirill Maximov</name>
<email>kir@php.net</email>
</author>
<published>2000-11-17T10:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=023a95ae1c9f015d064eb35a370659da6ba25222'/>
<id>023a95ae1c9f015d064eb35a370659da6ba25222</id>
<content type='text'>
  This hopefully closes bugs #5321, #7138, #7855.
  Test script for the function is added.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This hopefully closes bugs #5321, #7138, #7855.
  Test script for the function is added.

</pre>
</div>
</content>
</entry>
<entry>
<title>@PHP 3 regression testing framework re-born (Stig)</title>
<updated>2000-08-27T19:46:06+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>2000-08-27T19:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=315f4f5658cf22a17ba06fa2ca2f3d890355873f'/>
<id>315f4f5658cf22a17ba06fa2ca2f3d890355873f</id>
<content type='text'>
Took the old PHP 3 regression testing framework and rewrote it in PHP.
Should work on both Windows and UNIX, however I have not tested it on
Windows.  See tests/README for how to write tests.  Added the PHP 3
tests and converted most of them.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Took the old PHP 3 regression testing framework and rewrote it in PHP.
Should work on both Windows and UNIX, however I have not tested it on
Windows.  See tests/README for how to write tests.  Added the PHP 3
tests and converted most of them.

</pre>
</div>
</content>
</entry>
</feed>
