View Issue Details

IDProjectCategoryView StatusLast Update
0001937OXID eShop (all versions)4.03. 3rd party librariespublic2010-11-11 10:59
Reporterdainius.bigelis 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.4.5 revision 31315 
Summary0001937: Deprecated method in DTAUS on PHP 5.3
Descriptionwhen 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.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

ralf_trapp

2010-09-22 14:43

reporter   ~0003538

Probably this is useable: http://nixbit.com/search/dtaus-file/

arvydas_vapsva

2010-09-23 14:20

reporter   ~0003546

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?