Re: [PHP-INSTALL] Question

2011-07-21 Thread Paul Reinheimer
Hi Eric, Two basic questions, but as I'm the first to reply I'll give it a shot. Is there anything in the php error log? Also, could you ensure display startup errors is on? Paul -- Paul Reinheimer Zend Certified Engineer

[PHP-INSTALL] Question

2011-07-21 Thread Eric H.M.M. Condic
We are currently running PHP 5.2.4 on a Windows 2003 Server. We have installed Microsoft 2008 C++ Runtime (x86) on the box but can't get 5.3.6 to run. The install goes fine (IIS CGI non-threaded protection), no errors, but on a reboot php doesn't work. We try to access a small test.php script w

[PHP-INSTALL] Question on upgrading php to 5.2.8 on mac os x

2009-02-17 Thread Wesley Dukes
Hello all, I am interested in upgrading my php to 5.2.8 (currently 5.2.6) on my development machine but before I started I thought I send a note out to this list to see if anyone has any pointers or advice. I have gone through the documentation on php.net, specifically this page: http://www.php.ne

[PHP-INSTALL] question regards to external library

2008-04-18 Thread Joseph Yee
Greeting, First time poster. I have made some changes to external library (ie. IMAP c-client) and wonder if I have to rebuild the whole PHP (PHP 5.2.5) or I could do some make extension, and how? I looked into PHP manual, but found nothing. Any pointers would be appreciated. Thanks in adv

[PHP-INSTALL] Question regarding upgrading from PHP 4 to PHP 5, hird party extensions

2008-01-27 Thread hk-
I am planning to upgrade my web server from PHP 4 to PHP 5. I currently have apache 2 and PHP 4.4.7 installed from source. But I have been unable to find a god “how to” describing the process when upgrading of php on a linux system. I have some third party extensions enabled, such as eaccelerator

Re: [PHP-INSTALL] Question about gd.so and PHP

2006-04-19 Thread Jake Bottero
:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 9:40 AM To: Donatas Vyzas Subject: Re: [PHP-INSTALL] Question about gd.so and PHP No, it's part of a RHEL3 install that I did pretty much with the Red Hat GUI installer. Maybe this relates to a different issue on the same machine: W

[PHP-INSTALL] Question about gd.so and PHP

2006-04-18 Thread Jake Bottero
I have php4 installed. From the command line, if I type "php", it tells me: PHP Warning: PHP Startup: Unable to load dynamic library './gd.so' - ./gd.so: Cannot open shared object file: No such file or directory in Unknown on line 0 I understand what it is saying, but I don't understand

Re: [PHP-INSTALL] Question

2006-04-09 Thread Luc I. Suryo
> I would like to know if it is possible to install PHP on two webservers on > > the same machine. I have a sunone webserver running with PHP already and > I would like to install PHP with apache on the same machine can anyone > point me in the right diresction. > yes as long the webservers

Re: [PHP-INSTALL] Question

2006-04-09 Thread Jeremy Oliver
Carinus Are you using a windows system (or are you unix). Either way the solution s/be similar. This should not be a problem, all you need do is edit the apache httpd.conf file to reflect your PHP location: In windows: #PHP INSERTS ScriptAlias /php/ "c:/web/php/" AddType application/x-httpd

[PHP-INSTALL] Question

2006-04-09 Thread carinus . carelse
I would like to know if it is possible to install PHP on two webservers on the same machine. I have a sunone webserver running with PHP already and I would like to install PHP with apache on the same machine can anyone point me in the right diresction. Carinus -- This e-mail and its

[PHP-INSTALL] Question on PHP Install with Apache on Windows

2006-02-15 Thread Anderson Debra (PRN)
I am new to PHP development. I am trying to setup a PHP developer environment on my Windows 2000 desktop system. I have Apache 2.0.52 installed and running - I'm currently using Apache for another application via a Servlet plug-in I have installed PHP 4.4.2 and I can run php -i command

RE: [PHP-INSTALL] Question regarding PHP5

2005-06-29 Thread Mark Galbreath
-INSTALL] Question regarding PHP5 Hi All, I have been unable to find a direct answer to this question on the net so I am asking here. I need a definitive answer for a client. Let me know if this is the wrong place. Is PHP 5 "officially" ready for production use, or should important sys

Re: [PHP-INSTALL] Question regarding PHP5

2005-06-29 Thread Lester Caine
Daniel Brandauer wrote: Hi All, I have been unable to find a direct answer to this question on the net so I am asking here. I need a definitive answer for a client. Let me know if this is the wrong place. Is PHP 5 "officially" ready for production use, or should important systems stick wit

[PHP-INSTALL] Question regarding PHP5

2005-06-28 Thread Daniel Brandauer
Hi All, I have been unable to find a direct answer to this question on the net so I am asking here. I need a definitive answer for a client. Let me know if this is the wrong place. Is PHP 5 "officially" ready for production use, or should important systems stick with PHP4? TIA -Daniel

Re: [PHP-INSTALL] Question about PHP as standalone

2005-03-04 Thread Brad Kowalczyk
Menon, Girish (GE Healthcare) wrote: Hi, I have a lot of systems deployed which has the latest Apache version (without PHP), built on Linux, bundled into it. Some of the sites have asked for PHP as well. Is there someway I can install PHP without having to re-build Apache? Girish yeah

[PHP-INSTALL] Question about PHP as standalone

2005-03-04 Thread Menon, Girish \(GE Healthcare\)
Hi, I have a lot of systems deployed which has the latest Apache version (without PHP), built on Linux, bundled into it. Some of the sites have asked for PHP as well. Is there someway I can install PHP without having to re-build Apache? Girish

[PHP-INSTALL] question

2004-02-25 Thread wjodilynn
msg <>

[PHP-INSTALL] question of setting in php.ini

2003-10-06 Thread Ruprecht Helms
Hi, how have I to change the entry in the php.ini for handle formfieldentries in php. I want that I mustn't specify with which method I transfer the values to the script. Actual I've a form and a outputscript, but the value of the field is not displayed. Regards, Ruprecht

[PHP-INST] PHP install question

2002-10-14 Thread Sean M Lentner
I got php with gettext, ldap, imap & mysql installed and running but I don't think I have PHP registered properly. On my RH linux box I can do a which php and get the location but on OpenBSD I just get which php php: Command not found. which ls /bin/ls any ideas? Also I can access test.php