[wsf-c-dev] [jira] Assigned: (WSFPHP-172) wsservice is not working
with PHP6 CVS trunk (:pserver:cvsread@cvs.php.net:/repository)
Samisa Abeysinghe (JIRA)
jira at wso2.org
Mon Jan 28 00:46:59 PST 2008
[ http://wso2.org/jira/browse/WSFPHP-172?page=all ]
Samisa Abeysinghe reassigned WSFPHP-172:
----------------------------------------
Assignee: Dimuthu Gamage
We should have a look at this when we are done with the solutions that we are currently working on
> wsservice is not working with PHP6 CVS trunk (:pserver:cvsread at cvs.php.net:/repository)
> ---------------------------------------------------------------------------------------
>
> Key: WSFPHP-172
> URL: http://wso2.org/jira/browse/WSFPHP-172
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Components: WSService
> Environment: Linux Ubuntu 7.10
> Reporter: Dimuthu Gamage
> Assigned To: Dimuthu Gamage
> Priority: Minor
>
> This is because some functions are deprecated in the PHP6.
> It worked after replacing following functions with new one.
> php_start_ob_buffer(NULL, 0, 0 TSRMLS_CC) => php_output_start_default(TSRMLS_C)
> php_end_ob_buffer(0, 0 TSRMLS_CC) => to php_output_flush
> Reference
> [1]http://library.pantek.com/Programming/PHP/php5/README.NEW-OUTPUT-API
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list