frank
make sure ur sapi and extensions folders are inside the folder where u ve
installed php
did u add the lines to httd.conf
#AddType application/x-httpd-php .phtml
#AddType application/x-httpd-php .html
Action application/x-httpd-php "/php/php.exe"
check these out
hope this helps
good lu
i have spent the entire day trying to get this working.. After reading and
trying all the tips i read i am still unable to get it going.. when i load
apache it says php4.2.2 running, but nobody is able to view the page.. the
following lines were added to the php.ini
doc_root = C:\Program Files\Apa
php-install Digest 30 Jul 2002 23:58:04 - Issue 955
Topics (messages 7948 through 7958):
php 4.2.2 build with sablotron has multiple defines error
7948 by: Stephen Dominic
7951 by: Moraes, Fabio
PHP 4.2.2 with xslt options has multiple defined error
7949 by: Stephen
Hi,
I am running Apache WebServer version 2.0.39 on Windows 2000.
I have install PHP 4.2.2 as a server module for Apache.
I have been using the install.txt that came with php-4.2.2-Win32.zip that refers to
Apache 1.3.x.
After stoping the Apache I did this...
The lines that I have inclued o
Jay Blanchard wrote:
> Howdy all!
>
> Just wanted to remind everyone that sign-up for the PHP Meetup is still in
> progress at http://php.meetup.com . At latest count there are 289 folks
> signed up world-wide with the top 10 cities being;
>
> Washington DC (9 members)
> Toronto (9 members)
> Le
Hi, friend:
I urgenly need your help. I have been trying to install php4.2.1 and
apache1.3.26 in y Redhat6.1. However after following step by step of the
procedures in the manual of PHP.
Note I config apache using: ./configure --prefix=/usr/local/apache1326
--enable-module=so
I config php us
I to hade some problems a while ago. After reporting some bugs they worked
out this sulotion that will be in the next version
http://bugs.php.net/bug.php?id=15303&edit=2
They have included gd 2 with the php so that all install issues are gone :).
Give it a try :)
/Alexander
- Original Messa
On Tue, 30 Jul 2002 03:31:44 +0100, Nuala & Tony wrote:
>Hi Could somebody help me please.
>
>I am new to PHP and have some code which works fine on my web host, who has
>an old version of PHP.
>
>I am struggling to carry out any updates and testing on my home pc.
>
>I have tried quite a few sugg
Hi everybody
I am new to PHP and today I installed PHP By using the instruction from
http://www.umesd.k12.or.us/php/win32install.html and
http://www.php.net/manual/en/install.windows.php
I did the following :
Downloaded Windows Binaries (PHP 4.2.2 zip package)
unzipped files to C:/php
copied php
OK, I guess I have to answer my self. :-)
After my colleage sugested me to do "make distclean" (not "make clean") to
get reed of the files left after previous "make" attempts on both
directories : php and gd2 everything worked as a sharm!
Breefly I go over install in my case. Assuming that the re
Did you patch your PHP ??
http://www.gingerall.com/charlie/ga/xml/d_sab.xml
Hugs,
---
Fabio Moraes
[EMAIL PROTECTED]
+55 21 3088 9548
-Original Message-
From: Stephen Dominic [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 30, 2002 9:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] ph
Hi,
I just installed PHP and want to edit the conf file of apache i am
running 98se how do i edit the conf file and what data do i insert?
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using
the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define'
when then trying to build Apache (static build of PHP). The dynamic build
causes same error.
The error is in sablot.c multiple definition of 'SXPF_DISPOSE
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using
the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define'
when then trying to build Apache (static build of PHP). The PHP build for
dynamic module install with Apache causes same error.
The error is in sablot.c m
php-install Digest 30 Jul 2002 11:05:49 - Issue 954
Topics (messages 7941 through 7947):
dynamic pages
7941 by: Rolando Morales
Compile-problems with PHP 4.2.2 on Mandrake 8.2
7942 by: Markus Lervik
7943 by: Rasmus Lerdorf
Globals
7944 by: Nuala & Tony
hi guyx
i ve a lil problem
i run this query n get a result set
$query = "SELECT lang_id,strng_id, strng FROM strngx
where pg_id = 6 and lang_id = '$lang_id '";
$query_result_handle = mysql_query ($query)
or die ('qry failed ! DA tbl must xixt in DA db
specifyd bov ');
exe and store it
> My Register Globals is turned on and by default Track Vars, but I have not
> been able to verify this.
Why not? Just stick in a php file and load it up. It will
tell you.
-R
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Works fine here. Note that you are missing a closing " in your
if($Submit) line. Check your code for obvious typos. Turn up your
error_reporting level to E_ALL and check phpinfo() to make sure
register_globals is really on and that you are editing the correct php.ini
file. phpinfo() will tell
Hi Could somebody help me please.
I am new to PHP and have some code which works fine on my web host, who has
an old version of PHP.
I am struggling to carry out any updates and testing on my home pc.
I have tried quite a few suggestions from
php.net/manual/en/security.registerglobals.php but n
Is this Apache2? If so, PHP 4.2.2 does not support it.
On 30 Apr 2002, Markus Lervik wrote:
> Hello, list!
>
> I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2.
> The error I get is
>
> php_functions.c:93: parse error
> make[3]: *** [php-functions.lo] Error 1
>
> Line 93 in ph
Hello, list!
I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2.
The error I get is
php_functions.c:93: parse error
make[3]: *** [php-functions.lo] Error 1
Line 93 in php_functions.c seems to be
#if !MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
GCC
21 matches
Mail list logo