<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/php_string.h, branch php-5.3.29</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>Happy New Year~</title>
<updated>2013-01-01T08:02:16+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a2045ff3320a7d037f198558c934b885f67fc00e'/>
<id>a2045ff3320a7d037f198558c934b885f67fc00e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Year++</title>
<updated>2012-01-01T13:15:04+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2012-01-01T13:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e4ca0ed09f035b362f48f30b8a2c0fcf47764801'/>
<id>e4ca0ed09f035b362f48f30b8a2c0fcf47764801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Year++</title>
<updated>2011-01-01T02:19:59+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-01T02:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=927bf09c295a2de5fada77c74a61f4957a69939f'/>
<id>927bf09c295a2de5fada77c74a61f4957a69939f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php</title>
<updated>2010-01-03T09:23:27+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2010-01-03T09:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ba1e81665df38fec244c926b3eff78034baa35a'/>
<id>9ba1e81665df38fec244c926b3eff78034baa35a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>standardise and clean up string functions parameter parsing</title>
<updated>2009-08-13T06:44:50+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2009-08-13T06:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e52517d61062a567b0ec87081e181031d714abd6'/>
<id>e52517d61062a567b0ec87081e181031d714abd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: explode() stuff:</title>
<updated>2009-04-01T17:05:36+00:00</updated>
<author>
<name>Matt Wilmas</name>
<email>mattwil@php.net</email>
</author>
<published>2009-04-01T17:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c27bf17f634a7cb1397b9ca5e1a8f63fb25dc4f4'/>
<id>c27bf17f634a7cb1397b9ca5e1a8f63fb25dc4f4</id>
<content type='text'>
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump copyright year, 3 of 3.</title>
<updated>2008-12-31T11:15:49+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2008-12-31T11:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=08659c2dcdf169368ba6af691310e4a150596f48'/>
<id>08659c2dcdf169368ba6af691310e4a150596f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Added str_getcsv()</title>
<updated>2008-11-02T18:24:34+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-11-02T18:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f12025b214c950ba2ad98d9634589659fd14ef2'/>
<id>8f12025b214c950ba2ad98d9634589659fd14ef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH (lcfirst())</title>
<updated>2008-01-19T19:27:22+00:00</updated>
<author>
<name>David Coallier</name>
<email>davidc@php.net</email>
</author>
<published>2008-01-19T19:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a3c09d611caac49bd0b1322dc74c0b2fb94f0318'/>
<id>a3c09d611caac49bd0b1322dc74c0b2fb94f0318</id>
<content type='text'>
- Initial test for lcfirst

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Initial test for lcfirst

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump copyright year, 2 of 2.</title>
<updated>2007-12-31T07:17:19+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-12-31T07:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d1dded875129c9f6f3ed191653ac5c8fdaad7f13'/>
<id>d1dded875129c9f6f3ed191653ac5c8fdaad7f13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
