HI,
Server Details:
OpenUnix 8
Apache 1.3.24
PHP 4.2.1
LIBXML 2.4.16
gcc 2.95.3pl1
I am trying to compile Apache and PHP on OpenUnix 8.
Managed to get PHP to successfully compile and build a module for Apache.
PHP Configure:
./configure
--with-apache=/dir-to-apache-src
--with-mysql=/d
NC> Actually all of the stuff on that page is for Apache 1.3.x (or so it
NC> appears). I need it for the new Apache 2.x.
Yeah, well, I tend to write tutorials for non-experimental things. :)
- Julie
--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com
Find "Sams Teach Yourself MySQL
Actually all of the stuff on that page is for Apache 1.3.x (or so it
appears). I need it for the new Apache 2.x.
-Nick
Julie Meloni wrote:
> NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user,
> NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
>
NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user,
NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
NC> anyway!
Actually, this link:
http://thickbook.com/extra/index.html?t=in
Contains a tutorial called "Setup and Install Apache with PHP 4.2.1 as
php-install Digest 30 May 2002 21:53:53 - Issue 861
Topics (messages 7157 through 7177):
Re: HOW DO I EFFECTIVELY USE THIS MAILING LIST
7157 by: Jeremiah D. Campbell
Installing PHP with Apache 2.x
7158 by: Nick Couchman
7177 by: Nick Couchman
Re: Instalando PHP
Well, this is okay - if you're a windoze user. I'm not a Windoze user,
I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks,
anyway!
--Nick
toby - wrote:
> someone mailed me this link few days bak ...
> worked fo me
> hope it works fo u too .
>
> http://thickbook.com/e
Hello,
I am using MySQL to display some data to the users. I have upgraded to
PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the
database is not displayed correctly. Well, the page with the data shows
up, and it actually shows correct number of records. However, when I
clic
I'm having trouble getting php to run with the --with-system-regex flag.
I'm trying to use PHP in conjuction with MapScript, a shared objects module
for use with MapServer. However, because of some issues with PHP 4 regex
extension, it requires I use the system regex. So, I compiled PHP
4 --with
Hello,
I am using MySQL to display some data to the users. I have upgraded to PHP
Version 4.2.1 on my FreeBSD Apache server, and now data from the database is
not displayed correctly. Well, the page with the data shows up, and it
actually shows correct number of records. However, when I click o
Philip,
It is likely the path you are specifying to your file is not what you think it is.
Why are you using the $DOCUMENT_ROOT external variable?This is not available to
you in PHP 4.2.x unless you explicitly enable it in the php.ini file.
Try $_SERVER['DOCUMENT_ROOT'] instead.
-Jim
At 01:05 PM 5/30/2002 -0600, you wrote:
>default installation directory is /usr/local/lib
>
>Read this:
>http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
Thanks for the help, Jim, but I had already moved the php.ini file all over
the place and it does not change any
Hello all!
I have an Apache server + Php on a win2k machine...
When people talk about "you have to compile PHP with --with-imap", (for some
of my web email applications that require IMAP) do they mean that I have to
uncomment the line "extension=php_imap.dll" in my php.ini?
thanks a lot,
gabi.
It looked like I could select the php4 and apache packages when I installed
Red Hat Linux 7, and sure enough apache is up and working, and php4 seems
to be there also, but the php info function
inside an html file is rendered exactly like that by the browser... the
httpd.conf file looks like it
default installation directory is /usr/local/lib
Read this:
http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
--Jim
>>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>>
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site deve
Try the "register_globals" variable in php.ini and read the PHP 4.2.x press release
regarding external variables.
http://www.php.net/release_4_2_1.php
--Jim
>>> "Salvador Gil" <[EMAIL PROTECTED]> 05/30/02 12:01 PM >>>
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configura
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site development.
Apache & PHP have been working just fine with default installations.
I just updated with the portupgrade program, running the latest apache 1.3
server and php4 module. All of a sudden I am getting t
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configuration line in php.ini
track_vars = On
but it didn't function.
The code:
echo "Valores enviados con el método POST: $step";
reset ($HTTP_POST_VARS);
while (list ($clave, $val) = each ($HTTP_POST_VARS))
{ echo "$cla
Here is a nice page where you will find patches so that even new gd supports
gif
http://www.rime.com.au/gd/gd.html
I think its a patent thing why gd dropped gif. Depending on where you live
you are still allowed to use it
/Alexander
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PRO
I have send before my problem about ext/java.
It doesn't work until i désactive the ext/xslt. Curious
the problem is mentionned in bugs.php.net ID : 13344. but it still not
corriged.
Hope this help some one.
Just put ";" before the xslt.so and all will be fine
Have fun :)
Fincom
--
PHP Insta
Hello,
I'm running Linux 7.2 and apache. Also PostgreSQL.
After upgrading from 4.0.4 I receive all of these errors and I have no idea
what API=xxx means. I followed the instructions for upgrading to 4.2.1 and
everything apparently went well, but still have module errors.
Also, phpinfo()
PHP did not drop GIF support. Newer versions of the GD library did, so if
you compile PHP against a newer version of GD, you will not have GIF
support.
-Rasmus
On Thu, 30 May 2002, Nick Couchman wrote:
> Anyone know how (if it is possible) to enable GIF support in PHP 4?
> When I was trying to
Anyone know how (if it is possible) to enable GIF support in PHP 4?
When I was trying to work with the version that came on the RedHat
package I got an error that GIF support wasn't enabled. When I
downloaded the sources I didn't see any configure option to enable it.
Did PHP4 drop GIF support?
Erik wrote:
> hi,
>
> how do i compile php so that the mail(); function works i get several errors
> "warning this build of php doesn't support mail()" do i need the imap
> library ?? i use sendmail (Linux) the path is /usr/sbin/sendmail and i
> added that to php.ini but no luck help please ..
Dear Abdel Chao Roselló !
> Hola, estoy tratanto de instalar PHP-4.1.2 como modulo ISAPI en un servidor
> Windows 2000 con IIS-5 y la instalación parece estar bien pues cuando cargo
> un script en el browser con la función phpinfo() funciona bien, pero cuando
> trato de correr otro script cualqu
I'm wondering if someone can help me compile PHP and then Apache with
PHP support. I used the --with-apxs2 option when configuring PHP, but
I'm a little bit lost after that point.
Thanks!
--Nick
--
You can't make a difference until you are willing to be different.
--
PHP Install Mailing Li
First of all, don't use all caps, It looks like you are angry when you do
that. People don't like dealing with angry people.
Second, try to search through the archives for keywords to the problem you
are experiencing. If you don't find anything that answers your question
then go to step three.
T
php-install Digest 30 May 2002 09:49:45 - Issue 860
Topics (messages 7150 through 7156):
Instalando PHP
7150 by: Abdel Chao Roselló
Problems installing version 4.2 with gd 2
7151 by: Paolo Morandi
7152 by: Rasmus Lerdorf
Re: PHP source getting displayed
715
Hi,
I have some problems with installing the java extension for php.
My Config :
Os : Linux (Mandrake 8.1)
PHP 4.1.2
Apache 1.3.23
J2SDK.1.4.0
I had downloaded the source for php 4.1.2 from rpmfind.
I compiled the extensions, i had the two necessary files : libphp_java.do
and php_java.jar.
Wh
28 matches
Mail list logo