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 0xb70a1
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] PC Error: dl()
[function.dl]: dl() is deprecated - use extension=test.so in your
php.ini
bash-2.05b$ php
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
B
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
_
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. Its not
clear if something external is the UNIX file system, a socket connection
5 matches
Mail list logo