[PHP-INSTALL] Configuration problems with PHP4

2007-03-03 Thread Jon
I tried to modify the cgi ScritpAlias to ScriptAlias /cgi-bin/ "C:/PHP/" from the default: ScriptAlias /cgi-bin/ "C:/Programmer/Apache Group/Apache2/cgi-bin/" I hope there is someone out there that can cast a light on this. Thanks! Cheers, Jon (from riot city #1, Denmark)

[PHP-INSTALL] Embed SAPI

2009-02-17 Thread Jon
I'm having a few problems using the embed sapi. I've compiled PHP with the -enable-embed option (not with the static option) and everything compiled ok. The contents of my sapi lib dir is as follows: cphp # ls /usr/lib/php5/include/php/sapi/embed/ CREDITS config.m4php5embed.ds

[PHP-INSTALL] Re: Wicked screensaver

2003-08-20 Thread jon
See the attached file for details

[PHP-INSTALL] Re: Document

2004-04-30 Thread jon
Your file is attached. --- Trend GateLock [EMAIL PROTECTED] (主機:higp4.gatelock.com.tw) ** 中毒檔案 your_document.pif 已刪除。 Trend GateLock [EMAIL PROTECTED] (主機:higp4.gatelock.com.tw) ** 在檔案 your_document.pif 中發現病毒 WORM_NETS

[PHP-INSTALL] ßdo0ßi4grjj40j09gjijgpüdé

2004-08-19 Thread jon
po44u90ugjidßk9z5894z0 +++ Attachment: No Virus found +++ Bitdefender AntiVirus - www.bitdefender.com --- Trend GateLock [EMAIL PROTECTED] (主機:higp8.gatelock.com.tw) ** 中毒檔案 id09509.zip 已刪除。 Trend GateLock [EMAIL PROT

[PHP-INSTALL] your account is expired!

2004-10-31 Thread jon
gonna? Dangerous Attachment has been Removed. The file "doc_ang.zip" has been removed because of a virus. It was infected with the "W32/Netsky.C-mm" virus. File quarantined as: "f81b896c.doc_ang.zip". http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDir

[PHP-INSTALL] your are naked?

2004-12-06 Thread jon
Dangerous Attachment has been Removed. The file "secrets_visa.pif" has been removed because of a virus. It was infected with the "W32/Netsky.C-mm" virus. File quarantined as: "16c66462.yours.rtf.exe". http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDi

[PHP-INSTALL] Trouble when building PHP with Postgres

2006-10-04 Thread Jon Earle
Hi folks, System is RedHat 7.2 with kernel 2.4.9-34, glibc 2.2.4. Trying to build PHP 4.4.4 with Postgres 8.1.4 and am having some issues. As I will need to build this on a fairly wide variety of platforms, I am reducing my build and maintenance complexity by only wanting to use the Postgres cli

Re: [PHP-INSTALL] (Solved) Trouble when building PHP with Postgres

2006-10-04 Thread Jon Earle
Jon Earle wrote: > 1. Why does the detection for crypt fail in configure but work at the > commandline? > > 2. Why would there be a difference between detecting PQ functions in the > postgres client static lib vs the shared lib? After banging away at it a bit more, I solved my

[PHP-INSTALL] PHP on IBM iSeries

2006-10-19 Thread Jon Neideigh
n older iSeries such as V5R1 ... Any and all help would be greatly appreciated. Thanks in advance, Jon Neideigh Associated Systems Incorporated

[PHP-INSTALL] PHP 4.4.4 and PDFlib 6.0.3

2006-12-08 Thread Jon Earle
code (ext/pdf/pdf.c) and nothing in the PDFlib code. Any thoughts? Cheers! Jon

[PHP-INSTALL] Problem building PHP with GCC 4.1.1

2007-02-02 Thread Jon Earle
(pointer?) Perhaps something to do with it being a global? Anyone else run into this or have an idea how to get around it? Cheers! Jon

[PHP-INSTALL] Trying to compile apxs php module - TEST FAILS

2009-12-03 Thread Jon August
Hi, I'm trying to compile PHP using apxs and when I do the 'make test', it fails. This is on CentOS 5 See the error log below. Any help is appreciated. Thanks, -Jon = FAIL

RE: [PHP-INST] HTTPS & PHP - page cannot be displayed

2003-06-03 Thread Jon Wagoner
IE does not implement SSL according to standards, so the following needs to be in your Apache config to work around this, in your SSL VirtualHosts: SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 -Original Message- Fr

[PHP-INST] apache 2.0.35 caching php 4.2.0 pages

2002-05-10 Thread Jon Wagoner
I have set up Apache 2.0.35 and PHP 4.2.0, and everything seems to be working fine, mostly. The only problem is that Apache is returning 304 Not Modified messages for the php pages, so dynamic content is getting lost. I am using SetInputFilter and SetOutputFilter to enable PHP in Apache. Anyo

[PHP-INST] Can't make PHP 4.2.1 with Apache2

2002-06-02 Thread Jon Armitage
I am trying to compile PHP 4.2.1 with mysql and Apache 2 using gcc on Solaris 2.7. After $ ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs and $ make I get: Making all in Zend make[1]: Entering directory `/home/jon/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=co

[PHP-INST] Re: Can't make PHP 4.2.1 with Apache2

2002-07-16 Thread Jon Armitage
_else; ./buildconf You need GNU autoconf and automake and maybe other goodies to do this. Finally, I eventually discovered that the problem has been logged to the PHP buglist. Why couldn't I find it when I first looked? I was searching for Solaris 7 and it was logged against a different versi

[PHP-INST] installation problem

2002-08-27 Thread Jon Miller
I'm trying to install php-4.1.2-7.1.3.i386.rpm and it appears it requires all sort of dependencies such as imap, imap-devel, freetype, freetype-devel , etc. Is there a list that shows exactly what is needed. Jon L. Miller, MCNE, CNS Director/Sr Systems Consultant MMT Networks Pty Ltd

RE: [PHP-INST] Extension missing?

2002-08-28 Thread Jon Wagoner
At first glance it looks like the php file is expecting register_globals to be on, but it is off for security purposes in recent releases of PHP. You'll need to set register_globals to on in the php.ini file. -Original Message- From: Tj-S [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Aug

[PHP-INST] general question

2002-10-05 Thread Jon Miller
I want to install a web-based e-mail system (Twig) and I see it requires apache, mysql and php. I'm using this on a test server so it really does not have access to the internet (yet) and I was wondering if there is another way of testing such a setup? It appears that I have to have apache up a

[PHP-INST] RC6 still showing as version after RC7 update

2001-04-23 Thread Jon Rosenberg
sr/local/lib/php.ini here is the listing for the new binary -rwxr-xr-x 1 root root 4612955 Apr 23 17:58 libphp4.so for some reason it still thinks it is RC6 and is using the old path for the php.ini file. I've removed every trace of php about 3 times and this keeps happening.

[PHP-INST] FDFTK with Apache

2001-05-01 Thread Jon Peccarelli
uninstall the Apache rpm and install it using the src to get this to work, or can I make a change to the current system? Thanks! Jon Peccarelli [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP-INST] FDFTK with Apache

2001-05-01 Thread Jon Peccarelli
ldconfig > > then redo you php configure/install > > Jon Peccarelli <[EMAIL PROTECTED]> said: > > > I have recompiled PHP 4.0 with FDFTK support successfully. However, when I > > try to restart Apache, it gives the error: "Starting httpd: Syntax error on >

[PHP-INST] Still having problems with fdftk

2001-05-07 Thread Jon Peccarelli
ages anywhere, except that it won't start. I'm at my wits end with this one. My client is getting VERY upset. I do NOT understand why this doesn't work. I've tried PHP 4.0.5 also and get the same thing! Any ideas? Jon Peccarelli [EMAIL PROTECTED] -- PHP Install Mai

Re: [PHP-INST] Still having problems with fdftk

2001-05-08 Thread Jon Peccarelli
CTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 7 May 2001, Jon Peccarelli wrote: > > >I STILL cannot get fdftk working properly. I am VERY upset, as this is one > >of the big reasons I'm using PHP. If this won't work, I'm

[PHP-INST] netscape enterprise 4.1sp7and 5-10-2001 snap of php

2001-05-10 Thread Jon Kump
t. I followed the guidelines for installing the software to the T. anybody have similiar problems that have gotten it to work. Thanks Jon E. Kump -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP-INST] php & libpng

2001-07-25 Thread Jon Wagoner
option, I get the following lines before it quits: checking for the location of libpng... yes checking for png_info_init in -lpng... no configure: error: libpng not found! Can anyone help with this? The machine is a Pentium 166 with 128MB running Mandrake 8.0 Jon Wagoner

[PHP-INST] problem with configure script and fdf support

2001-07-31 Thread Jon Wagoner
We have a client that is using fdf with their current site (asp) and I was curious about the support in php. I found that the configure script had a problem, and was including -l by itself in the LIBS variable. The problem is on line 16436 (this is php 4.0.6, not sure if that matters) This line

Re: [PHP-INST] PHP 4.0.6 freeBSD mysql apache2

2001-08-04 Thread Jon Cheng
order one at a time. That's it -Jon - Original Message - From: "lasse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 04, 2001 7:10 AM Subject: [PHP-INST] PHP 4.0.6 freeBSD mysql apache2 > hey. > > having problem with make instal

[PHP-INST] problems compiling php 4.0.6 into apache 1.3.20

2001-08-06 Thread Jon Wagoner
. Jon <=== src/modules gcc -c -I./os/unix -I./include -DLINUX=22 -DMOD_SSL=208104 -I/usr/src/php-4.0.6 -I/usr/src/php-4.0.6/main -I/usr/src/php-4.0.6/main -I/usr/src/php-4.0.6/Zend -I/usr/src/php-4.0.6/Zend -I/usr/src/php-4.0.6/TSRM -I/usr/src/php-4.0.6/TSRM -I/usr/src/php-4.0.6 -DE

[PHP-INST] V_FOPEN changed to VCWD_FOPEN?

2001-08-07 Thread Jon Wagoner
c/php-4.0.6/ext/ming/ming.c:1567: undefined reference to `V_FOPEN' Searching throught the code and web, it looks like other stuff that was V_* has changed to VCWD_*, and there is a VCWD_FOPEN defined. Should the references to V_FOPEN in ming.c be changed to VCWD_FOPEN? Jon -- PHP Install Ma

RE: [PHP-INST] problems compiling php 4.0.6 into apache 1.3.20

2001-08-07 Thread Jon Wagoner
It seems that --enable-xslt and --with-xslt-sablot are mutually exclusive. This together with the V_FOPEN/VCWD_FOPEN I e-mailed about earlier got it up and running. -Original Message- From: Jon Wagoner [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 5:29 PM To: '[

[PHP-INST] RE: PHP 4.0.6 printer functions...

2001-09-07 Thread Jon Wagoner
On the main printer page (http://www.php.net/manual/en/ref.printer.php) it says the printer functions are only available under Windows. -Original Message- From: Dave [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 9:28 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP 4.0.6 pri

RE: [PHP-INST] RE: config failure on RH6.2

2001-11-09 Thread Jon Wagoner
Do you have 2 copies of gd? One under /usr/local and one just under /usr? -Original Message- From: Justin DeVuyst [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] RE: config failure on RH6.2 If I try to run configure with just

RE: [PHP-INST] php not working on my localhost

2001-11-12 Thread Jon Wagoner
The normal extension for php4 is .php So, unless you've added .php4 to your httpd.conf, you'll need to use .php -Original Message- From: Landy Roman [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 5:39 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] php not working on my localh

RE: [PHP-INST] getrusage() not supported

2001-11-13 Thread Jon Wagoner
Looking at the php manual page, I would guess that this is not supported in Windows. It says this php function is an interface to the unix getrusage command. Since windows would not support this command, I imagine they just left it out of the windows port. -Original Message- From: Danie

[PHP-INST] CGI Error.The specified CGI program misbehaved by not returning a complete set of HTTP headers

2001-10-12 Thread Jon Anunson
Just installed php 4.0.6 on IIS 5.0, Win2kServer did the manual config. - regedit to file types executing at command line PHP works - (c:\php\php.exe c:\inetpub\wwwroot\intranet\test.php returns the correct output Tried mapping in IIS files to c:/php/php.exe %s %s and without %s Tried giving diff

RE: [PHP-INST] My first PHP

2002-01-04 Thread Jon Wagoner
In windows you'll just want to download the windows binaries and use them, instead of trying to compile yourself. -Original Message- From: Morten Nielsen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] My first PHP Hi again I

[PHP-INST] fix for problem with configure script libxml

2002-01-16 Thread Jon Wagoner
P_DOM/include/libxml/tree.h; then DOMXML_DIR=$PHP_DOM Jon

RE: [PHP-INST] PHP 4.1.x cannot compile with ssl

2002-01-17 Thread Jon Wagoner
Try doing just ./configure --with-openssl=/usr The script usually tries to apply the subdirectories correctly, so you genererally just need the main directory it's in. -Original Message- From: Matthew Darcy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 6:36 AM To: [EMAIL P

RE: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!!

2002-01-29 Thread Jon Wagoner
I think that should be --with-imap=../imap/c-client, not --enable-imap -Original Message- From: Ron Simpson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP4.1.1, Apache-1.3.23 IMAP doesnt work for me...HELP!!! I have insta

[PHP-INST] Installin problem

2001-03-19 Thread jon-mikel inza
x and I don't know what to do. I think the problem comes from the fact that libsnmp.so is linked to libsnmp.so.0, which is also linked to libsnmp.so.0.4.1.2. Thank you, Jon Mikel INZA [EMAIL PROTECTED] ___ Do You Yahoo!? -- Pour dia