Yee, Alan
2010-03-19 17:22:04 UTC
I got a problem on after I upgrade php5.2 to php5.31
Loadmodule php5_module "c:/php/php5apache.dll" does not work with mantis
bug tracking
I have to # it out.
AddModule mod_php5.c also does not work.
I # it out.
I have a web program to send feedback info on a "add to mantis "
After the php5.31 upgrade, that web software option feature stop
working.
I trace it back to mantisconnect.php
I echo the codes to:
when troubleshooting the url link:
### RelationshipDataArray
$l_oServer->wsdl->addComplexType(
'RelationshipDataArray',
'complexType',
'array',
'',
'SOAP-ENC:Array',
array(),
array(array(
'ref' => 'SOAP-ENC:arrayType',
'wsdl:arrayType' => 'tns:RelationshipData[]'
)),
'tns:RelationshipData'
);
//print output
echo 'I can read to this part of the code?';
exit;
problem is here, doesn't do print output.
Any ideas is appreciated.
Alan
Loadmodule php5_module "c:/php/php5apache.dll" does not work with mantis
bug tracking
I have to # it out.
AddModule mod_php5.c also does not work.
I # it out.
I have a web program to send feedback info on a "add to mantis "
After the php5.31 upgrade, that web software option feature stop
working.
I trace it back to mantisconnect.php
I echo the codes to:
when troubleshooting the url link:
### RelationshipDataArray
$l_oServer->wsdl->addComplexType(
'RelationshipDataArray',
'complexType',
'array',
'',
'SOAP-ENC:Array',
array(),
array(array(
'ref' => 'SOAP-ENC:arrayType',
'wsdl:arrayType' => 'tns:RelationshipData[]'
)),
'tns:RelationshipData'
);
//print output
echo 'I can read to this part of the code?';
exit;
problem is here, doesn't do print output.
Any ideas is appreciated.
Alan