Hello,
I need to create the php5-5.2.2 RPM's for SuSE 10.0 to install on
several production systems. However, when I run the makerpm script, it
appears that the build completes, but the creation of the RPM's fails
with the following output:
Build complete.
Don't forget to run 'make test'.
+ mv
Hello,
You want to use:
--with-config-file-path=/etc
I don't think your option:
--with-config-file-path=/etc/php.ini
will work correctly because then PHP looks for '/etc/php.ini/php.ini'
regards,
Peter
--- Victor <[EMAIL PROTECTED]> wrote:
> Hello Everybody
using the
cached location of the old libxml.
regards,
Peter
--- Søren Neigaard <[EMAIL PROTECTED]> wrote:
> Hi
>
> I need your help guys! Im trying to compile PHP5.1.6 on OS X 10.4.8,
> and I run configure with the following options:
>
> sudo ./configure --prefix=
Hello Alf,
It should work on any platform. Are you getting any errors? If you haven't
already, try setting 'display_errors = on' and 'error_reporting = E_ALL' in
your php.ini, to see if there are any error messages.
regards,
Peter
--- Alf Stockton <[EMAIL
hat ZTS and non-ZTS compiled extensions are not compatible.
You will probably need to recompile your extensions.
regards,
Peter
On Yahoo!7
Fuel Price Watch: Find the cheapest petrol in your area
http://au.maps.yahoo.com/fuelwatch/
It's not cached is it?
rm config.cache
- Peter
--- Robert Pollard <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am about to pull myself bald trying to figure out what this crazy configure
>
> script wants. I have done several days of research but everyone is saying
ing a PHP script in Internet
Explorer (or any other program) and opening Apache's processed output of the
same PHP script in Internet Explorer (or any other program). That is, opening
'file://c:\webroot\index.php' is _not_ the same as opening
'http://www.webroot.com/index.ph
Hello,
If you have MySQL installed, then you already have the libraries. Just
configure PHP:
--with-mysql=/usr/local/mysql
regards,
Peter
--- "Jaysen B. Johnson, EMT-B" <[EMAIL PROTECTED]> wrote:
> Hello:
>
> I am running a Fedora Core 5 system as a web serv
as to whether or not it's going to be On or Off. I do not know what would
> cause the value to change like this.
Do you mean that in the same phpinfo() script, the value can alter just by
pressing 'refresh' in your browser?
Does it dpeend on what folder the script resides
hy it didn't
work.
regards,
Peter
P.S. Did you know that PHP 5.1.6 is out and ready for you to install?
(www.php.net) ;-)
>
> OK, the downgrade to 4.4.0 was resolved (a bogus call to load the PHP5
> module--which still existed--was left in httpd.conf). All good, but i
&
u might try running the PHP
executable on it's own (in /usr/bin/php or somewhere like that) and see if you
get the same errors as well.
Hope that helps. Let me know if you can get some different errors by removing
the php.ini file.
regards,
Peter
--- brian <[EMAIL PROTECTED]> wro
Hi,
Try:
wrote:
> I have the following in my php.ini:
> register_globals = Off
> register_long_arrays = Off
> register_argc_argv = Off
> auto_globals_jit = On
>
> The following PHP code prints nothing:
> $webroot = $_SERVER['DOCUMENT_ROOT'];
> $server = $_SERVER["HOST"];
>
Hi Mike,
Are there more errors above that? It looks to me as though there may be more
informative errors earlier in the output.
regards,
Peter
--- Mike <[EMAIL PROTECTED]> wrote:
> I am using Ubuntu 6.06 Linux with PHP 5.1.4. I needed to include MS SQL
> support in PHP so
e, although I don't know how
that is done on any OS other than Mac OS X, but it should be easy to
find on Google anyways.
That's the simple version of compiling PHP and I hope that procedure works for
you.
regards,
Peter
--- Mike <[EMAIL PROTECTED]> wrote:
> I
register_argc_argv = On
If you had installed PHP as an Apache module, you would need to restart Apache
so that PHP re-reads the php.ini file. I'm not sure if the same applies for a
fast-cgi installation.
HTH,
Peter
--- Tamer Higazi <[EMAIL PROTECTED]> wrote:
> Hi!
> I have PHP 5.
-with-imap-ssl=/usr/local, etc.
2) The configure command caches the include paths in config.cache, make sure
you delete this file before you try configure/make clean/make/make install
again.
regards,
Peter
--- Xavier Boully <[EMAIL PROTECTED]> wrote:
> Hello,
>
>
>
--with-oci8=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
... it should fail with 'error: Oracle needed libraries not found', like the
RPM does. Check the lines immediately above the output and maybe you will see
which libraries couldn't be found.
Hi Chuck,
You can find out if PHP is set up on the web server properly by creating a
little script like this:
phpinfo.php:
If you browse to the phpinfo.php page on your web server, you should get a
fairly large page full of information about your current PHP setup. If you get
a blank pag
Hi,
AFAIK, most options are specified like this:
--with-mysql=/user/local/mysql-5.1
--with-readline=/usr/local
etc. So maybe if you try one of these:
configure --with-xsl
configure --with-xsl=/usr
configure --with-xsl=/usr/local
Hope this helps,
Peter
--- "Kunsmann, Mat
g now. I am a little
annoyed that the --with-libxml-dir option did not cause configure to override
the cached value, but maybe that's the standard procedure for configure
commands?
Thank you Rasmus and Luc for your help.
Peter
--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> Tr
/include/libxml2
PHP 5.1.4 Makefile:
INCLUDES = -I/usr/include/libxml2
Using 'configure --with-libxml-dir=/usr/local/include/libxml2' doesn't make any
difference, and PHP 5.1.2 gets along fine without it anyway. Does anyone know
if I have done something wrong?
Any help is much app
handy to be able to re-compile
later with more features. Just be wary of stray PHP4 executables which may be
left behind in /usr/bin.
regards,
Peter
--- Steven Michaels <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am relatively new to the Linux environment, and want to updat
generates any error messages. Some developers find it
easier (though it is not as secure on a production box) to just set this option
in php.ini:
display_errors = On
... and then error messages are included in the page output.
regards,
Peter
--- Jim Douglas <[EMAIL PROTECTED]> wr
quot; ".$string_arr[$i];
$str=$re_string;
print $str;
}
}
regards,
Peter
--- Jeremy Oliver <[EMAIL PROTECTED]> wrote:
> Hi
>
> This script was working fine, now all of a sudden I am getting an error:
>
> Date: 06/05/06 Comment By: test
> Comment:
rt from the PHP
developers, because if none of the above works then you should probably submit
a bug report.
regards,
Peter
--- Luis Fernando Morales <[EMAIL PROTECTED]> wrote:
> I have been tried to compile the php module without '--with-informix' and
> the apache2 start
Hi,
I'm not very familiar with Apache problems, sorry, the best I can suggest is
that you comment out the lines in httpd.conf which refer to php and see if
apache will run without it.
good luck,
Peter
--- Luis Fernando Morales <[EMAIL PROTECTED]> wrote:
> ok.. you right.. the
oken tags, or broken tags which are
commented out but are still confusing the installer.
regards,
Peter
--- Luis Fernando Morales <[EMAIL PROTECTED]> wrote:
> hi everybody this is my first post...
> I have been compiled the php-4.3.9 version on a tru64 unix system.
> Inform
and the browser gets an empty image.
regards,
Peter
--- Vinod Rao <[EMAIL PROTECTED]> wrote:
> Hi ,
> I'm developing php script to generate an image having text written on it.
> And I have to save that image to one file file.gif , so that I can use that
> image in the nex
Hello,
When trying to 'make' php 5.1.2 on Max OS X 10.3.9 I am getting the following
errors:
---
/Users/peter/Desktop/php-5.1.2/ext/libxml/libxml.c:43:28: libxml/xmlsave.h: No
such file or directory
/Users/peter/Desktop/php-5.1.2/ext/libxml/libxml.c:
problem with the embedded sqlite, the compiler, the os.
What informations are needed to help my out here?
With regards,
Peter.
;SCRIPT_NAME']
Any hint appreciated!
Regards, Peter
en send the list.
///Peter
a human on corporate sites. This is addresses to
[EMAIL PROTECTED] and
CC'd to [EMAIL PROTECTED] and [EMAIL PROTECTED] as well as the
list itself, in the hope of attracting someone's attention.
This time I'll keep the evidence :-)
///Peter
.2
mysql-devel-3.23.58-14
MySQL-python-0.9.2-4
php-ldap-4.3.10-3.2
I downloaded and unwrapped phpBB.2.0.11 as there doesn't
seem to be an RPM for it yet.
///Peter
--
BTW last time I mailed this list I got all sorts of weirdo
answers from HR units thanking me for applying for the job.
Is there something wrong with the list?
file.
I tried it with iptables turned off as well: same result.
There is obviously something else that needs enabling, but
I cannot see what it should be.
///Peter
test.php (username and password replaced)
";
}
?>
Just installed apache 1.3.33 with php 4.3.10. Now when i do a:
error_log("this\nis\na\ntest");
the output in the error.log looks like:
[Sat Jan 15 11:24:51 2005] [error] this\nis\na\ntest
If i run the same on other servers it comes out like:
[Sat Jan 15 11:24:51 2005] [error] this
is
a
test
A
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 27, 2004 2:22 PM
Subject: Delivery failure notice (ID-12DD)
> --- Mail Part Delivered ---
> 220 Welcome to [optusnet.com.au]
> Mail type: multipart/related
> --- text/html RFC 2504
> MX [M
led.
The problem also occurs when configuring without options.
Thanks!
Peter
Hello Nail,
Php is looking for the sockets at /var/run/mysql/mysql.sock
check if is exists - you may have compiled mysql with scoket located at
other place.
Also double check that mysql is running :-)
Peter
- Original Message -
From: Neil Fryer
To: '[EMAIL PROTECTED]'
Sen
he second sceanrio
above. But there was no details on what caused it and it ends with
"Fixed in current CVS". Only that was Feb 2002.
Any ideas are welcome at this stage. I'm stumped!
TIA
Peter.
--
=====
Hi!
I have a problem with my httpd.conf and PHP. I would like to make a free PHP
hosting. When a user register, I put into directory
/foo/bar/username.mydomain.com. My httpd.conf is the following:
AllowOverride None
Options None
php_admin_value max_execution_time 30
#The following line is my QUEST
Hi,
I'm trying to re-compile PHP to support libgd for images. But the
compiling process always exits with an error (see below). libgb compiled
without errors.
Could anyone tell me how to fix this?
Any help appreciated.
/peter
---BEGIN libgd configuration---
./configure --prefix=/usr --wi
f php because then we have to shange a lot of website (cookie calls and
other things).
Thanx
Peter
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d
libpq.dll and libpq.lib and copied it to winnt/system32 folder (i tried php
dll extensions dir as well) but i still have same warning and pg_*
functions are not avilable.
Your help is very appreciated
Peter Kmet
--
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
27;t say that I know what I'm
doing. I've looked for it in Google no one have had the same problem. That's why
I feel a bit stupid.
Please can someone point me in the right direction
Thanx all
Peter Nyberg
Department of Biochemistry and Biophysics
Arrheniusvägen 12
106 91 STHLM
Sw
Hello,
We try to use our Citrix terminal server machine as backup WWW.
So we put IIS there and I was trying to set up ISAPI php extension there. I did it
several times on our general WWW with the same win2k-server OS there. The book
"Professional PHP" by Wrox is a pretty help (no ads, I'm Russian
install the langage now I can allways do it afterwards but
php also complains that it can't find path either aspell or pspell. Even if
I've installed them without any error accept for the lang. dir. (above).
Thank you
Regards
Peter
Peter Nyberg
Department of Biochemistry and Bioph
bject file: No such file or directory"
I can find a sys link (libexpat.so.0) and the file it links to in
/usr/local/lib. The permissions seem to be fine on the file, so maybe it's
a question of it being in the user paths.
Any help appreciated.
Peter Janett
New Me
e run by PHP.
HTH,
Peter Janett
New Media One Web Services
New Upgrades Are Now Live!!!
Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1
Sun Solaris (UNIX) accounts - PHP 4.1.2, mod_perl/1.25,
Stronghold/3.0 (Apache/1.3.22), MySQL 3.
same, or am I wrong?
I prefer not to use kerberos since it's so complicated and "buggy"
Peter Nyberg
Department of Biochemistry and Biophysics: http://www.dbb.su.se/
--
PHP Install Mailing List (http://www.php.net/)
sr/local/lib
/usr/local/lib/libmcrypt
I also checked the version and as you can see 2.5.5 is there
[root@x mcrypt-2.6.3]# /usr/local/bin/libmcrypt-config --version
2.5.5
I'm very confused and don't know what to do next! So please soem
#x27;ll have to tell apache to interpret '.php' files via php:
AddType application/x-httpd-php .php
You didn't forget to put 'AddModule mod_php4.c' in httpd.conf?
I would use 'e:\php\extensions' for your extension dir instead of
'e:\php' I you want to u
safety switches that can be
setup in PHP when compiled as an Apache module.
Any and all info or ideas most appreciated!
Peter Janett
New Media One Web Services
New Upgrades Are Now Live!!!
Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1
Sun Solaris (UNIX)
.
So, anyone know where (or have a copy) of the CyberCash MCK software for
Linux?
Thanks,
Peter Janett
New Media One Web Services
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
apxs can be found in any source distribution of apache in the bin folder
> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 17 October 2002 9:23 AM
> To: Marcus Van Wyk
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] apxs missing
>
>
> Install the a
instead of putting php.ini in winnt put it in the default windows folder ,
either c:\windows or c:\win, as per the install txt file that comes with the
distrib. on the varibles instead of calling $var call them like $_POST[var]
or $_GET[var]
> -Original Message-
> From: Daniela Elena Po
your patience and help.
Regards
Peter Goggin
- Original Message -
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: "Peter Goggin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 6:32 PM
Subject: Re: [PHP-INST] PHP, APache a
Peter Goggin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
/stampconditionlist.php on line 39
Line 39 is:
if ($row= mysql_fetch_array($result))
These pages all work without error on my win98 machine with apache, mysql
and php.
Is there any documentation which lists all of these error conditions and
suggests ways of solving them?
Regards
Peter Goggin
Apache/PHP/MySQL with SSL installation
Author: Randall Goguen (aka Ranman)
Probably you did not --with-apxs or something like that.
with fiendly greetings,
Peter
Prometeo wrote:
> this is the message that appears when i try to configure php 4.2.2 with apache
> under linux redhat 7.3.
> I ca
may sound silly but have you stoped and restarted apache?
> -Original Message-
> From: Richard Davies [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 24 September 2002 12:48 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Hey I am currently running an apache 1.3.26 and
> trying to getphp 4.2
check global vars in php.ini bet u that it's off check out the chanages
for that build of php
> -Original Message-
> From: Bàn [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 24 September 2002 11:33 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Variable and submit
>
>
> > Strange, I don'
yeah & what do u need help with? that don't tell us anything try
looking at the manual
> -Original Message-
> From: Ajit Muduli [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 16 September 2002 10:13 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP Install
>
>
>
> OS:Windows 2000
> WS
check your php.ini for the correct path to pear and check that pear is
there or if u want just comment out the line that references pear if u don't
want to use it
> -Original Message-
> From: gilang4 [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 12 September 2002 2:38 PM
> To: [EMAIL PROT
I have the lines:
LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
I have stopped and restarted apache several times.
Regards
Peter Goggin
- Original
nux machine. None of the scripts which include embedded php or
which have type .php work on the linux machine so obviously I have not got
apache server correctly configures.
Regards
Peter Goggin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi!
i have AIX 4.3.3, Apache 2.0.39, gcc-2.9-020209 both rpm installed from AIX
Toolbox, (they had php also but v4.0.6 and that said "Exec format error").
And now i'm trying to install the "php4-STABLE-latest", In the manual i
read that i should probably do a "./configure --with-mysql
--with-
I'm still getting the dreaded 500 errors installing the cgi version of php
4.2.1. My system is Win95 and Personal Web Server. InstallSheild didn't work
so I went to manual but still have same problems.
My php.exe file is in c:\php. I used the pws-php4cgi.reg to set the
registry. The contents of t
A week ago I posted for help regarding installing PWS 4.2.1 on Win95 and
PWS. At the time I used the InstallShield and it resulted in HTTP/1.1 500
Server Error.
I have since tried manually installing PHP (CGI) twice. I have followed the
procedure in install.txt for Win9x machines running Personal
I am having problems installing php on Personal Web Server on Windows 95
using the InstallShield installer and specifying the standard installation.
I have set up a php directory within my webspace and given it full
privileges including execute. When I try and run a test php script I get the
messa
--with-mysql and it found the headers fine) my.cnf , httpd.conf and
php.ini all point to /var/lib/mysql
Any ideas where to go next. I dont want to have to alter every script to
point to the right place for the socket file.
peter richards
--
PHP Install Mailing List (http://www.php.net/)
To
HP cause to be so brusqe. I have
been computing for years. I don't recall a previous question that was
replied to with less courtesy.
peter richards
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;
can any one help
thanks
peter richards
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;
can any one help
thanks
peter richards
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ppreciated.
Thanks,
Peter Janett
New Media One Web Services
http://www.newmediaone.net
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the value
in ithe ini file c:\php\extensions
How do I check this info to make sure it is correct?
Regards
Peter Goggin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the value
in ithe ini file c:\php\extensions
How do I check this info to make sure it is correct?
Regards
Peter Goggin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This file works:
You are using the web browser.
It is called php_test.htm and is called as the action on a button from a
plain html page.
Regards
Peter Goggin
- Original Message -
From: "Phil Dibowitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday
e way my site is designed ..
Regards
Peter Goggin
- Original Message -
From: "Ryugen Fisher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Julie Meloni" <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 3:13 AM
Subject: Re: Re[2]: [PHP-INST] PH
the mail message from Ryugen but this
exhibits the same behaviour as my scripts. It is as though the php parsing
is being ignored.
Regards
Peter Goggin
- Original Message -
From: "Ryugen Fisher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Julie Melon
skipped over y
the web browser.
Regards
Peter Goggin
- Original Message -
From: "Julie Meloni" <[EMAIL PROTECTED]>
To: "Peter Goggin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 12:01 AM
Subject: Re[2]: [PHP-INST] PHP with apach
?
Regards
Peter Goggin
- Original Message -
From: "Peter Goggin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 25, 2002 8:42 PM
Subject: [PHP-INST] PHP with apache 1.3
> I am trying to install php with apache 1.3
>
> The steps I followed ar
web browser to open file:
I get a blank screen in the brwser, but can view the script (view source)
Can anyone please tell me what I missed out or got wrong?
Regards
Peter Goggin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
\
--with-config-file-path=/usr/local/Zend/etc \
--with-exec-dir=/usr/lib/php/bin \
--with-gettext \
--with-mysql \
--with-readline=/usr/local/include/readline \
--with-xml \
--with-dom \
--with-zlib=yes
Have anyone an idea?
Kind regards, Peter Stoehr
~~~
PINK
Thank you guys for your help - I'm overwhelmed.
Thanks.
-Original Message-
From: Matt Schroebel [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 10:27 AM
To: 'Peter Theeuwen'; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] PHP.ini
Could it be too big?
http://marc.thea
Basically, when uploading large files it is timing out.
Q: Where in the php.ini file can I increase the timeout (or perhaps some
other setting) for accommodating the upload of large files? - This
obviously is on a W2K box.
I searched the archives, but could not find a similar question. I
incre
Has anybody managed this? I've been trying for about 4 days now...
Apache 2.0.35
PHP 4.2 (from php-4.2.0RC4-win32.zip)
Peter
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
into server: One of the library files
needed cannot be found
Thanks for any help...
Peter
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 27 Mar 2002 08:38:31 -0500, Max Salviejo <[EMAIL PROTECTED]> wrote:
> Has anyone succesfully installed PHP w/ support for Oracle9i?
>
> I've installed PHP w/ support for 7/8/8i..I am wondering if there are any
>pitfalls/tips
> available. !google shows nothing directly related to 9i or PH
27;--with-png-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--with-ttf=yes' \
"$@"
I tried this job with and without --with-png-dir and --with-zlib-dir
options.
Thank you again in advance,
cheers
Peter
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hp4.so
in httpd.conf and move it to after the SSL initializing stuff:
#SSL stuff here
LoadModule php4_modulelibexec/libphp4.so
This way Apache deals with SSL first then PHP and it then works.
Peter
> here's my configure i did..:
> ./configure --with-apxs=/usr/apache/bin/a
In php.ini:
; This directive allows you to disable certain functions for security
reasons.
; It receives a comma-deliminated list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions = chown, chmod, exec, passthru.
"Frederic Trudeau
I've used the 'easy'-installer, which should be enough to get it
running.. right?
Someguy wrote:
> did you read the php install document.did you load the module or added the
> lines to make it run as cgi.if so what exactly did you write.
> "Peter Meeuwsen" &l
computer in my network.
Do i have to make changes in the register, and if so, which
modifications would that be?
Anyone knows what i could do best now...? Please ask if you need more
info...
Thanks for taking the trouble to read this message!
Peter
--
PHP Install Mailing List (http://w
Hi Andy Eagle,
i've had the some problem... just open PWS, click on the 'advanced'-icon
on the left.
Select the directory that contains the page you were trying to open, and
'edit properties'
Make sure that 'Execute' has been enabled, and try again!
Gre
't available to me, I'm guessing I can't use the ports either :-(
Of course, if anyone knows differently I'd love to hear from them!
TIA,
Peter.
--oOo--
Narrow Gauge on the web - photos, directory and forums!
http://www.narrow-gauge.co.uk
--oOo--
Peter's web page - Scotti
ll in standard
/bin/sh /usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/libtool
--silent --mode=compile gcc -I.
-I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/ext/standard
-I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1.1/main
-I/usr/home/azorpro/usr/local/etc/httpd/peter/php-4.1
t configuration parameters. Please |
| see the file debug.log for error messages. |
-=-
Problem is, there are no errors on my debug.log, and the .so compiles
cleanly.
Does anyone have any idea where I should look at?
Thanks - Peter
--
[EMAIL PROTECTED] - Internet Software Co
pass parameters to PHP when using the GET method? Also
through environment variables?
Regards
Peter
--
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
<>
Paul, this doesn't work. I get the same output.
<<
Run php -h to list the help for other options.
>>
Neither does this. Is this for Linux or Windows? I have tried using /q
instead, but it still doesn't work.
Is there any documentation on this?
Regards
Pete
1 - 100 of 118 matches
Mail list logo