ID:               45337
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cole dot snodgrass at gmail dot com
-Status:           Open
+Status:           Wont fix
 Bug Type:         Streams related
 Operating System: Linux
 PHP Version:      5.2.6
 New Comment:

Yeah, too bad it's already out there. No way to fix it.


Previous Comments:
------------------------------------------------------------------------

[2008-06-23 16:14:48] cole dot snodgrass at gmail dot com

Description:
------------
The function "stream_bucket_make_writeable" should be 
"stream_bucket_make_writable" for consistency with other "writable" php
functions (is_writable, SplFileInfo::isWritable, etc.). 

Reproduce code:
---------------
var_dump(function_exists('stream_bucket_make_writeable'));
var_dump(function_exists('stream_bucket_make_writable'));


Expected result:
----------------
bool(false)
bool(true)


Actual result:
--------------
bool(true)
bool(false)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45337&edit=1

Reply via email to