<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/README.STREAMS, branch php-7.2.17</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>Trim trailing whitespace in source code files</title>
<updated>2018-10-13T12:14:50+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-13T12:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=902d39a3a79c6efe93c8879575fdd5a759cf03de'/>
<id>902d39a3a79c6efe93c8879575fdd5a759cf03de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leftovers of TSRMLS in docs</title>
<updated>2015-12-25T10:13:28+00:00</updated>
<author>
<name>Tom Van Looy</name>
<email>tom@ctors.net</email>
</author>
<published>2015-12-25T10:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d0dec27fa243f20a85c5f4a711c895ef8766dcf'/>
<id>6d0dec27fa243f20a85c5f4a711c895ef8766dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Constify streams API and a few other calls down the rabbit hole.</title>
<updated>2013-07-30T10:49:36+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2013-07-30T10:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=92d27ccb0574f901a107409a7fec92888fa2b82f'/>
<id>92d27ccb0574f901a107409a7fec92888fa2b82f</id>
<content type='text'>
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added notes about locking functions.</title>
<updated>2003-03-04T21:46:33+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-03-04T21:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6efd9ea5c4f5d1d849bc5885050b87d0bf2cff10'/>
<id>6efd9ea5c4f5d1d849bc5885050b87d0bf2cff10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to add fprintf in list</title>
<updated>2002-11-11T18:05:22+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-11-11T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b94a7690365dbb87b2113cf2191b8a9c80346a18'/>
<id>b94a7690365dbb87b2113cf2191b8a9c80346a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fprintf replacement: tested, working, used</title>
<updated>2002-11-06T01:56:51+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-11-06T01:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8135094b7d6aead45f852c7f7fdf608f4bba6632'/>
<id>8135094b7d6aead45f852c7f7fdf608f4bba6632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Apply proper capitalization to PHP and MySQL.</title>
<updated>2002-10-23T21:39:32+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@php.net</email>
</author>
<published>2002-10-23T21:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=67f8041395130d2fb99ce3319e987773c4c51244'/>
<id>67f8041395130d2fb99ce3319e987773c4c51244</id>
<content type='text'>
- Correct some spelling errors.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Correct some spelling errors.

</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce an error stack for wrappers, to help prevent multiple errors</title>
<updated>2002-08-11T10:53:10+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-08-11T10:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800'/>
<id>5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800</id>
<content type='text'>
and warnings (some of which are bogus) when there are problems opening
streams.
Implement sanity check on the mode used to open ftp and http connections.
This fixes Bug 12004.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and warnings (some of which are bogus) when there are problems opening
streams.
Implement sanity check on the mode used to open ftp and http connections.
This fixes Bug 12004.

</pre>
</div>
</content>
</entry>
<entry>
<title>correct grammar</title>
<updated>2002-03-18T01:40:56+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-18T01:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dc8593cb7b800394cdfabdc9cd825fca7f37b11b'/>
<id>dc8593cb7b800394cdfabdc9cd825fca7f37b11b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some rules for stream implementors.</title>
<updated>2002-03-18T01:12:32+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-18T01:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=afd2c5662afc52e38c424890c72167f62e8acc28'/>
<id>afd2c5662afc52e38c424890c72167f62e8acc28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
