[PHP-INSTALL] Mail Delivery System

2006-05-09 Thread john
Message de la Plate-Forme SECURITE de l'Universite Sidi Med Ben Abdallah de Fes - USMBA - ALERT!!! This e-mail contained one or more infected files. The following attachments were infected and have been repaired: No attachments are in this category. The following infected attachments were dele

[PHP-INSTALL] installation with IIS

2008-06-21 Thread John
ning it in Firefox asks me if I want to run hello.php with cli, or to save it to disk. So it finds the file OK, but does not change it to the http file, and display it. If I choose run with cli, it gives an error message "CLI has stopped working". Can anyone advise? Thanks John

Re: [PHP-INSTALL] installation with IIS

2008-06-26 Thread John
, or "access is denied" With thanks anyway. John Paul Reinheimer

[PHP-INST] Re: PHP on Apache on WinXP

2003-04-03 Thread John
Try turning off ZLIB compression or in PHP.INI (zlib.output_compression = Off) "Wade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Okay, I wrote in the other day and so far have not solved my problem, so > here is some more info. > > I installed Apache 1.3 with PHP 4.3 on my Wi

[PHP-INST] Re: PHP on Apache for Windows

2003-04-03 Thread John
Turn off zlib compression in PHP.INI "Wade" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Note: I am using Apache 1.3 with PHP 4.3 > > "Wade" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Bear with me, I am new to this. > > > > I am trying to install PHP on an

[PHP-INST] Re: "GET" method can not get variables

2003-04-03 Thread John
You must define your variables in the FOO.PHP page. Try this: Also, POST is probably a better choice than GET. "E.E. Jan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also insta

[PHP-INST] Re: Apache 1.3.1 PHP4 Win XP troubles

