Re: [PHP-INSTALL] Re: Installing PHP 5.3.6 on Ubuntu 11.04

2011-09-03 Thread Ferenc Kovacs
On Sun, Sep 4, 2011 at 12:57 AM, Amod Pandey wrote: > Hi, > > I am new to PHP. > > I want to install php 5.3.6 on my ubuntu machine. I do not see any archive > link on the php.net for 5.3.6. Please help. > > -- > Amod hi. if you check out the downloads link on top of the frontpage, you will arri

Re: [PHP-INSTALL] Re: Getting file pointer from file descriptor

2010-04-19 Thread Ferenc Kovacs
On Tue, Apr 20, 2010 at 2:51 AM, Michael Felt wrote: > Personally, I am avoiding the 5.3.X tree as long as I can because it breaks > so many things. Your workaround might be to "update" the the latest 5.2.X > level. > > > On 4/15/2010 8:52 AM, Naga Kiran K wrote: > >> Hi, >> >> We are upgrading P

Re: [PHP-INSTALL] Re: HTTP 403.1 error Execute Access Forbidden on IIS 5.1

2010-03-03 Thread Keith Roberts
Hi Pat. Is there a specific requirement to run IIS? If not, Maybe you can run Apache instead of IIS on Windows? Here's two ready to install Apache on Windows alternatives: http://www.wampserver.com/en/ http://www.apachefriends.org/en/xampp.html WAMP also has a nice helpfull forum: http://ww

RE: [PHP-INSTALL] RE:

