XAMPP AND ADODB

Problems with the Windows version of XAMPP, questions, comments, and anything related.

XAMPP AND ADODB

Postby piropeator » 20. July 2011 14:57

With Xampp 1.7.2, in Readme.txt says: + ADOdb v5.09a, and...
with xampp 1.7.4 in Readme.txt says: + ADOdb 5.11

I have a code from my job, in Xampp 1.7.2 runs ok. but in 1.7.4 show me this message:

Code: Select all
Deprecated:  Assigning the return value of new by reference is deprecated in C:\www\sistema\lib\adodb-492\adodb.inc.php on line 914
 
 Deprecated:  Assigning the return value of new by reference is deprecated in C:\www\sistema\lib\adodb-492\adodb.inc.php on line 1988
 
 Deprecated:  Assigning the return value of new by reference is deprecated in C:\www\sistema\lib\adodb-492\adodb.inc.php on line 2060 


Somebody help me? :? :?:
piropeator
 
Posts: 6
Joined: 08. February 2010 01:25

Re: XAMPP AND ADODB

Postby WilliL » 20. July 2011 19:09

there are differnt values in php.ini "error_reporting"
xampp 1.7.4 error_reporting = E_ALL | E_STRICT
xampp 1.7.3 error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

so notices and deprecated are shown - I think a good time to update code ;)

you can change error_reporting also in php scripts - so you must not change php.ini
Willi
WilliL
 
Posts: 660
Joined: 08. January 2010 10:54
Operating System: Win7Home Prem 64 SP1


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 117 guests