php5.31 , apache 1.3, mantis 1.1.6 mysql 5.1

[email protected] ("Yee, Alan")
Newsgroups php.install
Message-ID <9B580977E42F5F47867865A792983A40058CEA62@0461-its-exmb02.us.saic.com>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.