Re: [PHP-INSTALL] load php_*.dll failed

2004-03-25 Thread zareef ahmed
Hi , It may be helpfull if you provide exact error messge you are getting. thanks zareef ahmed saifi --- Juliano Carlos da Silva <[EMAIL PROTECTED]> wrote: > i am under WIN XP + PHP 4.3.4 + IIS 5.1 > > when i try to load some page .php i got error load > some extensions but the extension_dir is c

Re: [PHP-INSTALL] PHP-4.3.4 with Xitami v2.5b6

2004-03-25 Thread zareef ahmed
HI ! Look for php.ini in your windows directory. and set cgi.redirect_status_env="foo"; It should solve your problem. zareef ahmed saifi --- james sirleaf <[EMAIL PROTECTED]> wrote: > Hello, > > I hope you can help. I have installed Xitami on > Windows 98 but can not get PHP to work with i

RE: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000 server

2004-03-25 Thread Ola Ogunneye
Try and check this out...Worked very well for me   http://www.devside.net/web/server/win32/php-bin>>> "Galbreath, Mark A" <[EMAIL PROTECTED]> 03/25/04 01:19PM >>> Do you have the following in your [APACHE_HOME]/conf/http.config file?   LoadFile "C:/Apache2/bin/php4ts.dll"LoadModule php4_modu

[PHP-INSTALL] Send-Mail bug in 4.0.4?

2004-03-25 Thread Galbreath, Mark A
Mail, registration, and private messaging all throw an exception because of line 227 in includes/emailer.php:   $result = @mail($to, $this->subject, preg_replace("#(?msg), $this->extra_headers);   Anybody have a fix for this?  My "work around" is to comment out the message_die block, and th

Re: [PHP-INSTALL] problems at install: zlib error

2004-03-25 Thread klaus
Hi Mike, thanks for your response. Initially I just took: ./configure --with-apache=... --with-mysql=... --with-mcrypt=... The trials including --with-zlib-dir=... or --with-zlib=... also failed. Do you or anyone else have an idea? Greetings Klaus "Mike Beck" <[EMAIL PROTECTED]> schrieb

RE: [PHP-INSTALL] getting PHP to work with Apache 2 on Windows 20 00 server

2004-03-25 Thread Galbreath, Mark A
Do you have the following in your [APACHE_HOME]/conf/http.config file?   LoadFile "C:/Apache2/bin/php4ts.dll"LoadModule php4_module modules/php4apache2.dllAddType application/x-httpd-php .php   And the corresponding files where this points to?   Mark -Original Message-From: Vicky

[PHP-INSTALL] getting PHP to work with Apache 2 on Windows 2000 server

2004-03-25 Thread Vicky McIntyre
Hello,   I've followed all kinds of different instructions on getting it to work as a module under Apache 2 but so far I get only two results when I access the test.php through a browser.   1.  it asks if I want to download a file. 2.  it shows the code     phpinfo(

Re: [PHP-INSTALL] php with freetds warning messages

2004-03-25 Thread Adam Voigt
Only compile PHP with the --with-mssql, not the sybase one. On Thu, 2004-03-25 at 11:25, Abraham, Suraj wrote: > Sorry if this question has been asked already, did not find anything on the > archives with same error messages. > > I've got apache 2.0.49 with php 4.3.4 and freetds 0.62.1 compiled

[PHP-INSTALL] php with freetds warning messages

2004-03-25 Thread Abraham, Suraj
Sorry if this question has been asked already, did not find anything on the archives with same error messages. I've got apache 2.0.49 with php 4.3.4 and freetds 0.62.1 compiled for solaris 8 (sparc). Option used during install in the order as below were apache ./configure --prefix=/opt/apache

[PHP-INSTALL] load php_*.dll failed

2004-03-25 Thread Juliano Carlos da Silva
i am under WIN XP + PHP 4.3.4 + IIS 5.1   when i try to load some page .php i got error load some extensions but the extension_dir is correct and have that extension that i try to load but i am getting this error any 1 can help me?

[PHP-INSTALL] Message ("The distribution of your message dated Thu, 25...")

2004-03-25 Thread L-Soft list server at Sun Microsystems Inc. (1.8e)
The distribution of your message dated Thu, 25 Mar 2004 15:21:53 +0100 with subject "Mail Delivery (failure [EMAIL PROTECTED])" has been postponed because the DOCWEBMASTER list is held. No action is required from you; your message will be reprocessed automatically once the list owner rel

RE: [PHP-INSTALL] problems at install: zlib error

2004-03-25 Thread Beck, Mike
klaus wrote: > Dear all, > > I am to set up a LAMPS system > (Red Hat 7.3, Apache 1.3.29, MySQL 4.0.18, PHP 4.3.4). > > When trying to configure PHP with the follwing command: > > ./configure --with-apache=/usr/local/apache/apache_1.3.29 > > --with-mysql=/usr/local/mysql > > --with

[PHP-INSTALL] Zlib.output_compression - Problem

2004-03-25 Thread Beck, Mike
Hi everybody, I am having a problem with zlib-compression-settings in php.ini and the sending of 'normal' files with handcrafted headers that i can't pin down. As it should not be my code (worked well on other servers) i hope this is the right list for it. I am currently using php4.3.4 on a Apach

[PHP-INSTALL] problems at install: zlib error

2004-03-25 Thread klaus
Dear all, I am to set up a LAMPS system (Red Hat 7.3, Apache 1.3.29, MySQL 4.0.18, PHP 4.3.4). When trying to configure PHP with the follwing command: ./configure --with-apache=/usr/local/apache/apache_1.3.29 --with-mysql=/usr/local/mysql --with-mcrypt=/usr/local/mcrypt_2_5_7/libmc

[PHP-INSTALL] PHP5 RC1 as module, Apache 1.3.29, Crash on Apache-Service Start (Windows 2000)

2004-03-25 Thread Michael Tucek
Hi, I configurated my apache to run php5 as module. when I'm starting the apache service (net start apache) on windows 2000, apache crashes.. any ideas? regards, michael

[PHP-INSTALL] PHP-4.3.4 with Xitami v2.5b6

2004-03-25 Thread james sirleaf
Hello,   I hope you can help. I have installed Xitami on Windows 98 but can not get PHP to work with it.   Error Message:   Security Alert! The PHP CGI cannot be assessed directly. The PHP CGI binary was compiled with force-CGI-redirect enabled. This means that a page will only be served if the Red

Re: [PHP-INSTALL] Upgrading PHP 4.3.1 to PHP 4.3.4

2004-03-25 Thread MJ
Dear Chris, I did httpd -l and it shows "mod_so.c". Now I just need to install PHP 4.3.4 as a normal new fresh install ( './configure' '--with-mysql=/usr/local/' '--with-config-file-path=/web/conf' '--with-apache=../apache_1.3.27/' '--enable-track-vars') and that's it , no need to recompile apache

Re: [PHP-INSTALL] Upgrading PHP 4.3.1 to PHP 4.3.4

2004-03-25 Thread Chris Hewitt
MJ wrote: Hi Chris, Many thanks for your prompt response. I was getting 10 messages in a minute therefore i unsubscribed my address from the list that's why I am writing you to directly, if you don't like this please do let me know and I will not send any more messge. Actually upgrade linux is not