[PHP-INSTALL] Installing 5.3.8

2011-09-14 Thread Eric H.M.M. Condic
I am looking into installing the new 5.3.8 windows version of PHP, but the site does not have a .msi file, and I can't find instructions on how to upgrade with the .zip they did provide. Any suggestions? Eric Oakland University

Re: [PHP-INSTALL] Installation Problems

2011-08-24 Thread Eric H.M.M. Condic
ext.dll in IIS and associate it with the *.php extension. Hope this helps. Eric On 8/24/2011 12:59 PM, habib kainessie wrote: Dear All, I have downloaded and install PHP 5.3.6 msi application. I have done all the configuration on the php.ini file, but when i try to execute a PHP file i

[PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Eric H.M.M. Condic
is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file ---- Eric Condic Oakland University

[PHP-INSTALL] Question

2011-07-21 Thread Eric H.M.M. Condic
nd instructions on how completely uninstall 5.2.4 but we only found one post and it required the use of a 3rd party script. Any thoughts? Eric Condic Manager of TS, Kresge Library Oakland University

[PHP-INSTALL] No libphp5.so after compilation

2009-12-22 Thread Eric Vielet
r the compilation, if i look in the "libs" subdirectory : libphp5.a libphp5.la Do i miss something ??? Regards, Eric -- Eric Vielet | C.R.T. Informatique Tel: (+33) 2 35 59 63 30 | 403 route de Darnetal Fax: (+33) 2 35 59 63 40 | 76230 Bois

[PHP-INSTALL] Help?!?

2009-02-28 Thread Eric Justin Allan
I just used tar -xvf php-5.2.8.tar.gz Um I unzipped the php tar.gz file in, /srv/www Anyways I don't quite understand the configuration --help output so I wanted to ask if theres a way I can configure and compile php to be its own server in th /srv/www/php-5.2.8 directory and no other

[PHP-INSTALL] phpexplorator has released phpexplorator

2007-02-08 Thread Tchouamou Eric Herve
ugs - Move and copy array of folders and files with one click - support apache icons, and apache configuration - Icon internal saved in base64..etc -- Eric Herve Tchouamou http://www.tchouamou.homeunix.com Via Portofino, 8 - 10135 Torino - Italy phone: +39 011 3720145 Cel: +39 328 6928649 email: [EMAIL PROTECTED]

RE: [PHP-INSTALL] PHP version 5.x binary for Mandrake Linux 10.2

2006-11-27 Thread Eric H. Lommatsch
Message- From: Tamer Higazi [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 1:35 PM To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP version 5.x binary for Mandrake Linux 10.2 dear Eric! Download the source at: http://www.php.net/get/php-5.2.0.tar.bz2/from/a/mirror and build

[PHP-INSTALL] PHP version 5.x binary for Mandrake Linux 10.2

2006-11-27 Thread Eric H. Lommatsch
installation binary that will work with (Mandrake/Mandriva)? Thank you Eric H. Lommatsch Programmer 360 Business, Inc. 2087 South Grant Street Denver, CO 80210 Tel 303-777-8939 Fax 303-778-0378 ericl@ <mailto:[EMAIL PROTECTED]> 360b.com

[PHP-INSTALL] Re: Elizabeth

2006-08-09 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

[PHP-INSTALL] Re: Mail Delivery (failure [EMAIL PROTECTED])

2006-08-09 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

[PHP-INSTALL] Re: Server Report

2006-08-05 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

[PHP-INSTALL] Re:

2006-08-01 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

[PHP-INSTALL] Re: Hello

2006-07-10 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

[PHP-INSTALL] Re: Mail Delivery (failure [EMAIL PROTECTED])

2006-06-23 Thread eric
Hi, please note that as of June 2005, my email address has permanently changed. My new address is my first initial, my last initial, the "@" symbol and the rest remains the same. Please re-send your message to me at my new address. Thank you.

Re: [PHP-INSTALL] mod_php_memory_usage not working

2006-02-03 Thread Eric
" memoryusage does that work? Keith In theory, theory and practice are the same; In practice they are not. On Fri, 3 Feb 2006, Eric wrote: To: php-install@lists.php.net From: Eric <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] mod_php_memory_usage not working OK, I've reco

[PHP-INSTALL] mod_php_memory_usage not working

2006-02-03 Thread Eric
memoryusage memory_get_usage() works fine and any process using up too much memory gets killed successfully, so I know support is definitely compiled in. Thanks, Eric

[PHP-INSTALL] Re: [PHP] Problem upgrading from 5.0.2 and 5.05

2005-10-27 Thread Eric Lee
you just installed. OR go to control panel == > system ==> system environment ==> path add the php dir to it e.g. if php was in c:\php, then, set path = %path%;c:\php;c:\php\ext wish this help Eric, On 10/27/05, Karlos Zafra <[EMAIL PROTECTED]> wrote: > My system was runig

Re: [PHP-INSTALL] Re: Using MYSQL with PHP 5

2005-10-27 Thread Eric Lee
hi, try this install php as normal , then go to control panel ==> system ==> system environment => system path add the php path to it. e.g. say php was installed at c:\php, then path = %path%;c:\php;c:\php\ext should be ok wish this help Eric, On 10/27/05, Oliver Marshall <[EMA

Re: [PHP-INSTALL] Still can't get PHP5 to work with MySQL 4.1

2005-10-26 Thread Eric Lee
php is installed in c:\php, then , two new path should path=%path%;c:\php;c:\php\ext wish this help -- Eric Lee On 10/27/05, Beau Newcomb <[EMAIL PROTECTED]> wrote: > > > Thanks for the emails I've gotten attempting to help me thus far, but I'm > still unable to make

[PHP-INSTALL] variables not working

2005-07-23 Thread eric lewis
cho $_POST['inputdata']; ?>   I would very much appreciate any help that you can provide, I’ve been going nowhere for hours with this! (it works fine on my hosting companies server)   Thanks   Eric Lewis

Re: [PHP-INSTALL] can't config with imap

2005-06-17 Thread Eric Wulff
fyi, tried this but no luck. still getting the same negative results - can't fing rfc822.h. please check c-client install... thx for input Eric On 6/13/05, inX Support <[EMAIL PROTECTED]> wrote: > No. > > I just wanted to know that I had the same problem and that was o

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
Linux Fedora Core 2 is the OS. Should I try your suggestions based on that OS? Eric On 6/13/05, inX Support <[EMAIL PROTECTED]> wrote: > Hi there > > I had the same problem yesterday. You need to install libc-client, > libc-client-devel, libgcrypt and libgcrypt-devel. >

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
nd I can't find the imap version on my system via traditional means... imap --version, -v, and even 'man imap' states there is no entry in the manual. Eric On 6/13/05, Miguel Burgos O. <[EMAIL PROTECTED]> wrote: > > You need install imap-devel > > Best regards, &g

[PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
iconv --with-curl=usr/bin --with-ftp --with-imap I've googled 'rfc822.h' and 'c-client installation' among other things, but I'm getting pretty lost as to what this all means. Can someone direct me a bit? Eric some background: - I'm trying to upgrade from php

[PHP-INSTALL] Problems with XSLT on PHP5.0.1 Fatal error: Call to undefined function xslt_create()

2004-08-26 Thread Eric McDonald
e PHP Info page shows it turned on, so why is it not doing xslt transforms? Thanks, Eric Mcdonald

[PHP-INSTALL] Problems with XSLT on PHP5.0.1 Fatal error: Call to undefined function xslt_create()

2004-08-24 Thread Eric McDonald
e PHP Info page shows it turned on, so why is it not doing xslt transforms? Thanks, Eric Mcdonald

[PHP-INSTALL] newbie question

2004-07-28 Thread Eric DuMond
e php. How can I do this with my exsisting configuration? Thanks, Eric

[PHP-INSTALL] apache - mod_php - open_basedir : syntax ?

2004-07-16 Thread Eric DUVAL
Hello, If I write into my page.php : $handle = fopen( 'http://www.myhost.org/' , 'r' ); fopen return SUCCES. If I write into my page.php : $handle = fopen( 'http://www.otherhost.org/' , 'r' ); fopen return ECHEC whith Error : failed to open stream: Connection refused in [..

[PHP-INSTALL] Re: Re: Thanks!

2004-06-08 Thread eric
Please read the attached file. Norton AntiVirus Deleted1.txt Description: plain/text

Re: [PHP-INST] trouble installing PHP

2003-01-01 Thread Eric Naeseth
First, read through this, and then obviously stop Apache if there's anything new here for you to try. In the directory you extracted PHP to (I'm assuming you're using the .zip version), copy sapi/php4apache.dll (or php4apache2.dll for Apache 2) to Apache's module's directory. Then, make sure you

RE: [PHP-INST] PHP 4 on Apache 1.3.27

2003-01-01 Thread Eric Naeseth
Make sure that, if in the PHP script you're using $subportion, that in your php.ini file you have register_globals set to off. If you'd like to leave it on, use $_GET['subportion'] instead. -Original Message- From: Jason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 5:21 P

[PHP-INST] Errors during make

2002-12-31 Thread Eric Naeseth
I'm getting a ton of error messages during make having to do with SSL. There are a lot of MySQL modules apparently being added in, but I didn't ask for MySQL support (nor SSL, for that matter). Any suggestions would be helpful... I'm using 4.3.0 so I can use gd (not in the configure line for this

[PHP-INST] Re: gd errors while compiling PHP

2002-07-14 Thread eric
Santosh, You've got the same errors I have. Hope someone can help us out :-)) Eric Santosh Narayanan wrote: > Hi, > > I am trying to compile PHP-4.1.2 on a Redhat machine. The configure goes > through without any errors. (see configure options below) > > However when

[PHP-INST] make *** [all-recursive] Error 1

2002-07-14 Thread eric
Error 1 linux:/usr/local/php-4.2.1 # Any ideas on what's wrong? Please post to this list and send me an email. I have to head to the Bosnia AO for the next week. Thanks! Eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Ignore

2002-07-14 Thread eric
Test -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Ignore

2002-07-14 Thread eric
ok Eric wrote: > Test > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Ignore

2002-07-14 Thread eric
Test -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problems configuring PHP

2002-05-22 Thread Eric Luebbert
I am installing PHP on my redhat linux box. I get warning message configuring it. Any help would be appreciated! Debug.log file contains: CONFIGURE: './configure' '--with-apache=../apache_1.3.24' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES:-I/opt/app

[PHP-INST] Error: Cannon find -lxmltok on 4.2.0 install

2002-05-02 Thread Eric Anderson
Hi, I'm trying to install PHP 4.2 w/ Sablotron/XSLT/DOM support and during the 'make install' step I get the following error: /usr/bin/ld: cannot find -lxmltok collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/home/eric/

[PHP-INST] Re: php (4.1.2) and gd (2.0.1) truecolor functions missing

2002-05-02 Thread Eric D Nielsen
appear to list imagecreatetruecolor. Now I don't know if these files are generated by configure (which is also overlooking this function) or if this is a seperate problem. Does anyone have any advice? Eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php (4.1.2) and gd (2.0.1) truecolor functions missing

2002-05-01 Thread Eric D Nielsen
cking for gdImageStringFTEx in -lgd... no checking for gdImageColorClosestHWB in -lgd... yes checking for gdImageColorResolve in -lgd... yes checking for gdImageGifCtx in -lgd... no What should I try next? Eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Trouble with Install

2002-04-05 Thread Eric Brophy
""; $i++; endwhile; endif; ?> Can you please help me out? Eric Eric Brophy Protosolutions.com http://www.protosolutions.com [EMAIL PROTECTED] 209-951-6924 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php4apache-eapi.dll / Apache 1.3.22 / ModSSL

2002-03-07 Thread Eric Roussille
DEAPI )" Has anybody experienced that kind of problem ? Thanks for help Eric Roussille -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php4apache-eapi.dll / Apache 1.3.22 / ModSSL

2002-03-05 Thread Eric Roussille
Hello, My system is WinNT 4. I try to run Apache 1.3.22 + modSSL + PHP 4.1.1 (from php4Win). I use php4apache-eapi.dll but I still have the warning message : "[warn] Loaded DSO php4apache-eapi.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI )"

[PHP-INST] Sporadic "Document Contains No Data" pages

2002-02-26 Thread Eric D Nielsen
s to be browser independent. I didn't mess with the apache conf file, except to add index.php the mod_dir.c list of director indexes. Any advice would be greatly appreciated. Eric Nielsen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP.ini not to be found - PHP 4.06 on MacOS X

2002-02-22 Thread Eric Bontenbal
pear.mk /usr/lib/php/build/shtool /usr/lib/php/extensions /usr/lib/php/extensions/no-debug-non-zts-20001222 Anyone out there able to help me? thanks, Eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Re: FreeBSD 4.4 / PHP 4.1.1 / PG 7.x --- /usr/libexec/elf/ld: cannot find -lpq

2002-01-25 Thread Eric Jones \(Contractor\)
Actually I recompiled PG onto my box and it fixed everything. now I'm having a problem with Apache not booting up. Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "X509_free" Eric Jones (Contractor) Pager: 52

[PHP-INST] Apache Balks on reboot after PHP install -- X509_free

2002-01-24 Thread Eric Jones \(Contractor\)
OK I've got php 4.1.1 running on a FreeBSD 4.4 box All the steps appeared to have gone smoothly but when I do a reboot I get the error: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so undefined symbol "X509_free" any ideas

[PHP-INST] FreeBSD 4.4 / PHP 4.1.1 / PG 7.x --- /usr/libexec/elf/ld: cannot find -lpq

2002-01-24 Thread Eric Jones \(Contractor\)
-R/usr/local/lib -L/usr/local/lib conftest.c -l pq -lintl -lcrypt -lssl -lcrypto -lm -lgcc -lcrypt 1>&5 /usr/libexec/elf/ld: cannot find -lpq end - I see that the file /usr/libexec/elf/ld is on my system. i'm not sure what to do so any help would be great! Eric Jo

[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-18 Thread Eric J. Gould
PHP tags in it. Like , for example _____ -- Eric J. Gould Sr. Computer Specialist CAUP, UofW 206-616-2487 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Fwd: [PHP-INST] Problem installing PHP with Pear on Sol 8

2002-01-02 Thread Eric Aska
>>> "Eric Aska" <[EMAIL PROTECTED]> 12/19/01 11:30AM >>> Greetings, I am tussling with an installation of PHP with Pear on a Solaris 8 system. The error occurs during the 'make install' and affects Pear specifically. When I run it as 'make

[PHP-INST] Problem installing PHP with Pear on Sol 8

2001-12-19 Thread Eric Aska
Greetings, I am tussling with an installation of PHP with Pear on a Solaris 8 system. The error occurs during the 'make install' and affects Pear specifically. When I run it as 'make install-su' the error persists. It appears that the makefile for Pear is misconfigured. My platform, conf

[PHP-INST] PHP and both cgi and module, using nonexistent php.ini files...

2001-10-01 Thread Eric D Nielsen
from? Is it simply not using one? How do I make it use one? Many thanks Eric Nielsen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] Install problems, re libphp4.so and libpq.so.2 on RH 7.0

2001-09-19 Thread Eric D Nielsen
tches. Can anyone give me any advice/tell me where to look for a FM to read? Thanks eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
>Jason Bell > >-Original Message- >From: Eric Pankoke [mailto:[EMAIL PROTECTED]] >Sent: Monday, March 19, 2001 5:21 PM >To: [EMAIL PROTECTED] >Subject: [PHP-INST] Configuring Sessions In PHP > > >I apologize if this already made it to the list, but as far as I can te

[PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
page I get an error. Are there some settings I need to add to php.ini to get this to work? I am using php.exe. Any help that could be offered would be much appreciated. Thank you. Eric -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-INST] Problem with PHP install

2001-03-02 Thread Eric B
machines IP address is localhost.jammon.com. I have apache ServerName set to localhost. My machine is not hooked up to the internet. Please help me get PHP installed and running on my Linux system. Thank You. Eric __ Do You Yahoo!? Get email at