2003-04-03 Thread John
Make sure you are saving this as .PHP. (I know it's a dumb thing to check, but make sure Windows or Homesite or notepad or whatever is not appending .TXT onto the end of it.) Make sure you can see the extensions of your files. "Leigh Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

[PHP-INST] Re: PHP 4.3.1 on Mac OS X - make fails when configured with --with-pgsql

2003-04-04 Thread John
Here are some excellent docs on installing all sorts of software (PHP, MySQL, Apache, etc.) for OS X. http://www.entropy.ch/software/macosx/ Of course, these are prebuilt packages, not help on compiling. "Barry C . Hawkins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all,

[PHP-INST] Re: PHP install problems

2003-04-12 Thread John
You need a web server to use PHP. Either use Apache, or use the included personal web server which comes built into WinXP. IE (or any other browser) doesn't know anything about PHP. PHP is a server language. The web server processes the PHP code and outputs that to your browser. John &

Re: [PHP-INST] PHP and IIS Config.

2003-04-12 Thread John
anced Server and Windows .NET (now 2003) Web Edition Server. John "David Fleming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I am a newcomer to PHP too but, Apache is a MUCH better server than IIS. > I have used it for years. For one thing it is much mo

[PHP-INST] Re: apache 2.0.46 + PHP 4.3.2 install problem

2003-06-19 Thread John
Very similar situation here but I think I'm doing something wrong and could use a little help from you guys. Apache 2.0.46 & PHP 4.3.2 Here's my info: I can't get the ./configure to run [EMAIL PROTECTED] php-4.3.2]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs loading cache ./config.ca

[PHP-INSTALL] mysql problems

2004-01-16 Thread John
I've seen this same thread posted a few times on this newsgroup but none of them got any answers, i was hoping i might... MySQL doesnt seem to be installed with PHP. when i try to run commands, it says undefined function. the configure command from php.ini is: --with-mysql=shared,/usr any ideas??

[PHP-INSTALL] something for you

2004-02-25 Thread john
your name is wrong <>

[PHP-INSTALL] re-building php problem

2004-03-19 Thread John
i accidently deleted the PEAR folder in the /usr/local/lib/php folder, so I attempted to re-make PHP. make clean, configure, make, make install but it doesnt re-install PEAR, it only plops the DSO in the apache folder. how do i get PHP to re-install PEAR? -- **

Re: [PHP-INSTALL] how to use PHP from commandline on FreeBSD

2004-08-19 Thread John
, but I get Command Not found when I type php > from command line. > > How do i get php to work from the command line? > > Thanks for any help, > > Adri Roberts > Web Developer /System Administrator > 954-739-5422 x 229 > [EMAIL PROTECTED] > -- John [EMAIL PROTECTED] http://www.whp.co.uk

Re: [PHP-INSTALL] PLease UNSUBSCRIBEme from the list!

2005-01-22 Thread John
Scott Hamm wrote: Unsubscribe me too! -Original Message- *From:* Ferres [mailto:[EMAIL PROTECTED] *Sent:* Friday, January 21, 2005 1:51 PM *To:* php-install@lists.php.net *Subject:* [PHP-INSTALL] PLease UNSUBSCRIBEme from the list! PLease UNSUBSCRIBEme from the list!

[PHP-INST] Re: Apache doesn't seem to send scripts to the interpreter

2002-09-01 Thread John
Apache/1.3.22 (RedHat 7.2) and php 4.1.2. php.ini is in the /etc/directory. John Mulkerin "Thomas Deschamps" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > After looking an the archives, FAQ, etc... I am coming to you to

[PHP-INST] Re: Apache doesn't seem to send scripts to the interpreter

2002-09-01 Thread John
I've changed so much that I'm not sure what I did but it now works. I've got to reverse everything to figure out where the issue was fixed. I'll post it if I can figure it out. John "John" <[EMAIL PROTECTED]> wrote in message news:... > I have the same

[PHP-INST] Re: Apache doesn't seem to send scripts to the interpreter

2002-09-01 Thread John
php ". Mine says /usr/bin/php. Now run "/usr/bin/php -i >output.html ". If need be, move the output.html to your default web directory and try and read that from a browser. "John" <[EMAIL PROTECTED]> wrote in message news:... > I've changed so much th

[PHP-INST] undefined index and undefined variable problems

2002-10-06 Thread John
I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 Many of my scripts display "Warning: Undefined variable" or "Warning: Undefined Index" when a variable hasn't been used yet. The scripts work, but I get a ton of these runtime errors. any ideas? I think it may be a configuration/install

[PHP-INST] server error sending email from script

2002-10-06 Thread John
bject), $finalbody, $mailheaders); - Original Message - From: John To: [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 4:14 PM Subject: undefined index and undefined variable problems I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 Many of my scrip

Re: [PHP-INST] PHP scripts use/get passed root's environment?

2002-12-23 Thread john
they run under. Hope that helps, John Locke http://freelock.com Terrence Koeman wrote: PHP 4.2.3 on Apache 1.3.27 on FreeBSD 4.7-STABLE; Apache runs with uid/gid 80/80 and php is loaded as module. For some reason all PHP scripts on my box run in root's environment instead of one created by

[PHP-INST] PHP Script Interpreter causing errors and won't run

2003-02-12 Thread John
It was running before and I have Apache successfully running on WinXP when trying to open localhost. When I try to run http://localhost/ I get this error: Error signature AppName: php.exe AppVer: 4.3.0.0 Offset: 57565553 Error report shows: -- PHP Install Mailing List (http://w

[PHP-INST] PHP4.0.4 / Win2000 / Java Extension PROBLEM

2001-03-16 Thread John
Hi, I'm trying to get the java extension for PHP 4.0.4 to work on my Win2K box but it always says this" "Unable to load dyname library './php_java.dll - the specified module could not be found" I have these values set in my php.ini file: [Java] extension=php_java.dll java.library.path=C:\Inetp

Re: [PHP-INST] PHP4.0.4 / Win2000 / Java Extension PROBLEM

2001-03-17 Thread John
? ""Kick"" <[EMAIL PROTECTED]> wrote in message 9911v2$knj$[EMAIL PROTECTED]">news:9911v2$knj$[EMAIL PROTECTED]... > Hi, are you sure your php_java.dll is wrote in full path? or you have copy > it to windows/system? > > Eric > ""John"&

[PHP-INST] OpenCA + Apache + x.509 Problems | TOUGH problems (fwd)

2001-10-29 Thread john
Explorer ) So, in closing, my problems are that Netscape bombs on DHTML w/ *.p12 certificates AND requires that I present my certificate more than one time during a session with my webserver. Help?! John Waller [EMAIL PROTECTED] __

