[PHP-INSTALL] Trouble Building RPM's on SuSE 10.0

2007-06-21 Thread Peter A. Barry
Hello, I need to create the php5-5.2.2 RPM's for SuSE 10.0 to install on several production systems. However, when I run the makerpm script, it appears that the build completes, but the creation of the RPM's fails with the following output: Build complete. Don't forget to run 'make test'. + mv

Re: [PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Peter Hodge
Hello, You want to use: --with-config-file-path=/etc I don't think your option: --with-config-file-path=/etc/php.ini will work correctly because then PHP looks for '/etc/php.ini/php.ini' regards, Peter --- Victor <[EMAIL PROTECTED]> wrote: > Hello Everybody

Re: [PHP-INSTALL] problems compiling php on OS X (libxml)

2006-10-12 Thread Peter Hodge
using the cached location of the old libxml. regards, Peter --- Søren Neigaard <[EMAIL PROTECTED]> wrote: > Hi > > I need your help guys! Im trying to compile PHP5.1.6 on OS X 10.4.8, > and I run configure with the following options: > > sudo ./configure --prefix=

Re: [PHP-INSTALL] header()

2006-10-03 Thread Peter Hodge
Hello Alf, It should work on any platform. Are you getting any errors? If you haven't already, try setting 'display_errors = on' and 'error_reporting = E_ALL' in your php.ini, to see if there are any error messages. regards, Peter --- Alf Stockton <[EMAIL

Re: [PHP-INSTALL] What is wrong of my php configure script ?

2006-10-01 Thread Peter Hodge
hat ZTS and non-ZTS compiled extensions are not compatible. You will probably need to recompile your extensions. regards, Peter On Yahoo!7 Fuel Price Watch: Find the cheapest petrol in your area http://au.maps.yahoo.com/fuelwatch/

Re: [PHP-INSTALL] Compiler error: Cannot find MySQL header files under...

2006-09-28 Thread Peter Hodge
It's not cached is it? rm config.cache - Peter --- Robert Pollard <[EMAIL PROTECTED]> wrote: > Hello, > > I am about to pull myself bald trying to figure out what this crazy configure > > script wants. I have done several days of research but everyone is saying

Re: [PHP-INSTALL] PHP programs only work in one folder

2006-09-27 Thread Peter Hodge
ing a PHP script in Internet Explorer (or any other program) and opening Apache's processed output of the same PHP script in Internet Explorer (or any other program). That is, opening 'file://c:\webroot\index.php' is _not_ the same as opening 'http://www.webroot.com/index.ph

Re: [PHP-INSTALL] MySQL support for PHP5. Please help

2006-09-11 Thread Peter Hodge
Hello, If you have MySQL installed, then you already have the libraries. Just configure PHP: --with-mysql=/usr/local/mysql regards, Peter --- "Jaysen B. Johnson, EMT-B" <[EMAIL PROTECTED]> wrote: > Hello: > > I am running a Fedora Core 5 system as a web serv

Re: [PHP-INSTALL] register_globals sometimes "On", sometimes "Off"

2006-09-04 Thread Peter Hodge
as to whether or not it's going to be On or Off. I do not know what would > cause the value to change like this. Do you mean that in the same phpinfo() script, the value can alter just by pressing 'refresh' in your browser? Does it dpeend on what folder the script resides

Re: [PHP-INSTALL] borked install - cannot downgrade

2006-08-27 Thread Peter Hodge
hy it didn't work. regards, Peter P.S. Did you know that PHP 5.1.6 is out and ready for you to install? (www.php.net) ;-) > > OK, the downgrade to 4.4.0 was resolved (a bogus call to load the PHP5 > module--which still existed--was left in httpd.conf). All good, but i &

Re: [PHP-INSTALL] borked install - cannot downgrade

2006-08-27 Thread Peter Hodge
u might try running the PHP executable on it's own (in /usr/bin/php or somewhere like that) and see if you get the same errors as well. Hope that helps. Let me know if you can get some different errors by removing the php.ini file. regards, Peter --- brian <[EMAIL PROTECTED]> wro

Re: [PHP-INSTALL] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Peter Hodge
Hi, Try: wrote: > I have the following in my php.ini: > register_globals = Off > register_long_arrays = Off > register_argc_argv = Off > auto_globals_jit = On > > The following PHP code prints nothing: > $webroot = $_SERVER['DOCUMENT_ROOT']; > $server = $_SERVER["HOST"]; >

Re: [PHP-INSTALL] PHP 5.1.4 Compile Errors

2006-07-17 Thread Peter Hodge
Hi Mike, Are there more errors above that? It looks to me as though there may be more informative errors earlier in the output. regards, Peter --- Mike <[EMAIL PROTECTED]> wrote: > I am using Ubuntu 6.06 Linux with PHP 5.1.4. I needed to include MS SQL > support in PHP so

Re: [PHP-INSTALL] Compiling PHP for MS SQL Support

2006-07-03 Thread Peter Hodge
e, although I don't know how that is done on any OS other than Mac OS X, but it should be easy to find on Google anyways. That's the simple version of compiling PHP and I hope that procedure works for you. regards, Peter --- Mike <[EMAIL PROTECTED]> wrote: > I

Re: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Peter Hodge
register_argc_argv = On If you had installed PHP as an Apache module, you would need to restart Apache so that PHP re-reads the php.ini file. I'm not sure if the same applies for a fast-cgi installation. HTH, Peter --- Tamer Higazi <[EMAIL PROTECTED]> wrote: > Hi! > I have PHP 5.

Re: [PHP-INSTALL] Cannot update to PHP 5.1.x with imap extension

2006-06-08 Thread Peter Hodge
-with-imap-ssl=/usr/local, etc. 2) The configure command caches the include paths in config.cache, make sure you delete this file before you try configure/make clean/make/make install again. regards, Peter --- Xavier Boully <[EMAIL PROTECTED]> wrote: > Hello, > > >

