[PHP-INST] ms sql

2003-03-04 Thread Nathaniel P. Wilkerson
This is because the PHP extension for mssql is not enabled. I haven't yet been able to figure how to configure the PHP.ini file to load this extension, everytime I try to have it load it automatically it keeps complaining about not being able to find the extension. I just subscribed to the P

[PHP-INST] Re: [Sab] Sablot + php 4.3.1 + bug mod_php4.c

2003-03-04 Thread Yann Larrivée
Ok now the compilation of PHP went well The probleme now is with apache ! I have no libphp4.a in my /sources/apache_1.3.27/src/modules/php4 folder I only have this -- -rw-r--r--1 root root 252 Mar 4 15:06 Makefile.libdir -rw-r--r--1 root root 2319 Mar 4 15:06 Ma

RE: [PHP-INST] SAPI modules stability?

2003-03-04 Thread Matt Babineau
To just drop in my .02, in using the ISAPI module, I have randomly encountered situaiton where PHP outputs random characters into the HTML output. Its just an observation by me, and I have no technical NFO to back this up. I have the ISAPI module running currently on a couple machines, and everyth

[PHP-INST] SAPI module stability?

2003-03-04 Thread Joshua Ruppert
Are the SAPI modules still not considered production quality? The only place that mentions the stability issues is the install.txt. Seeing as there is no mention of it within the main documentation, I was wondering if it was just an oversight that the install.txt still talked of stability issues

[PHP-INST] SAPI modules stability?

2003-03-04 Thread Joshua Ruppert
Are the SAPI modules still not considered production quality? The only place that mentions the stability issues is the install.txt. Seeing as there is no mention of it within the main documentation, I was wondering if it was just an oversight that the install.txt still talked of stability issue

php-install Digest 4 Mar 2003 21:16:51 -0000 Issue 1276

2003-03-04 Thread php-install-digest-help
php-install Digest 4 Mar 2003 21:16:51 - Issue 1276 Topics (messages 10262 through 10282): Re: HELP-- PHP wouldn't work with Apache/W2K 10262 by: Patrick LOK 10263 by: Sharat Hegde 10264 by: Patrick LOK 10266 by: Patrick LOK Re: PHP and SERVER variables

[PHP-INST] Install Binary vs ISAPI on IIS?

2003-03-04 Thread Theisen, Gary
Hi all, I want to install PHP on a windows NT 4 box running IIS4 web server. What PHP installation type is best for this? Binary, or with the ISAPI module? Pro's, Con's? i see that pre PHP v4.3, people were having trouble with the isapi module. what about with the newer versions of PHP? have th

[PHP-INST] Win98-PWS4 CGI Error

2003-03-04 Thread Ed Sims
Using Win98 2nd Edit. & PWS4.0. New install of OS and PWS Feb, 2003. PHP 4.3.1 runs fine until it tries to access CGI. http://localhost/php_scripts/6/HandleContact.php and also http://localhost/php_scripts/8/HandleForm.php returns the following CGI Error CGI E

[PHP-INST] Couldn't open

2003-03-04 Thread Atif Jakupovic
I have Apache 1.3.26 and php 4.3.0 installed on the Solaris 8 server. When I try to switch from English to French Website, my browser gives me this error: Couldn't open http://mywebsite/e2favv.php Everything else is working. It works fine with php 4.2.1. Thank you, Atif

[PHP-INST] php_pgsql.dll

2003-03-04 Thread Peter Kmet
Hello, i'm trying to use php with postgres on win32 i have found some problems with php 4.3.1 (same for php 4.3.0) and php_pgsql.dll. When i try to load php_pgsql.dll extension in php.ini i get error notice PHP Warning: Unknown(): Unable to load dynamic library 'C:\Program Files\php\extensions\

Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Nick Gianakas
Read the section titled, "HTTP functions" in the documentation. Regards, Nick On Tue, 2003-03-04 at 08:42, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo()"

[PHP-INST] GET can not get variables

2003-03-04 Thread E.E. Jan
Could anybody give me a pointer for my problem? I just installed php 4.3.1 on my w2k platform I also installed Apache 2.0.43. I can get "hello world" and "phpinfo()" working. However, when I try a simple form like this following: test Name: Email: and my foo.php is