[PHP-INSTALL] Problems getting php 5.1.4 to compile

2006-08-10 Thread John Doak
I think the problem is with mysql somehow, but I can't seem to find anything on it doing searches.  Here's the details of the install:Configured./configure --disable-cgi  --with-kerberos --with-openssl --with-mysql --with-mysqli --with-zlib --enable-calendar --with-curl --with-curlwrappers

[PHP-INSTALL] standalone server on coldfusion mx

2006-11-23 Thread John Donovan
Anyone have any idea how I get php to work on coldfusion mx (5) using their standalone server which I think might be jruns or apache (I'm not able to determine actually which). I tried using the manual and the faqs but to no effect. Any help would be greatly appreciated. Thanks

[PHP-INSTALL] Installing PHP on apache 2

2006-11-24 Thread John Donovan
I have followed the configuration instructions - I have put the following into the apache config file : php_value include_path ".;/php" php_admin_flag safe_mode on LoadModule php4_module "c:/php/php4apache2.dll" AddType application/x-httpd-php .php but all I get when I test the

[PHP-INSTALL] Installing ph4p and apache 2 on home computer

2006-11-24 Thread John Donovan
I have tried all the apache php config amendments - php_value include_path ".;/php" php_admin_flag safe_mode on LoadModule php4_module "c:/php/php4apache2.dll" AddType application/x-httpd-php .php and when I test the apache config to see whether the php is loaded I get the messag

[PHP-INSTALL] Unable to show pages in localhost server

2006-11-24 Thread John Donovan
I seem to have managed to install apache and php but I can't get any php pages or in fact any html pages to show when I enter http://localhost/index.php in the browser window. Below is a copy of my apache config file. Is there something wrong with that so I am unable to source the pages? # # T

[PHP-INSTALL] unable to get php page to appear

2006-11-24 Thread John Donovan
when I try to get a php page up on the localhost I get the following message You don't have permission to access /php/php.exe/export/dataentry.php on this server. how do I get permission? any ideas?

[PHP-INSTALL] Missing entry in php-config --ldflags

2007-06-25 Thread John Euill
I'm having a problem. It may be very simple. I have an earlier version of php installed and I'm trying to install a newer version. In the older version the output of "php-config --ldflags" yields: -L/usr/ucblib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -L/usr/local/openssl/0.9.7/lib -L/

[PHP-INSTALL] php 4.4.7 configure run causes syntax errors

2007-08-08 Thread John Mendenhall
\ --with-mysql=/usr/local \ --with-mysql-sock=/var/www/var/run/mysql/mysql.sock - I am running on OpenBSD 3.6. Please let me know if you need any additional information. Thanks in advance for any pointers you can provide. JohnM -- john mendenhall [EMAIL PROTECTED] surf utopia internet

[PHP-INSTALL] php 4.4.7 make install with pear causes zend freeing errors

2007-08-08 Thread John Mendenhall
ks in advance for any pointers you can provide. Thanks! JohnM -- john mendenhall [EMAIL PROTECTED] surf utopia internet services

[PHP-INSTALL] Making concurrent installation of CLI & CGI SAPI with PHP5 source?

2007-08-21 Thread John N
urce? Is there a solution for building concurrently both of the binaries, the cli & the cgi, concurrently for OSes different than FreeBSD? Can we use these patches? Or is it that we must use something else? Thanks. John

Re: [PHP-INSTALL] Making concurrent installation of CLI & CGI SAPI with PHP5 source?

2007-08-22 Thread John N
vided the URL for all the patches that are provided, at http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/files/.<http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/files/> I can easily see them. Are you not able to view them there? John

Re: [PHP-INSTALL] Making concurrent installation of CLI & CGI SAPI with PHP5 source?

2007-08-22 Thread John N
No thank you. I don't see how your expensive Apple Dev Env, or your rate for time, has much to do with my question. We build php for multiple OS & architectures without any problems using free & available tools. For OSX, much of what we need is on the Developer DVD for OSX. The rest and for othe

Re: [PHP-INSTALL] Making concurrent installation of CLI & CGI SAPI with PHP5 source?

2007-08-22 Thread John N
Perhaps it's my English. I haven't asked anyone, in particular you, to do anything. I have asked if somebody knows, or has done already. Repeating "do it yourself" or suggesting I pay you is not very helpful. Thank you again, and perhps allow someone else more interested in sharing their knowle

Re: [PHP-INSTALL] Help compiling PHP 5.2.3 on OS X

2007-08-24 Thread John N
Since it seems with your configure, ./configure --with-apxs2=/app/apache2/bin/apxs --without-pear -- with-config-file-path=/app/ini --with-mysql=/usr/local/mysql that you're not building only for mysql extension and not for PDO/mysql, you will see in your config.log, dyld: Library not loaded: /

[PHP-INSTALL] "spl" module is OK if compiling into PHP, but not as external module

2007-08-25 Thread John N
ded. I'm not certain why this is OK when building "--with-spl" into Php, but not standing alone. Can someone, perhaps, see & explain the problem? Thanks. John

Re: [PHP-INSTALL] Help compiling PHP 5.2.3 on OS X

2007-08-28 Thread John N
DOES install the shared libraries in /usr/local/mysql/lib/mysql. John

Re: [PHP-INSTALL] Trying to load MySQL libraries from wrong location, configure failing

2007-09-01 Thread John N
riences there. One may notice that when building from source MySql on OSX, the locations are correctly, /usr/local/mysql/lib/mysql /usr/local/mysql/include/mysql John

Re: [PHP-INSTALL] Trying to load MySQL libraries from wrong location, configure failing

2007-09-01 Thread John N
of course, be applied similarly to tarball or Cvs source. As, perhaps, Juan will testify, these unstandard library paths can be some what frustrating. John

Re: [PHP-INSTALL] Trying to load MySQL libraries from wrong location, configure failing

2007-09-01 Thread John N
> Yes, they're publicly available As they may be interesting, can you point to the patches, perhaps? It would be helpful, thanks! John

Re: [PHP-INSTALL] Trying to load MySQL libraries from wrong location, configure failing

2007-09-01 Thread John N
r bug report and fix it, then there is an alternative once and for all to the symbolic linking solution. Of course, if that's your choice. John

[PHP-INSTALL] Missing php-cgi binary

2007-10-15 Thread John Penman
I have tried many different configurations to try and build the php-cgi binary and all ahve failed. Can anyone provide the missing link for me? Below is the configuration that I beleive should create the binary: ../configure --with-xml --with-zlib --with-mysql=/usr/local/mysql \ --w

[PHP-INSTALL] php_mysql library

2008-01-23 Thread John Ertel
hi there -- i need help badly -- i finally got the mysql library for php to work but now it will work for a few page loads and then all mysql/php pages produce a web server 500 error -- this is unrelated to programming as it doesn't matter what php script is running -- even the phpmyadmin panel

[PHP-INSTALL] Problem with ./configure with PHP 5.2.5 and mySQL 5.0.45

2008-01-24 Thread John Lee
mysql/lib/libmysqlclient.so.15 I have the following environment: Fedora 8 Apache 1.3.41 mySQL 5.0.45 If I just run "'./configure --with-apxs=/usr/local/apache/bin/apxs --with-zlib-dir=/usr/local/include", then I don't have this problem. Can anyone pl

[PHP-INSTALL] MySql running on other server

2009-01-09 Thread John Moore
ss in the docs so is there something else I should know about doing this..? Thanks for the help.. John..

Re: [Fwd: [PHP-INSTALL] Error when installing 5.2.8 on Win XP]

2009-02-08 Thread John Mertic
Hi Robert, This is a known issue in the 5.2.8 installer that is corrected in the 5.2.9RC1 installer. Thanks for your feedback! John Mertic jmer...@gmail.com | http://jmertic.wordpress.com On Sun, Feb 8, 2009 at 10:23 AM, Christopher Jones wrote: > > FYI > > Orig

Re: [PHP-INSTALL] PHP-5.2 and Apache MPM Worker

2009-05-22 Thread John Mertic
d.com/blog/apache_worker_mpm_with_php.html John Mertic jmer...@gmail.com | http://jmertic.wordpress.com On Fri, May 22, 2009 at 2:16 PM, Darvin Denmian wrote: > Hello, > > i have a Web Server with the follow configuration: > > 4       Generic \ 512 MB \ DDR2 667 FB DIMM > 4       Generic \ 10

Re: [PHP-INSTALL] PHP 5.3 and FastCGI IIS 5.1 installation

2009-08-31 Thread John Mertic
The easiest way is to grab the latest MSI installer for PHP at http://windows.php.net/downloads . Choose the VC9 NTS build for best performance. The installer will completely configure the environment for you. John Mertic jmer...@gmail.com On Aug 29, 2009, at 1:12 PM, J.Lubelan wrote

[PHP-INSTALL] Issues upgrading from 5.3.0 to 5.3.1 on Windows XP - Apache 2.2.14

2010-02-18 Thread John Sims
and reinstalled both Apache and PHP but it does not change anything. I don't see any bug issues on the php.net site. Any ideas??? Thank you for your time and help, John Sims

[PHP-INSTALL] Issues upgrading from 5.3.0 to 5.3.1 on Windows XP - Apache 2.2.14

2010-02-18 Thread John Sims
and reinstalled both Apache and PHP but it does not change anything. I don't see any bug issues on the php.net site. Any ideas??? Thank you for your time and help, John Sims

[PHP-INST] Sessions help needed!

2003-07-05 Thread John Fuller
the session code (possible for I have never written any sessions before) or my system is not supporting sessions. I have a php4 something, windows, apache 1.3.27 for my home network server, and mysql. Any help on this problem would be greatly appreciated. Thanks a lot for your time, John - Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

RE: [PHP-INST] not loading php correctly

2003-07-31 Thread John Szkudlapski
DirectoryIndex index.html index.php That should help :) John Paul Szkudlapski (Web Manager) Computer Services - BSFC t: +44 151 651 3720 f: +44 151 653 4419 m: +44 780 154 2033 w: http://hermes.bsfc.ac.uk

