D]> From: Matt G.
> <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] php
> returning completely empty documents on new
> apache install
>
> Oh, and at this point I'm working under the theory that my
> php.ini is not being found correctly. I gave the path to
> t
On Tue, 14 Mar 2006, Matt G. wrote:
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> From: Matt G.
> <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] php
> returning completely empty documents on new
> apache install
>
> Oh, and at this point I'm w
Details are already posted Jim.
Please follow the instructions here.
http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2
Keith
In theory, theory and practice are the same;
In practice they are not.
On Wed, 15 Mar 2006, Jim Douglas wrote:
>
> How do I unsubsc
=php-install&m=114138567814319&w=2
://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2
On Thu, 16 Mar 2006, Duncan Adams wrote:
> To: [EMAIL PROTECTED]
> From: Duncan Adams <[EMAIL PROTECTED]>
> Subject: Re: [PHP-INSTALL] Very quiet today
>
> warning dyslexic speller ahead.
>
> no i bielive that it is i
Yuo need to add the following to httpd.conf to tell Apache
to sent files ending with .php to the php apache server
module.
AddType application/x-httpd-php .php
then if you write a testpage called 'getphpinfo.php'
and add this into it:
that should return alot of usefull informa
http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2
On Fri, 17 Mar 2006, Vadim Bendebury wrote:
> To: Malcolm Evans <[EMAIL PROTECTED]>, Brad Kowalczyk <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> From: Vadim Bendebury <[EMAIL PROTECTED]>
>
Hello all,
We are building a new LAMP system, which will contain lots of virtualhosts
(most of them are Typo3 vhosts).
Hardware:
Processors: 2 x Xeon(TM) CPU 3.20GHz, 2048 KB
(EM64T, HyperThreading)
RAM: 4GB
Im wondering what would be the best solution to setup apache and PHP
(we want install
>From what I've read in the documentation.
You can only use 1 type of Apache core MPM module at a time.
PHP is a bit fussy about the MPM you use under Linux.
PHP Manual
Chapter 4. Installation on Unix systems
Apache 2.0 on Unix systems
This section contains notes and hints specific t
remove --without-mysql:
You need to explicitly enable mysql like this:
./configure
--with-apxs2=/usr/local/apache-2.2.0/bin/apxs'
--prefix=/usr/local/php-5.1.2'
--with-mysql=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686'
--with-mysqli=shared,/downloads/mysql/bin
OK, forget the last mail - lets start again.
Does the output from phpinfo() say you have the mysql module
loaded?
If yes, you may need to tell php to speak to mysql on the
socket that mysql is listening on, so php can connect to the
mysql database.
You may need to alter the following
On Thu, 23 Mar 2006, Jahislove wrote:
> To: php-install@lists.php.net
> From: Jahislove <[EMAIL PROTECTED]>
> Subject: Re: [PHP-INSTALL] can't access mysql from a php script
>
> [EMAIL PROTECTED] a écrit :
> > OK, forget the last mail - lets start again.
>
Well you've got me stumped now.
I don't know if anyone else on the list has any suggestions.
All I can suggest is that you download the php sources from
the php website, and try and compile php yourself. It's not
that difficult to do.
You will also have the advantage of being
>From a web browser, does phpinfo() show a section for mysql
directives?
Keith
In theory, theory and practice are the same;
in practice they are not.
To unsubscribe from this list, please see detailed
instructions already posted at:
http://marc.theaimsgroup.com/?l=php-instal
sorry
HELLO ANYONE
I downloaded and installed xampp version win32 1.5.2-instaler with apache
2.2.0 and php 5.1.2.
I'm a beginner in this field so:
The problem is with the starting page for default file phptest.php. when I
type localhost everything is ok, but when I type the testing php file
(loca
Hello,
I'm trying to compile PHP 5.2.3 on CentOS with the following configure:
'./configure' '--prefix=/usr/local/php' '--with-xml' '--enable-bcmath'
'--enable-calendar' '--with-curl' '--enable-ftp' '--with-gd'
Hello,
I try to compile php-5.2.4RC2 on a debian-etch and i got the following
errors when i launch "make" :
ext/libxml/.libs/libxml.o: In function `zm_deactivate_libxml':
/usr/local/php-5.2.4RC2/ext/libxml/libxml.c:671: undefined reference to
`xmlParserInputBufferCreateFilena
Hello.
I need a little help with setting up php with IIS and in particular to set
the user running PHP so far I just found nothing the anonymous
authentification is active and defined to the specific user but it don't
seem that PHP is running with that user. the script are launched by the
NE
See the attached file for details
hi there,
i need so help on this, which I' unsure wats going wrong.
I've copied the files(the lib2xml files and the php_domxml.dll) to my
windows\system32 folder.
I also enable the entension in the php.ini file
I'm running php 4.3.4 on my IIS 5.1 server on win xp.
Whene
hi there,
i need so help on this, which I' unsure wats going wrong.
I've copied the files(the lib2xml files and the php_domxml.dll) to my
windows\system32 folder and C:\PHP\entensions\ folder.
I also enable the entension in the php.ini file
I'm running php 4.3.4 on my II
Ive got a problem with PHP. I want to install it from the begginning, and i
havent got a clue. ive tried tutorials, but they go through all the
complicated terms and stuff, but i just don't know.
I'm going to run it on my home network, and i want to know if i need to
install anyh
Anyone know how to get php to use CommunigatePro as the email program
instead of sendmail on OS X server?
I have tried changing the path in php.ini but I am a complete novice and
haven't been able to get it to work.
Mark
I can’t figure this out? If you visit my site to a non-existent
PHP page then the server responds 200 and displays a blank page instead of a
404 page. Yet if you go to a non-existent directory then you get a 404. The
blank page only happens on a non-existent PHP page. If you go to a
non
hi
what im using is in the subject
but not been able to execute the php files
means publishing
when i adds the line
Loadmodule for php in apache conf file
the apache moniter says
requested operation failed
it tells me this just for module loading nothing else
someone please help
I'm trying to upgrade to PHP 5.1 but am having trouble compiling it with
the IMAP extension. I have the UW IMAP library installed, version 2004g,
which works fine with PHP 5.0.
At the linking stage, I get:
Text relocation remains referenced
against s
Hi Peter.
If you want to install php4 and php5 simultaneously, then I
suggest that you use two versions of apache2. One version
running on port 80 as standard with php4, and another
version running php5, on a different port than 80.
This way, there should be no conflicts with the php apache
On Sun, 22 Jan 2006, Pete Savage wrote:
> To: php-install@lists.php.net
> From: Pete Savage <[EMAIL PROTECTED]>
> Subject: Re: [PHP-INSTALL] Devenix Live CD PHP4 and PHP5 problem
>
> [EMAIL PROTECTED] wrote:
> > Hi Peter.
> >
> > If you want to install php4 and
\n");
^
If the mail gets sent without the headers, try reintroducing
the headers to the mail function, with the headers all hard
coded without any php vars.
HTH
Keith
from the manual:
In theory, theory and practice are the same;
In practice they are not.
On Tue, 24 Jan 2
What about trying:
LogFormat "%h %l %u %t \"%r\" %>s %b %{PHP:mod_php_memory_usage}x
\"%{Referer}i\" \"%{User-Agent}i\"" memoryusage
does that work?
Keith
In theory, theory and practice are the same;
In practice they are not.
On Fri, 3 Feb 2006, E
Hi Roger. I'm using php/mysql/apache under Linux, but most
of this should also apply to Windows as well.
It sounds like mysql server is up and running, as you are
connecting to it OK, using the mysql client.
Try using the phpinfo() function. This will return ALOT of
usefull s
I think you will find that \n works when using the CLI
version of php. i.e. the command-line version fom the shell.
The html-embedded version requires you to use < br/>, as
this is what is recognised as a line feed in html.
HTH
Keith
In theory, theory and practice are the same;
In pr
Where did you get the ./configure parameters from Repsah?
Keith
In theory, theory and practice are the same;
In practice they are not.
On Sun, 5 Feb 2006, Repsah wrote:
> To: php-install@lists.php.net
> From: Repsah <[EMAIL PROTECTED]>
> Subject: [PHP-INSTALL] compiling 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.ph
This is the one I meant - sorry it's a guest house - not a
hotel!
http://www.bfi.org.uk/sightandsound/review/380
Keith
In theory, 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.ne
To unsubscribe you can go to this page:
http://www.php.net/mailing-lists.php
select the radio button for the list you want to get off, in
this case it will be the php-installation list.
At the bottom of the page, enter the email address you used
to subscribe to this list, then click the
I'm trying to compile php 5.1.2 against MySQL 5.0.18
official RPM's.
I have installed the development RPM for MySQL as well.
This is my configure comand:
./configure --with-apxs2=/usr/local/apache-2.0.55/bin/apxs
--prefix=/usr/local/php-5.1.2
--with-mysql=shared,/usr/lib/mysq
tents of php5's config.nice
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache-2.0.55/bin/apxs' \
'--prefix=/usr/local/php-5.1.2' \
'--with-mysql=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686' \
'--wi
On Tue, 14 Feb 2006, JupiterHost.Net wrote:
; Howdy list,
;
; http://us2.php.net/manual/en/ref.mysqli.php under "Installation" is says:
; "If you would like to install the mysql extension along with the mysqli
; extension you have to use the same client library to avoid any conflicts."
This is w
s' \
'--prefix=/usr/local/php-5.1.2' \
'--with-mysql=shared,/usr/local/mysql/' \
'--with-mysql-sock=/var/lib/mysql/mysql.sock' \
'--with-zlib-dir=/usr/include' \
'--with-mysqli=shared,/usr/local/mysql/bin/mysql_config' \
"$@"
HTH
Ke
Hi all.
I'm running SuSE Linux 9.2 pro, Apache 2.2.0, Mysql 5.0.18,
and php 5.1.2.
I'm wondering what user & permissions to set the php error
log file to?
Sometimes php will write to the Apache 2 log file (or Apache
will, on php's behalf), if php cannot access the error_
I have php 5.1.2 installed on SuSE Linux 9.2 pro, compiled
against apache 2.2.0 source, and mysql 5.0.18 .tar.gz
static binary.
Here is my ./configure command:
Configure Command
'./configure'
'--with-apxs2=/usr/local/apache-2.2.0/bin/apxs'
'--prefix=/usr/local/
Hi Boyd.
It sounds like that php5 cannot find the mysql.so and
mysqli.so shared dynamically loaded modules.
There could be a few reasons for this.
First thing to do is to check the:
Configuration File (php.ini) Path /usr/local/php-5.1.2/lib/php.ini
which is the 6th entry down for my
Hi all.
Is there a ./configure option that will allow me to enable
all php 5.1.2 modules as shared? (apart from those that
cannot be loaded as shared mods)
I would like to enable all the modules that can be used as
shared in one go, like in apache. Is this possible please?
I have tried this
Sounds like php has a problem trying to install the
php module into the apache modules directory, which it will
do by default.
Did you compile/install Apache as root user?
Are you compiling php5 as root user?
Did you do a 'make clean' after installing apache 2? I don't
th
Well, I managed to get things sorted with the following
./configure command
contents of config.nice
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache-2.2.0/bin/apxs' \
'--prefix=/usr/local/php-5.1.2' \
'--with-mysql=shared,
takes!
Keith
In theory, theory and practice are the same;
In practice they are not.
On Fri, 3 Mar 2006, Sasha Dolgy wrote:
> To: php-install@lists.php.net
> From: Sasha Dolgy <[EMAIL PROTECTED]>
> Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so
>
> I would tend to
Hi Duncan.
Go to the this address:
http://www.php.net/mailing-lists.php
Check the bullet under the NORMAL Heading, next to this
section (the fourth list down from the top of the page):
Installation issues and problems
How to install PHP with partiucular configurations,
and servers
Then
my own
machine first.
Regards
Keith
On Fri, 3 Mar 2006, Sasha Dolgy wrote:
> To: php-install@lists.php.net
> From: Sasha Dolgy <[EMAIL PROTECTED]>
> Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so
>
> Hi Keith.
>
> "Also, some other packages will re
they are not.
On Sat, 11 Mar 2006, Bluejays PC Services wrote:
> To: php-install@lists.php.net
> From: Bluejays PC Services <[EMAIL PROTECTED]>
> Subject: [PHP-INSTALL] PHP Snippet on a web page
>
> I am not sure whether this is the right place to ask this but I have been
Try calling the following as a php file:
It's only 3 lines, but that returns alot of information for
debugging your php installation.
Do you have the following directives set in php.ini?
; Enable the PHP scripting language engine under Apache.
engine = ON
; whether PHP may ad
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 loading the php
module.
##LoadModule speling_module modules/mod_speling.so
##LoadModule userdir_module modules/mod_userdir.so
I've just noticed this as well Matt.
You say you are using Apache 2.0, but take a look at this:
> [Sat Mar 11 16:06:51 2006] [notice] Apache/1.3.34 (Unix) PHP/5.1.2
> configured -- resuming normal operations
It may be that Apache 1.3.34 is running instead of 2.0
Try using this vis
This is really strange cause normally php works just fine!
Have you compiled php5 against Apache 1.3.34, and not a
2.0.xx version Matt?
Keith
On Sun, 12 Mar 2006, Matt G. wrote:
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> From: Matt G. <[EMAIL PROTECTED]>
Is this your own server that you have complete access to, or
is it an ISP machine?
If you are running Apache under your own personal user
account, where are you putting your website pages?
Are they under your personal home directory as well?
If so, it may be that php is not configured to
I'm just wondering if your error reporting in php.ini is
turned off. I had problems before where php was
throwing an error message, but I had no error message
displayed, because I had set error_reporting to 0;
Even so, i don't think the output from phpinfo() would be
affec
Something else Matt.
Are you using the short php open tags - like tags.
asp_tags = OFF
; Allow the tags
are recognized.
short_open_tag = OFF
Another thing, when you do a directory listing, or generate
a 404 apache error, does Apache return the php version as
part of the server signature
et me ask on the httpd mailing list how to do this.
I'll get back to you then.
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 14 Mar 2006, Matt G. wrote:
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> From: Matt G. <[EMAIL PROT
One more thing Matt, before I ask on the apache mailing
list:
Can you check your apache error_log please, and see if it
says that php is starting ok.
This is what it says in my Apache 2.2.0 error_log when it
starts up:
[Sun Mar 12 05:52:45 2006] [info] mod_unique_id: using ip
addr 10.0.0.1
Are you sure that you are editing the right httpd.conf file
Matt?
I've edited the wrong file before, then wondered why my
changes have no effect.
You could try adding something to your httpd.conf that will
generate an error, such as the wrong path to the php module.
Then do apachectl
Hello,
I am running the module version of php(4.0.5) AND have a cgi
version compiled. The cgi version is php 4.1.1(compiled with
--enable-discard-path) and this is on a sunOS 5.8 box. I am trying to run
a setuid wrapper that calls a .php4 script. Whenever I enter
the url to the .cgi
We are trying to move to PHP for our website here at work and I
installed about 2 months ago PHP and Apache on a machine here, I then
installed it on our server and another employees machine with no problems.
Now, I am trying to install it yet again on a QA machine and I can't get
I'm trying to install PHP4 as an Apache Module by following the
instructions in the PHP manual. Here are the specifics of my install:
Apache: 1.3.19
Configuration options: ./configure --bindir=/usr/local/apache/bin
--sbindir=/usr/local/apache/bin --libexecdir=/usr/local/apache/li
cd mcrypt-2.5.5
./configure
make
make install
cp /usr/local/lib/libmcrypt.* /usr/lib
ln -s /usr/local/lib/libmhash.so.2 /usr/lib/libmhash.so.2
If you have any problems at each install rerun ldconfig to be sure it finds
any files it needs
Then with PHP we use :-
with-mcrypt=/usr/local --with-mhash
HELP!!
I have been working on this for a couple of days now. I have read all of
the posts here and other places as well as the PHP FAQ, MySQL support and
Apache support.
The problem is simple, I have installed php-4.0.6 as dynamic with
Apache-1.3.19 and MySQL-3.23.39 on a Linux 7.x platform
am just a
slow nut.
Regards.
"Php" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> HELP!!
>
> I have been working on this for a couple of days now. I have read all of
> the posts here and other places as well as the PHP FA
Please add [EMAIL PROTECTED] to your address book to continue receiving great savings from Healthier, see how
Dear php-install@lists.php.net ,
Get the latest news and exclusive health offers from Healthier.com - For a Healthier You!
Today's Fea
X-pstn-neptune: 3/1/0.33/67
X-pstn-levels: (S: 2.19294/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from [294/10]
X-pstn-neptune: 2/1/0.50/76
X-pstn-levels: (S: 2.00797/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from [294/10]
X-pstn-neptune: 2/1/0.50/76
X-pstn-levels: (S: 1.80704/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from [294/10]
X-pstn-neptune: 2/1/0.50/78
X-pstn-levels: (S: 2.00797/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from [294/10]
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels: (S: 1.79807/99.9 CV:99.9000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 4 (1.5000:1.5000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from [294/10]
Canadian Doctor Yvette Best Price On Net 79% OFF
http://www.beautywarm.com
Canadian Doctor Hank Best Price On Net 79% OFF
http://www.beautywarm.com
Hi.
I thought I'd try to compile a SOAP extension for the stock PHP
installation in MacOSX Leopard.
I snagged the php-5.2.5 sources from php.net, and used the compile
arguments found with the "php -i" command. I only added "--with
soap=shared --enable-shared" and
[EMAIL PROTECTED] skrev:
dyld: NSLinkModule() error
dyld: Symbol not found: _OnUpdateLong
Referenced from:
/usr/lib/php/extensions/no-debug-non-zts-20060613/soap.so
Expected in: flat namespace
Trace/BPT trap
I found an OnUpdateLong function in php_src/ext/zlib/zlib.c, but I don't
kn
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 i
Recently I posted an issue about php installation but it does not appear
in this newsgroup.
Ian Godman escribió:
Hi
I am trying to compile and install PHP 5.2.6 on CentOS Linux 5.2 using
the following config:
./configure –with-gd --disable-pdo --enable-bcmath --enable-calendar
--enable-ftp --enable-libxml --enable-magic-quotes --enable-sockets
--prefix=/usr/local --with-apxs2
About this mailing:
You are receiving this e-mail because you subscribed to MSN
I have installed php and configured it per the install manual.
I associated .php extensions to run php scripts via the php interpreter and
ran the test.php script successfully.
I then configured my Netscape 3.63 server mime-types to support php as
magnus-internal/shellcgi
Then I enabled php
Hi,
I have installed and configured php-4.3.4 properly without any error with configuration options as follows :
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
It gives warning as follows
Hi,
I am trying to install php-4.3.4. configuration
options as follows :
[xxx php-4.3.4]# ./configure --with-mysql
--with-openssl=/usr
--with-apxs2=/usr/local/apache2/bin/apxs
Configuration is done whithout any error but when I
make it gives following errors :
/usr/include/openssl/kssl.h
s...John-Original Message-From: ads php [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 13, 2004 12:38 AMTo: [EMAIL PROTECTED]Subject: [PHP-INSTALL] Getting error while installation.Hi,I am trying to install php-4.3.4. configurationoptions as follows :[xxx php-4.3.4]# ./configure --with-mys
Hello people,
Problem ! (aren't they all ?)
I'm trying to get PHP working with Apache 2 on OpenBSD. Apache 2 is not
supported in the OpenBSD ports so I figured I'd just build it from the
standard source distribution. I've done this on Linux and it's never caused
m
Re my problem with Apache dying when I try and load the PHP module, it was
suggested to me that I should run strace on Apache when it is and isn't
trying to load PHP. Thanks to John Holden for the suggestion
Well
To keep the trace relatively simple, I actually did a ktrace (it's &
Try again, but use these
instructions...
http://web.torres.ws/dev/php
Let me know how it goes and we can go from
there
Walter
"G P" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]...
I can run php anywhere on my machine but from browser!?
I se
Help!
I'm running Apache 1.3 on Redhat7.2 (distribution install) and just
compiled PHP-4.1.2 as a DSO for apache with no problems BUT when I go to
view my php pages the php scripts are in plain text.
eg. appears in my browser.
- I know that the appropriate lines in the httpd.conf fil
1 - 100 of 1301 matches
Mail list logo