[PHP-INST] Can not run EXE on MS XP, PHP 4.2.3 as an module

2002-09-25 Thread Rybar Stepan
Hallo! I have PHP 4.2.3 as an module (php4isapi.dll), MS Windows XP Professional (NT 5.1) EN, MS IIS 5.1, both SP 1. I have program "tile.exe" in web doc root. I have tried to execute it in any way this program using No success (Unable to execute or Unable to fork). In php.ini I do not use

[PHP-INST] Re: zip/zziplib segfaults

2002-09-25 Thread Yasuo Ohgaki
Charles Galpin wrote: > Hi > > I've searched the archives but cannot find any answers to this problem. > > Red Hat 7.2 > php-4.1.2-7.2.4 or php-4.1.2-7.3.4 > zziplib-0.10.66 > > I rebuilt php with --with-zip. However a simple cli test program that > does a zip_open then attempts a zip_read, get

[PHP-INST] Re: Segmentation fault

2002-09-25 Thread Yasuo Ohgaki
Jens Rosenthal wrote: > Hi everyone. > > I'm kind of stuck with my installation here. Perhaps anyone could help me. > > If installed a brand new Debian(woody)-Server with all our developers need. > With php (4.2.2 and 4.2.3) as module for the apache (dso and compiled in) > the php works absolute

php-install Digest 25 Sep 2002 23:10:39 -0000 Issue 1039

2002-09-25 Thread php-install-digest-help
php-install Digest 25 Sep 2002 23:10:39 - Issue 1039 Topics (messages 8567 through 8571): zip/zziplib segfaults 8567 by: Charles Galpin Re: POST problems 8568 by: Moraes, Fabio RedHat7.1 RPM install - How To Get MSSQL functionality 8569 by: JohnnyP php-4.2.3 + Apa

[PHP-INST] compile fails on netdb.h?

2002-09-25 Thread richard hornsby
If someone could please help me on this one, I really would appreciate it. I've compiled PHP successfully dozens of times, but can't seem to figure out what this problem is :( This is a RH7.3 box, with the "newest" version of glibc which apparently provides netdb.h (figuring maybe that would hel

[PHP-INST] php-4.2.3 + Apache

2002-09-25 Thread Wilfredo I. Pachón López
Hi everybody I'm tring to reinstall php ad apache and get a error, this is the problem: I had a a totally functional server with PHP 4.2.3 + Apache 1.3.23 (RPM package for RH 7.3) in this all were all rigth but i try to upgrade Apache to avoid the potentialy security bugs that were reported

[PHP-INST] RedHat7.1 RPM install - How To Get MSSQL functionality

2002-09-25 Thread JohnnyP
I have install PHP using RPM's on a RedHat7.1 system along with Apache and MySQL. I need to be able to communicate with an MSSQL server but cannot fingure out what I need to get it working. Can anybody shed some light on what RPM's I need and what, if any, configuration is required afterwards.

RE: [PHP-INST] POST problems

2002-09-25 Thread Moraes, Fabio
first: you need to set register_globals to "on" in your php.ini OR (and recommended) use global variables $_GET[] and $_POST[] second: please, use '%20' instead of ' ' while treating HTML strings ... --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 > -Original Message- > From

[PHP-INST] zip/zziplib segfaults

2002-09-25 Thread Charles Galpin
Hi I've searched the archives but cannot find any answers to this problem. Red Hat 7.2 php-4.1.2-7.2.4 or php-4.1.2-7.3.4 zziplib-0.10.66 I rebuilt php with --with-zip. However a simple cli test program that does a zip_open then attempts a zip_read, gets a segmentation fault on the zip_read (o