2010-01-03 Thread Jacob Bednarz; Graphic Designer
Best thing to do would be install something like WAMP server and see if that works. Also, you should tryas your testing page - then you can rule out that it is the software issue and the problem lies with your code. From: Bhagavathy Padmanabhan [mailto:bhagava

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

2009-07-02 Thread Lester Caine
Pablo Viquez wrote: Hi, You need to use the VC6 x86 Thread Safe "php-5.3.0-Win32-VC6-x86" in order to have the module for Apache 2.2. There is a quite clear description of 'Which version do I choose?' on the left hand side of the download page. However it would be nice to have a PROPER exp

Re: [PHP-INSTALL] Re: strtr array replace issue...

2009-02-09 Thread Christopher Jones
Brad Freshour wrote: > Keith, thanks... no luck doing it that way either... Can someone else > try the snippet and see what is returned? > > php > $a = "/home/user/public_html/Packages/temp"; > php > $b = array('' => ''); > php > echo strtr($a, $b); > php > echo $a; > /home/user/public_html/Packa

Re: [PHP-INSTALL] RE: first request

2008-10-31 Thread Daniel Brown
On Fri, Oct 31, 2008 at 4:33 AM, michael glancy <[EMAIL PROTECTED]> wrote: > HI Daniel > > I installed Xampp last night but it still didnt have those extensions > installed. > > was there something else I should have done ? For the benefit of others now and in the future (through the archives

Re: [PHP-INSTALL] RE: first request

2008-10-30 Thread Daniel P. Brown
On Thu, Oct 30, 2008 at 6:21 AM, michael glancy <[EMAIL PROTECTED]> wrote: [snip!] > I have not got a \ext folder in my php folder in the program files Judging by your use of a backslash, I'll venture to guess that you're using Windows, correct? If so, and if you're just getting started w

Re: [PHP-INSTALL] Re: Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-20 Thread php . net
BuildSmart skrev: It has to do with the way you build PHP modules and mixing apple source with genuine source. Your best bet is to build PHP completely using apple's source and enable shared the modules need/want., then after building you can copy over the modules or create an installer if you k

Re: [PHP-INSTALL] Re: PHP 5.2.5 Build errors, ?XML linking problem?

2008-04-01 Thread Jamie Harris
I managed to get this fixed in the end, and am now running 5.2.5 successfully. I built my own versions of libxml 2.6.31 and libxslt 1.1.22, and removed an old version of libxml that was in /usr/local/lib. As I changed both things at once I can guarantee exactly which fixed my issue. I was specif

Re: [PHP-INSTALL] Re: PHP 5.2.5 Build errors, ?XML linking problem?

2008-03-29 Thread Jamie Harris
Jamie Harris wrote: Further to this I get the same issue with 5.2.2. I'm building my own libxml 2.6.31 and libxslt 1.1.22 and will try again after that. If the build fails I'll start looking at the latest binutils to ensure my version fo gd is good. It could be an excuse to play with gold -

Re: [PHP-INSTALL] Re: PHP 5.2.5 Build errors, ?XML linking problem?

2008-03-28 Thread Jamie Harris
No luck with this. Same errors with PHP 5.2.4 too. Any other suggestions from the subscribers of the list? thanks again Jamie Jamie Harris wrote: Mike, Will follow your lead and report back to the list with the results. cheers Jamie Mike Price wrote: I've just been through 8 hours of try

Re: [PHP-INSTALL] Re: PHP 5.2.5 Build errors, ?XML linking problem?

2008-03-28 Thread Jamie Harris
Mike, Will follow your lead and report back to the list with the results. cheers Jamie Mike Price wrote: I've just been through 8 hours of trying to compile 5.2.5 to work with Apache 2.2.8. It choked on loads of things. I think there is an error in 'configure' that was supposedly fixed in 5.

Re: [PHP-INSTALL] Re: build fails: conflict over /tmp/pear/cache - workaround

2008-03-26 Thread Ofer Inbar
Sriram Natarajan <[EMAIL PROTECTED]> wrote: > Did you try exporting PHP_PEAR_TEMP_DIR and PHP_PEAR_CACHE_DIR > environment variables to a different location before building with > '--with-pear' option PHP_PEAR_TEMP_DIR seemed to have no effect. PHP_PEAR_CACHE_DIR did the trick. It used that di

Re: [PHP-INSTALL] Re: build fails: conflict over /tmp/pear/cache - workaround

2008-03-12 Thread Sriram Natarajan
Did you try exporting PHP_PEAR_TEMP_DIR and PHP_PEAR_CACHE_DIR environment variables to a different location before building with '--with-pear' option thanks sriram Ofer Inbar wrote: Configuring PHP --with-pear=/some/other/dir has no effect on the problem; it still needs to write into /tmp/pe

Re: [PHP-INSTALL] Re: PHP5.2.4 setup problems....

2007-11-16 Thread Keith Roberts
Pleased to hear you have got it sorted now Bryan. You might consider adding another line: AddType application/x-httpd-php .php and then renaming your php enabled html pages to xyz.php Regards Keith Roberts On Thu, 15 Nov 2007, Bryan C wrote: To: php-install@lists.php.net From: Bryan C

RE: [PHP-INSTALL] Re: WELCOME to php-install@lists.php.net

2007-08-27 Thread astratton
Christopher,I am [unfortunately] on Vista at work and have had the pleasure of setting up a WAMP environment with Vista.Here's my current setup:Apache 2.0.59PHP 5.2.xMySQL 5I am not familiar with IIS in Vista.  My best advice is to #1download and install the Apache 2.0.59 or 2.2.4 from: http://http

Re: [PHP-INSTALL] Re: php on tomcat missing $_SERVER vars

2007-05-07 Thread Muzak
- Original Message - From: "Brian Beloian" <[EMAIL PROTECTED]> To: Sent: Monday, May 07, 2007 5:38 AM Subject: [PHP-INSTALL] Re: php on tomcat missing $_SERVER vars >> >> So in short, what does it take to get $_SERVER variables working? >> >> kind regards, >> Muzak > > What server varia

Re: [PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-20 Thread Ralph Kutschera
Keith Roberts wrote: > Try changing to ALL real files without the sym links, and see if that > fixes the problem. I temporarily fixed the problem by doing a as the absolute first command to the directory where all those symbolic links resist. > You can include files with require("file-to-inclu

Re: [PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-20 Thread Ralph Kutschera
Ralph Kutschera wrote: > I temporarily fixed the problem by doing a > > Well, even "touch" isn't adequate. But it works with "cat": Very strange, isn't it? Ralph

Re: [PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-19 Thread Keith Roberts
On Thu, 19 Apr 2007, Ralph Kutschera wrote: To: php-install@lists.php.net From: Ralph Kutschera <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Re: Changes to .php-files not shown immediately Ralph Kutschera wrote: [..] Ok, I think to have discovered the systematics behind this problem: Some of

Re: [PHP-INSTALL] Re: Re: hello

2007-03-21 Thread Robert Wolfe
[EMAIL PROTECTED] wrote: Please confirm the document. It's messages like this that make me glad I use Linux :) -- Robert Wolfe (MCP/Linux+) <[EMAIL PROTECTED]> Shatter I.T. Global Services, Buffalo, NY http://www.shatterit.com

Re: [PHP-INSTALL] Re: Elizabeth

2006-08-09 Thread jjb
> 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. > So, Eric Mueller, that would be [EMAIL P

Re: [PHP-INSTALL] Re: [SPAM] Re: [PHP-INSTALL] php returning completely empty documents on new apache install

2006-03-12 Thread Matt G.
Err...my mistake, I am using apache 1.3.34.  Not sure why I said 2.0 in the original message.On 12/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Is it because you are using the AddModule directive. I think that is only used in Apache 1.3.x series.This is all I have in my httpd.conf for loadin

Re: [PHP-INSTALL] Re: php ini not being read

2006-03-10 Thread gjukema
I've never put any reference to php.ini within the httpd.conf file in the past, so no, I do not have php.ini in httpd.conf this time either.  Here's my httpd.conf (as it pertains to php) :       AddType application/x-httpd-php .php   That's it; where would I reference the php.ini file within

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread JupiterHost.Net
>>> "juan Culasso" <[EMAIL PROTECTED]> 16-Feb-06 11:42:18 AM >>> PLEASE HELP ME REMOVE AT THIS TIME!!! PLEASE - ATTN JUAN CULASSO - LEÍDO POR FAVOR ** ATTN JUAN CULASSO - PLEASE READ ** Lester Caine escribió: JupiterHost.Net escribió: Utilice por favor el email address

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread Mark Galbreath
me thinks Juan is getting a bit frustrated>>> "juan Culasso" <[EMAIL PROTECTED]> 16-Feb-06 11:42:18 AM >>> PLEASE HELP ME REMOVE  AT THIS TIME!!!   PLEASE - - Original Message - From: Mark Galbreath To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; php-insta

RE: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread Michael Scappa
"Just when I thought I was out, they pull me back in.” - Godfather III From: juan Culasso [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:42 AM To: Mark Galbreath; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-install@lists.php.net Subject: Re:

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread juan Culasso
PLEASE HELP ME REMOVE  AT THIS TIME!!!   PLEASE - - Original Message - From: Mark Galbreath To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; php-install@lists.php.net Sent: Wednesday, February 15, 2006 9:37 PM Subject: [PHP-INSTALL] Re: REM

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread juan Culasso
Wednesday, February 15, 2006 10:13 PM Subject: Re: [PHP-INSTALL] Re: REMOVAL NOW remove me too!! I cant get off this damn list to save my self. Mark Galbreath wrote: This is the Hotel California mail list. You can check in, but can never leave. <[EMAIL PROTECTED]> 15-Feb-06 18:04:22 PM

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread juan Culasso
t;; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Thursday, February 16, 2006 12:14 AM Subject: Re: [PHP-INSTALL] Re: REMOVAL NOW try http://www.php.net/unsub.php

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread juan Culasso
Subject: Re: [PHP-INSTALL] Re: REMOVAL NOW Well, here's what you got when you subscribed (did you remember to save it?):   To remove your address from the list, just send a message tothe address in the ``List-Unsubscribe'' header of any listmessage. If you haven'

[PHP-INSTALL] Réf. : Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread Mark Galbreath
;[EMAIL PROTECTED]    cc :  Mark Galbreath <[EMAIL PROTECTED]>, [EMAIL PROTECTED],   elb.edu.au>   [EMAIL PROTECTED], [EMAIL PROTECTED], php-install@lists.php.net                  

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-16 Thread Mark Galbreath
Well, here's what you got when you subscribed (did you remember to save it?):   To remove your address from the list, just send a message tothe address in the ``List-Unsubscribe'' header of any listmessage. If you haven't changed addresses since subscribing,you can also send a message to:   <[EMA

[PHP-INSTALL] Réf. : Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-15 Thread Luc Merien
ECTED], php-install@lists.php.net Objet : Re: [PHP-INSTALL] Re: REMOVAL NOW

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-15 Thread Vinita Vigine Murugiah
try http://www.php.net/unsub.php

Re: [PHP-INSTALL] Re: REMOVAL NOW

2006-02-15 Thread Greg Boyles
remove me too!! I cant get off this damn list to save my self. Mark Galbreath wrote: This is the Hotel California mail list. You can check in, but can never leave. <[EMAIL PROTECTED]> 15-Feb-06 18:04:22 PM >>> REMOVE ME THIS WILL BE THE 3rd ATTEMPT AT PHP.NET UNSUBSCRIBE REDICUOULS --

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-07 Thread php
, theory and practice are the same; In practice they are not. On Tue, 7 Feb 2006, Mark Galbreath wrote: > To: [EMAIL PROTECTED], php-install@lists.php.net > From: Mark Galbreath <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] Re: REMOVE ME > > Doesn't seem to

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-07 Thread php
t > From: Mark Galbreath <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] Re: REMOVE ME > > Doesn't seem to be a Bad place to be stuck: > > http://www.worldisround.com/articles/173996/photo10.html > > ;-) Another chianti, per favore! > mark >

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-07 Thread Mark Galbreath
Doesn't seem to be a Bad place to be stuck:   http://www.worldisround.com/articles/173996/photo10.html   ;-)  Another chianti, per favore! mark>>> <[EMAIL PROTECTED]> 06-Feb-06 17:45:24 PM >>> Hi Mark - No we won't let you go!Don't you mean like Hotel Paridiso, with Rick Mayall, andAdrian Edmunds

Re: [PHP-INSTALL] Re: REMOVE ME

2006-02-06 Thread php
Hi Mark - No we won't let you go! Don't you mean like Hotel Paridiso, with Rick Mayall, and Adrian Edmundson - you pay to get in - and pray to get out... LOL Keith On Mon, 6 Feb 2006, Mark Galbreath wrote: > To: [EMAIL PROTECTED], [EMAIL PROTECTED], > php-general@lists.php.net, > php-i

Re: [PHP-INSTALL] Re: PHP5, amd64, phpdocumentor, squirrelmail

2005-12-02 Thread Lester Caine
Piero Orsoni wrote: I reply to myself: PHP 5.1.1 seems to run phpdoc and squirrelmail just fine :-) Funny :( PHP 5.0.5: segfaults on reply and forward That should give the same problem on 5.1.1 ! -- Lester Caine - L.S.Caine Electronic Services Treasurer - Firebi

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 <[EMAIL PROTECTED]> w

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

2005-10-27 Thread Oliver Marshall
Im having the same issue, and am in the same position being a designer rather than a techie. For both the original poster and I, what do we do with the libmysql.dll file ? -Original Message- From: S. Kang [mailto:[EMAIL PROTECTED] Sent: 27 October 2005 04:22 To: php-install@lists.php.

Re: [PHP-INSTALL] Re: ezmlm warning

2005-09-25 Thread Rasmus Lerdorf
What in the world are you talking about? You don't need to visit any websites to post, and unsubcribing is easy. We also don't send spam. If you had actually followed the unsubscription instructions you received when you subscribed it would have worked fine. It works for everyone else, but I ha

RE: [PHP-INSTALL] Re: Integrating PHP with Struts?

2005-09-18 Thread Jim Douglas
I want to be able to add a .PHP file to the struts-config.xml, for example... Use a show_ads.php file instead of show_ads.jsp as below. I found out there is a java-php bridge but ther are configuration issues with my OS. The bridge info is at http://cvs.sour

Re: [PHP-INSTALL] Re: Install PHP5 with Windows and PWS

2005-08-11 Thread Ian Bambury
Where is your php.ini file?   Ian

Re: [PHP-INSTALL] Re: Hex Star's Comment

2005-07-06 Thread Wez Furlong
We're one and the same. Go read the PHP credits for a couple of minutes. --Wez. Hex Star wrote: I appreciate the effort put in by the programmers...but what effort is being put in by the owners of this website and list? Close to none if anything On 7/6/05, Wez Furlong <[EMAIL PROTECTED]> w

Re: [PHP-INSTALL] Re: Hex Star's Comment

2005-07-06 Thread Hex Star
I appreciate the effort put in by the programmers...but what effort is being put in by the owners of this website and list? Close to none if anything On 7/6/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > It's not a moderated list, hence there are no moderators. > If you don't appreciate the volu

Re: [PHP-INSTALL] Re: Most Honored Superstar

2005-07-06 Thread Hex Star
responding with explicits isn't going to help anything you stupid troll On 7/6/05, Brian Yerk <[EMAIL PROTECTED]> wrote: > > > > You got it jackass. > > Get your act together before you start flamewars idiot. > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Vi

Re: [PHP-INSTALL] Re: PHP, mySQL, Apache and Windows XP Pro

2005-06-17 Thread Seth Russell
>From what you describe it sounds like php is not enabled in your apache. For example, If I run the following php page $_SESSION['kundnummer'] = "nummer";$_SESSION['kundnamn'] = "name";?>< body>

Welcome h3>body> If php is not enabled, the output in the browser is ju


Re: [PHP-INSTALL] re: Getting apache to run the php page

2005-04-21 Thread Michael W.
I guess I missed something. Thanks, Spencer -Original Message- From: richard ray harris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 20, 2005 7:12 PM To: php-install@lists.php.net Subject: Re: [PHP-INSTALL] re: Getting apache to run the php page I'm having similar issue

RE: [PHP-INSTALL] re: Getting apache to run the php page

2005-04-21 Thread Plantier, Spencer
@lists.php.net Subject: Re: [PHP-INSTALL] re: Getting apache to run the php page I'm having similar issues. (Newbie here.) Running program from my browser, titled test.php: PHP Test This is an HTML line ...the output is "This is an HTML line" and nothing else. I'm *rea

Re: [PHP-INSTALL] re: Getting apache to run the php page

2005-04-20 Thread Mary Hayes
Hi: I am new and having the same problem - when I view my "test.php" file in my browser by typing in: http://localhost/test.php all I get is a view of the code itself which is: All the documentation I find says that this indicates a problem with the Apache server configuration, but when I

Re: [PHP-INSTALL] re: Getting apache to run the php page

2005-04-20 Thread richard ray harris
I'm having similar issues. (Newbie here.) Running program from my browser, titled test.php: PHP Test This is an HTML line ...the output is "This is an HTML line" and nothing else. I'm *reasonably* sure I have everything configured to spec, but obviously there's some "DOH!" mistake I've ma

Re: [PHP-INSTALL] Re: mod_php4 upgrade horrors

2005-03-31 Thread up
I figured it out...this was installed from FreeBSD ports, and for some stupid reason, they have --disable-all in there by default, along with disable-cli, one of which caused this. Thanks! On Thu, 31 Mar 2005 [EMAIL PROTECTED] wrote: > On Tue, 29 Mar 2005, Christian Vogel wrote: > > > On Mon, M

Re: [PHP-INSTALL] Re: Loading DOMXML

2005-03-11 Thread Steven M. Payeur
I ran into the same kind of problem. I finally gave up and wrote a PERL CGI script. Jim Plush wrote: > Is it possible to change webhosts? honestly if your webhost won't even > let you load the domxml extension you're in big trouble if you start > getting into more advanced features. My host lets

Re: [PHP-INSTALL] Re: Cannot install 4-3-10

2005-01-28 Thread Brad Kowalczyk
David Jameson wrote: Well, I just ended up REMOVING support for db3 and got everything working. Hopefully I don't have any PHP code anywhere that requires db3. I did exactly that when I upgraded my RH9 box to php4.3.10 Its probably unlikely that you'll require db3, and if you did you would probabl

Re: [PHP-INSTALL] Re: How do I shutdown and restart PHP?

2005-01-02 Thread Tony Dietrich
On Sunday 02 Jan 2005 03:22, PHPDiscuss - PHP Newsgroups and mailing lists wrote: > I've read elsewhere that the way to do this is to restart Apache. > > The following command should do the trick: > sudo killall -HUP httpd > > Peace, > Jeff > > Ciberflash wrote: > > Good day! > > How do I shutdown

Re: [PHP-INSTALL] Re: patched

2004-11-17 Thread citicards
We cannot respond to individual messages through this email address. It is not secure and should not be used for account-related questions. Please refer to your statement for contact information. If you do not want to receive future account-related messages electronically or to update your em

Re: [PHP-INSTALL] Re: patched

2004-11-17 Thread citicards
We cannot respond to individual messages through this email address. It is not secure and should not be used for account-related questions. Please refer to your statement for contact information. If you do not want to receive future account-related messages electronically or to update your em

Re: [PHP-INSTALL] Re: patched

2004-11-17 Thread citicards
We cannot respond to individual messages through this email address. It is not secure and should not be used for account-related questions. Please refer to your statement for contact information. If you do not want to receive future account-related messages electronically or to update your em

Re: [PHP-INSTALL] Re: patched

2004-11-17 Thread citicards
We cannot respond to individual messages through this email address. It is not secure and should not be used for account-related questions. Please refer to your statement for contact information. If you do not want to receive future account-related messages electronically or to update your em

RE: [PHP-INSTALL] Re: PHP not running

2004-11-16 Thread Fahad Javed
I followed the intstructions. for both manual as well as intaller install and it is giving me the same result. When I shut down apache following error is displayed [Tue Nov 16 14:55:55 2004] [error] Cannot remove module mod_php4.c: not found in module list Fahad -Original Message- Fr

Re: [PHP-INSTALL] Re: PHP, XSLT & Sablotron

2004-11-16 Thread Francisco Jose Bernabe Pellicer
Actually the PHP version that I have is the 4.3.2 one. The thing is that I would like to have the XSLT extension without configuring/installing PHP again. Cheers, Francisco. Jason Barnett escribió: Francisco Jose Bernabe Pellicer wrote: Hello everybody, I have a computer with Scientific Linux. I

RE: [PHP-INSTALL] Re: PHP Install Issue

2004-08-27 Thread Brad Bates
Lester, Thanks for clearing this up on both counts (extensions and paths). I will follow you advice. Brad Bates Systems Librarian Polk County Library Cooperative [EMAIL PROTECTED] -Original Message- From: Lester Caine [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 12:18 PM T

Re: [PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-26 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi Marco! Have you solved this prob? I face the same and I have no idea what I can do I would very much appreciate if you could sent me your solution to [EMAIL PROTECTED] - if there is one... Thanks - Michael

Re: [PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-17 Thread Marco Weber
Hi Chris Hewitt, Has the webserver user got permission to read the file? What do you mean with permissions? I'm using Windows not Linux. Thanks in advance for any reply. Bye Marco

Re: [PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-16 Thread Chris Hewitt
On Mon, 2004-08-16 at 22:49, Marco Weber wrote: > Hi Lester Caine, > > I think we have established that php_mysql.dll needs the libmysql.dll ( > > I think ) copied to the system32 directory. > > I've copied this library into 3 places: c:/windows, c:/windows/system32 > and c:/php ... > > To me,

Re: [PHP-INSTALL] Re: [PHP] Netegrity's siteminder + PHP + Apache

2004-08-12 Thread Saqib . N . Ali
Hello Sam, Thanks for the response. I don't have much documentation to work with. I very familiar with mod_LDAP + Apache + PHP, but new to Siteminder. I was wondering if you point me to some good resources on the web, or if you have some documentation, that would be helpful as well. Thanks. Saqi

Re: [PHP-INSTALL] Re: PHP5 on IIS 5 HELP!

2004-07-16 Thread Phil Driscoll
On Friday 16 July 2004 15:32, PHPDiscuss - PHP Newsgroups and mailing lists wrote: > > I can run the installer for php4x and things setup just fine, and I've > > even tried just installing with php4 installer, then maunally updating > > all of the files from php5 and everytime i replace the php.e

Re: [PHP-INSTALL] Re: cannot run php from apache?

2004-07-12 Thread g p
Walter, thank you for reply, I got it working right after. It was some time since I used PHP and so I did not realize that I need to save it and run it with the "*.php" extension. Thanks, George"[php]Walter" <[EMAIL PROTECTED]> wrote: Try again, but use these instructions...      http://web.tor

Re: [PHP-INSTALL] Re: Mail() Function Not working????

2004-06-15 Thread Chris Hewitt
Alan McDonald wrote: it might point to the right place but this "right place" may have your boxes IP missing from an allowed set of IPs? Are you sending mail to an SMTP server or are you resolving your own mail. Alan "Bob Cohen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm a desi

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

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-05-06 Thread roman
hi rob i was able to compile php 4.3.6 --with imap the problem was a missing libltdl3-dev. i just installed that "bitch" ...and the compile was running smoothly...

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-04-28 Thread Development - multi.art.studio
Hello, i find that sometimes i have to edit the Makefile for my installs, because i got openssl installed somewhere else, and Makefile is statical directed to /usr/local/... for ssl. i changed that, and c-client compiles with ssl - sometimes i forgot to copy the newest linkage.h to /usr/local/i

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-04-27 Thread Rob Tanner
Actually, I lied -- I forgot which machine I was working on. It's still at RH 7.3. I think the issue with imap-2002e is actually irrelevant since the compile, ay least up to the point of the failure, doesn't access libc-client.a. Without that library in place, configure fails. But after doing th

Re: [PHP-INSTALL] Re: Problems building 4.3.6 with IMAP

2004-04-27 Thread Rob Tanner
Roman, Yep, except my distro is RH Advanced Server. Otherwise it's the same scenario. When I let imap-2002e compile with ssl, the make gets a number of parse errors in /usr/include/openssl/kssl.h, and then aborts. -- Rob --On Tuesday, April 27, 2004 10:05:33 PM +0200 roman <[EMAIL PROTECTED]>

RE: [PHP-INSTALL] Re: GD 1.8.4 PHP 4.3.6 compile time errors

2004-04-19 Thread James Mackie
Install the newest freetype library.. This fixed the problems for me.. James -Original Message- From: Kristian Marcroft [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:28 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Re: GD 1.8.4 PHP 4.3.6 compile time errors Hi, I have t

RE: [PHP-INSTALL] Re: Here

2004-03-18 Thread Galbreath, Mark A
RU out of your mind? I would be a moron to open an email attachment. Put it in the body or forget it. Mark -Original Message- From: L-Soft list server at LISTSERV.NTBUGTRAQ.COM (1.8e) [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:31 AM To: [EMAIL PROTECTED] Subject: [PHP-IN

Re: [PHP-INSTALL] Re: apache and php working

2004-02-23 Thread Chris Hewitt
danny cobbinah wrote: thanx for all your help. now my problems will be query based (lol) I'm pleased it is working now, and you are very welcome to any help that I can give. Regards Chris

Re: [PHP-INSTALL] Re: download file box appears

2004-02-23 Thread Chris Hewitt
danny cobbinah wrote: not sure if this helps but for php my path was c:\php\php.exe for apache it was c:\apache\apache.exe for mysql it was c:\mysql\mysql.exe check the my.ini in the mysql area and make sure its correct try this: LoadFile C:/PHP/php4ts.dll Loadmodule php4_module c:\php\sapi\php

Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-16 Thread Scott Fletcher
IE bug is something I can't do about, I can't image about other 3rd party browser if this ever happen. So, I decided to use the $_REQUEST instead and not have to deal with the browser issues. You should do the same because as everyone know, IE bugs doesn't normally get fixed overnight or worse, i

Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-14 Thread Chris Wilson
I found several sources of information regarding a IE bug that does'nt pass all the post data, however this is roughly 1/4 times that it does it. Its actually become a serious problem for people to navigate through my webmail :/ Chris > I mean, I sometime found a few POST data had incorrectly went

Re: [PHP-INSTALL] Re: Install Apache/PHP where to find libphp4.so?]

2004-02-10 Thread Alain Barthélemy
Le Tuesday 10 February 2004, 20:57:30 ou environ Michael Mauch <[EMAIL PROTECTED]> a écrit: > Alain Barthélemy <[EMAIL PROTECTED]> wrote: > > > PHP-4.3.4: ./configure --with-apx2=/www/bin/apxs > > --with-config-file-paths=/www/conf --enable-sigchild > > Is the "--with-apx2" (instead of "--with-a

RE: [PHP-INSTALL] Re: unsubscribe jeffwallman@rcn.com

2004-01-29 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Please unsubscribe [EMAIL PROTECTED] > No! Go do it yourself! I am not your slave. -- Quod subigo farinam $email =~ s/oz$/au/o; A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thi

RE: [PHP-INSTALL] Re: unsubscribe jeffwallman@rcn.com

2004-01-29 Thread Jeff Wallman
Please unsubscribe [EMAIL PROTECTED]

Re: [PHP-INSTALL] Re: Where is php.ini

2004-01-21 Thread Larry Rosenman
--On Thursday, January 22, 2004 00:57:41 +1100 Rohan Parkes <[EMAIL PROTECTED]> wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... Hi£¬all, i've installed php4.3.4 , and the output of phpinfo said that the Configuration File (php.ini) Path is /usr/local/lib , but i don't have

RE: [PHP-INSTALL] Re: PHP-INSTALL (KMM61206776V97173L0KM)

2004-01-04 Thread choinet
Excellent idea, although I should add that many of the support departments are now defunct and do not respond (no idea why they even bother to stay on the lists). Perhaps we could get php.net to remove them? --- John Holden <[EMAIL PROTECTED]> wrote: > Does anyone have objections to my going throu

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] Re: apache chroot + mail()

2003-12-23 Thread Ruben Vanhoutte
I just tried smtpclient, but with no success either.. I can do a chroot /base/path /usr/local/bin/smtpclient [EMAIL PROTECTED] and this works, but I then changed my php.ini to look like this: 'sendmail_path = /usr/local/bin/smtpclient' restarted apache, but still I cannot use the mail() function..

Re: [PHP-INSTALL] Re: apache chroot + mail()

2003-12-23 Thread Michael Mauch
Ruben Vanhoutte wrote: > [-- text/html, Encoding 7bit, Zeichensatz: us-ascii, 80 Zeilen --] I can't quote your HTML - can you turn that off, please? Did you create all directories that are needed by qmail? Is your qmail binary statically linked or, if not, are all the libraries available in the

Re: [PHP-INSTALL] Re: Installation on XP

2003-12-09 Thread Seung Hwan Kang
Michael Cheung wrote: Hi Seung, On my system I have Win XP, Apache 2 with PHP 4. If you are using Apache 2, you may need to use php4apache2.dll. My system does not have "php4apache.dll" Yes, it's in your php folder. i.e. c:\php-xxx\sapi Should this have come with PHP or Apache? I have also tri

RE: [PHP-INSTALL] Re: Installation on XP

2003-12-09 Thread Michael Cheung
Hi Seung, On my system I have Win XP, Apache 2 with PHP 4. My system does not have "php4apache.dll" Should this have come with PHP or Apache? I have also tried your comment below at work on Win2000Pro but still I don't have it on my computer. Any ideas? -Original Message- From: Seung H

Re: [PHP-INSTALL] Re: Unknown(): Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'- Acces is denied

2003-10-31 Thread Muralidhar R
Hi The same problem had with SQL server. I sorted out for different dll. The possible could be the extension specification in php.ini file. Or read write permission for that folder. There could be a chance of for that user login has no permission. Muralidhar -- Original Message --

RE: [PHP-INSTALL] RE: Configuring GD for Windows: imagerotate fun ction

2003-10-24 Thread Dillon, John
[re-sending this in case list is back up] Should I upgrade to 4.3.3 to fix this problem...: Code lines: line 161> $file=$img[$y]; line 162> $src_img=ImageCreateFromJPEG($file); give error: "imagecreatefromjpeg: Unable to open 'images/R0012448.JPG' for reading in c:\program files\apache group\ap

Re: [PHP-INSTALL] Re: How can i inastall php as module on apache 2.0.44 with php 433?

2003-10-22 Thread Johan Kruger-Haglert
On Wed, Oct 22, 2003 at 05:06:27PM +0200, Bas wrote: > And Windows http://www.php.net/manual/en/install.windows.php

Re: [PHP-INSTALL] Re: php install problems. blank screen after install

2003-10-09 Thread Jim Price
Problem was fixed oct 8. with latest stable version. The bug# associated with the fix it was #25746 thanks neilus Thanks, Jim Michael Mauch wrote: Jim Price wrote: I have been having problems upgrading php to 4.3.3 . The compile and install seem to work fine but php scripts d

RE: [PHP-INSTALL] Re: [PHP-DB] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Gregg Mercede
How do I unsubscribe from these mail notifications? -Original Message- From: Christopher Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 7:24 PM To: Adriano Rocha Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Adriano Rocha wrote: > I'm running Linux RedHat7.3 with PHP 4.

RE: [PHP-INSTALL] Re: PHP w/Apache on WinXP

2003-09-30 Thread Kwok, Ed SPAWAR
becarefull if you are using notepad to creat you .php file. I ran into this problem before and I use notepad in the window environment. What notepad did was append a .txt to your file name even if you named .php. Under window explore, it don't show the extension. save it as asci and double

  1   2   >