View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001937 | OXID eShop (all versions) | 4.03. 3rd party libraries | public | 2010-06-23 16:23 | 2010-11-11 10:59 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Past development | ||||
Fixed in Version | 4.4.5 revision 31315 | ||||
Summary | 0001937: Deprecated method in DTAUS on PHP 5.3 | ||||
Description | when tests running on PHP 5.3, such errors occurs: Unit_Admin_OrderOverviewTest::testExportDTAUS Function eregi_replace() is deprecated /home/oxidlt/public_html/eshop_unit_installation/3444467153/ce_0/admin/dtaus/class.DTAUS.php:62 /home/oxidlt/public_html/eshop_unit_installation/3444467153/ce_0/admin/dtaus/class.DTAUS.php:127 /home/oxidlt/public_html/eshop_unit_installation/3444467153/ce_0/admin/dtaus/class.DTAUS.php:121 /home/oxidlt/public_html/eshop_unit_installation/3444467153/ce_0/admin/order_overview.php:180 Errors occurs because deprecated method in DTAUS source code. Please check if DTAUS can be updated to newer version with the fix for this case and update if possible. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Probably this is useable: http://nixbit.com/search/dtaus-file/ |
|
http://phpdtaus.sourceforge.net/ \phpdtaus\trunk\lib\lgpl.txt - holds GNU LESSER GENERAL PUBLIC LICENSE; \phpdtaus\trunk\lib\Dtaus\Dtaus_Builder.php - header: /* phpdtaus - builder and parser for dtaus format Copyright (C) 2009 Lukas Mueller This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ What this combination mean? |