[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread J Fazenda
Hi Scott, Many thanks for your help. 1 - I do see several blocks ... in httpd.conf but I only got: root 3353 0.0 0.3 1728 564 pts/1 s 15:48 0:00 fgrep httpd when I did ps auxww | fgrep httpd 2 - PHP seems to be installed. I got php -4.0.6-7 when I did rpm -q php 3 - I modified

[PHP-INST] Error in installing PHP as an apache-module

2002-07-17 Thread Gabriel Preda
I'm recieving an error that apache could not start because of some entry point not found in php4ts.dll... I'm using Win2000; APACHE_1_3_12_WIN32; PHP404... I've tried copying the file into WinNT/system32, WinNT/system, WinNT and in Apache's directory... but that wouldn't work... Wh

Re: [PHP-INST] php install

2002-07-17 Thread Matthew Kurowski
You really didn't say what wasn't working... leaving alot of faith to the Fates I guess? I would guess your register_globals is off without even knowing the problem. Turn it on in php.ini and restart IIS services. Best, Matthew Kurowski - Original Message - From: "Serei Keo" <[EMAIL P

Re: [PHP-INST] Add support for php4 extension in IIS

2002-07-17 Thread Matthew Kurowski
Read the INSTALL (I think it's there under IIS installation on Win2k etc platforms). You need to add .php4 to the extensions list under the websites properties - read the INSTALL file and you'll see the .php reference. Just do the same for .php4... if you read that file, you'll also see that it s

[PHP-INST] LDAP+TLS configuration problems

2002-07-17 Thread Matt Wirges
Hello, I am trying to use PHP's LDAP module with TLS. I have no problems using the normal LDAP functions, however I am never able to use ldap_start_tls(). Everytime I do so I get the following error: "Warning: LDAP: Unable to start TLS: Not Supported in on line n" I have verified that

[PHP-INST] why i can't execute my php codes

2002-07-17 Thread murtaza
I have a problem! I cant make work PHP with Apache . php is : php 4.2.1 apache is : Apache Server version 1.3.23 the installation is successful , but when i'm tring to run the php code i'm not able to see any thing in the browser except the title in the php code "Hello World". I made the php co

[PHP-INST] Landscape Printing trouble

2002-07-17 Thread Salvador Gil
Does any body can help me. I'm trying to print in Landscape Format, but I can't. The instructions I'm using are: $handle = printer_open("SRV_MEX\La_2_1"); printer_start_doc($handle, "Aviso Prorroga"); printer_start_page($handle); printer_set_option($handle, PRINTER_ORIENTATION, PRINTER_ORIE

[PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread electroteque
hi guys i am getting this error when compiling php -g -O2 -pthread -DZTS -prefer-pic -c php_functions.c php_functions.c:93:27: missing binary operator before '!' make[3]: *** [php_functions.lo] Error 1 make[3]: Leaving directory `/usr/local/etc/php-4.2.1/sapi/apache2filter' make[2]: *** [all-rec

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread Chris Santerre
I believe someone else sent me the exact same problem. They restarted from scratch and got it to work, but I think they got the latest snapshot. I had to go in and actually change line 92 and 94 of the php_functions.c file. They are an if loop for an include statement. Just get rid of the if part

[PHP-INST] Installing php4 on Solaris 8 with apache

2002-07-17 Thread Thomas LangÄs
Configure-line used to configure php4: ./configure --with-mysql=/local --with-oracle=/local/oracle_client --with-ldap=/local --with-gd=/local --with-zlib --with-exec-dir=/local/bin --with-versioning --with-gdbm=/local --with-mod_charset --with-dbase --with-filepro --with-xml=/local --with-ttf

[PHP-INST] cgi.force_redirect

2002-07-17 Thread selinvict
Hello. I have a fairly "basic" problem, I think. I have searched the usual documentions, but no luck so far. I have installed PHP onto my Xitami server running under Windows 98. I create a simple PHP file and try to access it through the server, only to get the following: "This PHP CGI-binary w

[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread Scott Lamb
J Fazenda wrote: > Hi Scott, > > Many thanks for your help. > > 1 - I do see several blocks ... in httpd.conf but I > only got: > root 3353 0.0 0.3 1728 564 pts/1 s 15:48 0:00 fgrep httpd > when I did > ps auxww | fgrep httpd Start Apache first. :) That command will show you all the run

php-install Digest 17 Jul 2002 19:21:45 -0000 Issue 936

2002-07-17 Thread php-install-digest-help
php-install Digest 17 Jul 2002 19:21:45 - Issue 936 Topics (messages 7776 through 7787): Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE 7776 by: J Fazenda 7787 by: Scott Lamb Error in installing PHP as an apache-module by: Gabriel Preda Re: php install 77

[PHP-INST] compile error (TSRM/tsrm_virtual_cwd.h)

2002-07-17 Thread Alven
here's the error.. php version 4.2.1 gcc: 2.95.3 linux: 2.4.5 configure string: ./configure --with-mysql=/usr/local --with-apxs=/www/apache/bin/apxs --with- gd=/usr/local --with-ttf --with-freetype --with-jpeg-dir /bin/sh /home/alven/Download/php-4.2.1/libtool --silent --mode=compile cc -I. -I/

Re: [PHP-INST] why i can't execute my php codes

2002-07-17 Thread toby -
murtaza >the installation is successful , but when i'm tring to run the php >code >i'm not >able to see any thing in the browser except the title in the php >code >"Hello >World". are u trying to work with forms ? what is ur code about that cant be displayed :S??? >I also want to know that

[PHP-INST] noob prob with install of apache with php

2002-07-17 Thread azzkikr
hello there, I'am trying to install apache 2.0.39 whith php 4.2.1 on a linux redhat system by using the source files. have done the cmd for apache: $ ./configure --enable-so this went well. now i tried to do php with the command: $ ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread electroteque
yes but, it stated it required apache 2.0.40 or something like that it isnt even available on the site yet ?? i'll try the patch and see how it goes -Original Message- From: Chris Santerre [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 3:41 AM To: 'electroteque'; [EMAIL PROTECTE

[PHP-INST] patches

2002-07-17 Thread John Wulff
How do I install the patches downloadable from the php.net site? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread electroteque
ok i get this error once i made that patch to functions file php_functions.c: In function `zif_apache_lookup_uri': php_functions.c:93: structure has no member named `boundary' php_functions.c:93: structure has no member named `boundary' make[3]: *** [php_functions.lo] Error 1 make[3]: Leaving dir

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread leandro asnaghi-nicastro
I get this exact same error when I apply the patch suggested previously in this list. I'm going to give on Apache2 and try 1.3.26 or whatever was the last version. leandro On This Day, in the Year of Our Lord 18 Jul 02, at 10:30, thus spake electroteque : > ok i get this error once i made th

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread electroteque
sorry guys update here , i copied the php_functions.c from the sapi/apache2filter dir of the latest snapshot file http://snaps.php.net back into my php source sapi/apache2filter my apache 2.0.39 configure is ./configure --prefix=/usr/local/etc/apache_2.0.39 --enable-so --sysconfdir=/ www/conf -

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread leandro asnaghi-nicastro
On This Day, in the Year of Our Lord 18 Jul 02, at 11:38, thus spake electroteque : > sorry guys update here , i copied the php_functions.c from the > sapi/apache2filter dir of the latest snapshot file > http://snaps.php.net back into my php source sapi/apache2filter Wow. I am now

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread dan rossi
keep trying took me 2 days unfortunatly they release it without even testing it out first its a simple procedure download the php-latest files extract it go into sapi/apache2filter and then cp php_functions.c /usr/local/etc/php/sapi/apache2filter for example then before recompile php , rm config.

[PHP-INST] Re: PHP - HOW TO MAKE IT WORK WITHIN APACHE

2002-07-17 Thread J Fazenda
Hi Scott, BINGO I'm now getting my "Hello World" loud and clear. / In fact I didn't have a real problem, just ignorance. All I had to do was to change the Index file extension to .PHP. PHP has been there, working fine, all the while. I just didn't know how to use it. I have some experience

[PHP-INST] Re: Error in installing PHP as an apache-module

2002-07-17 Thread Yuriy Rusinov
Dear Gabriel ! > I'm recieving an error that apache could not start because of some >entry >point not found in php4ts.dll... >I'm using Win2000; APACHE_1_3_12_WIN32; PHP404... >I've tried copying the file into WinNT/system32, WinNT/system, >WinNT and >in Apache's directory... but t

[PHP-INST] apache issues with shared object

2002-07-17 Thread Robert Abbate
after configuring everything version 4.2.1, and I include the new shared object, I get this error: [root@performancehosting php-4.2.1]# apachectl configtest Checking configuration sanity for httpd: Syntax error on line 60 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so i