[PHP-INST] install

2003-08-14 Thread John Spencer
I have downloaded the win32 binaries 4.3.2 and the installer. When I run the installer I get "Could not initialize installation. File size expected=1060020, size returned=90139." I downloaded the two windows files "php 4.3.2 zip package [6,107kb] and php 4.3.2 installer [1,035kb] I have tried to ru

[PHP-INSTALL] site with linux binaries??

2003-09-08 Thread John Ryan
hi, i wanna upgrade php, but i dont have, and can never have root access on my server, plus no gcc or anything, so is there any site with binaries of php for linux-x86, with pretty much, all extras and modules!

Re: [PHP-INSTALL] maybe someone can help

2003-09-18 Thread John Williams
l on table.* to [EMAIL PROTECTED] identified by "somepassword"; flush privileges; for you at home you can grant all on * to [EMAIL PROTECTED] identified by "somepassword"; flush privileges; to access all tables. also check out http://www.webyog.com/sqlyog/ I use it at wor

[PHP-INSTALL] Please Unsubscribe me

2003-09-22 Thread John Phipps
Title: Message Thanks for the help but would appreciate being removed.

[PHP-INSTALL] RE: Configuring GD for Windows: imagerotate function

2003-10-24 Thread Dillon, John
o 4.3.3 as there is something about "Upgraded the bundled GD library to version GD 2.0.15" in the announcements: http://www.php.net/release_4_3_3.php. Apache httpd.conf says: LoadModule php4_module c:/PHP/php-4.3.2-Win32/sapi/php4apache.dll php_gd2.dll (773KB 27/08/0

