[PHP] PHP 5.2.17 zend_mm_panic Called

2011-05-05 Thread Bruce Bailey
Hi I recently upgraded from PHP 5.2.3 to PHP 5.2.17. After that, some of my pages keep failing with either Segfaults or calls to zend_mm_panic. My gdb backtrace shows: (gdb) bt #0 zend_mm_panic (message=0xb71fbda4 zend_mm_heap corrupted) at /src/php-5.2.17/Zend/zend_alloc.c:92 #1

[PHP] 'dl() is deprecated' Error in PHP5.2.3

2010-09-01 Thread Bruce Bailey
Hi Can someone explain to me why I'm getting the 'dl() is deprecated' error? I'm running PHP5.2.3 and I believe that I have the php.ini settings correct: error.log:[2010-08-24T13:38:53] bPC Error/b: dl() #91;function.dl#93;: dl() is deprecated - use extension=test.so in your php.ini

[PHP] Can a PHP 5 Object Be Persisted Past Script End?

2006-08-17 Thread Bruce Bailey
Hi In order to improve performance for a socket-based PHP 5 object, I would like to persist an object beyond the end of a script. Is there any way to make this work? Will PHP 5 automatically destroy the object sometime after the script ends? Thanks in Advance, Bruce

RE: [PHP] Re: Can a PHP 5 Object Be Persisted Past Script End?

2006-08-17 Thread Bruce Bailey
Adam Thanks for the information, I'll explore that option. Bruce From: Adam Zey [EMAIL PROTECTED] To: Bruce Bailey [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: [PHP] Re: Can a PHP 5 Object Be Persisted Past Script End? Date: Thu, 17 Aug 2006 17:05:41 -0400 Bruce Bailey wrote

[PHP] Difference between --with-... and --enable-... in config.m4 [php-4.3.1]

2004-01-26 Thread Bruce Bailey
Hi I created a new extension in php-4.3.1 using the ext_skel script. When I edit the config.m4 file, I see a comment that says 'If your extension references something external, use with' seems rather ambiguous. It’s not clear if ‘something external’ is the UNIX file system, a socket