How can I run both php4 and php5 on the same apache server?
Could I do it like this:
AddType application/x-httpd-php .php
AddType application/x-httpd-php5 .php5
And somehow tell php5 to use application/x-httpd-php5
--
Best regards, Jacob Friis Larsen
www.webcom.dk | www.journster.com
--
PHP
It's possible in PHP 5, but not in PHP 4
Could you link me to the documentation?
And I advise to use the most recent libxml2 libraries, since they made
big improvements concerning XSD support lately
It is possible to validate a XML document with XML Schema Definition
Language (XSDL).
Is it possible
It is possible to validate a XML document with XML Schema Definition
Language (XSDL).
Is it possible to use XSDL in Php?
Thanks,
Jacob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
When I do configure --with-pear I would assume that pear would be
available after make install, but it isn't. Any ideas?
How is it 'not available'?
Did the PEAR directory/files not install? Is your system not finding them?
I got it now, I think I missed some Debian packages.
Thanks,
Jacob
--
PHP G
When I do configure --with-pear I would assume that pear would be
available after make install, but it isn't. Any ideas?
Thanks,
Jacob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Curt Zirzow wrote:
i'm trying to use the following "configure"
./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with
-mysql=/usr/include/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config -
-with-ldap --with-pgsql
If you read the installation at http://php.net/mysqli, you
execute /usr/bin/mysql_config --include. It's the path without
include/mysql.
In that case my configure is correct:
./configure --disable-all --with-mysqli=/usr/bin/mysql_config
--with-mysql=/usr --with-apxs2
Also make sure you don't have multiple libraries
installed, you should install MySQL-s
Curt Zirzow wrote:
* Thus wrote Jacob Friis Larsen:
How do I install Php5 with both --with-mysql and --with-mysqli?
1. Follow instructions at http://php.net/mysqli.
Is this correct: "--with-mysqli=/usr/bin/mysql_config"?
(This works: ./configure --with-mysqli=/usr/bin/mysql_config --wit
How do you know it did not work? I guess you see some error messages.
Could you include them with your description?
Below is the output from make. There are lots of errors. I can only send
some of them as this list has a limit of 10 bytes.
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0
[quote src="doc"]
If you would like to install the mysql extension along with the mysqli
extension you have to use the same client library to avoid any conflicts.
[/quote]
I've read that too :)
What does it mean?
Could you correct my configure line?
./configure --with-mysql=/usr/include/mysql
--wi
I use:
Apache 2.0.49 (Fedora Core 1 RPM)
Php 5.0.0
MySQL 4.1.3-beta (MySQL RPM)
Any ideas?
Thanks,
Jacob
Georg Richter wrote:
Am Mi, den 14.07.2004 schrieb Jacob Friis Larsen um 8:04:
Hi!
Could you show me your configure statement. I can't make it work.
System
Linux beethoven 2.6.5-7.95-default #1
How do I install Php5 with both --with-mysql and --with-mysqli?
MySQL is 4.1.3-beta and installed as official MySQL RPM.
This didn't work:
./configure --with-mysql=/usr/include/mysql --enable-embedded-mysqli
./configure --with-mysql=/usr/include/mysql
--with-mysql=/usr/bin/mysql_config
./configure
I sometimes have a httpd process that when I look at top has run for
more than 100 min.
Can I in some way find out why it will not stop or its url?
Regards Jacob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
13 matches
Mail list logo