Re: [PHP-INSTALL] PHP / Install problems....

2006-05-26 Thread Peter Hodge
--with-oci8=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server ... it should fail with 'error: Oracle needed libraries not found', like the RPM does. Check the lines immediately above the output and maybe you will see which libraries couldn't be found.

Re: [PHP-INSTALL] PHP Configuration on Sun One

2006-05-18 Thread Peter Hodge
Hi Chuck, You can find out if PHP is set up on the web server properly by creating a little script like this: phpinfo.php: If you browse to the phpinfo.php page on your web server, you should get a fairly large page full of information about your current PHP setup. If you get a blank pag

Re: [PHP-INSTALL] XSLT with PHP

2006-05-18 Thread Peter Hodge
Hi, AFAIK, most options are specified like this: --with-mysql=/user/local/mysql-5.1 --with-readline=/usr/local etc. So maybe if you try one of these: configure --with-xsl configure --with-xsl=/usr configure --with-xsl=/usr/local Hope this helps, Peter --- "Kunsmann, Mat

Re: [PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-15 Thread Peter Hodge
g now. I am a little annoyed that the --with-libxml-dir option did not cause configure to override the cached value, but maybe that's the standard procedure for configure commands? Thank you Rasmus and Luc for your help. Peter --- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Tr

[PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Peter Hodge
/include/libxml2 PHP 5.1.4 Makefile: INCLUDES = -I/usr/include/libxml2 Using 'configure --with-libxml-dir=/usr/local/include/libxml2' doesn't make any difference, and PHP 5.1.2 gets along fine without it anyway. Does anyone know if I have done something wrong? Any help is much app

Re: [PHP-INSTALL] RPM Updates

2006-05-14 Thread Peter Hodge
handy to be able to re-compile later with more features. Just be wary of stray PHP4 executables which may be left behind in /usr/bin. regards, Peter --- Steven Michaels <[EMAIL PROTECTED]> wrote: > Hello, > > I am relatively new to the Linux environment, and want to updat

Re: [PHP-INSTALL] PHP apps

2006-05-06 Thread Peter Hodge
generates any error messages. Some developers find it easier (though it is not as secure on a production box) to just set this option in php.ini: display_errors = On ... and then error messages are included in the page output. regards, Peter --- Jim Douglas <[EMAIL PROTECTED]> wr

Re: [PHP-INSTALL] Error - Notice: Undefined offset:

2006-05-06 Thread Peter Hodge
quot; ".$string_arr[$i]; $str=$re_string; print $str; } } regards, Peter --- Jeremy Oliver <[EMAIL PROTECTED]> wrote: > Hi > > This script was working fine, now all of a sudden I am getting an error: > > Date: 06/05/06 Comment By: test > Comment:

Re: [PHP-INSTALL] tru64 php informix

2006-05-06 Thread Peter Hodge
rt from the PHP developers, because if none of the above works then you should probably submit a bug report. regards, Peter --- Luis Fernando Morales <[EMAIL PROTECTED]> wrote: > I have been tried to compile the php module without '--with-informix' and > the apache2 start

Re: [PHP-INSTALL] tru64 php informix

2006-05-06 Thread Peter Hodge
Hi, I'm not very familiar with Apache problems, sorry, the best I can suggest is that you comment out the lines in httpd.conf which refer to php and see if apache will run without it. good luck, Peter --- Luis Fernando Morales <[EMAIL PROTECTED]> wrote: > ok.. you right.. the

Re: [PHP-INSTALL] tru64 php informix

2006-05-05 Thread Peter Hodge
oken tags, or broken tags which are commented out but are still confusing the installer. regards, Peter --- Luis Fernando Morales <[EMAIL PROTECTED]> wrote: > hi everybody this is my first post... > I have been compiled the php-4.3.9 version on a tru64 unix system. > Inform

Re: [PHP-INSTALL] [PHP Install] ERROR using imagegif

2006-05-05 Thread Peter Hodge
and the browser gets an empty image. regards, Peter --- Vinod Rao <[EMAIL PROTECTED]> wrote: > Hi , > I'm developing php script to generate an image having text written on it. > And I have to save that image to one file file.gif , so that I can use that > image in the nex

[PHP-INSTALL] Can't compile 5.1.2 with libxml on Mac OS X

2006-04-20 Thread Peter Hodge
Hello, When trying to 'make' php 5.1.2 on Max OS X 10.3.9 I am getting the following errors: --- /Users/peter/Desktop/php-5.1.2/ext/libxml/libxml.c:43:28: libxml/xmlsave.h: No such file or directory /Users/peter/Desktop/php-5.1.2/ext/libxml/libxml.c:

[PHP-INSTALL] PHP 5.1.1 crashes in SQLite extension while testing on Solaris 8

2006-01-05 Thread Peter Ohlerich
problem with the embedded sqlite, the compiler, the os. What informations are needed to help my out here? With regards, Peter.

[PHP-INSTALL] $_SERVER['PHP_SELF'] with querystring

2005-10-25 Thread Peter
;SCRIPT_NAME'] Any hint appreciated! Regards, Peter

[PHP-INSTALL] Re: List full of junk addresses (was: Re: [PHP-INSTALL] pbpBB cannot contact MySQL

2005-02-22 Thread Peter Flynn
en send the list. ///Peter

[PHP-INSTALL] List full of junk addresses (was: Re: [PHP-INSTALL] pbpBB cannot contact MySQL

2005-02-22 Thread Peter Flynn
a human on corporate sites. This is addresses to [EMAIL PROTECTED] and CC'd to [EMAIL PROTECTED] and [EMAIL PROTECTED] as well as the list itself, in the hope of attracting someone's attention. This time I'll keep the evidence :-) ///Peter

[PHP-INSTALL] pbpBB cannot contact MySQL

2005-02-21 Thread Peter Flynn
.2 mysql-devel-3.23.58-14 MySQL-python-0.9.2-4 php-ldap-4.3.10-3.2 I downloaded and unwrapped phpBB.2.0.11 as there doesn't seem to be an RPM for it yet. ///Peter -- BTW last time I mailed this list I got all sorts of weirdo answers from HR units thanking me for applying for the job. Is there something wrong with the list?

[PHP-INSTALL] Could not connect to the database

2005-02-15 Thread Peter Flynn
file. I tried it with iptables turned off as well: same result. There is obviously something else that needs enabling, but I cannot see what it should be. ///Peter test.php (username and password replaced) "; } ?>

[PHP-INSTALL] error_log ignoring \ (like \n)

2005-01-16 Thread Peter Ford
Just installed apache 1.3.33 with php 4.3.10. Now when i do a: error_log("this\nis\na\ntest"); the output in the error.log looks like: [Sat Jan 15 11:24:51 2005] [error] this\nis\na\ntest If i run the same on other servers it comes out like: [Sat Jan 15 11:24:51 2005] [error] this is a test A

[PHP-INSTALL] Re: Delivery failure notice (ID-000012DD) Virus attached!!!!

2004-09-28 Thread Peter Bacon
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 2:22 PM Subject: Delivery failure notice (ID-12DD) > --- Mail Part Delivered --- > 220 Welcome to [optusnet.com.au] > Mail type: multipart/related > --- text/html RFC 2504 > MX [M

[PHP-INSTALL] PHP5 RC3 Compile Error

2004-06-08 Thread Peter Thomassen
led. The problem also occurs when configuring without options. Thanks! Peter

Re: [PHP-INSTALL] PHP+MySQL+OpenBSD 3.4

2004-03-30 Thread Peter
Hello Nail, Php is looking for the sockets at /var/run/mysql/mysql.sock check if is exists - you may have compiled mysql with scoket located at other place. Also double check that mysql is running :-) Peter - Original Message - From: Neil Fryer To: '[EMAIL PROTECTED]' Sen

[PHP-INST] ./configure fails on RedHat 9

2003-06-13 Thread Peter Shawe
he second sceanrio above. But there was no details on what caused it and it ends with "Fixed in current CVS". Only that was Feb 2002. Any ideas are welcome at this stage. I'm stumped! TIA Peter. -- =====

[PHP-INST] dynamic virtual hosting+open_basedir

2003-03-16 Thread Furesz Peter
Hi! I have a problem with my httpd.conf and PHP. I would like to make a free PHP hosting. When a user register, I put into directory /foo/bar/username.mydomain.com. My httpd.conf is the following: AllowOverride None Options None php_admin_value max_execution_time 30 #The following line is my QUEST

[PHP-INST] PHP 4.2.3 & libgd 2.0.9

2003-03-11 Thread Peter Ludikovsky
Hi, I'm trying to re-compile PHP to support libgd for images. But the compiling process always exits with an error (see below). libgb compiled without errors. Could anyone tell me how to fix this? Any help appreciated. /peter ---BEGIN libgd configuration--- ./configure --prefix=/usr --wi

[PHP-INST] problem php4.0.6 openssl and curl

2003-03-11 Thread Peter B
f php because then we have to shange a lot of website (cookie calls and other things). Thanx Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php_pgsql.dll

2003-03-04 Thread Peter Kmet
d libpq.dll and libpq.lib and copied it to winnt/system32 folder (i tried php dll extensions dir as well) but i still have same warning and pg_* functions are not avilable. Your help is very appreciated Peter Kmet -- -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP-INST] PHP-4.3.1 error configure: error: Cannot find OpenSSL's libraries

2003-02-25 Thread Peter Nyberg
27;t say that I know what I'm doing. I've looked for it in Google no one have had the same problem. That's why I feel a bit stupid. Please can someone point me in the right direction Thanx all Peter Nyberg Department of Biochemistry and Biophysics Arrheniusvägen 12 106 91 STHLM Sw

[PHP-INST] IIS5 at TSE Citrix

2003-02-13 Thread Peter Vereshagin
Hello, We try to use our Citrix terminal server machine as backup WWW. So we put IIS there and I was trying to set up ISAPI php extension there. I did it several times on our general WWW with the same win2k-server OS there. The book "Professional PHP" by Wrox is a pretty help (no ads, I'm Russian

[PHP-INST] PHP aspell pspell

2003-02-13 Thread Peter Nyberg
install the langage now I can allways do it afterwards but php also complains that it can't find path either aspell or pspell. Even if I've installed them without any error accept for the lang. dir. (above). Thank you Regards Peter Peter Nyberg Department of Biochemistry and Bioph

[PHP-INST] libexpat.so.0 error unless Apache started by root user

2003-02-12 Thread Peter Janett
bject file: No such file or directory" I can find a sys link (libexpat.so.0) and the file it links to in /usr/local/lib. The permissions seem to be fine on the file, so maybe it's a question of it being in the user paths. Any help appreciated. Peter Janett New Me

Re: [PHP-INST] PHP 4.3.0 Problem

2003-02-03 Thread Peter Janett
e run by PHP. HTH, Peter Janett New Media One Web Services New Upgrades Are Now Live!!! Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1 Sun Solaris (UNIX) accounts - PHP 4.1.2, mod_perl/1.25, Stronghold/3.0 (Apache/1.3.22), MySQL 3.

[PHP-INST] openldap libmcrypt mcrypt openssl php. Do I need kerberos????

2003-02-03 Thread Peter Nyberg
same, or am I wrong? I prefer not to use kerberos since it's so complicated and "buggy" Peter Nyberg Department of Biochemistry and Biophysics: http://www.dbb.su.se/ -- PHP Install Mailing List (http://www.php.net/)

[PHP-INST] mcrypt can't find libmcrypt

2003-01-30 Thread Peter Nyberg
sr/local/lib /usr/local/lib/libmcrypt I also checked the version and as you can see 2.5.5 is there [root@x mcrypt-2.6.3]# /usr/local/bin/libmcrypt-config --version 2.5.5 I'm very confused and don't know what to do next! So please soem

[PHP-INST] Re: I could use some help

2002-12-11 Thread Peter Dotinga
#x27;ll have to tell apache to interpret '.php' files via php: AddType application/x-httpd-php .php You didn't forget to put 'AddModule mod_php4.c' in httpd.conf? I would use 'e:\php\extensions' for your extension dir instead of 'e:\php' I you want to u

[PHP-INST] Apache Module vs CGI, both??

2002-11-18 Thread Peter Janett
safety switches that can be setup in PHP when compiled as an Apache module. Any and all info or ideas most appreciated! Peter Janett New Media One Web Services New Upgrades Are Now Live!!! Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1 Sun Solaris (UNIX)

[PHP-INST] Need CyberCash MCK for Linux

2002-11-11 Thread Peter Janett
. So, anyone know where (or have a copy) of the CyberCash MCK software for Linux? Thanks, Peter Janett New Media One Web Services -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] apxs missing

2002-10-16 Thread Peter Houchin
apxs can be found in any source distribution of apache in the bin folder > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 17 October 2002 9:23 AM > To: Marcus Van Wyk > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] apxs missing > > > Install the a

RE: [PHP-INST] Problems with variables

2002-10-07 Thread Peter Houchin
instead of putting php.ini in winnt put it in the default windows folder , either c:\windows or c:\win, as per the install txt file that comes with the distrib. on the varibles instead of calling $var call them like $_POST[var] or $_GET[var] > -Original Message- > From: Daniela Elena Po

Re: [PHP-INST] PHP, APache and Mysql on Redhat linux 7.3

2002-10-01 Thread Peter Goggin
your patience and help. Regards Peter Goggin - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Peter Goggin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 6:32 PM Subject: Re: [PHP-INST] PHP, APache a

[PHP-INST] PHP, APache and Mysql on Redhat linux 7.3

2002-09-30 Thread Peter Goggin
Peter Goggin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Setting up a web server wit Redhat 7.3

2002-09-27 Thread Peter Goggin
/stampconditionlist.php on line 39 Line 39 is: if ($row= mysql_fetch_array($result)) These pages all work without error on my win98 machine with apache, mysql and php. Is there any documentation which lists all of these error conditions and suggests ways of solving them? Regards Peter Goggin

[PHP-INST] Re: redhat-apache-php

2002-09-26 Thread Peter
Apache/PHP/MySQL with SSL installation Author: Randall Goguen (aka Ranman) Probably you did not --with-apxs or something like that. with fiendly greetings, Peter Prometeo wrote: > this is the message that appears when i try to configure php 4.2.2 with apache > under linux redhat 7.3. > I ca

RE: [PHP-INST] Hey I am currently running an apache 1.3.26 and trying to getphp 4.2.3 as a cgi running.

2002-09-23 Thread Peter Houchin
may sound silly but have you stoped and restarted apache? > -Original Message- > From: Richard Davies [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 24 September 2002 12:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Hey I am currently running an apache 1.3.26 and > trying to getphp 4.2

RE: [PHP-INST] Variable and submit

2002-09-23 Thread Peter Houchin
check global vars in php.ini bet u that it's off check out the chanages for that build of php > -Original Message- > From: Bàn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 24 September 2002 11:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Variable and submit > > > > Strange, I don'

RE: [PHP-INST] PHP Install

2002-09-16 Thread Peter Houchin
yeah & what do u need help with? that don't tell us anything try looking at the manual > -Original Message- > From: Ajit Muduli [mailto:[EMAIL PROTECTED]] > Sent: Monday, 16 September 2002 10:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP Install > > > > OS:Windows 2000 > WS

RE: [PHP-INST] No Answer to This? : include_path

2002-09-11 Thread Peter Houchin
check your php.ini for the correct path to pear and check that pear is there or if u want just comment out the line that references pear if u don't want to use it > -Original Message- > From: gilang4 [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 12 September 2002 2:38 PM > To: [EMAIL PROT

Re: [PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Peter
I have the lines: LoadModule php4_module libexec/libphp4.so AddModule mod_php4.c AddType application/x-httpd-php .php .php4 .php3 .phtml AddType application/x-httpd-php-source .phps I have stopped and restarted apache several times. Regards Peter Goggin - Original

[PHP-INST] Re: PHP, apache and Redhat 7.1

2002-09-02 Thread Peter Goggin
nux machine. None of the scripts which include embedded php or which have type .php work on the linux machine so obviously I have not got apache server correctly configures. Regards Peter Goggin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP 4.2.2 & Apache 2.0.39 => non-numeric argument

2002-08-02 Thread Peter Lindberg
Hi! i have AIX 4.3.3, Apache 2.0.39, gcc-2.9-020209 both rpm installed from AIX Toolbox, (they had php also but v4.0.6 and that said "Exec format error"). And now i'm trying to install the "php4-STABLE-latest", In the manual i read that i should probably do a "./configure --with-mysql --with-

[PHP-INST] PHP4.2.1/Win95/PWS. Please check my pws-php4cgi.reg

2002-07-15 Thread Peter Cinquini
I'm still getting the dreaded 500 errors installing the cgi version of php 4.2.1. My system is Win95 and Personal Web Server. InstallSheild didn't work so I went to manual but still have same problems. My php.exe file is in c:\php. I used the pws-php4cgi.reg to set the registry. The contents of t

[PHP-INST] PHP 4.2.1 on Win95 and PWS. Manual install produces 500 error as well. Please help.

2002-07-14 Thread Peter Cinquini
A week ago I posted for help regarding installing PWS 4.2.1 on Win95 and PWS. At the time I used the InstallShield and it resulted in HTTP/1.1 500 Server Error. I have since tried manually installing PHP (CGI) twice. I have followed the procedure in install.txt for Win9x machines running Personal

[PHP-INST] Problems installing php on PWS (Windows 95)

2002-07-03 Thread Peter Cinquini
I am having problems installing php on Personal Web Server on Windows 95 using the InstallShield installer and specifying the standard installation. I have set up a php directory within my webspace and given it full privileges including execute. When I try and run a test php script I get the messa

[PHP-INST] mysql socket

2002-06-26 Thread Peter Richards
--with-mysql and it found the headers fine) my.cnf , httpd.conf and php.ini all point to /var/lib/mysql Any ideas where to go next. I dont want to have to alter every script to point to the right place for the socket file. peter richards -- PHP Install Mailing List (http://www.php.net/) To

Re: [PHP-INST] mod_php4.c

2002-06-26 Thread Peter Richards
HP cause to be so brusqe. I have been computing for years. I don't recall a previous question that was replied to with less courtesy. peter richards -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] mod_php4.c

2002-06-25 Thread Peter Richards
7; can any one help thanks peter richards -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] mod_php4.c

2002-06-25 Thread Peter Richards
7; can any one help thanks peter richards -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Old config options still showing after updating PHP

2002-06-21 Thread Peter Janett
ppreciated. Thanks, Peter Janett New Media One Web Services http://www.newmediaone.net [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP

2002-06-02 Thread Peter Goggin
the value in ithe ini file c:\php\extensions How do I check this info to make sure it is correct? Regards Peter Goggin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP

2002-06-01 Thread Peter Goggin
the value in ithe ini file c:\php\extensions How do I check this info to make sure it is correct? Regards Peter Goggin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP with apache 1.3

2002-05-28 Thread Peter
This file works: You are using the web browser. It is called php_test.htm and is called as the action on a button from a plain html page. Regards Peter Goggin - Original Message - From: "Phil Dibowitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday

Re: Re[2]: [PHP-INST] PHP with apache 1.3

2002-05-27 Thread Peter
e way my site is designed .. Regards Peter Goggin - Original Message - From: "Ryugen Fisher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Julie Meloni" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 3:13 AM Subject: Re: Re[2]: [PHP-INST] PH

Re: Re[2]: [PHP-INST] PHP with apache 1.3

2002-05-27 Thread Peter
the mail message from Ryugen but this exhibits the same behaviour as my scripts. It is as though the php parsing is being ignored. Regards Peter Goggin - Original Message - From: "Ryugen Fisher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Julie Melon

Re: Re[2]: [PHP-INST] PHP with apache 1.3

2002-05-27 Thread Peter Goggin
skipped over y the web browser. Regards Peter Goggin - Original Message - From: "Julie Meloni" <[EMAIL PROTECTED]> To: "Peter Goggin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 12:01 AM Subject: Re[2]: [PHP-INST] PHP with apach

Re: [PHP-INST] PHP with apache 1.3

2002-05-27 Thread Peter Goggin
? Regards Peter Goggin - Original Message - From: "Peter Goggin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 25, 2002 8:42 PM Subject: [PHP-INST] PHP with apache 1.3 > I am trying to install php with apache 1.3 > > The steps I followed ar

[PHP-INST] PHP with apache 1.3

2002-05-25 Thread Peter Goggin
web browser to open file: I get a blank screen in the brwser, but can view the script (view source) Can anyone please tell me what I missed out or got wrong? Regards Peter Goggin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Readline Problem

2002-05-24 Thread Peter Stoehr
\ --with-config-file-path=/usr/local/Zend/etc \ --with-exec-dir=/usr/lib/php/bin \ --with-gettext \ --with-mysql \ --with-readline=/usr/local/include/readline \ --with-xml \ --with-dom \ --with-zlib=yes Have anyone an idea? Kind regards, Peter Stoehr ~~~ PINK

RE: [PHP-INST] PHP.ini

2002-04-26 Thread Peter Theeuwen
Thank you guys for your help - I'm overwhelmed. Thanks. -Original Message- From: Matt Schroebel [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:27 AM To: 'Peter Theeuwen'; [EMAIL PROTECTED] Subject: RE: [PHP-INST] PHP.ini Could it be too big? http://marc.thea

[PHP-INST] PHP.ini

2002-04-26 Thread Peter Theeuwen
Basically, when uploading large files it is timing out. Q: Where in the php.ini file can I increase the timeout (or perhaps some other setting) for accommodating the upload of large files? - This obviously is on a W2K box. I searched the archives, but could not find a similar question. I incre

Re: [PHP-INST] PHP installation with Apache under WIN ME

2002-04-21 Thread Peter Hall
Has anybody managed this? I've been trying for about 4 days now... Apache 2.0.35 PHP 4.2 (from php-4.2.0RC4-win32.zip) Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP installation with Apache under WIN ME

2002-04-20 Thread Peter Hall
into server: One of the library files needed cannot be found Thanks for any help... Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: PHP + Oracle9i

2002-03-28 Thread Peter Vereshagin
On Wed, 27 Mar 2002 08:38:31 -0500, Max Salviejo <[EMAIL PROTECTED]> wrote: > Has anyone succesfully installed PHP w/ support for Oracle9i? > > I've installed PHP w/ support for 7/8/8i..I am wondering if there are any >pitfalls/tips > available. !google shows nothing directly related to 9i or PH

[PHP-INST] How to enable PNG support ?

2002-03-09 Thread Peter Buecken
27;--with-png-dir=/usr/lib' \ '--with-zlib-dir=/usr/lib' \ '--with-ttf=yes' \ "$@" I tried this job with and without --with-png-dir and --with-zlib-dir options. Thank you again in advance, cheers Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: problem with 4.1.1, apache 1.3.23

2002-02-15 Thread Peter Clarke
hp4.so in httpd.conf and move it to after the SSL initializing stuff: #SSL stuff here LoadModule php4_modulelibexec/libphp4.so This way Apache deals with SSL first then PHP and it then works. Peter > here's my configure i did..: > ./configure --with-apxs=/usr/apache/bin/a

Re: [PHP-INST] How to disable internal functions like chown, chmod, exec, passthru. (REPOST)

2002-01-24 Thread Peter Clarke
In php.ini: ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-deliminated list of function names. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. disable_functions = chown, chmod, exec, passthru. "Frederic Trudeau

[PHP-INST] Re: Win98 PWS PHP, not compiling php-script

2002-01-24 Thread Peter Meeuwsen
I've used the 'easy'-installer, which should be enough to get it running.. right? Someguy wrote: > did you read the php install document.did you load the module or added the > lines to make it run as cgi.if so what exactly did you write. > "Peter Meeuwsen" &l

[PHP-INST] Win98 PWS PHP, not compiling php-script

2002-01-23 Thread Peter Meeuwsen
computer in my network. Do i have to make changes in the register, and if so, which modifications would that be? Anyone knows what i could do best now...? Please ask if you need more info... Thanks for taking the trouble to read this message! Peter -- PHP Install Mailing List (http://w

[PHP-INST] Re: Installing PHP under Win98

2002-01-23 Thread Peter Meeuwsen
Hi Andy Eagle, i've had the some problem... just open PWS, click on the 'advanced'-icon on the left. Select the directory that contains the page you were trying to open, and 'edit properties' Make sure that 'Execute' has been enabled, and try again! Gre

RE: [PHP-INST] Compiling PHP on FreeBSD

2002-01-15 Thread Peter Bowyer
't available to me, I'm guessing I can't use the ports either :-( Of course, if anyone knows differently I'd love to hear from them! TIA, Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrow-gauge.co.uk --oOo-- Peter's web page - Scotti

[PHP-INST] Compiling PHP on FreeBSD

2002-01-12 Thread Peter Bowyer
ll in standard /bin/sh /usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/libtool --silent --mode=compile gcc -I. -I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/ext/standard -I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/main -I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1

[PHP-INST] Compiling PHP 4.0.6 as a DSO on True64.

2001-11-21 Thread Peter Losher
t configuration parameters. Please | | see the file debug.log for error messages. | -=- Problem is, there are no errors on my debug.log, and the .so compiles cleanly. Does anyone have any idea where I should look at? Thanks - Peter -- [EMAIL PROTECTED] - Internet Software Co

[PHP-INST] Help with PHP and my (self-made) webserver

2001-10-20 Thread Peter Jukel
pass parameters to PHP when using the GET method? Also through environment variables? Regards Peter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP-INST] PHP problem with self-made web server

2001-10-12 Thread Peter Jukel
<> Paul, this doesn't work. I get the same output. << Run php -h to list the help for other options. >> Neither does this. Is this for Linux or Windows? I have tried using /q instead, but it still doesn't work. Is there any documentation on this? Regards Pete

  1   2   >