[wsf-c-dev] [jira] Resolved: (WSFPHP-172) wsservice is not working with PHP6 CVS trunk (:pserver:cvsread@cvs.php.net:/repository)

Nandika Jayawardana (JIRA) jira at wso2.org
Wed May 28 02:35:47 PDT 2008


     [ https://wso2.org/jira/browse/WSFPHP-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandika Jayawardana resolved WSFPHP-172.
----------------------------------------

    Resolution: Fixed

This issue does not happen with current svn.

> wsservice is not working with PHP6 CVS trunk (:pserver:cvsread at cvs.php.net:/repository)
> ---------------------------------------------------------------------------------------
>
>                 Key: WSFPHP-172
>                 URL: https://wso2.org/jira/browse/WSFPHP-172
>             Project: WSO2 WSF/PHP
>          Issue Type: Bug
>          Components: WSService
>         Environment: Linux Ubuntu 7.10
>            Reporter: Dimuthu Gamage
>            Assignee: Nandika Jayawardana
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> 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: https://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