Edit report at http://bugs.php.net/bug.php?id=52715&edit=1
ID: 52715 User updated by: satya61229 at gmail dot com Reported by: satya61229 at gmail dot com -Summary: get_loaded_extensions() with true argument +Summary: Err in get_loaded_extensions() with true argument Status: Open Type: Bug -Package: Unknown/Other Function +Package: PHP options/info functions Operating System: WinXP PHP Version: 5.3SVN-2010-08-27 (snap) Block user comment: N New Comment: Corrected the Package name Previous Comments: ------------------------------------------------------------------------ [2010-08-27 08:47:48] satya61229 at gmail dot com Description: ------------ I got to know that get_loaded_extensions() has FALSE value as default argument. So, I got that I can use TRUE also to list Zend extensions. But for this value, it returns empty array. I tried this function on Win 7 OS also and result is same. Test script: --------------- $loaded = get_loaded_extensions(true); Expected result: ---------------- List of extensions loaded with the zend extension included. Actual result: -------------- Empty array ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52715&edit=1