]> granicus.if.org Git - php/commitdiff
Replaced PCHAR by CHAR * (not defined in pi3web_sapi header)
authorHolger Zimmermann <holger@php.net>
Sun, 26 Jun 2005 09:17:40 +0000 (09:17 +0000)
committerHolger Zimmermann <holger@php.net>
Sun, 26 Jun 2005 09:17:40 +0000 (09:17 +0000)
sapi/pi3web/pi3web_sapi.c

index 944403efa1cdb59b6b16c26373f7e604a7be3a40..1cb9986a8ed86b3441842932da2ba0133a29a8b4 100644 (file)
@@ -82,7 +82,7 @@ static void php_info_pi3web(ZEND_MODULE_INFO_FUNC_ARGS)
        /* --- loop over all registered server variables --- */
        for(; pIter && PIDBIterator_atValidElement( pIter ); PIDBIterator_next( pIter ) )
        {       
-               PCHAR pKey;
+               CHAR *pKey;
                PIDBIterator_current( pIter, &pKey );
                if ( !pKey ) { /* sanity */ continue; };                                                                                
 
@@ -289,7 +289,7 @@ static void sapi_pi3web_register_variables(zval *track_vars_array TSRMLS_DC)
        /* --- loop over all registered server variables --- */                         
        for(; pIter && PIDBIterator_atValidElement( pIter ); PIDBIterator_next( pIter ) )
        {       
-               PCHAR pKey;
+               CHAR *pKey;
                PIDBIterator_current( pIter, &pKey );
                if ( !pKey ) { /* sanity */ continue; };