Re: [PHP-INST] How php handles file endings

2003-07-08 Thread dooleys
Chris Hewitt schrieb: dooleys wrote: Hi i've 2 apache servers with php thhe one is linux the other win2k on the linux machine i have a file called article.php and i can access it with localhost/article/4985 and i get the site so i can handle everything that is after article with my php script, w

Re: [PHP-INST] apache 2 supported ?

2003-07-08 Thread Daniel Wittenberg
Thanks, that's the info I was looking for. I just needed to know if I could trust it yet on a high-volume webmail (imp) server, and this tells me no. Too bad - I'm anxious to start using Apache 2 for the performance benefits. Thanks, Dan On Tue, 2003-07-08 at 13:22, Stephen wrote: > A number of

[PHP-INST] Installing php with image manipulation support

2003-07-08 Thread Dan North
Hi folks I am trying to install php 5 (mind you I get the same problem with 4.3.2) with GD2 support for image manipulation. I am running Debian 3 with Apache2 and the GD2libs from debian. Whenever we try to call for any image functions, we get a blank page returned. (in some cases the html headers

php-install Digest 8 Jul 2003 22:15:06 -0000 Issue 1454

2003-07-08 Thread php-install-digest-help
php-install Digest 8 Jul 2003 22:15:06 - Issue 1454 Topics (messages 11250 through 11257): Apache 2 Segfault with PHP on any signal 11250 by: Nicolas Re: php5 on IIS6 (CGI Error) 11251 by: dooleys How php handles file endings 11252 by: dooleys 11257 by: Chri

Re: [PHP-INST] How php handles file endings

2003-07-08 Thread Chris Hewitt
dooleys wrote: Hi i've 2 apache servers with php thhe one is linux the other win2k on the linux machine i have a file called article.php and i can access it with localhost/article/4985 and i get the site so i can handle everything that is after article with my php script, when i try to do the sa

[PHP-INST] PHP 4.3.1 & Interbase/Firebird

2003-07-08 Thread Jeff Patterson
Hi All, I have two Mandrake 9.1 machines with 4.3.1 installed. One is setup for development and the other for testing. I downloaded and installed Firebird Superserver 1.0.3 on both machines. On the development machine, I ran Configure using --with-interbase=shared,/opt/interbase and ran make to

Re: [PHP-INST] apache 2 supported ?

2003-07-08 Thread Stephen
A number of people are using php 4.3 and Apache 2 successfully, but to my knowledge it is still in the "beta" testing stages. Basically, it works fairly well, but there may be unknown security risks. Use at your own risk. Stephen - Original Message - From: "Daniel Wittenberg" <[EMAIL PRO

[PHP-INST] Re: upgrade php

2003-07-08 Thread Jürgen Richter
Hi a simple solution is maybe to restart the webserver also try the CLI: host> php --version or host> whereis php an further call php with absolute path like host> usr/bin/php --version <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi I have linux rh with apache+mysql+php t

[PHP-INST] apache 2 supported ?

2003-07-08 Thread Daniel Wittenberg
I saw on the website long ago that php wasn't recommended for production environments due to the threading in 2.0. The emails I found in the archive suggested this would be fixed in 4.3.0, since we're almost at 4.3.3 is php safe yet to use with 2.0.46 yet ? Thanks! Dan --

[PHP-INST] How php handles file endings

2003-07-08 Thread dooleys
Hi i've 2 apache servers with php thhe one is linux the other win2k on the linux machine i have a file called article.php and i can access it with localhost/article/4985 and i get the site so i can handle everything that is after article with my php script, when i try to do the same on win2k i ge

[PHP-INST] Re: php5 on IIS6 (CGI Error)

2003-07-08 Thread dooleys
. Ma schrieb: hi! i'm running a test-server with windows 2003 and IIS6 i managed to get PHP 4.3.2 running without any problems. but i wanted to try php5 so i downloaded the zipped version renamed c:\php to c:\php4 and extracted everything to c:\php (so that the old php.exe is "replaced" by the

[PHP-INST] Apache 2 Segfault with PHP on any signal

2003-07-08 Thread Nicolas
I got segfault on apache when php installed. Apache 2.0.46 + PHP 4.3.3-RC1 + RH9 + Linux 2.4.21 My apache server segfault each time it receive a signal (SIGUSR1 or SIGHUP or example). Therefore, apache core at log rotation. I got in error log : "[notice] seg fault or similar nasty error detected i

php-install Digest 8 Jul 2003 09:44:56 -0000 Issue 1453

2003-07-08 Thread php-install-digest-help
php-install Digest 8 Jul 2003 09:44:56 - Issue 1453 Topics (messages 11242 through 11249): phpinfo.php file now shows up blank in Win xp pro using IIS server, please help 11242 by: Acorn Tutors 11243 by: Verseijden, W. Re: Authentication IIS 6 (win server 2003) & PHP

Re: [PHP-INST] Apache/1.3.27 PHP/4.2.3 nonfunctional

2003-07-08 Thread Stephen
I believe you missed out AddModule mod_php4.c Try adding that (It should be in the section below the loadmodule command) Stephen - Original Message - From: "Arkady Kukarkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 1:44 AM Subject: [PHP-INST] Apache/1.3.27