View Issue Details

IDProjectCategoryView StatusLast Update
0000471OXID eShop (all versions)6. ------ Setup -------public2009-01-28 08:00
Reportertopconcepts Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.0.2 revision 14842 
Fixed in Version4.0.0.2 revision 14967 
Summary0000471: setup fails due to wrong return results of get_loaded_extensions()
Descriptionin line 443 of setup/index.php

get_loaded_extensions()

is called twice... once with true and once with false as parameter.

On our servers this function returns NULL for both true and false
parameter. Without a parameter however the function will return
all php extensions as probably expected by the programmer.

don't know if you can reproduce it on any system




Additional Informationphp version is 5.2.3
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

has duplicate 0000489 closedtomas_liubinas Errors in setup because incorrect used argument of php function 

Activities

vilma_liorensaityte

2008-12-23 13:32

reporter   ~0000328

The optional zend_extensions parameter for get_loaded_extensions() function was added only in PHP 5.2.4