<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/string.c, branch php-5.2.2</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: fix #40915 (addcslashes unexpected behavior with binary input)</title>
<updated>2007-03-26T10:25:41+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-03-26T10:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7053b8907247cd3df4a96409a8a811c2fb4015f5'/>
<id>7053b8907247cd3df4a96409a8a811c2fb4015f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>return false instead of empty string when -length is greater than (len - offset)</title>
<updated>2007-03-12T23:42:26+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-03-12T23:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=81f99c721b2589134d69c501b9e691a10bac87d0'/>
<id>81f99c721b2589134d69c501b9e691a10bac87d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-added check removed by the previous patch</title>
<updated>2007-03-10T20:07:50+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-03-10T20:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e82c30c845fdc74eed6873b4f7b7fd2bfb0b302a'/>
<id>e82c30c845fdc74eed6873b4f7b7fd2bfb0b302a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix substr()</title>
<updated>2007-03-09T10:04:59+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-03-09T10:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=982de65f6e761fe28966f4261bb0176d90bddc46'/>
<id>982de65f6e761fe28966f4261bb0176d90bddc46</id>
<content type='text'>
it's perfectly legal to do substr("str", 0, 1000000);

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's perfectly legal to do substr("str", 0, 1000000);

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #40754 (added substr() &amp; substr_replace() overflow checks).</title>
<updated>2007-03-09T01:58:34+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-03-09T01:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=02fae929afa5f1855a4744ecee01ede355826f7e'/>
<id>02fae929afa5f1855a4744ecee01ede355826f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify checks and error messages</title>
<updated>2007-03-08T00:47:04+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2007-03-08T00:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=79195bfe2ee2ee2a479c80788d72e7f617dbbb3c'/>
<id>79195bfe2ee2ee2a479c80788d72e7f617dbbb3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved length parameter validation</title>
<updated>2007-03-08T00:18:10+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-03-08T00:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8696c9bc89c925a7ee19a4c1e941a5c51ebb82a6'/>
<id>8696c9bc89c925a7ee19a4c1e941a5c51ebb82a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved offset validation</title>
<updated>2007-03-08T00:06:41+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-03-08T00:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=42ff70ede84bd698e56d8b1748a8c793583547b1'/>
<id>42ff70ede84bd698e56d8b1748a8c793583547b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix MOPB#14</title>
<updated>2007-03-07T18:15:46+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2007-03-07T18:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2625be4ed0ab5942c0fdaa794a7bc35a25915322'/>
<id>2625be4ed0ab5942c0fdaa794a7bc35a25915322</id>
<content type='text'>
# The error message seems wrong, so maybe better fix is needed

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# The error message seems wrong, so maybe better fix is needed

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #40704 (strip_tags() does not handle single quotes correctly)</title>
<updated>2007-03-03T15:46:29+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-03-03T15:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e769e1b49eb4d0c3e531cdc6d9364b7e11220640'/>
<id>e769e1b49eb4d0c3e531cdc6d9364b7e11220640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
