RE: [PHP-INST] XSLTransformation via Sablotron

2002-04-01 Thread Steve at Puddletown
-Original Message- From: Jan Walter [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 9:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-INST] XSLTransformation via Sablotron Hello, I've used this sample code as well as the installation described at http://shanx.com/

[PHP-INST] XSLTransformation via Sablotron

2002-04-01 Thread Jan Walter
Hello, I've used this sample code as well as the installation described at http://shanx.com/php/xsl/getXsl.htm (using W2K, Apache 1.3.20, PHP 4.1.2.). The result is that Sablotron itself (command line) works fine but this code produces following error "XML parser error 4: not well-formed (inva

[PHP-INST] Re: PHP on Win 2000 server with Apache

2002-04-01 Thread martinahingis
download php-4.1.2-Win32.zip on www.php.net extract zip to c:\php rename php.ini-dist to php.ini in c:\php copy this php.ini and the php4ts.dll to system folders (c:\winnt\, c:\winnt\system\ and c:\winnt\system32). open c:\%apachedir%\conf\httpd.conf in notepad add these lines LoadModule php

Re: [PHP-INST] why is my php code showing up in my browser?

2002-04-01 Thread Marc
I have a similar problem and I definitely have the addtype in my .conf file.. ANy other suggestions? Marc "Chris Hewitt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If phpinfo() does not work either, then examing the AddType etc entries > in httpd.conf (as

php-install Digest 2 Apr 2002 01:40:44 -0000 Issue 772

2002-04-01 Thread php-install-digest-help
php-install Digest 2 Apr 2002 01:40:44 - Issue 772 Topics (messages 6518 through 6528): Re: really simple question 6518 by: J.Smith CGI or module 6519 by: P Chase 6523 by: martinahingis 6525 by: P Chase 6526 by: P Chase Re: PHP install on Apache win

[PHP-INST] PHP on Win 2000 server with Apache

2002-04-01 Thread Marc
I have apache web server running on a Windows 2000 server with SP2. I have followed all the directions, atleast I think I have, for the installation of PHP. But, when I try to run the php files I only see the text, they are obviously not being send to the php for compilation. Does anyone have a

[PHP-INST] Problems installing PHP 4.1.2 with OpenLDAP

2002-04-01 Thread Fred Merritt
Hi, I am trying to install PHP 4.1.2as a shared module with with Apache 1.3.22, and OpenLDAP 2.0.23. When I try to start Apache, I get the following error: apachectl sslstart Syntax error on line 239 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into se

Re: [PHP-INST] Re: CGI or module

2002-04-01 Thread P Chase
>Be sure that you have downloaded win32 binary zip package (not the >executable one) of php4 from www.php.net. >The executable one does not have the support for apache. Actually, I think I did get the right one. I'm not sure. It contained php.exe, but also the sapi modules. The LoadModule command

Re: [PHP-INST] Re: CGI or module

2002-04-01 Thread P Chase
>Be sure that you have downloaded win32 binary zip package (not the >executable one) of php4 from www.php.net. Oh thanks, that must be what I did wrong. I got the executable. >The executable one does not have the support for apache. > >Once you extracted the zip packace to c:\php you will see 2

RE: [PHP-INST] Re: IMAP Connection: LOGIN is on two lines

2002-04-01 Thread Brandon Knitter
I found it. I was using the Horde stuff, so their things worked fine in one env, not in another! :) Turns out that I moved c-client.a to /usr/local/lib instead of coping and renaming it as libc-client.a, bonehead mistake. Why is it that PHP doesn't complain about building, and fail ideally, whe

[PHP-INST] Re: CGI or module

2002-04-01 Thread martinahingis
Be sure that you have downloaded win32 binary zip package (not the executable one) of php4 from www.php.net. The executable one does not have the support for apache. Once you extracted the zip packace to c:\php you will see 2 files there. php.ini-dist. and php4ts.dll. First rename the firstone to

RE: [PHP-INST] Re: IMAP Connection: LOGIN is on two lines

2002-04-01 Thread Jonathan Hilgeman
So this is a PHP script trying to log into an IMAP server? Make sure your username is available to the script. You may have the "login" part inside a function, and since functions don't have immediate access to all the variables, you'll need to global it: global $UsernameVariable; ...in orde

RE: [PHP-INST] [Corrected syntax] PHP install on Apache win 2000 Pro

2002-04-01 Thread Jonathan Hilgeman
Well, the first one didn't work for obvious reasons that you probably figured out by now (no echo/print statement). However, did you change anything in your Apache config and restart it? Get the echo-this-is-a-test line to work alone, but don't open a new browser window. Just hit Ctrl+Refresh t

RE: [PHP-INST] PHP install on Apache win XP

2002-04-01 Thread Jonathan Hilgeman
Hi Mark, So ANY php file does this, or just that install script you tried? You should have a few lines in your Apache configuration (httpd.conf) referring to PHP (just do a search for them in a text editor). Please copy-and-paste them here, along with the current full paths you are using for the

[PHP-INST] CGI or module

2002-04-01 Thread P Chase
Hi, I installed PHP with Apache for Windows (ME). But I think it's running as CGI, and I was not able to install it as an Apache module. When I added the LoadModule command to httpd.conf, Apache would no longer start. What could be wrong? Polly -- PHP Install Mailing List (http://www.php.net

[PHP-INST] Re: really simple question

2002-04-01 Thread J.Smith
Yes, you actually *can* do -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 1 Apr 2002 09:48:07 -0000 Issue 771

2002-04-01 Thread php-install-digest-help
php-install Digest 1 Apr 2002 09:48:07 - Issue 771 Topics (messages 6517 through 6517): Re: PHP and PWS 6517 by: Kzetong Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the

[PHP-INST] Re: PHP and PWS

2002-04-01 Thread Kzetong
Hello, I also facing the same problems while using IE to run any *.php, but i able to execute the file only using right mouse-open command. Does anyone can help? thank you -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php