<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests, branch php-5.3.6</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>- CS + reorder to match trunk better, removed trailing dots from error messages</title>
<updated>2010-12-03T16:04:24+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2010-12-03T16:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=686c7fec26c7721bb92b836cc40d1232be497334'/>
<id>686c7fec26c7721bb92b836cc40d1232be497334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add test for the ob_start($foo); leak/crash bug</title>
<updated>2010-12-03T15:30:21+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2010-12-03T15:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f561727ee0508d94b81146921469d0b4b246f6d8'/>
<id>f561727ee0508d94b81146921469d0b4b246f6d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix tests for \0 patch in PHP 5.3.</title>
<updated>2010-11-22T05:10:14+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2010-11-22T05:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2a545be57f7ca7bc269eb9c93a07e1b85d4e8172'/>
<id>2a545be57f7ca7bc269eb9c93a07e1b85d4e8172</id>
<content type='text'>
- Fix constants_error_004.phpt (closes bug #51901)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix constants_error_004.phpt (closes bug #51901)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Reversed implementation of FR #44164, pending further consideration.</title>
<updated>2010-11-18T04:09:02+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2010-11-18T04:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a31f379367cfab9b184d0ae4409c6e6e74c1a3d7'/>
<id>a31f379367cfab9b184d0ae4409c6e6e74c1a3d7</id>
<content type='text'>
  See rev #304903.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  See rev #304903.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed typo (reported by eyal.t at zend dot com)</title>
<updated>2010-11-17T14:49:26+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2010-11-17T14:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d2e201c3d5206efefb2dd87f8c2a82fbdf6692c'/>
<id>5d2e201c3d5206efefb2dd87f8c2a82fbdf6692c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed tests not passing under windows because of the directory separator</title>
<updated>2010-11-08T09:29:15+00:00</updated>
<author>
<name>Patrick Allaert</name>
<email>patrickallaert@php.net</email>
</author>
<published>2010-11-08T09:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=817776d1b99c8b4fab8597238ec58019e569abcd'/>
<id>817776d1b99c8b4fab8597238ec58019e569abcd</id>
<content type='text'>
difference (thanks Eyal Teutsch for reporting)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
difference (thanks Eyal Teutsch for reporting)

</pre>
</div>
</content>
</entry>
<entry>
<title>Update the tests committed in r305098 (as part of the fix for bug #53226) to</title>
<updated>2010-11-08T09:14:48+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2010-11-08T09:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=53544e36f29c4ad957e97b98901f917fc8fd5774'/>
<id>53544e36f29c4ad957e97b98901f917fc8fd5774</id>
<content type='text'>
use the PHP_MAXPATHLEN constant, as recommended by Pierre.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use the PHP_MAXPATHLEN constant, as recommended by Pierre.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #53226 (file_exists fails on big filenames).</title>
<updated>2010-11-05T05:28:07+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2010-11-05T05:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b84e262f63b6848b4046295a7d06e17124e250da'/>
<id>b84e262f63b6848b4046295a7d06e17124e250da</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 #53180 (post_max_size=0 not disabling the limit when the content</title>
<updated>2010-10-27T14:56:51+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2010-10-27T14:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee80871a1577afbc22454084fb8fa284d20a6cd4'/>
<id>ee80871a1577afbc22454084fb8fa284d20a6cd4</id>
<content type='text'>
  type is application/x-www-form-urlencoded or is not registered with PHP).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  type is application/x-www-form-urlencoded or is not registered with PHP).
</pre>
</div>
</content>
</entry>
<entry>
<title>- Implemented request #44164, zlib.output_compression is now implicitly</title>
<updated>2010-10-26T02:16:21+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2010-10-26T02:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0086bc8a96607d33f08e832282576dd62a152aae'/>
<id>0086bc8a96607d33f08e832282576dd62a152aae</id>
<content type='text'>
  disabled when the header "Content-length" is set.
#One could argue that any output handler could change the size of the
#response, so this exception for zlib.output_compression is an
#inconsistency. However, zlib.output_compression is presented as a
#performance setting, whose value should have no effect on the
#correctness of the scripts. This was not the case. Setting the
#header "content-length" and enabling zlib.output_compression was
#a recipe for infringing section 4.4 of RFC 2616.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  disabled when the header "Content-length" is set.
#One could argue that any output handler could change the size of the
#response, so this exception for zlib.output_compression is an
#inconsistency. However, zlib.output_compression is presented as a
#performance setting, whose value should have no effect on the
#correctness of the scripts. This was not the case. Setting the
#header "content-length" and enabling zlib.output_compression was
#a recipe for infringing section 4.4 of RFC 2616.
</pre>
</div>
</content>
</entry>
</feed>