Re: [PHP-INST] "GET" method can not get variables

2003-03-04 Thread Ryan Williams
$GET_['var_name'] will work. -- Ryan Williams On Tue, 4 Mar 2003, E.E. Jan wrote: > Could anybody give me a pointer for my problem? > I just installed php 4.3.1 on my w2k platform > I also installed Apache 2.0.43. > I can get "hello world" and "phpinfo()" working. > However, when I try a sim

[PHP-INST] "GET" method can not get variables

2003-03-04 Thread E.E. Jan
Could anybody give me a pointer for my problem? I just installed php 4.3.1 on my w2k platform I also installed Apache 2.0.43. I can get "hello world" and "phpinfo()" working. However, when I try a simple form like this following: test Name: Email: and my foo.php is

[PHP-INST] "GET" method can not get variables

2003-03-04 Thread E.E. Jan
Could anybody give me a pointer for my problem? I just installed php 4.3.1 on my w2k platform I also installed Apache 2.0.43. I can get "hello world" and "phpinfo()" working. However, when I try a simple form like this following: test Name: Email: and my foo.php is

RE: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Rich Gray
> > Are permissions OK on the file to be included (and its > directory) wrt to the > > webserver process? > > I know nothing has changed in php.ini but is open_basedir or safe_mode > > switched on? > > Permissions are ok (755). > OpenBase_dir is commented out > and sofe_mode = Off > > N changed wit

Re: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Steven Apostolou
> Are permissions OK on the file to be included (and its directory) wrt to the > webserver process? > I know nothing has changed in php.ini but is open_basedir or safe_mode > switched on? Permissions are ok (755). OpenBase_dir is commented out and sofe_mode = Off N changed with the all files. The

RE: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Rich Gray
> -Original Message- > From: Steven Apostolou [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 11:53 > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP 4.3.1 ERROR with relative paths! > > > Hello everybody, > > Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get > the erro

Re: [PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Steven Apostolou
> Hello everybody, > > Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get > the error "failed to create stream: No such file or directory". with > relative paths! > > Example: (script in the web-root) > require_once ('../mysql.inc.php'); > > ?> > > What's wrong? Nothing

[PHP-INST] PHP 4.3.1 ERROR with relative paths!

2003-03-04 Thread Steven Apostolou
Hello everybody, Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get the error "failed to create stream: No such file or directory". with relative paths! Example: (script in the web-root) What's wrong? Nothing has been changed in the php.ini file! Please help.. websites are

RE: [PHP-INST] Cookie

2003-03-04 Thread Rich Gray
> I have PHP installed on Win2k IIS5.0 and I am trying to run the > following script: > > Here's the main code that is being executed: > > setcookie('lang', $_POST['lang'], time()+3600, '/'); > > header('Location: index.php'); > > What should happen is that the cookie is set [setcookie(

[PHP-INST] Problem with /dev/random on Solaris

2003-03-04 Thread Jonas Blåberg
Hello! I have installed PHP 4.2.3 on Solaris 7. Unfortunately SUNWski (for /dev/random functionality) was not installed, but I found it on a Sun CD and installed it. Seemed to be working great, even though I did not know the version of the Sun CD. But when I tried using some PHP scripts the w

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-04 Thread Patrick LOK
CGI access works just fine! ./pl "Sharat Hegde" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am using the CGI access and not the PHP4 module. Will that cause a > problem? > > Hence I do not have the "LoadModule php4_module c:/php/sapi/php4apache.dll" > line in my Apache config

RE: [PHP-INST] PHP and SERVER variables

2003-03-04 Thread Sharat Hegde
Also, one more thing I noticed was that shows the Server and PHP variables fine. Regards, Sharat Hegde Phone: 6575800 Ext 4610 Direct: 6566615 -Original Message- From: Sharat Hegde [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 1:19 PM To: [EMAIL PROTECTED] Subject: [PHP-INST]

Re: [PHP-INST] HELP-- PHP wouldn't work with Apache/W2K

2003-03-04 Thread Patrick LOK
I have an experience with PHP 2.x on Linux that the source code is returned rather than it is executed! You know what! It is the problem of short-tag from old codes; php 2.x doesn't like short-tag any more! I spent a week before I sense it! I am not sure but you should check syntax of your tes