ID:               35633
 Updated by:       [EMAIL PROTECTED]
 Reported By:      krang at krang dot org dot uk
-Status:           Open
+Status:           Feedback
 Bug Type:         Zlib Related
 Operating System: Red Hat 9
 PHP Version:      4.4.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2005-12-11 17:36:37] krang at krang dot org dot uk

Description:
------------
Sorry, I don't know much about the gzdeflate() function, but it appears
in one of the libraries I use (pclzip.lib.php) to create zip files.

When it gets executed, it always causes a "Segmentation fault" on
Apache 1.3.34 (not sure about other versions)

I have re-compiled PHP 4.4.1, and done "make test" with no problems.
This is my configure line:

./configure
    --prefix=/opt/php
    --with-apxs=/opt/apache/bin/apxs
    --with-config-file-path=/etc/
    --with-jpeg-dir=/usr/local/
    --with-zlib
    --with-gd
    --with-mysql=/opt/mysql/
    --with-openssl
    --with-kerberos


Reproduce code:
---------------
<?php

  gzdeflate('smeg');

?>




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35633&edit=1

Reply via email to