[PHP-INSTALL] php 5.0.4 + configure on Solaris 2.8 --> cannot find libxml2 [but it's installed]

2005-04-06 Thread Jeffery Cann
Greetings. In my solaris 2.8 environment, I installed a binary libxml2 (2.6.11) package from CDW blastwave.org: $ pkginfo -l CSWlibxml2 PKGINST: CSWlibxml2 NAME: libxml2 - Xml parser library CATEGORY: application ARCH: sparc VERSION: 2.6.11,REV=2004.07.15 VENDOR: htt

Re: [PHP-INSTALL] Postgres for php question

2005-04-06 Thread Michael
You have to recompile PHP to add a module. You can find out how PHP was configured by looking in phpinfo(). It lists the configure command near the top. By the way, I find it useful to type my configure command in a file (called php-config) and then run "bash Joshua Pritchard wrote: I have recentl

[PHP-INSTALL] Postgres for php question

2005-04-06 Thread Joshua Pritchard
I have recently moved up in the company I work for and as such I have inhereted a box that wuns a small webserver. As part of my updating of all the systems I want to start using php for new Webcontent rather than Perl. The box is Fedora Core 3, running Apache 2, php 4, and postgres 8 the proble

RE: [PHP-INSTALL] Apache hangs when PHP is installed.

2005-04-06 Thread Joshua Pritchard
I have recently moved up in the company I work for and as such I have inhereted a box that wuns a small webserver. As part of my updating of all the systems I want to start using php for new Webcontent rather than Perl. The box is Fedora Core 3, running Apache 2, php 4, and postgres 8 the proble

[PHP-INSTALL] Apache hangs when PHP is installed.

2005-04-06 Thread Frelled
Hi, I'm using Apache 2.0.53, PHP 5.0.4, Windows 2003 server. Clean install. Apache works fine until I install PHP, then Apache fails to start. Commenting out the lines : LoadModule php5_module c:/php/php5apache2.dll AddType application/x-httpd-php .php from the httpd.conf f

[PHP-INSTALL] install problems

2005-04-06 Thread Mike Volmar
I am trying to upgrade GD on redhat 9. I was able to install it but need to rebuild php to get it running. Since php.net says they do not distribute unix binaries, I decided the easiest way to get GD2 working was to upgrade to php 4.3.11 Unfortunately, this did not work. I get this error. [EMAIL

Re: [PHP-INSTALL] Missing Variables

2005-04-06 Thread PAMELA WHITTAKER
Hi, How do you delete a cookie immediately? I have tried setcookie('member_password',"",time() - 60*60*24*364); but it doesn't work. Thanks Pam