From:             [EMAIL PROTECTED]
Operating system: Windows, Linux
PHP version:      5.3CVS-2008-11-26 (snap)
PHP Bug Type:     Filesystem function related
Bug description:  mkdir() fails silently on PHP 5.3

Description:
------------
The following tests were ported from 5.2.X and do not work as 
expected on 5.3. It appears mkdir(...) on an invalid directory now 
fails silently while before it raised a warning.

All these tests have been marked with an --XFAIL-- section which will 
need to be removed...

Reproduce code:
---------------
See the following tests now checked into CVS:

ext/standard/tests/file/mkdir_variation1.phpt
ext/standard/tests/file/mkdir_variation1-win32.phpt
ext/standard/tests/file/mkdir_variation5.phpt

Expected result:
----------------
See the expected output in the PHPTs.

Actual result:
--------------
See the actual output from running the tests.

-- 
Edit bug report at http://bugs.php.net/?id=46681&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46681&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46681&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46681&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46681&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46681&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46681&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46681&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46681&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46681&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46681&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46681&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46681&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46681&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46681&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46681&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46681&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46681&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46681&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46681&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46681&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46681&r=mysqlcfg

Reply via email to