philip Wed May 28 23:18:51 2008 UTC
Modified files:
/CVSROOTavail
Log:
Clarify the PhD entry
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1405&r2=1.1406&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1405 CVSROOT/avail:1.1406
--- CVSROOT/
stasWed May 28 21:50:41 2008 UTC
Modified files:
/php-src/ext/phar phar.c
Log:
MF5: Fix code path in phar_open_compiled_file() that tries
to open not-yet-loaded phar and fails on compressed files
# By Gregory's request
# Sorry, can't find how to write
stasWed May 28 21:42:21 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar phar.c
Log:
Fix code path in phar_open_compiled_file() that tries
to open not-yet-loaded phar and fails on compressed files
# By Gregory's request
# Sorry, can't find h
philip Wed May 28 20:18:33 2008 UTC
Modified files:
/CVSROOTavail
Log:
- phd karma for Rudy Nappée (loudi)
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1404&r2=1.1405&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1404 CVSROOT/avail:1.14
felipe Wed May 28 18:02:52 2008 UTC
Added files:
/php-src/ext/standard/tests/streams stream_encoding.phpt
Modified files:
/php-src/ext/standard streamsfuncs.c
Log:
- Added check for encoding optional parameter (avoiding the segfault
felipe Wed May 28 17:24:47 2008 UTC
Modified files:
/php-src/ext/standard file.c
Log:
- Added zval separation (avoid crash when using fwrite($fp, $fp)).
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.518&r2=1.519&diff_format=u
Index: ph