View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001179 | Xdebug | Step Debugging | public | 2015-08-17 18:16 | 2021-04-14 16:04 |
Reporter | stan | Assigned To | derick | ||
Priority | none | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
OS | Fedora 22 | OS Version | Fedora 22 | ||
Product Version | 2.3.3 | ||||
Summary | 0001179: Remote debugging terminates | ||||
Description | Remote debugging terminates on a line which calls a function in ioncube encoded file. This wasn't happening on my previous server which was ubuntu 12.04. I contacted ioncube. The response below: | ||||
Steps To Reproduce |
Response in browser is: If I put breakpoint on the encoded function, then step over, the debugging and execution terminates. If I put a breakpoint after the function, it never breaks. On my previous server (ubuntu 12.04), the encoded function was normally skipped when stepping over. The same happened when I attempted to step into. The code is part of magento with an extension which has some encoded files. I wasn't able to create a short reproducable script because there are a lot of dependencies and I don't know what is in the encoded file. | ||||
Additional Information | I use phpStorm client. Attached is a xdebug.remote_log generated when stepping over the encoded function. After the execution terminates, it restarts second times and terminates again. I think that it could be firefox trying second request. Current server: Zend Engine v2.6.0 | ||||
Tags | No tags attached. | ||||
Attached Files | xdebug_remote_log.txt (82,191 bytes)
Log opened at 2015-08-17 18:07:32 I: Connecting to configured address/port: 192.168.1.33:10000. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///home/root/www/compsafedev3/warp.php" language="PHP" protocol_version="1.0" appid="9811" idekey="PHPSTORM"><engine version="2.3.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 0 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="0" feature="show_hidden" success="1"></response> <- feature_set -i 1 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="max_depth" success="1"></response> <- feature_set -i 2 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> <- status -i 3 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="3" status="starting" reason="ok"></response> <- step_into -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file:///home/root/www/compsafedev3/warp.php" lineno="30"></xdebug:message></response> <- eval -i 5 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="5"><property address="140728450173408" type="bool"><![CDATA[0]]></property></response> <- eval -i 6 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="6"><property address="140728450173408" type="bool"><![CDATA[1]]></property></response> <- eval -i 7 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="7"><property address="140728450173408" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property></response> <- eval -i 8 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="8"><property address="140728450173408" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response> <- eval -i 9 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="9"><property address="140728450173408" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property></response> <- breakpoint_set -i 10 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 82 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="98110001"></response> <- breakpoint_set -i 11 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="98110002"></response> <- breakpoint_set -i 12 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 80 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="98110003"></response> <- breakpoint_set -i 13 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 89 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="98110004"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///home/root/www/compsafedev3/warp.php" lineno="30"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php" lineno="80"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="Unirgy_Dropship_Helper_Data->isActive" level="0" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php" lineno="80"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->getAlwaysInStock" level="1" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="35"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->getIsInStock" level="2" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="61"></stack><stack where="Mage_CatalogInventory_Model_Stock_Item->assignProduct" level="3" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/CatalogInventory/Model/Stock/Item.php" lineno="273"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->assignProduct" level="4" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="89"></stack><stack where="Mage_CatalogInventory_Model_Observer->addInventoryData" level="5" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/CatalogInventory/Model/Observer.php" lineno="78"></stack><stack where="Mage_Core_Model_App->_callObserverMethod" level="6" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="1338"></stack><stack where="Mage_Core_Model_App->dispatchEvent" level="7" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="1317"></stack><stack where="Mage::dispatchEvent" level="8" type="file" filename="file:///home/root/www/compsafedev3/app/Mage.php" lineno="447"></stack><stack where="Mage_Core_Model_Abstract->_afterLoad" level="9" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/Abstract.php" lineno="267"></stack><stack where="Mage_Catalog_Model_Product->_afterLoad" level="10" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Catalog/Model/Product.php" lineno="592"></stack><stack where="Mage_Core_Model_Abstract->load" level="11" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/Abstract.php" lineno="226"></stack><stack where="ComplianceAndSafety_Forms_RegistertowatchController->postAction" level="12" type="file" filename="file:///home/root/www/compsafedev3/app/code/local/ComplianceAndSafety/Forms/controllers/RegistertowatchController.php" lineno="116"></stack><stack where="Mage_Core_Controller_Varien_Action->dispatch" level="13" type="file" filename="file:///home/root/www/compsafedev3/app/code/local/Mage/Core/Controller/Varien/Action.php" lineno="419"></stack><stack where="Mage_Core_Controller_Varien_Router_Standard->match" level="14" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php" lineno="254"></stack><stack where="Mage_Core_Controller_Varien_Front->dispatch" level="15" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Controller/Varien/Front.php" lineno="176"></stack><stack where="Mage_Core_Model_App->run" level="16" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="354"></stack><stack where="Mage::run" level="17" type="file" filename="file:///home/root/www/compsafedev3/app/Mage.php" lineno="683"></stack><stack where="include_once" level="18" type="file" filename="file:///home/root/www/compsafedev3/index.php" lineno="104"></stack><stack where="{main}" level="19" type="file" filename="file:///home/root/www/compsafedev3/warp.php" lineno="44"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$e" fullname="$e" type="uninitialized"></property><property name="$store" fullname="$store" address="94478571057112" type="object" classname="Mage_Core_Model_Store" children="1" numchildren="29" page="0" pagesize="100"><property name="_underscoreCache" fullname="$store::_underscoreCache" facet="static protected" address="140182747068928" type="array" children="1" numchildren="31"></property><property name="_cacheTag" fullname="$store->_cacheTag" facet="protected" address="94478569845304" type="bool"><![CDATA[1]]></property><property name="_eventPrefix" fullname="$store->_eventPrefix" facet="protected" address="94478569845552" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_eventObject" fullname="$store->_eventObject" facet="protected" address="94478569845880" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_priceFilter" fullname="$store->_priceFilter" facet="protected" address="94478569846096" type="null"></property><property name="_website" fullname="$store->_website" facet="protected" address="94478571063176" type="object" classname="Mage_Core_Model_Website" children="1" numchildren="28"></property><property name="_group" fullname="$store->_group" facet="protected" address="94478571074808" type="object" classname="Mage_Core_Model_Store_Group" children="1" numchildren="23"></property><property name="_configCache" fullname="$store->_configCache" facet="protected" address="94478571077264" type="array" children="1" numchildren="69"></property><property name="_configCacheBaseNodes" fullname="$store->_configCacheBaseNodes" facet="protected" address="94478571059544" type="array" children="1" numchildren="10"></property><property name="_dirCache" fullname="$store->_dirCache" facet="protected" address="94478569847568" type="array" children="0" numchildren="0"></property><property name="_urlCache" fullname="$store->_urlCache" facet="protected" address="94478569848216" type="array" children="0" numchildren="0"></property><property name="_baseUrlCache" fullname="$store->_baseUrlCache" facet="protected" address="94478579094616" type="array" children="1" numchildren="2"></property><property name="_session" fullname="$store->_session" facet="protected" address="94478569848952" type="null"></property><property name="_isAdminSecure" fullname="$store->_isAdminSecure" facet="protected" address="94478569849392" type="null"></property><property name="_isFrontSecure" fullname="$store->_isFrontSecure" facet="protected" address="94478569849728" type="null"></property><property name="_frontendName" fullname="$store->_frontendName" facet="protected" address="94478569850032" type="null"></property><property name="_isReadOnly" fullname="$store->_isReadOnly" facet="private" address="94478569850328" type="bool"><![CDATA[0]]></property><property name="_resourceName" fullname="$store->_resourceName" facet="protected" address="94478571057696" type="string" size="10" encoding="base64"><![CDATA[Y29yZS9zdG9yZQ==]]></property><property name="_resource" fullname="$store->_resource" facet="protected" address="94478566981976" type="null"></property><property name="_resourceCollectionName" fullname="$store->_resourceCollectionName" facet="protected" address="94478571057832" type="string" size="21" encoding="base64"><![CDATA[Y29yZS9zdG9yZV9jb2xsZWN0aW9u]]></property><property name="_dataSaveAllowed" fullname="$store->_dataSaveAllowed" facet="protected" address="140182746476088" type="bool"><![CDATA[1]]></property><property name="_isObjectNew" fullname="$store->_isObjectNew" facet="protected" address="140182746476464" type="null"></property><property name="_data" fullname="$store->_data" facet="protected" address="94478571057648" type="array" children="1" numchildren="7"></property><property name="_hasDataChanges" fullname="$store->_hasDataChanges" facet="protected" address="94478571059640" type="bool"><![CDATA[1]]></property><property name="_origData" fullname="$store->_origData" facet="protected" address="94478571057648" type="array" children="1" numchildren="7"></property><property name="_idFieldName" fullname="$store->_idFieldName" facet="protected" address="140182747697624" type="null"></property><property name="_isDeleted" fullname="$store->_isDeleted" facet="protected" address="140182747555552" type="bool"><![CDATA[0]]></property><property name="_oldFieldsMap" fullname="$store->_oldFieldsMap" facet="protected" address="140182747069096" type="array" children="0" numchildren="0"></property><property name="_syncFieldsMap" fullname="$store->_syncFieldsMap" facet="protected" address="140182747556320" type="array" children="0" numchildren="0"></property></property><property name="$storeId" fullname="$storeId" address="94478571048176" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="$udropship" fullname="$udropship" type="uninitialized"></property><property name="$udsplit" fullname="$udsplit" type="uninitialized"></property><property name="$this" fullname="$this" address="94478588207952" type="object" classname="Unirgy_Dropship_Helper_Data" children="1" numchildren="27" page="0" pagesize="100"><property name="_dtlIps" fullname="$this::_dtlIps" facet="static protected" address="94478591616888" type="array" children="1" numchildren="2"></property><property name="_vendors" fullname="$this->_vendors" facet="protected" address="94478588176704" type="array" children="0" numchildren="0"></property><property name="_regions" fullname="$this->_regions" facet="protected" address="94478588175984" type="array" children="0" numchildren="0"></property><property name="_trueStock" fullname="$this->_trueStock" facet="protected" address="94478588174928" type="bool"><![CDATA[0]]></property><property name="_vendorShipmentCollection" fullname="$this->_vendorShipmentCollection" facet="protected" address="94478588207568" type="null"></property><property name="_carrierMethods" fullname="$this->_carrierMethods" facet="protected" address="94478588176272" type="array" children="0" numchildren="0"></property><property name="_version" fullname="$this->_version" facet="protected" address="94478588207712" type="null"></property><property name="_localVendorId" fullname="$this->_localVendorId" facet="protected" address="94478588214864" type="string" size="1" encoding="base64"><![CDATA[Mg==]]></property><property name="_isActive" fullname="$this->_isActive" facet="protected" address="94478588207520" type="null"></property><property name="_storeOrigin" fullname="$this->_storeOrigin" facet="protected" address="94478590908928" type="array" children="0" numchildren="0"></property><property name="_store" fullname="$this->_store" facet="protected" address="94478590908784" type="null"></property><property name="_oldStore" fullname="$this->_oldStore" facet="protected" address="94478588204304" type="null"></property><property name="_oldArea" fullname="$this->_oldArea" facet="protected" address="94478588204256" type="null"></property><property name="_oldDesign" fullname="$this->_oldDesign" facet="protected" address="94478588204208" type="null"></property><property name="_queue" fullname="$this->_queue" facet="protected" address="94478588204016" type="array" children="0" numchildren="0"></property><property name="_shippingMethods" fullname="$this->_shippingMethods" facet="protected" address="94478591162128" type="null"></property><property name="_systemShippingMethods" fullname="$this->_systemShippingMethods" facet="protected" address="94478588208912" type="null"></property><property name="_multiSystemShippingMethods" fullname="$this->_multiSystemShippingMethods" facet="protected" address="94478588209104" type="null"></property><property name="_hasMageFeature" fullname="$this->_hasMageFeature" facet="protected" address="94478591185640" type="array" children="0" numchildren="0"></property><property name="_shipmentComments" fullname="$this->_shipmentComments" facet="protected" address="94478588210784" type="array" children="0" numchildren="0"></property><property name="_emptyStatementTotalsAmount" fullname="$this->_emptyStatementTotalsAmount" facet="protected" address="94478588212032" type="array" children="1" numchildren="8"></property><property name="_emptyStatementCalcTotalsAmount" fullname="$this->_emptyStatementCalcTotalsAmount" facet="protected" address="94478588212176" type="array" children="1" numchildren="1"></property><property name="_emptyStatementCalcTotals" fullname="$this->_emptyStatementCalcTotals" facet="protected" address="94478588212224" type="null"></property><property name="_emptyStatementTotals" fullname="$this->_emptyStatementTotals" facet="protected" address="94478591376816" type="null"></property><property name="_moduleName" fullname="$this->_moduleName" facet="protected" address="140183230684992" type="null"></property><property name="_request" fullname="$this->_request" facet="protected" address="140183230456544" type="null"></property><property name="_layout" fullname="$this->_layout" facet="protected" address="140183230683040" type="null"></property></property></response> <- context_get -i 19 -d 0 -c 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="19" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="140183231644008" type="array" children="1" numchildren="12" page="0" pagesize="100"><property name="srch_bar_tt" fullname="$_COOKIE['srch_bar_tt']" address="140183231651776" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="__utma" fullname="$_COOKIE['__utma']" address="140183231652288" type="string" size="53" encoding="base64"><![CDATA[NzIyNjU0My4xNDI0MTk0MDE0LjE0Mzk4MTYzNTkuMTQzOTgyMjIwOS4xNDM5ODMxMzY1LjM=]]></property><property name="__utmc" fullname="$_COOKIE['__utmc']" address="140183231652640" type="string" size="7" encoding="base64"><![CDATA[NzIyNjU0Mw==]]></property><property name="__utmz" fullname="$_COOKIE['__utmz']" address="140183231653192" type="string" size="68" encoding="base64"><![CDATA[NzIyNjU0My4xNDM5ODE2MzU5LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk=]]></property><property name="__ctmid" fullname="$_COOKIE['__ctmid']" address="140183231653624" type="string" size="24" encoding="base64"><![CDATA[NTVkMWZhMGUwMDA0Mzk2NDVlMDRiZmMx]]></property><property name="__lc_visitor_id_5881141" fullname="$_COOKIE['__lc_visitor_id_5881141']" address="140183231653960" type="string" size="22" encoding="base64"><![CDATA[UzE0MzE3NTgzODguYTg5MDRlZjAwYw==]]></property><property name="lc_window_state" fullname="$_COOKIE['lc_window_state']" address="140183231654336" type="string" size="9" encoding="base64"><![CDATA[bWluaW1pemVk]]></property><property name="frontend" fullname="$_COOKIE['frontend']" address="140183231654784" type="string" size="26" encoding="base64"><![CDATA[bG9iYmVxbTVpOTRqY2lqdjQ3b2twYjQ1azE=]]></property><property name="__utmb" fullname="$_COOKIE['__utmb']" address="140183231655320" type="string" size="25" encoding="base64"><![CDATA[NzIyNjU0My43LjkuMTQzOTgzNDc2MTcxMg==]]></property><property name="external_no_cache" fullname="$_COOKIE['external_no_cache']" address="140183231655784" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="__utmt" fullname="$_COOKIE['__utmt']" address="140183231656152" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_SESSION" fullname="$_COOKIE['XDEBUG_SESSION']" address="140183231656512" type="string" size="8" encoding="base64"><![CDATA[UEhQU1RPUk0=]]></property></property><property name="$_ENV" fullname="$_ENV" address="140183231675952" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" address="140183231644144" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" address="140183231643120" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" address="140183231643872" type="array" children="1" numchildren="14" page="0" pagesize="100"><property name="product_id" fullname="$_POST['product_id']" address="140183231645216" type="string" size="3" encoding="base64"><![CDATA[OTg5]]></property><property name="action" fullname="$_POST['action']" address="140183231645560" type="string" size="4" encoding="base64"><![CDATA[UGxheQ==]]></property><property name="action_label" fullname="$_POST['action_label']" address="140183231646048" type="string" size="43" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIERWRA==]]></property><property name="action_label_src" fullname="$_POST['action_label_src']" address="140183231646824" type="string" size="125" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9tZWRpYS9jYXRhbG9nL3Byb2R1Y3QvY2FjaGUvMS9pbWFnZS8yMjB4MjIwLzA0MGVjMDliMWUzNWRmMTM5NDMzODg3YTk3ZGFhNjZmLzcvNy83Ny5qcGc=]]></property><property name="action_target" fullname="$_POST['action_target']" address="140183231647288" type="string" size="31" encoding="base64"><![CDATA[Ly92aWV3LnZ6YWFyLmNvbS80MDkxMDIyL3BsYXllcg==]]></property><property name="source_url" fullname="$_POST['source_url']" address="140183231647960" type="string" size="96" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2V5ZS1zYWZldHktaW4tY29uc3RydWN0aW9uLWVudmlyb25tZW50cy1kdmQtMTMwOS5odG1s]]></property><property name="page_title" fullname="$_POST['page_title']" address="140183231648528" type="string" size="64" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIFRyYWluaW5nIFZpZGVvIGJ5IE1hcmNvbQ==]]></property><property name="cms_url_key" fullname="$_POST['cms_url_key']" address="140183231648864" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="comments" fullname="$_POST['comments']" address="140183231649344" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="name" fullname="$_POST['name']" address="140183231649848" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="company_name" fullname="$_POST['company_name']" address="140183231650208" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="email" fullname="$_POST['email']" address="140183231650576" type="string" size="14" encoding="base64"><![CDATA[dGVzdEBhbm9yYi5jb20=]]></property><property name="phone" fullname="$_POST['phone']" address="140183231650960" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="details" fullname="$_POST['details']" address="140183231651280" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_REQUEST" fullname="$_REQUEST" address="140183231674304" type="array" children="1" numchildren="14" page="0" pagesize="100"><property name="product_id" fullname="$_REQUEST['product_id']" address="140183231645216" type="string" size="3" encoding="base64"><![CDATA[OTg5]]></property><property name="action" fullname="$_REQUEST['action']" address="140183231645560" type="string" size="4" encoding="base64"><![CDATA[UGxheQ==]]></property><property name="action_label" fullname="$_REQUEST['action_label']" address="140183231646048" type="string" size="43" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIERWRA==]]></property><property name="action_label_src" fullname="$_REQUEST['action_label_src']" address="140183231646824" type="string" size="125" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9tZWRpYS9jYXRhbG9nL3Byb2R1Y3QvY2FjaGUvMS9pbWFnZS8yMjB4MjIwLzA0MGVjMDliMWUzNWRmMTM5NDMzODg3YTk3ZGFhNjZmLzcvNy83Ny5qcGc=]]></property><property name="action_target" fullname="$_REQUEST['action_target']" address="140183231647288" type="string" size="31" encoding="base64"><![CDATA[Ly92aWV3LnZ6YWFyLmNvbS80MDkxMDIyL3BsYXllcg==]]></property><property name="source_url" fullname="$_REQUEST['source_url']" address="140183231647960" type="string" size="96" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2V5ZS1zYWZldHktaW4tY29uc3RydWN0aW9uLWVudmlyb25tZW50cy1kdmQtMTMwOS5odG1s]]></property><property name="page_title" fullname="$_REQUEST['page_title']" address="140183231648528" type="string" size="64" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIFRyYWluaW5nIFZpZGVvIGJ5IE1hcmNvbQ==]]></property><property name="cms_url_key" fullname="$_REQUEST['cms_url_key']" address="140183231648864" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="comments" fullname="$_REQUEST['comments']" address="140183231649344" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="name" fullname="$_REQUEST['name']" address="140183231649848" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="company_name" fullname="$_REQUEST['company_name']" address="140183231650208" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="email" fullname="$_REQUEST['email']" address="140183231650576" type="string" size="14" encoding="base64"><![CDATA[dGVzdEBhbm9yYi5jb20=]]></property><property name="phone" fullname="$_REQUEST['phone']" address="140183231650960" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="details" fullname="$_REQUEST['details']" address="140183231651280" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="140183231644368" type="array" children="1" numchildren="39" page="0" pagesize="100"><property name="REDIRECT_UNIQUE_ID" fullname="$_SERVER['REDIRECT_UNIQUE_ID']" address="140183231656824" type="string" size="27" encoding="base64"><![CDATA[VmRJaTVBYkprdmRVSzRPNTV2NS1pUUFBQUFF]]></property><property name="REDIRECT_HTTP_AUTHORIZATION" fullname="$_SERVER['REDIRECT_HTTP_AUTHORIZATION']" address="140183231657184" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER['REDIRECT_STATUS']" address="140183231657568" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="UNIQUE_ID" fullname="$_SERVER['UNIQUE_ID']" address="140183231657968" type="string" size="27" encoding="base64"><![CDATA[VmRJaTVBYkprdmRVSzRPNTV2NS1pUUFBQUFF]]></property><property name="HTTP_AUTHORIZATION" fullname="$_SERVER['HTTP_AUTHORIZATION']" address="140183231658312" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="HTTP_HOST" fullname="$_SERVER['HTTP_HOST']" address="140183231658720" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER['HTTP_USER_AGENT']" address="140183231659216" type="string" size="72" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXT1c2NDsgcnY6NDAuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC80MC4w]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER['HTTP_ACCEPT']" address="140183231659680" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER['HTTP_ACCEPT_LANGUAGE']" address="140183231660200" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER['HTTP_ACCEPT_ENCODING']" address="140183231660728" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER['HTTP_REFERER']" address="140183231661216" type="string" size="67" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2Nhc2Zvcm1zL3JlZ2lzdGVydG93YXRjaA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER['HTTP_COOKIE']" address="140183231662688" type="string" size="564" encoding="base64"><![CDATA[c3JjaF9iYXJfdHQ9MDsgX191dG1hPTcyMjY1NDMuMTQyNDE5NDAxNC4xNDM5ODE2MzU5LjE0Mzk4MjIyMDkuMTQzOTgzMTM2NS4zOyBfX3V0bWM9NzIyNjU0MzsgX191dG16PTcyMjY1NDMuMTQzOTgxNjM1OS4xLjEudXRtY3NyPShkaXJlY3QpfHV0bWNjbj0oZGlyZWN0KXx1dG1jbWQ9KG5vbmUpOyBfX2N0bWlkPTU1ZDFmYTBlMDAwNDM5NjQ1ZTA0YmZjMTsgX191dG1hPTIxMzk3MTM5OS4yODY1ODk1NzcuMTQzOTgyNDM5OC4xNDM5ODI0Mzk4LjE0Mzk4MjQzOTguMTsgX191dG1jPTIxMzk3MTM5OTsgX191dG16PTIxMzk3MTM5OS4xNDM5ODI0Mzk4LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk7IF9fbGMudmlzaXRvcl9pZC41ODgxMTQxPVMxNDMxNzU4Mzg4LmE4OTA0ZWYwMGM7IGxjX3dpbmRvd19zdGF0ZT1taW5pbWl6ZWQ7IGZyb250ZW5kPWxvYmJlcW01aTk0amNpanY0N29rcGI0NWsxOyBfX3V0bWI9NzIyNjU0My43LjkuMTQzOTgzNDc2MTcxMjsgZXh0ZXJuYWxfbm9fY2FjaGU9MTsgX191dG10PTE7IFhERUJVR19TRVNTSU9OPVBIUFNUT1JN]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER['HTTP_CONNECTION']" address="140183231663056" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="CONTENT_TYPE" fullname="$_SERVER['CONTENT_TYPE']" address="140183231663360" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24veC13d3ctZm9ybS11cmxlbmNvZGVk]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER['CONTENT_LENGTH']" address="140183231663728" type="string" size="3" encoding="base64"><![CDATA[NTk2]]></property><property name="PATH" fullname="$_SERVER['PATH']" address="140183231664096" type="string" size="49" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi91c3Ivc2JpbjovdXNyL2Jpbg==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER['SERVER_SIGNATURE']" address="140183231664704" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER['SERVER_SOFTWARE']" address="140183231665496" type="string" size="81" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4xNiAoRmVkb3JhKSBPcGVuU1NMLzEuMC4xay1maXBzIFBIUC81LjYuMTEgbW9kX3BlcmwvMi4wLjkgUGVybC92NS4yMC4y]]></property><property name="SERVER_NAME" fullname="$_SERVER['SERVER_NAME']" address="140183231665896" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property><property name="SERVER_ADDR" fullname="$_SERVER['SERVER_ADDR']" address="140183231666264" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xLjEyNA==]]></property><property name="SERVER_PORT" fullname="$_SERVER['SERVER_PORT']" address="140183231666632" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER['REMOTE_ADDR']" address="140183231667000" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xLjMz]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER['DOCUMENT_ROOT']" address="140183231667400" type="string" size="27" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER['REQUEST_SCHEME']" address="140183231667768" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER['CONTEXT_PREFIX']" address="140183231668104" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER['CONTEXT_DOCUMENT_ROOT']" address="140183231668512" type="string" size="27" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER['SERVER_ADMIN']" address="140183231668888" type="string" size="14" encoding="base64"><![CDATA[cm9vdEBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER['SCRIPT_FILENAME']" address="140183231669304" type="string" size="36" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL3dhcnAucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER['REMOTE_PORT']" address="140183231669672" type="string" size="5" encoding="base64"><![CDATA[NTM0NDg=]]></property><property name="REDIRECT_URL" fullname="$_SERVER['REDIRECT_URL']" address="140183231670088" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER['GATEWAY_INTERFACE']" address="140183231670464" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER['SERVER_PROTOCOL']" address="140183231670840" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER['REQUEST_METHOD']" address="140183231671736" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="QUERY_STRING" fullname="$_SERVER['QUERY_STRING']" address="140183231672600" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER['REQUEST_URI']" address="140183231673016" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property><property name="SCRIPT_NAME" fullname="$_SERVER['SCRIPT_NAME']" address="140183231673384" type="string" size="9" encoding="base64"><![CDATA[L3dhcnAucGhw]]></property><property name="PHP_SELF" fullname="$_SERVER['PHP_SELF']" address="140183231673752" type="string" size="9" encoding="base64"><![CDATA[L3dhcnAucGhw]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER['REQUEST_TIME_FLOAT']" address="140183231673904" type="float"><![CDATA[1439834852.932]]></property><property name="REQUEST_TIME" fullname="$_SERVER['REQUEST_TIME']" address="140183231674064" type="int"><![CDATA[1439834852]]></property></property><property name="$_SESSION" fullname="$_SESSION" address="94478579864680" type="array" children="1" numchildren="7" page="0" pagesize="100"><property name="core" fullname="$_SESSION['core']" address="94478579049656" type="array" children="1" numchildren="4"></property><property name="customer_base" fullname="$_SESSION['customer_base']" address="94478579089912" type="array" children="1" numchildren="3"></property><property name="catalog" fullname="$_SESSION['catalog']" address="94478579339936" type="array" children="1" numchildren="6"></property><property name="checkout" fullname="$_SESSION['checkout']" address="94478579085352" type="array" children="1" numchildren="3"></property><property name="store_shop" fullname="$_SESSION['store_shop']" address="94478579345848" type="array" children="1" numchildren="2"></property><property name="reports" fullname="$_SESSION['reports']" address="94478579796520" type="array" children="1" numchildren="4"></property><property name="tag" fullname="$_SESSION['tag']" address="94478579797048" type="array" children="1" numchildren="3"></property></property><property name="$GLOBALS" fullname="$GLOBALS" address="140183231676176" type="array" children="1" numchildren="17" page="0" pagesize="100"><property name="_GET" fullname="$GLOBALS['_GET']" address="140183231643120" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS['_POST']" address="140183231643872" type="array" children="1" numchildren="14"></property><property name="_COOKIE" fullname="$GLOBALS['_COOKIE']" address="140183231644008" type="array" children="1" numchildren="12"></property><property name="_FILES" fullname="$GLOBALS['_FILES']" address="140183231644144" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS['_SERVER']" address="140183231644368" type="array" children="1" numchildren="39"></property><property name="_REQUEST" fullname="$GLOBALS['_REQUEST']" address="140183231674304" type="array" children="1" numchildren="14"></property><property name="_ENV" fullname="$GLOBALS['_ENV']" address="140183231675952" type="array" children="0" numchildren="0"></property><property name="GLOBALS" fullname="$GLOBALS['GLOBALS']" address="140183231676176" type="array" children="1" recursive="1"></property><property name="paths" fullname="$GLOBALS['paths']" address="140183230597384" type="array" children="1" numchildren="4"></property><property name="appPath" fullname="$GLOBALS['appPath']" address="140183230598296" type="string" size="163" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9jb2RlL2xvY2FsOi9ob21lL3Jvb3Qvd3d3L2NvbXBzYWZlZGV2My9hcHAvY29kZS9jb21tdW5pdHk6L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9jb2RlL2NvcmU6L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2xpYg==]]></property><property name="excludeWarp" fullname="$GLOBALS['excludeWarp']" address="140183230704896" type="bool"><![CDATA[0]]></property><property name="compilerConfig" fullname="$GLOBALS['compilerConfig']" address="94478570965120" type="string" size="47" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2luY2x1ZGVzL2NvbmZpZy5waHA=]]></property><property name="mageFilename" fullname="$GLOBALS['mageFilename']" address="94478570999848" type="string" size="40" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9NYWdlLnBocA==]]></property><property name="maintenanceFile" fullname="$GLOBALS['maintenanceFile']" address="94478570999608" type="string" size="16" encoding="base64"><![CDATA[bWFpbnRlbmFuY2UuZmxhZw==]]></property><property name="mageRunCode" fullname="$GLOBALS['mageRunCode']" address="94478570968656" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="mageRunType" fullname="$GLOBALS['mageRunType']" address="94478570969312" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_SESSION" fullname="$GLOBALS['_SESSION']" address="94478579864680" type="array" children="1" numchildren="7"></property></property></response> <- context_get -i 20 -d 0 -c 2 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="2"><property name="DS" fullname="DS" address="94478563833776" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Lw==]]></property><property name="PS" fullname="PS" address="94478563833920" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Og==]]></property><property name="BP" fullname="BP" address="94478563834096" type="string" size="27" facet="constant" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="MAGENTO_ROOT" fullname="MAGENTO_ROOT" address="94478563842288" type="string" size="27" facet="constant" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property></response> <- step_over -i 21 Log opened at 2015-08-17 18:07:34 I: Connecting to configured address/port: 192.168.1.33:10000. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///home/root/www/compsafedev3/warp.php" language="PHP" protocol_version="1.0" appid="9782" idekey="PHPSTORM"><engine version="2.3.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init> <- feature_set -i 0 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="0" feature="show_hidden" success="1"></response> <- feature_set -i 1 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="max_depth" success="1"></response> <- feature_set -i 2 -n max_children -v 100 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> <- status -i 3 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="3" status="starting" reason="ok"></response> <- step_into -i 4 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="4" status="break" reason="ok"><xdebug:message filename="file:///home/root/www/compsafedev3/warp.php" lineno="30"></xdebug:message></response> <- eval -i 5 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="5"><property address="140728450173408" type="bool"><![CDATA[0]]></property></response> <- eval -i 6 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="6"><property address="140728450173408" type="bool"><![CDATA[1]]></property></response> <- eval -i 7 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="7"><property address="140728450173408" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property></response> <- eval -i 8 -- KHN0cmluZykoJF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="8"><property address="140728450173408" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response> <- eval -i 9 -- KHN0cmluZykoJF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10p -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="9"><property address="140728450173408" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property></response> <- breakpoint_set -i 10 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 82 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="97820001"></response> <- breakpoint_set -i 11 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 90 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="97820002"></response> <- breakpoint_set -i 12 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 80 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="97820003"></response> <- breakpoint_set -i 13 -t line -f file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php -n 89 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="97820004"></response> <- stack_get -i 14 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="14"><stack where="{main}" level="0" type="file" filename="file:///home/root/www/compsafedev3/warp.php" lineno="30"></stack></response> <- run -i 15 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="15" status="break" reason="ok"><xdebug:message filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php" lineno="80"></xdebug:message></response> <- stack_get -i 16 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="16"><stack where="Unirgy_Dropship_Helper_Data->isActive" level="0" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Helper/Data.php" lineno="80"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->getAlwaysInStock" level="1" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="35"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->getIsInStock" level="2" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="61"></stack><stack where="Mage_CatalogInventory_Model_Stock_Item->assignProduct" level="3" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/CatalogInventory/Model/Stock/Item.php" lineno="273"></stack><stack where="Unirgy_Dropship_Model_Stock_Item->assignProduct" level="4" type="file" filename="file:///home/root/www/compsafedev3/app/code/community/Unirgy/Dropship/Model/Stock/Item.php" lineno="89"></stack><stack where="Mage_CatalogInventory_Model_Observer->addInventoryData" level="5" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/CatalogInventory/Model/Observer.php" lineno="78"></stack><stack where="Mage_Core_Model_App->_callObserverMethod" level="6" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="1338"></stack><stack where="Mage_Core_Model_App->dispatchEvent" level="7" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="1317"></stack><stack where="Mage::dispatchEvent" level="8" type="file" filename="file:///home/root/www/compsafedev3/app/Mage.php" lineno="447"></stack><stack where="Mage_Core_Model_Abstract->_afterLoad" level="9" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/Abstract.php" lineno="267"></stack><stack where="Mage_Catalog_Model_Product->_afterLoad" level="10" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Catalog/Model/Product.php" lineno="592"></stack><stack where="Mage_Core_Model_Abstract->load" level="11" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/Abstract.php" lineno="226"></stack><stack where="ComplianceAndSafety_Forms_RegistertowatchController->postAction" level="12" type="file" filename="file:///home/root/www/compsafedev3/app/code/local/ComplianceAndSafety/Forms/controllers/RegistertowatchController.php" lineno="116"></stack><stack where="Mage_Core_Controller_Varien_Action->dispatch" level="13" type="file" filename="file:///home/root/www/compsafedev3/app/code/local/Mage/Core/Controller/Varien/Action.php" lineno="419"></stack><stack where="Mage_Core_Controller_Varien_Router_Standard->match" level="14" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php" lineno="254"></stack><stack where="Mage_Core_Controller_Varien_Front->dispatch" level="15" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Controller/Varien/Front.php" lineno="176"></stack><stack where="Mage_Core_Model_App->run" level="16" type="file" filename="file:///home/root/www/compsafedev3/app/code/core/Mage/Core/Model/App.php" lineno="354"></stack><stack where="Mage::run" level="17" type="file" filename="file:///home/root/www/compsafedev3/app/Mage.php" lineno="683"></stack><stack where="include_once" level="18" type="file" filename="file:///home/root/www/compsafedev3/index.php" lineno="104"></stack><stack where="{main}" level="19" type="file" filename="file:///home/root/www/compsafedev3/warp.php" lineno="44"></stack></response> <- context_names -i 17 -d 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="17"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context><context name="User defined constants" id="2"></context></response> <- context_get -i 18 -d 0 -c 0 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$e" fullname="$e" type="uninitialized"></property><property name="$store" fullname="$store" address="94478564729920" type="object" classname="Mage_Core_Model_Store" children="1" numchildren="29" page="0" pagesize="100"><property name="_underscoreCache" fullname="$store::_underscoreCache" facet="static protected" address="94478615201376" type="array" children="1" numchildren="31"></property><property name="_cacheTag" fullname="$store->_cacheTag" facet="protected" address="94478611753960" type="bool"><![CDATA[1]]></property><property name="_eventPrefix" fullname="$store->_eventPrefix" facet="protected" address="94478611754208" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_eventObject" fullname="$store->_eventObject" facet="protected" address="94478611754536" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_priceFilter" fullname="$store->_priceFilter" facet="protected" address="94478611754752" type="null"></property><property name="_website" fullname="$store->_website" facet="protected" address="94478564735984" type="object" classname="Mage_Core_Model_Website" children="1" numchildren="28"></property><property name="_group" fullname="$store->_group" facet="protected" address="94478564747664" type="object" classname="Mage_Core_Model_Store_Group" children="1" numchildren="23"></property><property name="_configCache" fullname="$store->_configCache" facet="protected" address="94478564750120" type="array" children="1" numchildren="69"></property><property name="_configCacheBaseNodes" fullname="$store->_configCacheBaseNodes" facet="protected" address="94478564732352" type="array" children="1" numchildren="10"></property><property name="_dirCache" fullname="$store->_dirCache" facet="protected" address="94478611756224" type="array" children="0" numchildren="0"></property><property name="_urlCache" fullname="$store->_urlCache" facet="protected" address="94478611756872" type="array" children="0" numchildren="0"></property><property name="_baseUrlCache" fullname="$store->_baseUrlCache" facet="protected" address="94478572902200" type="array" children="1" numchildren="2"></property><property name="_session" fullname="$store->_session" facet="protected" address="94478611757608" type="null"></property><property name="_isAdminSecure" fullname="$store->_isAdminSecure" facet="protected" address="94478611758048" type="null"></property><property name="_isFrontSecure" fullname="$store->_isFrontSecure" facet="protected" address="94478611758384" type="null"></property><property name="_frontendName" fullname="$store->_frontendName" facet="protected" address="94478611758688" type="null"></property><property name="_isReadOnly" fullname="$store->_isReadOnly" facet="private" address="94478611758984" type="bool"><![CDATA[0]]></property><property name="_resourceName" fullname="$store->_resourceName" facet="protected" address="94478564730504" type="string" size="10" encoding="base64"><![CDATA[Y29yZS9zdG9yZQ==]]></property><property name="_resource" fullname="$store->_resource" facet="protected" address="94478613903976" type="null"></property><property name="_resourceCollectionName" fullname="$store->_resourceCollectionName" facet="protected" address="94478564730640" type="string" size="21" encoding="base64"><![CDATA[Y29yZS9zdG9yZV9jb2xsZWN0aW9u]]></property><property name="_dataSaveAllowed" fullname="$store->_dataSaveAllowed" facet="protected" address="94478614606112" type="bool"><![CDATA[1]]></property><property name="_isObjectNew" fullname="$store->_isObjectNew" facet="protected" address="94478614606488" type="null"></property><property name="_data" fullname="$store->_data" facet="protected" address="94478564730456" type="array" children="1" numchildren="7"></property><property name="_hasDataChanges" fullname="$store->_hasDataChanges" facet="protected" address="94478564732448" type="bool"><![CDATA[1]]></property><property name="_origData" fullname="$store->_origData" facet="protected" address="94478564730456" type="array" children="1" numchildren="7"></property><property name="_idFieldName" fullname="$store->_idFieldName" facet="protected" address="94478613435984" type="null"></property><property name="_isDeleted" fullname="$store->_isDeleted" facet="protected" address="94478604317784" type="bool"><![CDATA[0]]></property><property name="_oldFieldsMap" fullname="$store->_oldFieldsMap" facet="protected" address="94478615202376" type="array" children="0" numchildren="0"></property><property name="_syncFieldsMap" fullname="$store->_syncFieldsMap" facet="protected" address="94478604318344" type="array" children="0" numchildren="0"></property></property><property name="$storeId" fullname="$storeId" address="94478564720936" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="$udropship" fullname="$udropship" type="uninitialized"></property><property name="$udsplit" fullname="$udsplit" type="uninitialized"></property><property name="$this" fullname="$this" address="94478609435304" type="object" classname="Unirgy_Dropship_Helper_Data" children="1" numchildren="27" page="0" pagesize="100"><property name="_dtlIps" fullname="$this::_dtlIps" facet="static protected" address="94478609442840" type="array" children="1" numchildren="2"></property><property name="_vendors" fullname="$this->_vendors" facet="protected" address="94478609404056" type="array" children="0" numchildren="0"></property><property name="_regions" fullname="$this->_regions" facet="protected" address="94478609403336" type="array" children="0" numchildren="0"></property><property name="_trueStock" fullname="$this->_trueStock" facet="protected" address="94478609402280" type="bool"><![CDATA[0]]></property><property name="_vendorShipmentCollection" fullname="$this->_vendorShipmentCollection" facet="protected" address="94478609434920" type="null"></property><property name="_carrierMethods" fullname="$this->_carrierMethods" facet="protected" address="94478609403624" type="array" children="0" numchildren="0"></property><property name="_version" fullname="$this->_version" facet="protected" address="94478609435064" type="null"></property><property name="_localVendorId" fullname="$this->_localVendorId" facet="protected" address="94478609442936" type="string" size="1" encoding="base64"><![CDATA[Mg==]]></property><property name="_isActive" fullname="$this->_isActive" facet="protected" address="94478609434872" type="null"></property><property name="_storeOrigin" fullname="$this->_storeOrigin" facet="protected" address="94478567391456" type="array" children="0" numchildren="0"></property><property name="_store" fullname="$this->_store" facet="protected" address="94478567391312" type="null"></property><property name="_oldStore" fullname="$this->_oldStore" facet="protected" address="94478609431656" type="null"></property><property name="_oldArea" fullname="$this->_oldArea" facet="protected" address="94478609431608" type="null"></property><property name="_oldDesign" fullname="$this->_oldDesign" facet="protected" address="94478609431560" type="null"></property><property name="_queue" fullname="$this->_queue" facet="protected" address="94478609431368" type="array" children="0" numchildren="0"></property><property name="_shippingMethods" fullname="$this->_shippingMethods" facet="protected" address="94478567632376" type="null"></property><property name="_systemShippingMethods" fullname="$this->_systemShippingMethods" facet="protected" address="94478609436456" type="null"></property><property name="_multiSystemShippingMethods" fullname="$this->_multiSystemShippingMethods" facet="protected" address="94478609436696" type="null"></property><property name="_hasMageFeature" fullname="$this->_hasMageFeature" facet="protected" address="94478609437032" type="array" children="0" numchildren="0"></property><property name="_shipmentComments" fullname="$this->_shipmentComments" facet="protected" address="94478609438568" type="array" children="0" numchildren="0"></property><property name="_emptyStatementTotalsAmount" fullname="$this->_emptyStatementTotalsAmount" facet="protected" address="94478609439864" type="array" children="1" numchildren="8"></property><property name="_emptyStatementCalcTotalsAmount" fullname="$this->_emptyStatementCalcTotalsAmount" facet="protected" address="94478609440008" type="array" children="1" numchildren="1"></property><property name="_emptyStatementCalcTotals" fullname="$this->_emptyStatementCalcTotals" facet="protected" address="94478609440056" type="null"></property><property name="_emptyStatementTotals" fullname="$this->_emptyStatementTotals" facet="protected" address="94478567859288" type="null"></property><property name="_moduleName" fullname="$this->_moduleName" facet="protected" address="94478582116408" type="null"></property><property name="_request" fullname="$this->_request" facet="protected" address="94478582116360" type="null"></property><property name="_layout" fullname="$this->_layout" facet="protected" address="94478582116456" type="null"></property></property></response> <- context_get -i 19 -d 0 -c 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="19" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="140183231643880" type="array" children="1" numchildren="12" page="0" pagesize="100"><property name="srch_bar_tt" fullname="$_COOKIE['srch_bar_tt']" address="140183231651744" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="__utma" fullname="$_COOKIE['__utma']" address="140183231652256" type="string" size="53" encoding="base64"><![CDATA[NzIyNjU0My4xNDI0MTk0MDE0LjE0Mzk4MTYzNTkuMTQzOTgyMjIwOS4xNDM5ODMxMzY1LjM=]]></property><property name="__utmc" fullname="$_COOKIE['__utmc']" address="140183231652608" type="string" size="7" encoding="base64"><![CDATA[NzIyNjU0Mw==]]></property><property name="__utmz" fullname="$_COOKIE['__utmz']" address="140183231653160" type="string" size="68" encoding="base64"><![CDATA[NzIyNjU0My4xNDM5ODE2MzU5LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk=]]></property><property name="__ctmid" fullname="$_COOKIE['__ctmid']" address="140183231653592" type="string" size="24" encoding="base64"><![CDATA[NTVkMWZhMGUwMDA0Mzk2NDVlMDRiZmMx]]></property><property name="__lc_visitor_id_5881141" fullname="$_COOKIE['__lc_visitor_id_5881141']" address="140183231653928" type="string" size="22" encoding="base64"><![CDATA[UzE0MzE3NTgzODguYTg5MDRlZjAwYw==]]></property><property name="lc_window_state" fullname="$_COOKIE['lc_window_state']" address="140183231654304" type="string" size="9" encoding="base64"><![CDATA[bWluaW1pemVk]]></property><property name="frontend" fullname="$_COOKIE['frontend']" address="140183231654752" type="string" size="26" encoding="base64"><![CDATA[bG9iYmVxbTVpOTRqY2lqdjQ3b2twYjQ1azE=]]></property><property name="__utmb" fullname="$_COOKIE['__utmb']" address="140183231655288" type="string" size="25" encoding="base64"><![CDATA[NzIyNjU0My43LjkuMTQzOTgzNDc2MTcxMg==]]></property><property name="external_no_cache" fullname="$_COOKIE['external_no_cache']" address="140183231655752" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="__utmt" fullname="$_COOKIE['__utmt']" address="140183231656120" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_SESSION" fullname="$_COOKIE['XDEBUG_SESSION']" address="140183231656480" type="string" size="8" encoding="base64"><![CDATA[UEhQU1RPUk0=]]></property></property><property name="$_ENV" fullname="$_ENV" address="140183231675920" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_FILES" fullname="$_FILES" address="140183231644016" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" address="140183231642992" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_POST" fullname="$_POST" address="140183231643744" type="array" children="1" numchildren="14" page="0" pagesize="100"><property name="product_id" fullname="$_POST['product_id']" address="140183231645088" type="string" size="3" encoding="base64"><![CDATA[OTg5]]></property><property name="action" fullname="$_POST['action']" address="140183231645528" type="string" size="4" encoding="base64"><![CDATA[UGxheQ==]]></property><property name="action_label" fullname="$_POST['action_label']" address="140183231646016" type="string" size="43" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIERWRA==]]></property><property name="action_label_src" fullname="$_POST['action_label_src']" address="140183231646792" type="string" size="125" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9tZWRpYS9jYXRhbG9nL3Byb2R1Y3QvY2FjaGUvMS9pbWFnZS8yMjB4MjIwLzA0MGVjMDliMWUzNWRmMTM5NDMzODg3YTk3ZGFhNjZmLzcvNy83Ny5qcGc=]]></property><property name="action_target" fullname="$_POST['action_target']" address="140183231647256" type="string" size="31" encoding="base64"><![CDATA[Ly92aWV3LnZ6YWFyLmNvbS80MDkxMDIyL3BsYXllcg==]]></property><property name="source_url" fullname="$_POST['source_url']" address="140183231647928" type="string" size="96" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2V5ZS1zYWZldHktaW4tY29uc3RydWN0aW9uLWVudmlyb25tZW50cy1kdmQtMTMwOS5odG1s]]></property><property name="page_title" fullname="$_POST['page_title']" address="140183231648496" type="string" size="64" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIFRyYWluaW5nIFZpZGVvIGJ5IE1hcmNvbQ==]]></property><property name="cms_url_key" fullname="$_POST['cms_url_key']" address="140183231648832" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="comments" fullname="$_POST['comments']" address="140183231649312" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="name" fullname="$_POST['name']" address="140183231649816" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="company_name" fullname="$_POST['company_name']" address="140183231650176" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="email" fullname="$_POST['email']" address="140183231650544" type="string" size="14" encoding="base64"><![CDATA[dGVzdEBhbm9yYi5jb20=]]></property><property name="phone" fullname="$_POST['phone']" address="140183231650928" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="details" fullname="$_POST['details']" address="140183231651248" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_REQUEST" fullname="$_REQUEST" address="140183231674272" type="array" children="1" numchildren="14" page="0" pagesize="100"><property name="product_id" fullname="$_REQUEST['product_id']" address="140183231645088" type="string" size="3" encoding="base64"><![CDATA[OTg5]]></property><property name="action" fullname="$_REQUEST['action']" address="140183231645528" type="string" size="4" encoding="base64"><![CDATA[UGxheQ==]]></property><property name="action_label" fullname="$_REQUEST['action_label']" address="140183231646016" type="string" size="43" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIERWRA==]]></property><property name="action_label_src" fullname="$_REQUEST['action_label_src']" address="140183231646792" type="string" size="125" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9tZWRpYS9jYXRhbG9nL3Byb2R1Y3QvY2FjaGUvMS9pbWFnZS8yMjB4MjIwLzA0MGVjMDliMWUzNWRmMTM5NDMzODg3YTk3ZGFhNjZmLzcvNy83Ny5qcGc=]]></property><property name="action_target" fullname="$_REQUEST['action_target']" address="140183231647256" type="string" size="31" encoding="base64"><![CDATA[Ly92aWV3LnZ6YWFyLmNvbS80MDkxMDIyL3BsYXllcg==]]></property><property name="source_url" fullname="$_REQUEST['source_url']" address="140183231647928" type="string" size="96" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2V5ZS1zYWZldHktaW4tY29uc3RydWN0aW9uLWVudmlyb25tZW50cy1kdmQtMTMwOS5odG1s]]></property><property name="page_title" fullname="$_REQUEST['page_title']" address="140183231648496" type="string" size="64" encoding="base64"><![CDATA[RXllIFNhZmV0eSBpbiBDb25zdHJ1Y3Rpb24gRW52aXJvbm1lbnRzIFRyYWluaW5nIFZpZGVvIGJ5IE1hcmNvbQ==]]></property><property name="cms_url_key" fullname="$_REQUEST['cms_url_key']" address="140183231648832" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="comments" fullname="$_REQUEST['comments']" address="140183231649312" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="name" fullname="$_REQUEST['name']" address="140183231649816" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="company_name" fullname="$_REQUEST['company_name']" address="140183231650176" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="email" fullname="$_REQUEST['email']" address="140183231650544" type="string" size="14" encoding="base64"><![CDATA[dGVzdEBhbm9yYi5jb20=]]></property><property name="phone" fullname="$_REQUEST['phone']" address="140183231650928" type="string" size="4" encoding="base64"><![CDATA[dGVzdA==]]></property><property name="details" fullname="$_REQUEST['details']" address="140183231651248" type="string" size="0" encoding="base64"><![CDATA[]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="140183231644240" type="array" children="1" numchildren="39" page="0" pagesize="100"><property name="REDIRECT_UNIQUE_ID" fullname="$_SERVER['REDIRECT_UNIQUE_ID']" address="140183231656792" type="string" size="27" encoding="base64"><![CDATA[VmRJaTVselhLSVBSSHVuNmgyZDU2QUFBQUFZ]]></property><property name="REDIRECT_HTTP_AUTHORIZATION" fullname="$_SERVER['REDIRECT_HTTP_AUTHORIZATION']" address="140183231657152" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REDIRECT_STATUS" fullname="$_SERVER['REDIRECT_STATUS']" address="140183231657536" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="UNIQUE_ID" fullname="$_SERVER['UNIQUE_ID']" address="140183231657936" type="string" size="27" encoding="base64"><![CDATA[VmRJaTVselhLSVBSSHVuNmgyZDU2QUFBQUFZ]]></property><property name="HTTP_AUTHORIZATION" fullname="$_SERVER['HTTP_AUTHORIZATION']" address="140183231658280" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="HTTP_HOST" fullname="$_SERVER['HTTP_HOST']" address="140183231658688" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER['HTTP_USER_AGENT']" address="140183231659184" type="string" size="72" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXT1c2NDsgcnY6NDAuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC80MC4w]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER['HTTP_ACCEPT']" address="140183231659648" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER['HTTP_ACCEPT_LANGUAGE']" address="140183231660168" type="string" size="14" encoding="base64"><![CDATA[ZW4tVVMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER['HTTP_ACCEPT_ENCODING']" address="140183231660696" type="string" size="13" encoding="base64"><![CDATA[Z3ppcCwgZGVmbGF0ZQ==]]></property><property name="HTTP_REFERER" fullname="$_SERVER['HTTP_REFERER']" address="140183231661184" type="string" size="67" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsZGV2My5hdGxhbnRpY3RyYWluaW5nLmNvbS9zaG9wL2Nhc2Zvcm1zL3JlZ2lzdGVydG93YXRjaA==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER['HTTP_COOKIE']" address="140183231662656" type="string" size="564" encoding="base64"><![CDATA[c3JjaF9iYXJfdHQ9MDsgX191dG1hPTcyMjY1NDMuMTQyNDE5NDAxNC4xNDM5ODE2MzU5LjE0Mzk4MjIyMDkuMTQzOTgzMTM2NS4zOyBfX3V0bWM9NzIyNjU0MzsgX191dG16PTcyMjY1NDMuMTQzOTgxNjM1OS4xLjEudXRtY3NyPShkaXJlY3QpfHV0bWNjbj0oZGlyZWN0KXx1dG1jbWQ9KG5vbmUpOyBfX2N0bWlkPTU1ZDFmYTBlMDAwNDM5NjQ1ZTA0YmZjMTsgX191dG1hPTIxMzk3MTM5OS4yODY1ODk1NzcuMTQzOTgyNDM5OC4xNDM5ODI0Mzk4LjE0Mzk4MjQzOTguMTsgX191dG1jPTIxMzk3MTM5OTsgX191dG16PTIxMzk3MTM5OS4xNDM5ODI0Mzk4LjEuMS51dG1jc3I9KGRpcmVjdCl8dXRtY2NuPShkaXJlY3QpfHV0bWNtZD0obm9uZSk7IF9fbGMudmlzaXRvcl9pZC41ODgxMTQxPVMxNDMxNzU4Mzg4LmE4OTA0ZWYwMGM7IGxjX3dpbmRvd19zdGF0ZT1taW5pbWl6ZWQ7IGZyb250ZW5kPWxvYmJlcW01aTk0amNpanY0N29rcGI0NWsxOyBfX3V0bWI9NzIyNjU0My43LjkuMTQzOTgzNDc2MTcxMjsgZXh0ZXJuYWxfbm9fY2FjaGU9MTsgX191dG10PTE7IFhERUJVR19TRVNTSU9OPVBIUFNUT1JN]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER['HTTP_CONNECTION']" address="140183231663024" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="CONTENT_TYPE" fullname="$_SERVER['CONTENT_TYPE']" address="140183231663328" type="string" size="33" encoding="base64"><![CDATA[YXBwbGljYXRpb24veC13d3ctZm9ybS11cmxlbmNvZGVk]]></property><property name="CONTENT_LENGTH" fullname="$_SERVER['CONTENT_LENGTH']" address="140183231663696" type="string" size="3" encoding="base64"><![CDATA[NTk2]]></property><property name="PATH" fullname="$_SERVER['PATH']" address="140183231664064" type="string" size="49" encoding="base64"><![CDATA[L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi91c3Ivc2JpbjovdXNyL2Jpbg==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER['SERVER_SIGNATURE']" address="140183231664672" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER['SERVER_SOFTWARE']" address="140183231665464" type="string" size="81" encoding="base64"><![CDATA[QXBhY2hlLzIuNC4xNiAoRmVkb3JhKSBPcGVuU1NMLzEuMC4xay1maXBzIFBIUC81LjYuMTEgbW9kX3BlcmwvMi4wLjkgUGVybC92NS4yMC4y]]></property><property name="SERVER_NAME" fullname="$_SERVER['SERVER_NAME']" address="140183231665864" type="string" size="30" encoding="base64"><![CDATA[bG9jYWxkZXYzLmF0bGFudGljdHJhaW5pbmcuY29t]]></property><property name="SERVER_ADDR" fullname="$_SERVER['SERVER_ADDR']" address="140183231666232" type="string" size="13" encoding="base64"><![CDATA[MTkyLjE2OC4xLjEyNA==]]></property><property name="SERVER_PORT" fullname="$_SERVER['SERVER_PORT']" address="140183231666600" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER['REMOTE_ADDR']" address="140183231666968" type="string" size="12" encoding="base64"><![CDATA[MTkyLjE2OC4xLjMz]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER['DOCUMENT_ROOT']" address="140183231667368" type="string" size="27" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="REQUEST_SCHEME" fullname="$_SERVER['REQUEST_SCHEME']" address="140183231667736" type="string" size="4" encoding="base64"><![CDATA[aHR0cA==]]></property><property name="CONTEXT_PREFIX" fullname="$_SERVER['CONTEXT_PREFIX']" address="140183231668072" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="CONTEXT_DOCUMENT_ROOT" fullname="$_SERVER['CONTEXT_DOCUMENT_ROOT']" address="140183231668480" type="string" size="27" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER['SERVER_ADMIN']" address="140183231668856" type="string" size="14" encoding="base64"><![CDATA[cm9vdEBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER['SCRIPT_FILENAME']" address="140183231669272" type="string" size="36" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL3dhcnAucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER['REMOTE_PORT']" address="140183231669640" type="string" size="5" encoding="base64"><![CDATA[NTM0NDk=]]></property><property name="REDIRECT_URL" fullname="$_SERVER['REDIRECT_URL']" address="140183231670056" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER['GATEWAY_INTERFACE']" address="140183231670432" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER['SERVER_PROTOCOL']" address="140183231670808" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER['REQUEST_METHOD']" address="140183231671704" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="QUERY_STRING" fullname="$_SERVER['QUERY_STRING']" address="140183231672568" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER['REQUEST_URI']" address="140183231672984" type="string" size="36" encoding="base64"><![CDATA[L3Nob3AvY2FzZm9ybXMvcmVnaXN0ZXJ0b3dhdGNoL3Bvc3Qv]]></property><property name="SCRIPT_NAME" fullname="$_SERVER['SCRIPT_NAME']" address="140183231673352" type="string" size="9" encoding="base64"><![CDATA[L3dhcnAucGhw]]></property><property name="PHP_SELF" fullname="$_SERVER['PHP_SELF']" address="140183231673720" type="string" size="9" encoding="base64"><![CDATA[L3dhcnAucGhw]]></property><property name="REQUEST_TIME_FLOAT" fullname="$_SERVER['REQUEST_TIME_FLOAT']" address="140183231673872" type="float"><![CDATA[1439834854.564]]></property><property name="REQUEST_TIME" fullname="$_SERVER['REQUEST_TIME']" address="140183231674032" type="int"><![CDATA[1439834854]]></property></property><property name="$_SESSION" fullname="$_SESSION" address="94478573660824" type="array" children="1" numchildren="7" page="0" pagesize="100"><property name="core" fullname="$_SESSION['core']" address="94478573110760" type="array" children="1" numchildren="4"></property><property name="customer_base" fullname="$_SESSION['customer_base']" address="94478573158344" type="array" children="1" numchildren="3"></property><property name="catalog" fullname="$_SESSION['catalog']" address="94478572901656" type="array" children="1" numchildren="6"></property><property name="checkout" fullname="$_SESSION['checkout']" address="94478572893360" type="array" children="1" numchildren="3"></property><property name="store_shop" fullname="$_SESSION['store_shop']" address="94478573159800" type="array" children="1" numchildren="2"></property><property name="reports" fullname="$_SESSION['reports']" address="94478573607536" type="array" children="1" numchildren="4"></property><property name="tag" fullname="$_SESSION['tag']" address="94478573608064" type="array" children="1" numchildren="3"></property></property><property name="$GLOBALS" fullname="$GLOBALS" address="140183231676144" type="array" children="1" numchildren="17" page="0" pagesize="100"><property name="_GET" fullname="$GLOBALS['_GET']" address="140183231642992" type="array" children="0" numchildren="0"></property><property name="_POST" fullname="$GLOBALS['_POST']" address="140183231643744" type="array" children="1" numchildren="14"></property><property name="_COOKIE" fullname="$GLOBALS['_COOKIE']" address="140183231643880" type="array" children="1" numchildren="12"></property><property name="_FILES" fullname="$GLOBALS['_FILES']" address="140183231644016" type="array" children="0" numchildren="0"></property><property name="_SERVER" fullname="$GLOBALS['_SERVER']" address="140183231644240" type="array" children="1" numchildren="39"></property><property name="_REQUEST" fullname="$GLOBALS['_REQUEST']" address="140183231674272" type="array" children="1" numchildren="14"></property><property name="_ENV" fullname="$GLOBALS['_ENV']" address="140183231675920" type="array" children="0" numchildren="0"></property><property name="GLOBALS" fullname="$GLOBALS['GLOBALS']" address="140183231676144" type="array" children="1" recursive="1"></property><property name="paths" fullname="$GLOBALS['paths']" address="94478582275344" type="array" children="1" numchildren="4"></property><property name="appPath" fullname="$GLOBALS['appPath']" address="94478582276320" type="string" size="163" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9jb2RlL2xvY2FsOi9ob21lL3Jvb3Qvd3d3L2NvbXBzYWZlZGV2My9hcHAvY29kZS9jb21tdW5pdHk6L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9jb2RlL2NvcmU6L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2xpYg==]]></property><property name="excludeWarp" fullname="$GLOBALS['excludeWarp']" address="94478582351976" type="bool"><![CDATA[0]]></property><property name="compilerConfig" fullname="$GLOBALS['compilerConfig']" address="94478564641816" type="string" size="47" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2luY2x1ZGVzL2NvbmZpZy5waHA=]]></property><property name="mageFilename" fullname="$GLOBALS['mageFilename']" address="94478564624704" type="string" size="40" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYzL2FwcC9NYWdlLnBocA==]]></property><property name="maintenanceFile" fullname="$GLOBALS['maintenanceFile']" address="94478564673088" type="string" size="16" encoding="base64"><![CDATA[bWFpbnRlbmFuY2UuZmxhZw==]]></property><property name="mageRunCode" fullname="$GLOBALS['mageRunCode']" address="94478564638280" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="mageRunType" fullname="$GLOBALS['mageRunType']" address="94478564645216" type="string" size="5" encoding="base64"><![CDATA[c3RvcmU=]]></property><property name="_SESSION" fullname="$GLOBALS['_SESSION']" address="94478573660824" type="array" children="1" numchildren="7"></property></property></response> <- context_get -i 20 -d 0 -c 2 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="2"><property name="DS" fullname="DS" address="94478616791552" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Lw==]]></property><property name="PS" fullname="PS" address="94478613857488" type="string" size="1" facet="constant" encoding="base64"><![CDATA[Og==]]></property><property name="BP" fullname="BP" address="94478604371312" type="string" size="27" facet="constant" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property><property name="MAGENTO_ROOT" fullname="MAGENTO_ROOT" address="94478563995104" type="string" size="27" facet="constant" encoding="base64"><![CDATA[L2hvbWUvcm9vdC93d3cvY29tcHNhZmVkZXYz]]></property></response> <- step_over -i 21 | ||||
Operating System | Fedora 22 | ||||
PHP Version | 5.5.30-5.5.34 | ||||
|
I have just tested this on a new Ubuntu 14.04.3 server and the debugging crashes there as well. |
|
I have installed Ubuntu 12.04.5 and the debugging has no problems with skipping over functions in ioncube encoded files. This bug seems to be affecting php versions newer than 5.3.10. Test server: Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies |
|
I have successfully downgraded php apache module on the Fedora 22 server to version 5.4.44 and debugging is now able to skip ioncube encoded functions without crashing. However, string variables with long values in phpStorm shows as empty. But this has never worked for me. Is there a solution for it? Current working server Fedora 22: PHP Version 5.4.44 Zend Engine v2.4.0 |
|
I am going to need reproducible case for this, otherwise there is now way I can figure out what encoded files do different. But then again, I don't really want to support closed sourced proprietary extensions either. So I guess the ball is in your court now. |
|
It's not about supporting "closed sourced proprietary extensions". It's about being able to debug an application which contains some encoded files. I don't need to step into proprietary code. I just need to be able to use the debugger (step over encrypted functions rather than crashing the debugger). Magento is an open source ecommerce platform, however it allows to install extensions which often has some ioncube encoded files. With this bug, xdebug is useless for me. Unfortunately I don't have a server with php newer than 5.4.44, which is affected by this bug. I have downgraded my server to CentOS 6 with php 5.4.45. The debugging works there. |
|
I still need a reproducible case for this one. |
|
I can't reproduce this, and the requested feedback was not provided. I am closing this, but feel free to reopen if you can provide the requested information and the problem still occurs with Xdebug 2.4.0RC4. |
|
I have installed PHP 5.5.32 on CentOS 6.7 and xdebug-2.4.0RC4. The debugger works on simple projects. But when I try to debug a magento webshop, i get: No data received The site still works with debugging turned off (no cookie). The debugging previously worked with PHP 5.4 and xdebug which came with it. The webshop app which crashes: With following magento extensions installed which contains ioncube encoded files: Not sure which of them is causing the error, but probably the unirgy extension. Magento is free but the extensions are paid and expensive, so I don't expect you to install them. It's just for your information. |
|
The debugging didn't work as well with xdebug version which came with PHP 5.5.32. |
|
One thing you could do is ask Udropship to send you the extension for free. I believe that they would do it if you would contact their developers, not sales persons. |
|
I've uploaded test-encoded.php and its source test.php Please let me know if you want any specific code encoded. This file should work with encoders on PHP 5.6 or 7.0 Thanks |
|
Is this issue still relevant to you? |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-17 18:16 | stan | New Issue | |
2015-08-17 18:16 | stan | File Added: xdebug_remote_log.txt | |
2015-08-18 05:21 | stan | Note Added: 0003160 | |
2015-08-18 11:18 | stan | Note Added: 0003162 | |
2015-08-18 14:01 | stan | Note Added: 0003163 | |
2015-11-20 18:01 | derick | Note Added: 0003247 | |
2015-11-20 18:01 | derick | Assigned To | => derick |
2015-11-20 18:01 | derick | Status | new => feedback |
2015-11-20 20:32 | stan | Note Added: 0003253 | |
2015-11-20 20:32 | stan | Status | feedback => assigned |
2015-11-22 15:05 | derick | Priority | normal => none |
2015-11-22 15:05 | derick | Severity | block => minor |
2015-12-15 18:45 | derick | Note Added: 0003349 | |
2015-12-15 18:45 | derick | Status | assigned => feedback |
2016-02-11 18:52 | derick | Note Added: 0003485 | |
2016-02-11 18:52 | derick | Status | feedback => resolved |
2016-02-11 18:52 | derick | Resolution | open => unable to reproduce |
2016-02-12 02:10 | stan | PHP Version | 5.6.0-5.6.4 => 5.5.30-5.5.34 |
2016-02-12 02:10 | stan | Note Added: 0003491 | |
2016-02-12 02:10 | stan | Status | resolved => feedback |
2016-02-12 02:10 | stan | Resolution | unable to reproduce => reopened |
2016-02-12 02:11 | stan | Note Added: 0003492 | |
2016-02-12 02:11 | stan | Status | feedback => assigned |
2016-02-12 08:41 | stan | Note Added: 0003493 | |
2016-07-27 18:51 | Unirgy1 | File Added: test-encoded.php | |
2016-07-27 18:52 | Unirgy1 | File Added: test.php | |
2016-07-27 18:52 | Unirgy1 | Note Added: 0003658 | |
2016-07-27 18:53 | Unirgy1 | Note Edited: 0003658 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2016-12-04 17:09 | derick | Status | assigned => acknowledged |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:37 | derick | Category | Variable Display => Step Debugging |
2021-03-17 09:26 | derick | Status | acknowledged => feedback |
2021-03-17 09:26 | derick | Note Added: 0005746 | |
2021-04-14 16:04 | derick | Status | feedback => resolved |
2021-04-14 16:04 | derick | Resolution | reopened => unable to reproduce |