Hello,
I tried to use the isapi version on a win2k/IIS 5, php 4.1.2 but it lasts
about 15 minutes.
After a that i have access violation errors and the procedure to make the
server work again is painful.
I had to switch it back to cgi mode.
Arnaud.
> Hi
>
> Thanks.
>
> I don't know which com
hello,
it is probably because in 4.2 register globals are set to off by default.
you have two choices:
1. do a search and replace on your scripts looking for $PHP_SELF and
changing it to $_SERVER['PHP_SELF']
2. assuming you use a common config file you can add $PHP_SELF =
$_SERVER['PHP_SELF']
> Like I said, I compiled with --enable-track-vars and
> --enable-trans-sid. AND the SID propagates, but I cant seem
> to get anything written into the session files. So any
> variables I register, do NOT propaget. But the SID does. Do
> you get my point?
> When using cookies, all variables r
I forgot, it's for PHP 4.1.2
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is just a wrning, the real error is
previous declaration of `gdIOCtx'
any idea why ??
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
i'm trying to compile php with the gd and i have the infamous
'GDImageResolve' follows non-static ... bug
It's on a redhat 7.2, does anybody have any clue what i can do ?
I know it's question already asked but i couldn't find any answer which
works.
Thanks in advance.
Arnaud
--
PHP I
Hello,
Does anybody have a PHP 4.1.1 package for the redhat 7.2 ?
My admins don't want to compile it themselves telling me that it is not
stable for production environment. So i have to give them a package...
Thanks,
Arnaud.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, v