I'm trying to test alloc using a local Xampp 1.7.3 but I've got several
warning related to PHP version (5.3.1)
_Deprecated: Assigning the return value of new by reference is deprecated in
D:\xampp\htdocs\allocPSA\invoice\lib\invoice.inc.php on line 239
Deprecated: Function ereg_replace() is deprecated in
D:\xampp\htdocs\allocPSA\shared\lib\session.inc.php on line 142
Warning: Cannot modify header information - headers already sent by (output
started at D:\xampp\htdocs\allocPSA\invoice\lib\invoice.inc.php:239) in
D:\xampp\htdocs\allocPSA\shared\util.inc.php on line 540_
I guest the same problem will arise to other people with newest PHP version.
Any workaround in order to run it propperly?
Thanks in advance.
ignoto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm trying to test alloc using a local Xampp 1.7.3 but I've got several
warning related to PHP version (5.3.1)
_Deprecated: Assigning the return value of new by reference is deprecated in
D:\xampp\htdocs\allocPSA\invoice\lib\invoice.inc.php on line 239
Deprecated: Function ereg_replace() is deprecated in
D:\xampp\htdocs\allocPSA\shared\lib\session.inc.php on line 142
Warning: Cannot modify header information - headers already sent by (output
started at D:\xampp\htdocs\allocPSA\invoice\lib\invoice.inc.php:239) in
D:\xampp\htdocs\allocPSA\shared\util.inc.php on line 540_
I guest the same problem will arise to other people with newest PHP version.
Any workaround in order to run it propperly?
Thanks in advance.
ignoto