[PHP-DEV] Re: PHP 4.0 Bug #5236 Updated: dlerror - conflicting declerations From: Darren Henderson (darren <email protected>)
Date: 07/27/00

Yes, it is still a problem. See Bug #5534

Note that I was able to get around this problem by modifying apache's
os.h file an changing

const char *dlerror(void);

to

char *dlerror(void);

The change really should be made to php however. Unless it is a bug in
apache of course. I'm not sure where the fault lies for this one other then
thinking that php needs to use the apache stuff as it is installed by
apache.

On 25 Jul 2000, Bug Database wrote:

> ID: 5236
> Updated by: waldschrott
> Reported By: darren <email protected>
> Status: Feedback
> Bug Type: Installation problem
> Assigned To:
> Comments:
>
> Please verify that itīs still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
>
> Full Bug description available at: http://bugs.php.net/?id=5236
>

________________________________________________________________________
Darren Henderson darren <email protected>
                                            darren.henderson <email protected>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>