[PHP-INSTALL] Php installation

2013-11-02 Thread george diamei
Iam trying to build php from source in windows 8 , i downloaded php source from "http://www.php.net/downloads.php"; and " http://windows.php.net/download/#php-5.5"; which one of these should i use to build php and also from "http://windows.php.net/download/#php-5.5"; under "VC11 x86 Thread Safe (20

[PHP-INSTALL] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript question

2013-05-11 Thread David Lykke Søndergaard
Hey, I have been trying to get PHP to work with Windows Scripting Host and WSF files. With PHP 5.2.17, I could use PHP5ActiveScript.dll to make the connection and run this script: $WScript->Echo("Hello World!"); http://www.php.net/manual/bg/install.windows.activescript.php I can not, ho

[PHP-INSTALL] PHP 5.4 with FPM keeps forgetting about MySQL extension when using Wordpress

2013-04-07 Thread Nico Böhr
Hello everyone, I noticed a very strange behaviour of PHP-FPM 5.4. PHP seems to "forget" about the MySQL extension after one request or so. I am not sure, but I think this is a bug in PHP. Steps to reproduce: Take a clean Ubuntu Server 12.04 64-Bit install (all updates), prepare everything

Re: [PHP-INSTALL] php and iis 7

2013-03-25 Thread Jorge F. Hernandez
Title: Signature If you are having problems with IIS loading PHP scripts, try using this to enable it: http://phpmanager.codeplex.com/ That worked for me when IIS was having problems loading PHP.

[PHP-INSTALL] php and iis 7

2013-03-25 Thread Harrison, Roberto
I have an html page (iisstart.htm) which calls a php program running successfully with MySQL from the server where it is installed. I simply launch the iisstart.htm file by double clicking on it as I am logged into the server. It all works exactly the way I want it to locally. I have gone thro

[PHP-INSTALL] php-5.4.8 fails to install on Solaris 10

2012-11-02 Thread Dennis Clarke
php-5.4.8 goes through configure fine and compiles fine, all tests are fine with the exception of two or three and I can look into those later. However make install fails quickly and totally : $ gmake install Installing PHP SAPI module: apache2handler /usr/local/www/data/build/instdso.

Re: [PHP-INSTALL] php/zend and apache segmentation faults

2012-10-21 Thread Christopher Jones
On 10/19/2012 03:08 AM, tariq wali wrote: Hi, I am new to the group here and would quickly like to understand if this is the right place to share questions on php/zend ? Just to give an idea we at info edge ltd run most of the web properties on LAMP stack and use various versions of PHP(5.2 to

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Daniel P. Brown
On Sat, Sep 8, 2012 at 4:12 PM, kevin wrote: > Hi Daniel, > Thanks very much for that , another member pointed out my mistake > was the quotes I had used , was in fact copy and pasted to ensure no typos > but acrobat must have thought it was different character, anyway problem > definitely

RE: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread kevin
Message- From: keith@karsites.localdomain [mailto:keith@karsites.localdomain] On Behalf Of Keith Roberts Sent: Sunday, 9 September 2012 04:15 Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] php parse error after installation On Sat, 8 Sep 2012, Daniel Brown wrote: > To: kevin >

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Keith Roberts
On Sat, 8 Sep 2012, Daniel Brown wrote: To: kevin From: Daniel Brown Subject: Re: [PHP-INSTALL] php parse error after installation On Sat, Sep 8, 2012 at 3:42 AM, kevin wrote: Hi there, I have exhausted all methods I can find to fix this problem ,which is from the

Re: [PHP-INSTALL] php parse error after installation

2012-09-08 Thread Daniel Brown
On Sat, Sep 8, 2012 at 3:42 AM, kevin wrote: > Hi there, > > I have exhausted all methods I can find to fix this problem > ,which is from the following php code from php 5 for dummies book, which I > doubled checked as well from their website, > > > > > > > > PHP Test > > > > >

[PHP-INSTALL] php parse error after installation

2012-09-08 Thread kevin
Hi there, I have exhausted all methods I can find to fix this problem ,which is from the following php code from php 5 for dummies book, which I doubled checked as well from their website, PHP Test This is an HTML line This is a PHP line"; phpinfo(); ?> Whe

