I have compiled PHP 4.3.1 over Suse 8.0 with
#./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs
#make
#make install
and it's all correct ( info.php function correctly ) . The version of Apache
is a binary distribution 1.3.2.
When i access a web page that uses sessions and MySQ
I've got a fresh install of 4.3.2 on an older test server running NT4 (don't
hate me for it). Php is running fine, but when I try to uncomment
php_mhash.dll I get an error that it can't find the file. I've changed
extension_dir to the specific location of the extensions folder in php.ini
but it d
The --with-apache builds PHP into the Apache source code
making it a little faster, but less flexibile (you need to
recompile Apache to add PHP modules, etc.)
The --with-apxs builds PHP as a DSO (kind of like a DLL),
so if you already have a binary install of Apache, you want
the --with-apxs optio
What's the difference between compile PHP with Apache or with apxs.
./configure --with-apache = --with-mysql
or
./configure --with-apxs = .. --with-mysql
I need to compile PHP a module of Apache. The option --with-apache need the
directory source of Apache and i installed binaries Apache f
Andy,
Two things spring to mind. Firstly, Apache 2 and PHP are still in beta
testing stage, so it *could* be an issue with those two. Probably not thou.
Secondly, I believe I am correct in saying that you should not have a \ on
the end of your extension path. I do not have one on mine, and GD2 wor
Hello,
I cannot get the gd2.dll to work on my system.
The rest of PHP already works fine.
- Windows XP
- Apache 2.0.46
- PHP 4.3.2
- php.ini IS found and used (as seen in php.info: Configuration File
(php.ini) Path = C:\WINDOWS\php.ini)
- entered the right extension_dir in php.ini WITH ending '\'
The configure operation for php-4.3.2 said i should
send this. Can you tell what seems to be wrong? I
have a funky configuration the path to iodbc is to the
actual path not the link but /usr/local usually works
fine. Any insights would be helpful!
Thanks,
T
__
First, restart apache (or the machine).
Second, change it to:
On Mon, 2003-06-23 at 11:14, Jose Manuel wrote:
> I have installed PHP 4.3.1 with Apache 1.3.23.
> PHP was compiled with
>
> #./configure --with-mysql --with-apxs
> #make
> #make install
>
> I have tested the file info.php and s
I have installed PHP 4.3.1 with Apache 1.3.23.
PHP was compiled with
#./configure --with-mysql --with-apxs
#make
#make install
I have tested the file info.php and show the configuration of PHP correctly
but when i try to test a web page, not function.
I have created a little file prueba.php:
php-install Digest 27 Jun 2003 12:34:19 - Issue 1439
Topics (messages 11159 through 11162):
upgrade php
11159 by: lavila.2be-web.com
Calling PHP from Java using CGI...
11160 by: Rodrigo Reyes
11161 by: Rodrigo Reyes
php 4.3.1+Apache 1.3.2
11162 by: Jose Manu
I have installed PHP 4.3.1 with Apache 1.3.23.
PHP was compiled with
#./configure --with-mysql --with-apxs
#make
#make install
I have tested the file info.php and show the configuration of PHP correctly
but when i try to test a web page, not function.
The page info.php function correctly and sho
11 matches
Mail list logo