<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/php_string.h, branch php-4.3.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: made strip_tags() binary safe</title>
<updated>2003-02-24T22:47:12+00:00</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>moriyoshi@php.net</email>
</author>
<published>2003-02-24T22:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6708c4d24d93a1699866a4718d180d66f63c3dc8'/>
<id>6708c4d24d93a1699866a4718d180d66f63c3dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2002-12-31T16:37:36+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-12-31T16:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec46829b3827de6f5a245873228f6f697ea394bb'/>
<id>ec46829b3827de6f5a245873228f6f697ea394bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed word_count to str_word_count to comply with naming conventions.</title>
<updated>2002-10-17T22:44:44+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-10-17T22:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=30c16baac27b0e74ce900d9ffdd076b381ad0a0d'/>
<id>30c16baac27b0e74ce900d9ffdd076b381ad0a0d</id>
<content type='text'>
Thanks Andi, for catching this oversight.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Andi, for catching this oversight.

</pre>
</div>
</content>
</entry>
<entry>
<title>Added word_count() function that allows counting of words inside a string.</title>
<updated>2002-10-17T03:27:19+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-10-17T03:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=47b57f256995302ab968b4c94252dd22283fe0d0'/>
<id>47b57f256995302ab968b4c94252dd22283fe0d0</id>
<content type='text'>
The function also allows the user to retrieve all the words from a string.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function also allows the user to retrieve all the words from a string.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #19865</title>
<updated>2002-10-11T14:48:25+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-10-11T14:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7917def1346ef0374c551df7e9b056c803db324'/>
<id>b7917def1346ef0374c551df7e9b056c803db324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimizations to various php string functions substr_count(), strrev(),</title>
<updated>2002-10-09T13:37:02+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-10-09T13:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a75eb9c4ddb55e0e37d3f7a0cf547cdab87faf77'/>
<id>a75eb9c4ddb55e0e37d3f7a0cf547cdab87faf77</id>
<content type='text'>
nl2br(), php_addslashes() and php_memnstr().

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nl2br(), php_addslashes() and php_memnstr().

</pre>
</div>
</content>
</entry>
<entry>
<title>str_shuffle() function added. Like shuffle() for arrays - however the</title>
<updated>2002-09-25T18:06:05+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2002-09-25T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc46a46b06355234dadc98268bf9eea6b903c54e'/>
<id>fc46a46b06355234dadc98268bf9eea6b903c54e</id>
<content type='text'>
algorithm for creating the permutation is quite simple. More like
the implementation of shuffle() for 4.2.1 .

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
algorithm for creating the permutation is quite simple. More like
the implementation of shuffle() for 4.2.1 .

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement filter API for streams.</title>
<updated>2002-08-20T20:47:47+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-08-20T20:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d348ea80059301a099b8f3dce25429c0760666d'/>
<id>9d348ea80059301a099b8f3dce25429c0760666d</id>
<content type='text'>
Filters can be stacked onto a stream; more details will follow in docs and
on php-dev.

Implement "string.rot13" filter

Allows the following script:

$fp = fopen("file.txt", "r");
stream_filter_prepend($fp, "string.rot13");

// File contents will be subject to a rot13 transformation before
// being output.
fpassthru($fp);
fclose($fp);

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filters can be stacked onto a stream; more details will follow in docs and
on php-dev.

Implement "string.rot13" filter

Allows the following script:

$fp = fopen("file.txt", "r");
stream_filter_prepend($fp, "string.rot13");

// File contents will be subject to a rot13 transformation before
// being output.
fpassthru($fp);
fclose($fp);

</pre>
</div>
</content>
</entry>
<entry>
<title>added money_format() function</title>
<updated>2002-08-02T10:08:53+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2002-08-02T10:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e5fa36eee4da397645498de55d957c4a438026e1'/>
<id>e5fa36eee4da397645498de55d957c4a438026e1</id>
<content type='text'>
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name similar to number_format()

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name similar to number_format()

</pre>
</div>
</content>
</entry>
<entry>
<title>- Made the trim functions use same base function. (less code :)</title>
<updated>2002-07-13T04:13:43+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2002-07-13T04:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2f8dc7a47cefd4546ad86697e328fa9c4be52c18'/>
<id>2f8dc7a47cefd4546ad86697e328fa9c4be52c18</id>
<content type='text'>
- Renamed php_trim2 -&gt; php_trim (not used anyplace else, yet)
- Made php_trim abit more usable for external use. (not necessary to use
  zvals with it anymore)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Renamed php_trim2 -&gt; php_trim (not used anyplace else, yet)
- Made php_trim abit more usable for external use. (not necessary to use
  zvals with it anymore)

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