Hello,
I'm currently working on a project to compile gcc, openssl, apache,
zlib/libiconv/libxml2 and php () in 64-bit mode. So far I've got
everything compiling clean as 64-bit executable and libraries except for
php. I have gcc 32-bit 3.4.3 and gcc 64-bit 4.1.2 available and have
tried both compi
Lennart Anderson tele2.se> writes:
>
> I have finally managed to get Apache 2.2.4, PHP 5.2.0 and MySQL to talk to
> each other. Everything seems to work OK when dealing with databases but as
> soon as I use a php-script that use PHP_SELF the browser will throw me away
> and give me HTTP 403.
Hi.
I'm building a portable webserver, wich will include php5.
The problem i am having is that i cannot make the extensions to work.
What i need is to specify an enviroment variable for extensions_dir
directive. I've alread tested $VAR, %VAR%, ${VAR} with no luck.
I've already tested ussing httpd.c