[PHP-INSTALL] PHP 5.3.8 and Curl 7.25 Compilation issue

2012-05-09 Thread Farid Izem
Hi All, I'm currently trying to compile PHP 5.3.8 under Solaris 10 with curl support. Configure line is : ./configure --disable-all --with-curl=$HOME/curl --enable-soap Everything is fine for this step. Then i try make step and it failed with the following error : UndefinedUndefined

[PHP-INSTALL] PHP FPM processes opening a ton of files and leaving them open

2011-12-14 Thread Joe Auty
Hello, I'm finding that my PHP FPM processes are opening a ton of files, so many that I'm bumping up against OS limits causing my FPM processes to die. I'm assuming that this is caused by memory leaky PHP apps that are crashing and these connections not severing? What sort of config options

[PHP-INSTALL] PHP-FPM, Monit, ping/status pages, Apache

2011-12-14 Thread Joe Auty
Hello, I'm trying to monitor my FPM daemon with Monit, and I'm assuming that the following is not the best technique due to respawning and the PID changing? check process php5-fpm with pidfile "/var/run/php5-fpm.pid"   start = "/etc/init.d/php5-fpm start"   stop = "/etc/init.d/p

[PHP-INSTALL] php

2011-11-24 Thread Joe Joee
hi i had wamp5 and php 5.2.1 i had to install phpunit to work with the yii framework so i had to install pear , i just followed a book on yii framework finely i got phpunit working it gave me errors because i have old version of php so i installed the new version of wamp which is 2.1a i think hop

[PHP-INSTALL] php 5.3.8 on Solaris 10, pear downloads but will not install

2011-11-22 Thread Steven L Jeffs
I have the necessary libraries for and have compiled php 5.3.8 without error on solaris 10. PHP installs and seems to function, but I cannot install pear modules. Pear will download packages, but not install (see below). How can I determine what is wrong with my compile? # pear list Installed

Re: [PHP-INSTALL] PHP 5.3.8 and Apache 2.2 VC9

2011-09-23 Thread Lester Caine
Michael Nolsøe Madsen wrote: I am trying to follow the guidelines from php.net but it seems the documentation is not up-to-date or am I wrong? The doc shows a php5apache2_2.dll but 5.3.8 only has a php5.dll. Am I to find this apache dll somewhere else? Also the doc shows how to get apache to lo

[PHP-INSTALL] PHP 5.3.8 and Apache 2.2 VC9

2011-09-23 Thread Michael Nolsøe Madsen
I am trying to follow the guidelines from php.net but it seems the documentation is not up-to-date or am I wrong? The doc shows a php5apache2_2.dll but 5.3.8 only has a php5.dll. Am I to find this apache dll somewhere else? Also the doc shows how to get apache to load php: LoadModule php5_mo

Re: [PHP-INSTALL] PHP install

2011-09-22 Thread Daniel Brown
On Thu, Sep 22, 2011 at 21:09, wrote: > David > > Thanks for your response I will look into it tomorrow.  What issues to I run > into in running PHP in I guess debug mode? Just to be clear: the debug.log will not necessarily be located in your build directory, unless that's from where you r

Re: [PHP-INSTALL] PHP install

2011-09-22 Thread Daniel Brown
On Thu, Sep 22, 2011 at 00:21, wrote: > Support > > > > I configured php using the following parameters: > > Configure Command =>  './configure'  '--with-mcrypt=/usr/local/bin/mcrypt' > '--wi > > thout-pear' '--enable-debug' > > > > and things appear to be fine. > > > > This message listed below

[PHP-INSTALL] PHP install

2011-09-22 Thread ANTHONY_HUDSON
Support I configured php using the following parameters: Configure Command => './configure' '--with-mcrypt=/usr/local/bin/mcrypt' '--wi thout-pear' '--enable-debug' and things appear to be fine. This message listed below appears in config.status: *** ATTENTION *** Some

[PHP-INSTALL] PHP 5.3.8 fails make test on CentOS 6

