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
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
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
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
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
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
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
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
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
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
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
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 - 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
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/
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
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/
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
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
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
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
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 -
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
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.
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
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
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
26 matches
Mail list logo