View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005894 | OXID eShop (all versions) | 4.11. Image handling | public | 2014-09-26 14:40 | 2014-11-26 12:32 |
Reporter | flowcontrol | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.4 / 5.1.4 | ||||
Target Version | 4.9.3 / 5.2.3 | Fixed in Version | 6.0.0-beta.1 | ||
Summary | 0005894: File locking and unlocking not clean | ||||
Description | In Method oxDynImgGenerator::_lock() the callfclose( $rHandle );should be fclose( $this->_hLockHandle ); also you should set $this->_hLockHandleto NULL in that case becouse the handle still resides in this variable even after the call you fclose() In Method oxDynImgGenerator::_unlock() the if statement should be: if ( is_resource($this->_hLockHandle) ) | ||||
Tags | Image Conversion | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Reminder sent to: flowcontrol Hi, As we saw, you already submitted a complete solution for this issue. If you feel fancy, you'd also have the possibility to contribute your changes directly to our GitHub repository on https://github.com/OXID-eSales/oxideshop_ce/. Please leave a note there with the bug number you fixed so we can close this issue in the bug tracker." Best regards |
|
pull request: https://github.com/OXID-eSales/oxideshop_ce/pull/189 |
|
Fixed from pull request https://github.com/OXID-eSales/oxideshop_ce/pull/189 |