[PHP-INSTALL] RE: php and iis 7

2013-03-25 Thread Davis John A
Use the IP address of the server instead of "localhost"? And if it has SSL bound, use the domain name? I think you also have to bind a/the IP address under "Bindings". Thank you, John A. Davis Senior Software Analyst CNE, MCSE -Original Message- From: Harrison, R

[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

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

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: [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

[PHP-INSTALL] Symbol xmlTextReaderSetup definition was not found

2009-02-04 Thread John T Mills
6.30/lib/ isn't linking correctly, but, ldd finds it with no issues. Thanks, John http://bugs.php.net/bug.php?id=47279&thanks=6 [2 Feb 2:08pm UTC] Description: Compilation yields no errors but upon start I get an undefined symbol error. Reproduce code: --- expor

Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
I finally got php-5.2.0 to build without errors Maybe there needs to be a note somewhere about the php versions and the matching mysql version it will build against..??? Any other thoughts or ideas appreciated.. John.. John B. Moore wrote: I did finally find a reference to this error

Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
ion of php matches MySql 5.0.67 I downloaded 5.2.6 and got the same error in the make.. Please.. I hope someone can point me in the right direction here.. Thanks.. John.. On Fri, 16 Jan 2009, John B. Moore wrote: To: php-install@lists.php.net From: John B. Moore Subject: [PHP-INSTALL] make

Re: [PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-17 Thread John B. Moore
Keith Roberts wrote: Hi John. I'm on Fedora 8 ATM. In the process of upgrading to F10. Do you have the mysql development libraries installed? I have MySQL-devel-5.0.67-0.i386.rpm installed.. John...

[PHP-INSTALL] make [sapi/cli/php] Error 1

2009-01-16 Thread John B. Moore
pletely deleted the ../src/php-5.2.8 and started from scratch twice to make sure I did not farkle something in my earlier attempts..) Hopefully I have included enough information... any pointers would be appreciated... John..

[PHP-INSTALL] Getting "Email Abuse" responses everytime I post to this list

2009-01-11 Thread John B. Moore
Any feedback appreciated.. John... ==copy of email = Original Message Subject:Re: [PHP-INSTALL] MySql running on other server [Incident:090110-002811] Date: Sat, 10 Jan 2009 19:40:15 -0500 (EST) From: Abuse Department

Re: [PHP-INSTALL] MySql running on other server

2009-01-10 Thread John B. Moore
ase name.. i.e. ln -s /usr/lib/mysql/libmysqlclient.so.10.0.0 /usr/lib/mysql/libmysqlclient.so I don't do this sort of thing regularly so could some one confirm that as a solution in this case.. Or...? Thanks John..

Re: [PHP-INSTALL] MySql running on other server

2009-01-10 Thread John B. Moore
Daniel Brown wrote: You'll need to add MySQL support to your PHP installation with --with-mysql, but you won't need to run a MySQL server on the same machine. Thanks... I obviously misunderstood what I was reading.. It saw a lot of examples where --with-mysql=[pathhere] ...was indicate

[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: [PHP-INSTALL] installation with IIS

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

[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

[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] 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] 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

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

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
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
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] 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

[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-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: /

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] 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
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

[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

[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] 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] 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 install on OS X 10.4.9

2007-06-21 Thread John-Paul Mead
debug file: debug.log Description: Binary data Thanks in advance for your help. -- John-Paul Mead [EMAIL PROTECTED]

[PHP-INSTALL] Solaris 10 64-bit php compile, pear fails

2007-03-15 Thread John JJ Hazelwood
Hello, I'm currently working on a project to compile gcc, openssl, apache, zlib/libiconv/libxml2 and php () in 64-bit mode. So far I've got everything compiling clean as 64-bit executable and libraries except for php. I have gcc 32-bit 3.4.3 and gcc 64-bit 4.1.2 available and have tried both compi

[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] 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] 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] 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] 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] 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] 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] 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-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

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

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-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] | .-.

[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] 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] 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

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

[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] 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] 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

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] 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] 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]

[PHP-INSTALL] something for you

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

[PHP-INSTALL] Php sablotron

2004-02-23 Thread Rutherford, John (Library)
in /usr/local/apache2/htdocs/xtest.php on line 2 The XML,XSL,PHP files and PHP compile, version, and config information is Below. Any suggestions greatly appreciated. John Rutherford ++ XSL FILE: http://www.w3.org/1999/XSL

[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] 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

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] 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] 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] 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()

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()

[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??

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] 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] 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] 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] 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

[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] 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

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] 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] 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] 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] 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] 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

[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] 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] 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

[PHP-INSTALL] Please Unsubscribe me

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

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] 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!

[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

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] 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!

[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-INST] Re: [PHP-DB] 4.2.3 session login problem...

2003-06-17 Thread CPT John W. Holmes
3. The only > difference in the machines is that the working one uses PHP as a static > module and the broken one uses PHP as a loadable module. Anyone run into > this problem before? Yes, I have. Your problem is on line 325. ---John Holmes... -- PHP Install Mailing List (http://www.php

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: 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 &

[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: 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: "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: 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: 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] installing 4.3.1

2003-03-15 Thread John Coderj
led mysql ? after installing psahp/mysql/apache at least 5 times on a linux box and three times on a windows box I'm a little embarassed to be asking fore assistance. John Coder -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   3   >