ED]>
> Newsgroups: php.install
> To: "Bud Roble" <[EMAIL PROTECTED]>
> Cc: "Installation Helplist (PHP)"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, June 03, 2003 4:07 AM
> Subject: Re: [PHP-INST] Help for PHP Newbie!
>
>
> > Sounds like your
Continuing with exactly the same server preferences only on Windows XP; why
i was instead prompted for DOWNLOAD the info.php file which contain the
code.
Just even a link to another related letter will help!
Henry
"Stephen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Sounds lik
As far as I know, your PHP built must simply be configured with imap
support.
- Original Message -
From: "anna stewart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 9:39 PM
Subject: [PHP-INST] help imap.so
> how do i load the imap extension? i'm tried every
install
To: "Bud Roble" <[EMAIL PROTECTED]>
Cc: "Installation Helplist (PHP)"
<[EMAIL PROTECTED]>
Sent: Tuesday, June 03, 2003 4:07 AM
Subject: Re: [PHP-INST] Help for PHP Newbie!
> Sounds like your Apache is not correctly set to pass
php files. Heres how it
>
Sounds like your Apache is not correctly set to pass php files. Heres how it
should be done:
Open httpd.conf
Search for "# Dynamic Shared Object (DSO) Support"
This should show a long list of commented (lines with # in front) lines.
Scroll to the bottom of the list and add:
LoadModule php4_modul
yes
'./configure' '--with-apxs=/etc/httpd/bin/apxs'
'--with-mysql=/usr/local/mysql-max'
'--with-openssl=/usr/local/ssl'
'--with-curl=/usr/local/sources/curl-7.10.3' '--with-curlwrappers'
or
# php -m
[PHP Modules]
ctype
curl
mysql
openssl
overload
pcre
posix
session
standard
tokenizer
xml
What is your PHP configure line? Did you compile PHP with openssl
support?
--
Jim
>>> Kalin Mintchev <[EMAIL PROTECTED]> 03/26/03 08:17PM >>>
hi,
i have a problem getting fopen to work over https...
here is a real example:
$fp = fopen ("http://store.el.net/index.html";, "r");
while (!feof(
Check to make sure that the path to PERL (shown in the first line of
apxs) is correct.
--
Jim
>>> "Bob Boeninger" <[EMAIL PROTECTED]> 03/15/03 06:29PM >>>
Hello,
Didn't see either of these two problems I'm having building PHP
4.3.1
with Apache 1.3.27 on Solaris 2.8:
I've tried two recomm
Just to let you know, I went back to the previous version of php and
uploads are still twice the size. I am going to go back a version of
apache and I bet it will work, Ill update soon.
Ron
On Thu, 2003-03-13 at 12:20, Jim Thome wrote:
> Because you compiled it as a DSO.
>
> Recompile and drop t
Because you compiled it as a DSO.
Recompile and drop the --with-apxs2 switch, and you will have your
executable.
[make distclean first]
--
Jim
>>> Ronald Petty <[EMAIL PROTECTED]> 03/13/03 11:15AM >>>
File uploads are broken in 4.3.2 and I want to go back to 4.2.3.
I deleted all the php/pear
e.dll"
> line in my Apache config file.
>
> Regards,
> Sharat Hegde
> Phone: 6575800 Ext 4610
> Direct: 6566615
>
>
> -Original Message-
> From: Patrick LOK [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 1:20 PM
> To: [EMAIL PROTECTED]
&
: Rich Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 11:55 PM
To: Jip Kongruengkit; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
> Hi all,
>
> I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000
> Server, and
atrick LOK [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 1:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact
config/setup w/ yours except loading sapi! Mine is work
RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2KI have exact config/setup w/
yours except loading sapi! Mine is working fine!
FYI, SAPI won't work on W2K; so the last 2 inserts are meaningless (you may remove
them).
DId you 'Restart' Apache?
./pl
"
Title: RE: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K
Sorry all, I forgot to mention these steps:
In Apache's config file (httpd.conf), I did the following:
- inserted ScriptAlias /php/ "c:/php/"
- inserted AddType application/x-httpd-php .php
- inserted Action
> Hi all,
>
> I have installed PHP 4.3.1 on Apache 1.3.27 on Windows2000
> Server, and I've
> created a test file with just , but when I
> tried to view
> that file via my browser, I got a blank screen. And when I did 'view
> source' in the browser, I was able to see the source code of the
> P
> -Original Message-
> From: Skip Evans [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 09, 2003 8:51 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Help running phpMyAdmin with php 4
>
> I just installed phpMyAdmin on my FreeBSD box running Apache
> and PHP 4.2.3.
> When I load th
Copy of message sent out last time someone had a similar problem:
Chances are you've not put the commands in the correct place, instead just
copy and pasted them into the config
file.
LoadModule php4_module C:\PHP\sapi\php4apache.dll
This has to be in the same place as all the other LoadModule co
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Yeah, I'm sure I have two different versions compiled, the one working
> as a module is the one that fails. Regarding hp_mssql.dll, isn't that
> necessary only for Windows? I'm running everything on a Linux server.
Yes, that one is only for Windo
Hello,
I don't use MSSQL so I could be wrong. Anyway, let me try ;)
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Hope someone can help me with this.
> I need to connect to a MS SQL database but my attemps fail once and
> again.
> This is the error message I get when try to c
Still having a problem as follows:
I am still getting error messages related to
this line in the httpd.conf:
"AddModule php4_module /usr/lib/apache/libphp4.so"
or
"LoadModule php4_module /usr/lib/apache/libphp4.so"
Both return error messages indicating that either Apache
cannot Load or Add th
I also have the following in my httpd.conf file
LoadModule php4_modulelibexec/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
DirectoryIndex index.html index.htm index.shtml i
Also, try calling phpinfo(32);
The 32 settings makes it show all the variables and how to access them
EG _SERVER["NAME"] mysever
Just add on the $ and you have the variable to use
Stephen
- Original Message -
From: "Robert Duran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday,
Aha, found the problem. I had:
variables_order = "ES"
in my php.ini file. This was recommended in a book i had as a security
precaution. It was apparently written before the changes to the
register globals default.
Thanks for the help!
On Monday, November 18, 2002, at 01:22 PM, Robert Du
I cut and pasted this code onto my machine and realized that you've got
some bogus hidden characters in there. Don't know if that's your issue
or not, but once I cleared them out it worked fine for me.
-Steve
On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote:
{{
--
PHP Instal
It may be that you used register globals off on the old server but on new
versions of php ?page=links is $_GET[page]
-
Hiya.
I have just installed php and apache again after formatting our server
running windowsXP
I have the latest apache and latest php
I install them and ok, looks
You can download a precompiled DSO for Linux at www.pdflib.com (for dl()
functionality) or build from source. If building from source, zlib is all that's
required (jpeg is built in).
~Jim
>>> "Cameron Thorne" <[EMAIL PROTECTED]> 09/11/02 16:41 PM >>>
First some background. I have two "server
thnx jeff
but im still stuck .
i ve a billion variables ..
how do i change em ALL . :'( .
aint there an easyer way
n no dream weaver pleez .
it fills up my code with s much of junk that da poor script refuses to
run :S
sighing .
toby .
_
cc: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subjec
jeff pal
theres jst this peky lil rpoblem
i ve it turned ON
n my site on which ive been workin since feb is supposed to b UP lata
THIS week :'( ..
aab kya karoon ?
what shall i do now :'( ??
lost ..
toby ..
___
cc: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] help with a
simple php script!
daniel
locate ur php.ini file (should b in ur windows folder)
then look for register globals
turn it ON ! ! ! !
good luck
toby .
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
PHP Install
hi david
try 3 things
first try to include ur server name in the path
like http:\\localhost\shaggy\info.php
shaggy is ur servername exmpl
second try to save ur "info.php" like this ... inside quotes
3rd
check if ur apache is running while u try to load ur page
control pann
Apache does not know to have PHP parse .php filesread install.txt for
directions on setting up apache--you will need to make some modifications to
your httpd.conf.
> -Original Message-
> From: John Lazos [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 04, 2002 1:18 AM
> To: [EMAIL
Thank you Chris!!
-Ragnar
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ragnar,
>
> I have pasted your script into my /var/www/html directory and I agree
> that the browser is blank. View Source shows the source. I assume that
> you have not s
Ragnar,
I have pasted your script into my /var/www/html directory and I agree
that the browser is blank. View Source shows the source. I assume that
you have not set httpd.conf to parse ".html" files with php but to
assume it is pure html. This is why the output is not seen. I used the
filena
, would you please give me any more suggestion?
Thanks!
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Ma Youliang" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 9:17 PM
Subject: Re: [PHP-INST] Help: libphp4.so load error
>
>
Hello.
You should be able to run configure using --with-zblib. and this will
work.
Jeff
"Ma Youliang"
Latest developments:
On FreeBSD you can install Kerberos 5 in the base installation and
it gets placed in /usr/lib--but that is not MIT Kerberos 5. You can
also install MIT Kerberos 5 from the ports collection, which gets
placed in /usr/local/lib. Since I chose to install ALL base packages
when I
On Thu, 28 Feb 2002, Jonathan Hilgeman wrote:
> Did you set any options for encryption or SSL or anything? You may have used
> an option that requires lib Kerberos. If you don't have it, you should be
> able to use the ports system on FreeBSD to install it quickly.
Hi Jonathan. Thanks for your re
Did you set any options for encryption or SSL or anything? You may have used
an option that requires lib Kerberos. If you don't have it, you should be
able to use the ports system on FreeBSD to install it quickly.
- Jonathan
-Original Message-
From: Dan Delaney [mailto:[EMAIL PROTECTED]]
First : read the docs on www.php.net.
Second : read the mail archives to see some good stuff about your
questions and how to post a question on a mailling list.
Third : post a real good question on mailing list.
le mer 20-02-2002 à 00:34, Ryan Snow a écrit :
>
> Hi, Im brand new to the list
Thanks Jim, I think that tells me my problem. I've got --without-mysql.
I guess I'm going to have to recompile php?
Thanks again. Ryan
PHP Version 4.0.4pl1
System
Linux
porky.devel.redhat.com 2.2.17-8smp #1 SMP Fr
Ryan-
Need more info. What OS are you on? Linux? Win2K? Unix?
Also, set up a script in your htdocs directory with the following:
Reply back with the configure line of php.
--
Jim
>>> Ryan Snow <[EMAIL PROTECTED]> 02/19/02 04:34PM >>>
Hi, Im brand new to the list--just joined today. Work
It was done before I got here, so Im not sure. Is there a way to find out?
thanks.
Ryan
On Tue, 19 Feb 2002 [EMAIL PROTECTED] wrote:
> On Tue, 19 Feb 2002, Ryan Snow wrote:
>
> >
> > Hi, Im brand new to the list--just joined today. Working on a program
> > for my cosmic ray/physics departme
On Tue, 19 Feb 2002, Ryan Snow wrote:
>
> Hi, Im brand new to the list--just joined today. Working on a program
> for my cosmic ray/physics department, and can't seem to get out of the
> starting blocks. For some reason that seems quite strange to me, when I
> attempt to mysql_connect(...)
this line is necessary
AddType application/x-httpd-php .php
then you should also load the module, otherwise apache doesn't recognize
your scripts as php-scripts and simply displays the text
Read the docs for that purpose
regards,
Chris
-Original Message-
From: Mojgan Kazemi
:48
To: 'Robert Schulz'; '[EMAIL PROTECTED]'
Subject: RE: [PHP-INST] HELP: apache 1.3.22 doesn't parse php 4.1 on W2K
How did you install the two programs? Sounds like you need to uninstall
both, add Apache standalone, and then add the PHP binary from PHP.net.
- Jonathan
How did you install the two programs? Sounds like you need to uninstall
both, add Apache standalone, and then add the PHP binary from PHP.net.
- Jonathan
-Original Message-
From: Robert Schulz [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 9:34 AM
To: '[EMAIL PROTECTED]'
Subj
You must compiled PHP with the APXS 2.0 option.
try ./configure --help | less in php source tree to take it
B.
le jeu 01-11-2001 à 19:24, Oliver Stirling a écrit :
> I haven't been able to get php installed on my red hat 7.1 box, I am running
> apache 2.0.16 beta. Is there anything I am doing wr
> would header("http://url.com";); work ?
I am Very Sorry ,i don't know how to use header.
Can You give me some example?
Thank You Very Much!
is it?
http://www.yahoo.com";);
if(!$file) {
echo "Unable to open remote file.";
exit;
}
?>
result message is Unable to open remote file
-
would header("http://url.com";); work ?
-Original Message-
From: T [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 10, 2001 1:46 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Help!! Please Help Me!
Hello! i would like to useing fopen() fuction to open the other Url,
but i am using a
Ed-
Remove the entire PHP source tree, untar it again, and rebuild PHP. Removing
config.cache or simply rebuilding PHP never seems to force a reload of the PHP module
within Apache. As far as the undefined function, was an earlier build compiled with
DB functions?
Regards,
Jim
>>> "Edward
Dennis,
The answer is twofold:
One get GNU tar from the solaris freeware site (i presume you know that one)
- that'll clear up your directory checksum error.
As for the precompiled version...I don't know of one. Are you on Intel or
Sparc?
Robert.
-Original Message-
From: Dennis Olson [ma
Ouch! That musta hurt. But I guess it's true what they say, "The truth hurts".
They really did deserve it, though. This is not the place for advertising.
Steve Brazill wrote:
> How can 'quality be guaranteed' if you're using Microsloth products ??
>
> Don't you know how to work with 'enterprise
How can 'quality be guaranteed' if you're using Microsloth products ??
Don't you know how to work with 'enterprise level' products ?
- Original Message -
From: "David Rosen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 15, 2001 8:53 PM
Subject: [PHP-INST] Help you with
Allen,
The problem is that apache expects a ".so" file and it checks
for that file extension. The hp linker creates ".sl" files.
Rename libs/libphp4.sl to libs/libphp4.so
Then rerun the apxs command which was probably
/opt/apache/bin/apxs -i -a -n php4 libs/libphp4.so
Regards,
Jim Fitz
>
Don't know exactly what I did, but it is working now. Thank you for all
your help. ...Doug
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message
01062513112000.28331@linux">news:01062513112000.28331@linux...
> On Monday 25 June 2001 12:10, D. Moglin wrote:
> > By "no result" I mean that PHP is no
On Monday 25 June 2001 12:10, D. Moglin wrote:
> By "no result" I mean that PHP is not working. My test file (copied from
> the instructions at php.net) shows only a blank page.
If you view the page source, do you get the source code of your php script?
If so, you have somehow misconfigured you
By "no result" I mean that PHP is not working. My test file (copied from
the instructions at php.net) shows only a blank page.
Thank you for any assistance you can provide.
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message
01062509002202.12581@linux">news:01062509002202.12581@linux...
> On S
On Sunday 24 June 2001 23:49, Doug Moglin wrote:
> I am having the same problem, I think. When installing under Windows 2000
> (IIS5) using the automatic installer, I get an error message about a
> "missing OCX" and that PHP is not configured. It says all I have to do is
> configure PHP manually
I am having the same problem, I think. When installing under Windows 2000
(IIS5) using the automatic installer, I get an error message about a
"missing OCX" and that PHP is not configured. It says all I have to do is
configure PHP manually. I have followed the instructions, yet I get no
result.
On Thursday 21 June 2001 05:46, Jonathan wrote:
> Can somone please help me. I've tried to install the php405-installer on
> windows 2000 and I can't get it to recognize .php
>
> Could someone please post detailed step by step intructions on how to
> install and configure php on windows 2000.
>
>
Scott Schultz wrote:
>
> Fatal error: Call to undefined function: pdf_new() in
> /usr/local/apache/htdocs/cjhunter/test/pdf/hello.php on line 5
>
pdf_new() is apparently boggus or unknown, try this in place :
$fd = fopen("/path/to/the/pdf-file/test.pdf", "w");
$pdf = pdf_open($fd);
Make shu
In the phpinfo() do you see:
pdf
PDF Supportenabled
PDFLib Version 3.03
CJK Font Support yes
In-memory PDF Creation Support yes
Below is my setup with PDFLIB 3.0.3, Apache 1.3.14, & FreeBSD 4.1-RELEASE
zlib 1.1.3
--
./config
Basically, you'll have to set up a web server on your PC. Also, if you want
a data-driven site, you'll need a database server on there as well. Without
more information (PC spec, your OS of choice etc), there's not much more I
can say, apart from consider the practically standard solution of
apach
www.netcraft.com
Use the "What is this server running?" link.
-Philip
-Original Message-
From: Tobbe [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 1:23 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Help with Mime and php
Hello
I got to put up some php pages on a server that I
On Fri, Jan 19, 2001 at 09:44:08AM +0100, Der Kruemelkiller wrote :
> I've the big problem, that I don't understand the
> installation-advises, because my English isn't the
> best.
>
> So you could help me, if you could send me a german
> installation-advise, that is quite clear and that
> is ru
On Sat, Jan 20, 2001 at 01:10:21PM -0400, Trunkz Santai wrote :
> checking for flex... no
[...]
> checking for lex... no
> ./configure: flex: command not found
> checking for flex... lex
Make sure you have either 'flex' or 'lex' program in your
PATH environment. If the latter and it does
I know this has been a while, but you have made some mistakes:
PHP _can_ be built as DSO under windows. I know it because I
build it from CVS snapshots about 4 times a week.
Also, the actual problem the user had wasn't addressed, and
though he has surely solved it long ago, here's the solution
Hi Alistair,
I don't want to discourage you but I have given the idea to make Apache works
with php and mySql on CorelLinux. Check my message posted not long ago on this
forum.
Good luck,
Marc.
Alistair Chisholm a écrit :
> Hello - I am new to Linux (trying Corel first) but I can't install ph
Just find out where libmysqlclient is:
find / -name "libmysqlclient*" -print
You should have some one somewhere; most likely in
/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ (because here is where you think
mysql is no?)
When you find where it is, just try to figure out which path you must give
72 matches
Mail list logo