<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/zlib/zlib_fopen_wrapper.c, branch php-5.0.4</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: Fixed a nasty resource/memory/disk-space leak when opening zlib files</title>
<updated>2004-08-26T23:36:08+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-08-26T23:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dfb664c94615f2be8c11e4b7efadbcccf8d298bc'/>
<id>dfb664c94615f2be8c11e4b7efadbcccf8d298bc</id>
<content type='text'>
via wrapper stacking ala compress.zlib://http://...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
via wrapper stacking ala compress.zlib://http://...

</pre>
</div>
</content>
</entry>
<entry>
<title>- A belated happy holidays and PHP 5</title>
<updated>2004-01-08T08:18:22+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2004-01-08T08:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dbeb4158d2276600edf3d08caba62770b022bb69'/>
<id>dbeb4158d2276600edf3d08caba62770b022bb69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Route mkdir()/rmdir() via wrapper ops.</title>
<updated>2003-12-13T04:07:18+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2003-12-13T04:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c56647833be9f32aea9eef211c22ce5d4eb841b7'/>
<id>c56647833be9f32aea9eef211c22ce5d4eb841b7</id>
<content type='text'>
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper

</pre>
</div>
</content>
</entry>
<entry>
<title>Route rename() via wrapper ops.</title>
<updated>2003-12-12T23:06:42+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2003-12-12T23:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b1f8236b63ae9ee1f3cec490f093cbb8cfff407f'/>
<id>b1f8236b63ae9ee1f3cec490f093cbb8cfff407f</id>
<content type='text'>
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()

</pre>
</div>
</content>
</entry>
<entry>
<title>gztell() is not necessary, the return value of gzseek() represents the</title>
<updated>2003-07-24T00:03:42+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-07-24T00:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=402edee1a6502f161f5705978805fda112a3e640'/>
<id>402edee1a6502f161f5705978805fda112a3e640</id>
<content type='text'>
new position. With zlib 1.1.4 gztell() alse returns 0 when working
on non-zlib files (test ext/zlib/tests/gzreadgzwriteplain.phpt).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new position. With zlib 1.1.4 gztell() alse returns 0 when working
on non-zlib files (test ext/zlib/tests/gzreadgzwriteplain.phpt).

</pre>
</div>
</content>
</entry>
<entry>
<title>updating license information in the headers.</title>
<updated>2003-06-10T20:04:29+00:00</updated>
<author>
<name>James Cox</name>
<email>imajes@php.net</email>
</author>
<published>2003-06-10T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f68c7ff249f9d64f5381063711349bca18671dcc'/>
<id>f68c7ff249f9d64f5381063711349bca18671dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops</title>
<updated>2003-05-14T06:10:04+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2003-05-14T06:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5126fbe556a4e4fa5f48b6d5ca63395688faf3bc'/>
<id>5126fbe556a4e4fa5f48b6d5ca63395688faf3bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WS &amp; CS fixes</title>
<updated>2003-03-17T14:45:07+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-03-17T14:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d8a62b8e4d303ed3d0d8739d0bf9b51090bc5726'/>
<id>d8a62b8e4d303ed3d0d8739d0bf9b51090bc5726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year.</title>
<updated>2002-12-31T16:08:15+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2002-12-31T16:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b506f5c8f803e32cdc3478ae25eec4f8bb566e58'/>
<id>b506f5c8f803e32cdc3478ae25eec4f8bb566e58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #21304 (gzopen did not report errors on open; "a" mode broken)</title>
<updated>2002-12-31T11:42:15+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-12-31T11:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=abc4b4bb99d998a57b8a4f9ab6edfefcd6130b60'/>
<id>abc4b4bb99d998a57b8a4f9ab6edfefcd6130b60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
