php-install Digest 26 Sep 2002 11:32:35 -0000 Issue 1040

Topics (messages 8572 through 8576):

Re: Segmentation fault
        8572 by: Yasuo Ohgaki

Re: zip/zziplib segfaults
        8573 by: Yasuo Ohgaki

Can not run EXE on MS XP, PHP 4.2.3 as an module
        8574 by: Rybar Stepan

unable to load librarys
        8575 by: Douglas F. Keim

PHP 4.2.3 can not run as loadmodule with apache 2.X in WinXP
        8576 by: devuser

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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 absolutely fine.
> When I compile this configuration as an executable (yust leaving the
> with-apache/with-apxs part from my do_configure-script) the configure
> reports no errors.
> make does what it should do as well.
> But the php-executable resulting from this build is not working. Striting it
> from the shell it provides a "Segmentation fault".
> I couldn't find any help from the net, so I hope, that anyone can provide a
> clue for the problem.


Visit bugs.php.net and get backtrace as described,
submit bug report.

--
Yasuo Ohgaki

--- End Message ---
--- Begin Message ---
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, gets a segmentation fault on
> the zip_read (or even a zip_close immediately after the open).
> 
> Can anyone shed some light on how to get zip support working?

It may be broken in that version.
Try newer version.

--
Yasuo Ohgaki
--- End Message ---
--- Begin Message ---
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 

<?php
$command = [FullPathToExecutable];//both single and double backslashed

exec($command);
shell_exec($command);
passthru($command);
shell($command);
?>

No success (Unable to execute or Unable to fork). In php.ini I do not use
safemode, temporary I have enabled above system functions. Other PHP scripts
runs OK. I have read many comments from users on on-line documentation, but
without success. 

If someone has the same SW and can run EXE, please could You help me? 

Thank You in advance. 

Stepan 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Ing. Stepan Rybar 
EU Twinning Project CZ 2000-10-01 
e-mail: [EMAIL PROTECTED] 
mobil: +420-607-636256 
Vinohradska 46/1896, Praha, 120 00 
AC: 21756341 
---------------------------------------- 
--- End Message ---
--- Begin Message ---
I have tried to install PHP on XP Pro - Installed on D:\PHP.

tried the http://localhost/test.php but keep getting the error messages that
it was unable to load a whole bunch of dlls.

This certainly is not a typical windows install.  Too much manual stuff to
do apparently.

Any help here?


--- End Message ---
--- Begin Message ---
I have install it and I must install php as cgi of apache2.


--- End Message ---

Reply via email to