[PHP-INST] Security alerts

2003-01-04 Thread [EMAIL PROTECTED]
> Thank you for your prompt reply. Now I'm getting other messages. > > http://localhost/phptest.php gave the following error: > > "Security Alert! The PHP CGI cannot be accessed directly. > This PHP CGI binary was compiled with force-cgi-redirect enabled. This means > that a page will only be serve

php-install Digest 4 Jan 2003 08:29:51 -0000 Issue 1185

2003-01-04 Thread php-install-digest-help
php-install Digest 4 Jan 2003 08:29:51 - Issue 1185 Topics (messages 9510 through 9538): first post, be gentle 9510 by: kimBlim 9513 by: Stephen Edmonds 9514 by: kimBlim 9518 by: toby - 9519 by: kimBlim 9520 by: toby - 9524 by: Stephen

[PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread Stefan Hoelzner
Hi folks, PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on SuSE8.0 whenever I compile Apache (with mod_ssl, although I think that does not matter) and PHP and start up with "apachectl start", all PHP-files don't get parsed, instead the PHP-sources are shown in

[PHP-INST] problem with 4.3.0 on AIX

2003-01-04 Thread Sergio G . Reus
Hi, I've tried to compile the new PHP 4.3.0 on an IBM pSeries AIX 5.1 with oracle, GD library support and apache 1.3.27. but gives the following error while compiling: [...] /bin/sh libtool --silent --mode=compile gcc -Iext/standard/ -I/opt/src/php-4.3.0/ext/standard/ -DPHP_ATOM_

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread John Coder
On Sat, 2003-01-04 at 06:48, Stefan Hoelzner wrote: > Hi folks, > > PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on >SuSE8.0 > > whenever I compile Apache (with mod_ssl, although I think that does not matter) and >PHP and start up with "apachectl start", > al

[PHP-INST] make test

2003-01-04 Thread Dmitry Demczuk
Hi there, I'm running make test after the configure and it fails for one of the tests (pspell). Is there something wrong with my configuration or is it a bug that needs to be reported (PHP version 4.3.0 compiled on a SuSE 8.0 box with Apache 2). If this is with my configuration, are there any h

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread Chris Hewitt
Stefan Hoelzner wrote: PHP 4.2.3, APACHE 1.3.27, MOD_SSL 2.8.12-1.3.27, OPENSSL 0.9.6h, MySQL 3.23.53a on SuSE8.0 whenever I compile Apache (with mod_ssl, although I think that does not matter) and PHP and start up with "apachectl start", all PHP-files don't get parsed, instead the PHP-sources

Re: [PHP-INST] Yaz Extension

2003-01-04 Thread Adam Dickmeiss
On Fri, Jan 03, 2003 at 04:39:33PM -0500, Wayne Graham wrote: > Hi, > > I'm running PHP on an XP system (with IIS) and am having a bit of a > problem with some of the extensions...the php_yaz.dll to be exact. I've > set extension_dir = c:\php\extensions where all of the extensions are > located. W

[PHP-INST] Where to find install instruction?

2003-01-04 Thread Irvin Amoraal
Where can I find good install instructions to upgrade from PHP 4.0.6 to PHP 4.2.3? I have downloaded the php-4.2.3.tar.gz file to install on an APACHE server running RedHat 7.1, but didn't see any instructions. Thanks. Irvin. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-INST] Where to find install instruction?

2003-01-04 Thread Jeffrey_N_Dyke
"Irvin Amoraal" To: [EMAIL PROTECT

Re: [PHP-INST] Where to find install instruction?

2003-01-04 Thread Rasmus Lerdorf
There is an INSTALL file in the distribution On Sat, 4 Jan 2003 [EMAIL PROTECTED] wrote: > > "Irvin > Amoraal" To: [EMAIL PROTECTED] > dio.com> Subject: [PHP-INST] Where to find >inst

[PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi, I'm trying to get PDFLib 4.0.3 installed along with PHP 4.3.0, using the loadable module. The module (libpdf_php.so) is in /usr/include/php. It's the folder specified in the extension_dir variable of the php.ini file.In the same file, I also added extension=libpdf_php.so Checking if PDF i

[PHP-INST] DSO or Static?

2003-01-04 Thread Irvin Amoraal
What is the difference between using the DSO install and the Static install, other than the instructions? Is there a benefit to using one over the other? Irvin. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> The module (libpdf_php.so) is in /usr/include/php. It's the folder specified > in the extension_dir variable of the php.ini file.In the same file, I also > added extension=libpdf_php.so Where did you get this libpdf_php.so file? When building it from PHP using --with-pdf=shared it gets called p

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi Rasmus, I did not build php with it. I downloaded PDFLib from pdflib.com and followed their instructions ("Loadable Module (DSO)" is the recommended way for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, accrodig to their manual). Then I copied the file libpdf_php.* fro

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> I did not build php with it. I downloaded PDFLib from pdflib.com and > followed their instructions ("Loadable Module (DSO)" is the recommended way > for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, > accrodig to their manual). Well, according to ours you should build it fr

[PHP-INST] Path failure when testing an weblog installation

2003-01-04 Thread Tony Dietrich
Background Information: I've just been asked to evaluate Drupal (a weblog content management system written in PHP) for something. I've installed Drupal in a subdirectory of my serverroot /drp I'm running Apache 2.0.40 and PHP 4.2.2 on a standard RH8 system. phpinfo() and standard PHp test routine

Re: [PHP-INST] Path failure when testing an weblog installation

2003-01-04 Thread Tony Dietrich
Additional information: I just thought to switch into the script directory and run #php index.php from the command line .. the output is exactly what it should be.. it therefore seems to be something wrong with my Apache/PHP setup, not the script. TD On Sat, 2003-01-04 at 19:35, Tony Die

[PHP-INST] problem

2003-01-04 Thread Johan (natkejs)
Hey, We just installed the latest version of PHP on a Windows 2000 servers. http://www.glamourmodelsgonebad.com/scriptrevshare/gallery.php?goto=am01 Does anyone know how I fix that error? / Johan Sparrman -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

php-install Digest 4 Jan 2003 20:37:09 -0000 Issue 1186

2003-01-04 Thread php-install-digest-help
php-install Digest 4 Jan 2003 20:37:09 - Issue 1186 Topics (messages 9539 through 9555): PHP 4.2.3 and APACHE 1.3.27 showing PHP sources 9539 by: Stefan Hoelzner 9541 by: John Coder 9543 by: Chris Hewitt problem with 4.3.0 on AIX 9540 by: Sergio G. Reus make

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
> Well, according to ours you should build it from PHP. OK, I'll try it then > Note that Apache2+PHP is very experimental. Thanks, I know but I just installed it at home just to see how things are working with Apache 2 and MySQL 4.0.7. Just to try and catch as many problems as possible before m

Re: [PHP-INST] problem

2003-01-04 Thread Jeffrey_N_Dyke
ahhh nice.. the content filter at my work just stopped me from going to your sitePHP enters the Porn world i see. so if you have an error that you'd like help with please send details. jeff

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi again, Rasmus, I just found out on another forum for PDFLib that the packages they provide on their website will not work with PHP 4.3.0, the reason being, I quote: "the PDFlib 4.0.3 binaries for PHP 4.2.1 and higher will not work with php 4.3.0. The problem is, that the "warn_not_available"

Re: [PHP-INST] problem

2003-01-04 Thread Stephen Edmonds
LOL! I can't even get the site to load. It seems to be giving a http 403.1 error. This means that your security setting in ISS are stopping the php program from being run... - Original Message - From: <[EMAIL PROTECTED]> To: "Johan (natkejs)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sen

Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sources

2003-01-04 Thread DaMouse
LoadModule libexec/libphp4.so that added to httpd.conf? - Original Message - From: Chris Hewitt <[EMAIL PROTECTED]> To: Stefan Hoelzner <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 4:28 PM Subject: Re: [PHP-INST] PHP 4.2.3 and APACHE 1.3.27 showing PHP sourc

[PHP-INST] Compiling mime-magic into php

2003-01-04 Thread Rob Brandt
I'm trying to get the Horde project installed on my YellowDogLinux 2.2 system and am having a terrible time. The latest CVS versions of Horde require that php have mime_magic. I can't get it to "take" in php. Anyone have experience with this? I'm doing all the normal stuff. In configure, I use

[PHP-INST] Build failure of internal_functions.c

2003-01-04 Thread Joel Stalder
Hello folks, I've built php many times in the past, but never had the problem I'm currently experiencing. I'm attempting a simple build of Apache/PHP. Info: Redhat Linux 7.0 Apache 1.3.27 PHP 4.3.0 (also tried 4.2.3) My steps (I've also tried variations using apxs for DSO): cd apache_1.3.27 ./