RE: [PHP-INSTALL] RE: Configuring GD for Windows: imagerotate fun ction

2003-10-24 Thread Dillon, John
p 4.3.28. So is it a solution to change to 4.3.3 as there is something about "Upgraded the bundled GD library to version GD 2.0.15" in the announcements: http://www.php.net/release_4_3_3.php. Apache httpd.conf says: LoadModule php4_module c:/PHP/php-4.3.2-Win3

[PHP-INSTALL] Dropped Page Request Problem

2003-12-24 Thread John Holden
ally hope the problem is something obvious. I had previously built systems almost identical to these with great success. As I'm sure you can imagine, I'm on my edge with this, and I have a tremendous amount of pressure to find a solution ASAP. Thank you very much for you time and ideas, John Holden

RE: [PHP-INSTALL] Dropped Page Request Problem

2003-12-24 Thread John Holden
(firstchair.com and vtspiceoflife.com) used different DNS servers, provided by different ISPs, which led me to believe that the problem was most likely not that of the DNS. -Original Message- From: Joe Laffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:56 PM To: John Holden Cc: [EMAIL

RE: [PHP-INSTALL] Can's send mail

2003-12-24 Thread John Holden
While it's not exactly what you're looking for, does this hMailServer have the option of restricting SMTP access to a particular hostname/IP address? If so, you could just set it to localhost (127.0.0.1) and then not deal with passwords at all. John -Original Message- From

RE: [PHP-INSTALL] php installation problem

2003-12-26 Thread John Holden
Real easy fix. Add this line to your httpd.conf file: AddType application/x-httpd-php .php .phtml .php3 Which simply tells Apache to use PHP to handle all of the pages with those extensions. Best, John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [PHP-INSTALL] problems upgrading php to 4.3.4 from 4.12

2003-12-28 Thread John Holden
e instead; just make sure to download the RH7.2 RPMs, not the latest ones. John -Original Message- From: Dale [mailto:[EMAIL PROTECTED] Sent: Sunday, December 28, 2003 11:13 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] problems upgrading php to 4.3.4 from 4.12 Hello, My original ins

RE: [PHP-INSTALL] Dropped Page Request Problem

2004-01-01 Thread John Holden
in my testing-- a good reason to do this type of diagnostic work in the morning rather than late a night. Sorry to bother everyone with this painfully simple problem. John -Original Message- From: Joe Laffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:56 PM To: John H

RE: [PHP-INSTALL] PHP & MySQL

2004-01-01 Thread John Holden
nfigure command: ./configure \ --prefix=/usr/local/mysql \ --enable-assembler \ --with-innodb \ --without-debug Then, when configuring PHP, use: --with-mysql=/usr/local/mysql Good luck! John -Original Message- From: Jeremy Booker [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 7:3

RE: [PHP-INSTALL] Re: PHP-INSTALL (KMM61206776V97173L0KM)

2004-01-04 Thread John Holden
Does anyone have objections to my going through an inbox of Autoreplies and helping the obviously unconcerned support departments (like below) unsubscribe from the PHP list? -Original Message- From: choinet [mailto:[EMAIL PROTECTED] Sent: Sunday, January 04, 2004 2:32 AM To: [EMAIL PROTECT

[PHP-INSTALL] "Go away autoreply" test message

2004-01-04 Thread John Holden
Sorry for the junk mail, just testing out my unsubscribe endeavors. Please disregard.

RE: [PHP-INSTALL] php.ini

2004-01-08 Thread John Holden
Does PHP work? If so, run this command: php -i > phpinfo.txt Then look through that file. It will tell you the location of the php.ini file, along with a bunch of other information. John -Original Message- From: Donald Henson [mailto:[EMAIL PROTECTED] Sent: Thursday, January

RE: [PHP-INSTALL] Getting error while installation.

2004-01-12 Thread John Holden
You need to specify the real SSL location, not its parent. Maybe /usr/local/ssl? That's common for many Linux distributions... John -Original Message- From: ads php [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 12:38 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Ge

RE: [PHP-INSTALL] Problems in installation

2004-01-14 Thread John Holden
Title: Message  -Original Message-From: Yue Zhang [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 3:50 PMTo: [EMAIL PROTECTED]Subject: [PHP-INSTALL] Problems in installation I try to install Php 4.3.4 on a win xp machine. I use php434-installer.exe. Web serve

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Peggy, What switches are you using in your configure command for PHP? John Holden [EMAIL PROTECTED] 802.793.6244 P.O. Box 328 Waitsfield, Vermont 05673 -Original Message- From: Peggy Kam [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:26 AM To: [EMAIL PROTECTED] Subject

RE: [PHP-INSTALL] libphp4.so not created

2004-01-15 Thread John Holden
Hmm, I may be wrong about this, but I usually compile PHP with a prefix of /usr/local. Also, what OS are you running? You could also try running 'locate -u', then 'locate libphp4.so' and see if that finds anything. Anyone else have thoughts? John Holden [EMAIL PROTECTED] 8

RE: [PHP-INSTALL] mail()

2004-01-19 Thread John Holden
The IP from which PHP sends email is entirely dependent on your Sendmail settings-- the host option is for using a SMTP relay when in windows. -Original Message- From: Doug [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:22 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] mail()

RE: [PHP-INSTALL] Segfault on make install

2004-01-26 Thread John Holden
Hi Russ, Try building IMAP from scratch. Get the source from ftp://ftp.cac.washington.edu/mail/imap.tar.Z and run: make slx SSLTYPE=nopwd ..to build. Then when you go to build PHP, point it to your IMAP source directory: ... --with-imap=/usr/local/imap-2002e ... Good luck, John

RE: [PHP-INSTALL] mail() doesn't work in self-compiled 4.3.4

2004-01-30 Thread John Holden
Can you run sendmail from the terminal? If not, maybe your firewall is restricting outgoing traffic, or maybe Sendmail simply isn't started. John -Original Message- From: Sven Riedel [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 8:09 AM To: [EMAIL PROTECTED] Subject:

RE: [PHP-INSTALL] fight the autoresponders

2004-02-01 Thread John Holden
It's a noble effort, but seems to be a futile one. Best, John -Original Message- From: Cool Moe [mailto:[EMAIL PROTECTED] Sent: Sunday, February 01, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] fight the autoresponders I really hate that I have to reply to people dire

RE: [PHP-INSTALL] my changes in php.ini are not recognized

2004-02-03 Thread John Holden
to be represented with forward slashes, not backslashes--even in Windows. So, you might try "c:/winnt/sessiondata" instead of c:\winnt\sessiondata". Good luck! John Holden [EMAIL PROTECTED] 802 793 6244 P.O. Box 328 Waitsfield, Vermont 05673 -Original Message- From: Burckhardt Übe

RE: [PHP-INSTALL] how to install php with imap extensions

2004-02-14 Thread John Holden
owing switch to your PHP configure command: --with-imap=/path/to/ Adding IMAP won't do anything to PHP Nuke. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 7:41 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] how to install

[PHP-INSTALL] download file box appears

2004-02-22 Thread John Rutkowski
://localhost and the Apache test page appears 11)type in the url http://localhost/phpinfo.php and the download file box appears. phpinfo.php has the text Please can u help me? I thank u for any help that may be forth coming. John

RE: [PHP-INSTALL] PHP5 as big as possible build

2004-03-13 Thread John Holden
't need is not just silly from an efficiency perspective, it's also insecure.   If you want MySQL, just add the --with-mysql option. That's it.   John -Original Message-From: bws [mailto:[EMAIL PROTECTED]Sent: Saturday, March 13, 2004 5:22 PMTo: [EMAIL PROTECTED]

Re: [PHP-INSTALL] Re: Old times

2004-05-06 Thread John Matlock
Heads up. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 5:43 AM Subject: [PHP-INSTALL] Re: Old times > ALERT!!! > This e-mail in its original form contained one or more attached files that were infected with a virus or worm, or contai

[PHP-INSTALL] php/libcurl installed, undefined function curl_init

2004-05-20 Thread John Hogenmiller
curlib.so.2) when --with-curl=/usr/local/lib (and for fun --with-curl=/usr/local/lib/) do not do the trick? Thanks, John

[PHP-INSTALL] PHP5 Install for development

2004-07-23 Thread John Dangler
I would like to install php5 on FC2 for some development work using xml, xsl. I understand that there are some prerequisite packages that I will need, like libxml, libxslt, iconv, but don't know them all. Could someone provide a little insight? Thanks. I appreciate the feedback.

[PHP-INSTALL] WHAT THE???

2004-07-23 Thread John Dangler
If PHP.NET is going to allow any jackass to post virii on these newsgroups, I for one will definitely spread the word to STAY AWAY FROM HERE!

[PHP-INSTALL] Upgrading from PHP4 RPMs to PHP5 from source

2004-08-30 Thread John Swartzentruber
It seems like this would be a FAQ, but I haven't found an answer in the FAQ, the archives, Google, etc. I have a new server on which I've installed Fedora Core 2. This is just a small server on which I will host a few small mailing lists and web sites. Mostly it is a platform that I will use to

[PHP-INSTALL] File not found errors

2004-09-28 Thread John Middleton
have no clue if there could be installation or configuration problems.  If this sounds familiar to anyone, please let me know.   Thank you, John Middleton IT Associate NCEES

[PHP-INSTALL] Problem when running make install

2004-11-17 Thread john bender
Hi, I'm running into a problem when runing 'make install' I do not see any errors from configure or make. My configure is below: ./configure --with-apxs=/usr/local/sbin/apxs --prefix=PREFIX=/usr/local/php5/ --disable-pear I cut the options down to the bare minimum. 'make install' produces thi

[PHP-INSTALL] makerpm php5.0.2, cannot stat `modules/*.so'

2004-12-16 Thread John Stile
-tmp.50137 (%install) The modules directory does exist but it is empty. /usr/src/packages/BUILD/php-5.0.2/modules/ Thank you. -- ._. | \0/John Stile | | UniX Administration | | / \ 510-305-3800 | | [EMAIL PROTECTED] | .-.

Re: [PHP-INSTALL] Virus

2005-01-25 Thread John Stile
On Sun, 2005-01-23 at 20:58 -0700, Richard Pyne wrote: > There are a growing number of posts to this list that have an > attachemnt containing a virus. > > Will you all PLEASE take steps to stop spreading viruses. With all the free AV stuff out there, why hasn't one been implemented for this lis

[PHP-INSTALL] GD2 wont run

2005-09-08 Thread John Mcmurray
also tells me that the module cant be found.   In fact, none of the dll's that I downloaded in the zip file will register. Could it be that the files are faulty?   Regards,   John

[PHP-INSTALL] Upgrade PHP from 5.0.1 to 5.0.5 on Solaris

2005-10-13 Thread John Shanley
installation of PHP? Is it best to save any files before the upgrade? I would be grateful for any help as this is a live server with lots of users who are not going to be that happy if PHP does not work after upgrade. Many Thanks John

[PHP-INST] Apache - Mysql [installed successfully] - php errors on make

2002-02-07 Thread John Cuthbert
Hello, I am trying to get php to work [trying indicating Im not getting anywhere :(] I run ./configure with the various options I want and it doesnt give any errors, then I run make (or jump into make install) either way, I get an error: make[1]: Entering directory `/root/php-4.1.1' /bin/sh /

[PHP-INST] MinGW, building from source -- win32

2002-02-17 Thread John Moeller
Hello, Has anyone here tried building PHP from source for win32 with MinGW? If so, have you run into any trouble? Do you have any hints? Thanks, John

[PHP-INST] reinstalling php

2002-02-25 Thread John Williams
I've reinstalled php4.1.1 on my solaris 8 box to use graphics(png, jpeg,GD...) After reinstalling, phpinfo() shows the original configuration options. Where does phpinfo get this information and how can I change it? Thanks! John -- PHP Install Mailing List (http://www.php.net

[PHP-INST] cannot load MySQL extension,

2002-03-09 Thread John Thorne
New Linux Apache/php/mysql user When trying to use phpmysqladmin I get an error cannot load MySQL extension, please check PHP Configuration I can work with mysql, create tables etc I can display a phpinfo page What to I look for in the pho.ini file ?? thanks jrt -- PHP Install Mailing Li

  1   2   3   >