QSoapService.class.php call-time pass-by-reference is deprecated as of PHP 5.3.0,

Login or register to post comments
3 replies [Last post]
joeresu's picture
Offline
Joined: 10/25/2010

update line 43 statement
$objReflection->invoke(null, &$strComplexTypesArray, false);

to
$objReflection->invoke(null, $strComplexTypesArray, false);

alex94040's picture
Offline
Joined: 11/06/2008

Joe,

Do you mind creating a ticket and submitting this as a simple patch? It'd really help you get familiar with QCubed, and the community is sure to appreciate it :)

joeresu's picture
Offline
Joined: 10/25/2010

Hi Alex,

I won't mind. I just created Ticket #702 for the matter.

I'm somewhat familiar with the framework since QCodo. I'm a silent fan since but recently decided to contribute and be active.

I'm still shy on it though because I'm not familiar with the due process.

Thanks. I hope I could contribute more ;)

alex94040's picture
Offline
Joined: 11/06/2008

Thanks so much for your contribution! You did everything just right.