RE: [PHP-INST] complie FDF with PHP on FreeBSD

2003-06-20 Thread treeml
Ok, the problem is that I am trying to migrate codes that were writing on Linux using FDF on to a FreeBSD server. The previous programmer used FDF all over the place. It is really going to be a hassle to try to conver every FDF command to the code example shown on the PHP website. But thanks fo

php-install Digest 20 Jun 2003 22:55:22 -0000 Issue 1431

2003-06-20 Thread php-install-digest-help
php-install Digest 20 Jun 2003 22:55:22 - Issue 1431 Topics (messages 11123 through 11127): Solaris Build Problem 11123 by: Steve Sherry help with php install 11124 by: christopher.S. Keady apache problem 11125 by: Mihai Gheza complie FDF with PHP on FreeBSD

RE: [PHP-INST] complie FDF with PHP on FreeBSD

2003-06-20 Thread Roedel, Mark
You may not really need the FDF toolkit, unless you need to do something pretty sophisticated. There's code samples in the user notes at http://php.net/fdf that'll let you parse and generate FDF streams without having any third-party libraries installed...and it's working pretty well for me here.

[PHP-INST] complie FDF with PHP on FreeBSD

2003-06-20 Thread treeml
Has anyone successfully compiled Forms Data Format function for PHP on FreeBSD? I know at the php site http://us4.php.net/manual/en/ref.fdf.php, they said that the platforms supported by Adobe are only Win32, Linux, Solaris and AIX. The tool kit you download at the adobe web site only contain “.so

[PHP-INST] apache problem

2003-06-20 Thread Mihai Gheza
I'm really sorry for bothering you with something a bit different i have just reconfigured my apache to have its htdocs in another folder it works fine, but only with the pages in the very root of this folder when i try running any php script from the folder php/ I get a 404 page does not exist ple

[PHP-INST] help with php install

2003-06-20 Thread christopher.S. Keady
Apple G4 using osx 10.2.6 Last part of my shell... Generating files updating cache ./config.cache creating ./config.status creating php4.spec creating main/build-defs.h creating scripts/phpize creating scripts/php-config creating sapi/cli/php.1 creating main/php_config.h

[PHP-INST] Solaris Build Problem

2003-06-20 Thread Steve Sherry
I'm having trouble getting php to build on Solaris2.8. I run ./configure --with-apxs=/user/apache/bin/apxs --with-oci8 --enable-track-var s Configure completes OK. Make always fails with this error ild: (argument error) can't find library arguments :: -lresolv -ldl -ldl *** Error code 8 make: Fat

php-install Digest 20 Jun 2003 09:15:26 -0000 Issue 1430

2003-06-20 Thread php-install-digest-help
php-install Digest 20 Jun 2003 09:15:26 - Issue 1430 Topics (messages 11120 through 11122): Re: error in configure apx sand mysql with php 11120 by: Jim Thome Problems in Running php under 8.2 (formfieldvalues) 11121 by: Ruprecht Helms 11122 by: Armand Turpel Admin

Re: [PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Armand Turpel
Hi Ruprecht, The variable register_globals is set to Off. In your case it must be: register_globals = On Armand - Ruprecht Helms wrote: Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to

[PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Ruprecht Helms
Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to the script or there are troubles in the outputting. Result is I get an empty page. I think the problem can be in the php.ini. Attached you can see it. My formularpage use normal th