2011-08-24 Thread Jason Lewis
I'm trying to compile PHP 5.3.8 on CentOS 6 i386. Other complied applications on this server are apache 2.2.19, perl 5.14.1, openssl 0.9.8, mod perl 2.0.5, libiconv 1.14, and easysoft odbc to odbc bridge 2.0.0. PHP appears to configure and build correctly, but when I run a make test it fails. Lo

Re: [PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Ferenc Kovacs
On Mon, Aug 22, 2011 at 8:37 PM, Keith Roberts wrote: > On Mon, 22 Aug 2011, Eric H.M.M. Condic wrote: > >> To: php-install@lists.php.net >> From: Eric H.M.M. Condic >> Subject: [PHP-INSTALL] PHP 5.3.6 and MySQL >> >> We have just upgraded to PHP 5.3.6

Re: [PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Keith Roberts
On Mon, 22 Aug 2011, Eric H.M.M. Condic wrote: To: php-install@lists.php.net From: Eric H.M.M. Condic Subject: [PHP-INSTALL] PHP 5.3.6 and MySQL We have just upgraded to PHP 5.3.6 and everything is working except the link to a remote MySQL database. When we run a test script, we get the

[PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Eric H.M.M. Condic
We have just upgraded to PHP 5.3.6 and everything is working except the link to a remote MySQL database. When we run a test script, we get the following error message, see below. MySQL is version 5.1.52: Could not connec

[PHP-INSTALL] PHP/Cairo-0.2.0 Build Bug

2011-07-21 Thread Thomas Dineen
Gentle People: When I try to build the PHP/Cairo Extension (version cairo-0.2.0) with the following command: pecl install channel://pecl.php.net/cairo-0.2.0 on Solaris 10 Intel, I get the following errors: "/tmp/pear/temp/Cairo/cairo_surface.c", line 706: undefined symbol: CAIRO_SURFACE_TYPE

Re: [PHP-INSTALL] php - libmysqlclient question

2010-12-29 Thread Daniel Brown
On Wed, Dec 29, 2010 at 04:57, Hajo Locke wrote: > Hello, > > i want to talk from php to different mysql-servers with different versions. > is it a recommend way to compile php always against newest libmysqlclient or > not so important? You should use the newest stable version so you can take

[PHP-INSTALL] php - libmysqlclient question

2010-12-29 Thread Hajo Locke
Hello, i want to talk from php to different mysql-servers with different versions. is it a recommend way to compile php always against newest libmysqlclient or not so important? Thanks, Andre

[PHP-INSTALL] PHP & Zend crashing Apache

2010-10-26 Thread El Reggae Dancer
Hello, I've compiled PHP 5.3.3 with Zend. Sometimes, my Apache 2.2.11 crashed and created a core dump (probably due to the Zend enabled in PHP). OS : Solaris 10 10/09 s10x_u8wos_08a X86 Apache logfile: --- [Mon Oct 25 13:11:47 2010] [notice] child pid 3485 exit signal Segmentation

Re: [PHP-INSTALL] php + sendmail

2010-08-20 Thread Étienne Buira
On 08/20/10 15:06, Illó Gábor wrote: > Hello Hi > I have php-fpm in my freebsd jail. php-fpm chrooted to > /usr/local/www/. I install mini-sendmail and linked > /usr/local/bin/mini_sendmail to /usr/local/www/ and i put > php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf Don't

[PHP-INSTALL] php + sendmail

2010-08-20 Thread Gabor Illo
Hello I have php-fpm in my freebsd jail. php-fpm chrooted to /usr/local/www/. I install mini-sendmail and linked /usr/local/bin/mini_sendmail to /usr/local/www/ and i put php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf php mail() return false Log is empty. strace not work in

[PHP-INSTALL] php + sendmail

2010-08-20 Thread Illó Gábor
Hello I have php-fpm in my freebsd jail. php-fpm chrooted to /usr/local/www/. I install mini-sendmail and linked /usr/local/bin/mini_sendmail to /usr/local/www/ and i put php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf php mail() return false Log is empty. strace not work in

[PHP-INSTALL] php + sendmail

2010-08-20 Thread Illó Gábor
Hello I have php-fpm in my freebsd jail. php-fpm chrooted to /usr/local/www/. I install mini-sendmail and linked /usr/local/bin/mini_sendmail to /usr/local/www/ and i put php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf php mail() return false Log is empty. strace not work in

[PHP-INSTALL] PHP on a Solaris 9 host - library issue perhaps

2010-07-16 Thread Kevin
Hi: I am trying to install PHP 5 on a Sun Solaris 9 host and have been trying to resolve a library problem. I got the PHP 5 package from SunFreeware.com web site. I am running the late version gcc (3.4.46). I think the issue that the libphp5.so is looking for a version of libc.so.1 that is not th

[PHP-INSTALL] php installation on embedded board

2010-04-22 Thread Mitul Modi
hi, I want to install php 5.2.3 on linux embedded board. can any one help me how to tear down the binary footprint of php. Thanks, Mitul modi

[PHP-INSTALL] php-cgi refreshing every couple of minutes

2010-01-26 Thread Robert Russell
I run a fairly busy site with a Wordpress blog and vBulletin forums. I recently dumped Apache and and using nginx for everything (which has been incredible and I would never go back). I'm using PHP as fastCGI and have a wrapper script to start the process. We average about 1,000 concurrent users

[PHP-INSTALL] php-cgi recycling every couple of minutes causing delays

2010-01-26 Thread Robert Russell
I run a fairly busy site with a Wordpress blog and vBulletin forums. I recently dumped Apache and and using nginx for everything (which has been incredible and I would never go back). I'm using PHP as fastCGI and have a wrapper script to start the process. We average about 1,000 concurrent users

[PHP-INSTALL] PHP 5.3.1 php-cgi missing from installation

2010-01-21 Thread Geoffrey Lee
I am attempting to install PHP 5.3.1 using CGI, but php-cgi seems to have vanished in PHP 5.3.1. I've tried both the --enable-cgi and --disable-cli flags for ./configure, but it doesn't create the php-cgi binary under the sapi/cgi subdirectory. However, I was able to get this working in PHP 5.3.0 j

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-21 Thread j . kaluza
I think David don't ask if it's working on any Ubuntu karnic but just ask help about how to fix his issue with the compiling errors (looks like his source got source code errors. Could you paste your cinfigure script results David so the experts here can help you more :) Rasmus Lerdorf

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-20 Thread Rasmus Lerdorf
I am on Ubuntu Karmic with gcc-4.4.1 as are a number of other PHP devs, and it builds just fine. David Favor wrote: > The same problem appears with all stable versions of php > and Ubuntu Karmic with gcc-4.4.1 which produce: > > r...@hive1:# ./configure > r...@hive1:# make > /bin/sh /home/dfavor/

[PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-20 Thread David Favor
The same problem appears with all stable versions of php and Ubuntu Karmic with gcc-4.4.1 which produce: r...@hive1:# ./configure r...@hive1:# make /bin/sh /home/dfavor/work/php-5.3.1/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/home/dfavor/work/php-5.3.1

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Keith Roberts
On Wed, 9 Dec 2009, Roy Lam wrote: To: php-install@lists.php.net From: Roy Lam Subject: [PHP-INSTALL] PHP install with Apache I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache Server a

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
Hotmail schrieb: moved top posting to bottom ! -- From: "Hendrik Schmieder" Sent: Wednesday, December 09, 2009 6:27 PM To: "Roy Lam" Subject: Re: [PHP-INSTALL] PHP install with Apache Roy Lam schrieb: I have a problem on

Re: [PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Hendrik Schmieder
Roy Lam schrieb: I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache Server anymore. By my observation, It should have some problems when i add an extension into the PHP module. I would like to ask ho

[PHP-INSTALL] PHP install with Apache

2009-12-09 Thread Roy Lam
I have a problem on installing PHP 5.3.1 with Apache Server 2.2.14. When I adding the command "PHPIniDir" into httpd.conf, I cannot start the Apache Server anymore. By my observation, It should have some problems when i add an extension into the PHP module. I would like to ask how can i fixed it

[PHP-INSTALL] php installation.

2009-12-04 Thread Aaron Zmerzlikar
I am running windows 7 64 bit with apache 2.2.14 and it runs fine until I install php 5.3.1 in the installer form VC6 x86 Thread Safe. After installing php I attempt to restart apache and it fails to restart and I receive the following error in the apache error log. [Fri Dec 04 21:01:16 2009] [not

[PHP-INSTALL] php 5.3 - older openssl

2009-11-30 Thread Andre Hübner
Hi, is there any chance to run php 5.3 with older openssl libs. On my machine Version 0.9.6 is installed. At compiling i get error: /bin/sh /usr/src//php5-5.3.1/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/openssl/ -I/usr/src//php5-5.3.1/ext/openssl/ -DPHP_ATOM_INC -I/usr/sr

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Ryan Schmidt
There are several different SQLite interfaces in PHP. Sounds like you've enabled two of them, but are now trying to use a third one that you haven't enabled. On Nov 17, 2009, at 00:59, RRybak wrote: > [PHP_PDO_SQLITE] > extension=php_pdo_sqlite.dll That extension provides this interface: htt

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Étienne Buira
RRybak wrote: > Hello, > > I've spend some days on googling, but as for now - without any effect. > > -- > The configuration follows: > - Windows 7 64bit (build 7100) > - PHPInfo -> Apache/2.2.13 (Win32) PHP/5.3.0 > PDO drivers mysql, odbc, sqlite > >PDO Driver for SQLi

[PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread RRybak
Hello, I've spend some days on googling, but as for now - without any effect. -- The configuration follows: - Windows 7 64bit (build 7100) - PHPInfo -> Apache/2.2.13 (Win32) PHP/5.3.0 PDO driversmysql, odbc, sqlite PDO Driver for SQLite 3.xenabled SQLi

[PHP-INSTALL] PHP install error

2009-11-02 Thread Jaber, Adam M CTR DLA J6UIA
Hello, Platforms: AIX 5.3.10 - Apache 2.2.14 - PHP 5.2.11 - DB2/UDB 9.7 I received this error after running: ./configure --with-apxs2=/usr/opt/apache2/bin/apxs --with-ibm-db2=/data/db2/db2inst1/sqllib --sysconfdir=/usr/opt/apache2/conf +---

[PHP-INSTALL] PHP install on AIX

2009-10-30 Thread Jaber, Adam M CTR DLA J6UIA
Hello, Platforms: AIX 5.3.10 - Apache 2.2.14 - PHP 5.2.11 - DB2/UDB 9.7 I received this error after running: ../configure --with-apxs2=/usr/opt/apache2/bin/apxs --with-ibm-db2=/data/db2/db2inst1/sqllib --sysconfdir=/usr/opt/apache2/conf +--

[PHP-INSTALL] PHP 5.2.11 IIS 6.0 give 404 when not in Inetput\wwwroot

2009-10-22 Thread Paul Barham
Hello, Yes I am not that familiar with Windows, but have been working with PHP on Linix since 4.x. I am able to run a phpinfo script in the default website. When I create a new website and try to run the same script I get a 404, which leads me to ask "is it possible to have a PHP website outside

Re: [PHP-INSTALL] PHP pages not working externally

2009-09-19 Thread Keith Roberts
On Fri, 18 Sep 2009, cameron edwards wrote: To: php-install@lists.php.net From: cameron edwards Subject: Re: [PHP-INSTALL] PHP pages not working externally Hi there, port 80 feeds an internal only website... Apache is running 2 virtual hosts. one off port 80 and the other off port 8000

Re: [PHP-INSTALL] PHP pages not working externally

2009-09-18 Thread cameron edwards
.php (phpinfo page) does not work externally yet both work fine inside the lan. "Keith Roberts" wrote in message news:alpine.lfd.2.00.0909181245040.12...@www.karsites.net... On Fri, 18 Sep 2009, Cameron Edwards wrote: To: 'Jack van Zanen' From: Cameron Edwards Subject: R

RE: [PHP-INSTALL] PHP pages not working externally

2009-09-18 Thread Keith Roberts
On Fri, 18 Sep 2009, Cameron Edwards wrote: To: 'Jack van Zanen' From: Cameron Edwards Subject: RE: [PHP-INSTALL] PHP pages not working externally http://83.244.227.165:8000/test.php is the print that is working externally for me? Alternatively, a static html page can be seen h

RE: [PHP-INSTALL] PHP pages not working externally

2009-09-17 Thread Cameron Edwards
Of Jack van Zanen Sent: 17 September 2009 23:51 To: cameron edwards Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP pages not working externally they both appear to hang for me. Firewall issue? Jack 2009/9/18 cameron edwards I have setup PHP Version 5.2.6 with Apache2 on a

Re: [PHP-INSTALL] PHP pages not working externally

2009-09-17 Thread Jack van Zanen
they both appear to hang for me. Firewall issue? Jack 2009/9/18 cameron edwards > I have setup PHP Version 5.2.6 with Apache2 on a Ubuntu 9.04 Server. Simple > php scripts are working fine but others simply just hang in the browser. A > script with a print statement http://83.244.227.165/test.p

[PHP-INSTALL] PHP pages not working externally

2009-09-17 Thread cameron edwards
I have setup PHP Version 5.2.6 with Apache2 on a Ubuntu 9.04 Server. Simple php scripts are working fine but others simply just hang in the browser. A script with a print statement http://83.244.227.165/test.php works fine but if i try and do phpinfo http://83.244.227.165/test2.php it will not w

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache wi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 15:12, ruben wrote: Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re- compile the php module for apache with this configuratio

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Ryan Schmidt escribió: On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdi

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8+ MYSQL

2009-08-31 Thread ruben
Keith Roberts escribió: On Mon, 31 Aug 2009, ruben wrote: To: php-install@lists.php.net From: ruben Subject: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided

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

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Ryan Schmidt
On Aug 31, 2009, at 05:47, ruben wrote: After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/

Re: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread Keith Roberts
On Mon, 31 Aug 2009, ruben wrote: To: php-install@lists.php.net From: ruben Subject: [PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL

[PHP-INSTALL] PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL

2009-08-31 Thread ruben
Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/m

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

2009-08-29 Thread J.Lubelan
Hello, can anybody publish a step by step procedure how to install PHP 5.3.0 in FastCGI mode unde WXP and IIS 5.1 ? Previous version 5.2.9 works fine in ISAPI mode, now I try to run this version withou success. Error message apears "libglib-2.0-0.dll was not found" folowed by next error messa

[PHP-INSTALL] php-cgi + extensions "not stripped"

2009-07-27 Thread Matthias Leopold
hi, i'm trying to install php 5.2.9 as a CGI from source on a centos 5.3 system. compiling and using the cgi does work, but the resulting binary is significantly larger than the 5.1.6 one packaged with centos (4,2M vs 2,8M) which seems to be related to php-cgi (and extensions) being not stripped

Re: [PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread Christopher Jones
pmenier wrote: > Alejandro Vargas a écrit : >> Hello, I need to access an oracle database from php. The server is >> running php 5.2.5, then I downloaded the source package used to >> compile this version. >> >> I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm >> and oracle-i

Re: [PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread pmenier
Alejandro Vargas a écrit : Hello, I need to access an oracle database from php. The server is running php 5.2.5, then I downloaded the source package used to compile this version. I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm and oracle-instantclient11.1-devel-11.1.0.7.0

[PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread Alejandro Vargas
Hello, I need to access an oracle database from php. The server is running php 5.2.5, then I downloaded the source package used to compile this version. I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm and oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm After some time

[PHP-INSTALL] PHP 5.3 ./configure --with-curl problem

2009-07-06 Thread Alina Quereilhac
Hello,   I am trying to install PHP 5.3 from source on OS RH ( arch x86_64 ) using ./configure --with-curl and i get the following error in the config.log configure:27042: checking for curl_easy_perform in -lcurl configure:27061: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/k

[PHP-INSTALL] PHP 5.3.0 as a module on windows

2009-07-01 Thread Magnus Persson
Something is fishy here! I've downloaded PHP 5.3.0 VC9 x86 Thread Safe (http://windows.php.net/downloads/releases/php-5.3.0-Win32-VC9-x86.zip), i.e. a zip archive with binaries for Windows, and I'm looking in vain for a php5isapi.dll. This problem is obviously related to the one Pablo Viquez

[PHP-INSTALL] PHP 5.3 as a module on windows

2009-07-01 Thread Pablo Viquez
Hi, I just downloaded the new stable version of PHP 5.3 and I couldnt find the php5apache2_2.dll file. Is the apache module on windows no longer supported? Thanks!

[PHP-INSTALL] [PHP 5.2.9] make test fail, how important is it?

2009-05-28 Thread Jean-Yves G .
Hi there, I'm trying to compile php on my own, but i'm facing some issues... PHP version : 5.2.9 OS: Ubuntu 9.04 64bit I've compiled php with : ../configure --enable-debug --enable-fastcgi make all test the "make test" ended with this result : =

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

2009-05-22 Thread Darvin Denmian
hello, if i choose to use fastcgi+php5+apache mpm worker ... will i have a better performance? Thanks !!! On Fri, May 22, 2009 at 3:35 PM, John Mertic wrote: > You'll need to be sure you are using thread-safe PHP binaries with > your setup, which probably means compiling by hand. I'd recommend

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

2009-05-22 Thread John Mertic
You'll need to be sure you are using thread-safe PHP binaries with your setup, which probably means compiling by hand. I'd recommend going instead with the pre-fork mode instead, which PHP will faster under. Check out this for more info: http://www.stevekallestad.com/blog/apache_worker_mpm_with_p

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

2009-05-22 Thread Darvin Denmian
Hello, i have a Web Server with the follow configuration: 4 Generic \ 512 MB \ DDR2 667 FB DIMM 4 Generic \ 1024 MB \ DDR2 667 FB DIMM 2 Maxtor \ 146GB:SAS:10K RPM \ Atlas 10K - SAS 2 Intel \ 2.0 GHz 1333FSB - Woodcrest \ Xeon 5130 (Dual Core) 1 Dell \ 9G Drive Contr

Re: [PHP-INSTALL] PHP and phpMyAdmin on Mac G5 with OS 10.5.6

2009-05-17 Thread Daniel Brown
On Sun, May 17, 2009 at 22:17, Christine McGee wrote: [snip!] > > About My System: > > I have a PowerMac G5 (PPC), OS 10.5.6 which has the following versions of > PHP and Apache: > -- PHP 5.2.6 (Zend Engine 2.2.0) > -- Apache 2.2.9 > PHP and Apache have NOT been enabled on my machine. > My Plan: >

[PHP-INSTALL] PHP and phpMyAdmin on Mac G5 with OS 10.5.6

2009-05-17 Thread Christine McGee
The phpMyAdmin 3.1.5 documentation says that, if at all possible, I should 1. Download the latest versions of PHP and MySQL so that they will work with phpMyAdmin 3.1.5 2. Make sure I have the requirements listed below (see Requirements below) I am a newbie with all this, and I am hoping so

[PHP-INSTALL] php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
Hi, I am having trouble connecting to https sites using php's builtin ssl functions. I tried: file_get_contents('https://securesite') fsockopen('ssl://securesite', 443, $errno, $errstr,20) and same errors every time: SSL: connection timeout Failed to enable crypto Call to openssl_error_string()

Re: [PHP-INSTALL] php

2009-05-01 Thread Keith Roberts
On Fri, 1 May 2009, srdan mudrinic wrote: To: php-install@lists.php.net From: srdan mudrinic Subject: [PHP-INSTALL] php Hey i have some problems whit getting php working. i have installed apache 2.2.11 and its working great. i have some truble whit php 5.2.3 i have followed this install guide

[PHP-INSTALL] php

2009-05-01 Thread srdan mudrinic
Hey i have some problems whit getting php working. i have installed apache 2.2.11 and its working great. i have some truble whit php 5.2.3 i have followed this install guide : http://www.sebastiansulinski.co.uk/tutorials/show_item/20/installing_php_on_windows_xp but im still haveing problems when

[PHP-INSTALL] php thread safe modules

2009-04-06 Thread Rowan
Hi, I'm looking for more information on compiling php as "thread safe" is there a list somewhere of what php modules are thread safe and what aren't? Do I have to enable anything in the ./configure script when compiling to enable thread safe? Regards Rowan

Re: [PHP-INSTALL] PHP timezone is unstable...

2009-03-09 Thread kranthi
seems ur TZ env variable is jumping back and forth. http://in2.php.net/manual/en/function.date-default-timezone-get.php i recommend using date_default_timezone_set()on top of all u r scripts while u find out what's wrong with u

[PHP-INSTALL] PHP timezone is unstable...

2009-03-09 Thread Dirk
Hello, what could cause the timezone in PHP to, randomly, jump back 6 hours now and then? from phpinfo(): date date/time support enabled "Olson" Timezone Database Version 0.system Timezone Database internal Default timezoneAmerica/Chicago Directive Local Value

[PHP-INSTALL] PHP - Unix - Tomcat

2009-02-20 Thread Ramana
Can anyone help me provide the steps or point to a URL/Resource on how i can install/Configure *PHP *on *Unix *with *Tomcat*. Greatly appreciate all of your help. Thanks Ramana -- DREAM IT, DO IT

[PHP-INSTALL] php scripts will not run

2009-02-17 Thread Fred Gregorian
HI everyone, This is my first post. Not sure if it is or will work. Here is my problem as a newby. I installed apache 2.2 and php 5 on windows xp using the installer. I configured php and apache config files with the online help. When I try to open a php script nothing happens, but the apache ser

Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

2009-02-12 Thread Christopher Jones
bunti1...@cooltoad.com wrote: > I changed the C file at all three places where it was giving error and that resolved the issue. > > From line 63, I removed the numeric value present in the function call. > --- if (ctime_r(clock, buf) == buf) > > From line 63, I removed the numeric value pr

Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

2009-02-12 Thread bunti1976
I changed the C file at all three places where it was giving error and that resolved the issue. >From line 63, I removed the numeric value present in the function call. --- if (ctime_r(clock, buf) == buf) >From line 63, I removed the numeric value present in the function call.

Re: [PHP-INSTALL] PHP configuration problem?

2009-01-07 Thread Lester Caine
HD wrote: I have installed Apache 2.0 on my computer. I have installed PHP5.2.8 as a module in Apache. Apache seems to work fine. PHP will only parse index.php, it won't parse index.html phpinfo() works, so i know PHP is installed and working. Why won't PHP parse .html files? Because you wil

[PHP-INSTALL] PHP configuration problem?

2009-01-07 Thread HD
I have installed Apache 2.0 on my computer. I have installed PHP5.2.8 as a module in Apache. Apache seems to work fine. PHP will only parse index.php, it won't parse index.html phpinfo() works, so i know PHP is installed and working. Why won't PHP parse .html files? Thank you.

Re: [PHP-INSTALL] PHP files coming up as files to download?(Part 2)

2008-12-24 Thread Keith Roberts
Pleased to hear that Frank. Hope you all have a very merry Christmas and a happy new year. Best Wishes Keith Roberts On Wed, 24 Dec 2008, Frank DeChellis wrote: To: Keith Roberts From: Frank DeChellis Subject: Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2) WORKS

Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Frank DeChellis
WORKS Thanks. Looks like I "over" configured it. Merry Christmas to everybody. Frank On 12/24/08 2:20 PM, "Keith Roberts" wrote: > On Wed, 24 Dec 2008, Frank DeChellis wrote: > >> To: php-install@lists.php.net >> From: Frank DeChellis >> S

Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Keith Roberts
On Wed, 24 Dec 2008, Frank DeChellis wrote: To: php-install@lists.php.net From: Frank DeChellis Subject: [PHP-INSTALL] PHP files coming up as files to download? (Part 2) Hi there, I am new to this list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install is new. I have

[PHP-INSTALL] PHP files coming up as files to download?

2008-12-24 Thread Frank DeChellis
Hi there, I am new to this list. I also posted this to a PHP list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install is new. I have Apache and PHP running on 2 other servers with no problem. My problem is simple to explain but I have been unable to make it go away. Wheneve

[PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Frank DeChellis
Hi there, I am new to this list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install is new. I have Apache and PHP running on 2 other servers with no problem. My problem is simple to explain but I have been unable to make it go away. Whenever I access a .php file my computer

  1   2   3   4   5   6   7   8   9   >