2009/11/2 Mark Skilbeck
>
> Anyone?
>
>
See:
http://markmail.org/message/33ee6aitsyqxgu6x#query:+page:1+mid:33ee6aitsyqxgu6x+state:results
>
--
Regards,
Felipe Pena
Mark Skilbeck wrote:
Scott MacVicar wrote:
On 1 Nov 2009, at 21:41, Mark Skilbeck wrote:
Scott MacVicar wrote:
On 1 Nov 2009, at 21:09, Mark Skilbeck wrote:
[snip]
There is no symbol table as there are no variables. You should check
if it's NULL before using zend_hash_exists.
Scott
Hi,
Scott MacVicar wrote:
On 1 Nov 2009, at 21:41, Mark Skilbeck wrote:
Scott MacVicar wrote:
On 1 Nov 2009, at 21:09, Mark Skilbeck wrote:
[snip]
There is no symbol table as there are no variables. You should check
if it's NULL before using zend_hash_exists.
Scott
Hi, Scott. I'm having trou
On 1 Nov 2009, at 21:41, Mark Skilbeck wrote:
Scott MacVicar wrote:
On 1 Nov 2009, at 21:09, Mark Skilbeck
wrote:
[snip]
There is no symbol table as there are no variables. You should
check if it's NULL before using zend_hash_exists.
Scott
Hi, Scott. I'm having trouble - I added the che
Scott MacVicar wrote:
On 1 Nov 2009, at 21:09, Mark Skilbeck wrote:
[snip]
There is no symbol table as there are no variables. You should check if
it's NULL before using zend_hash_exists.
Scott
Hi, Scott. I'm having trouble - I added the check to see if the symbol
table i available, ye
Scott MacVicar wrote:
On 1 Nov 2009, at 21:09, Mark Skilbeck wrote:
[snip]
There is no symbol table as there are no variables. You should check if
it's NULL before using zend_hash_exists.
Scott
Ah - of course.
Thanks for that, Scott.
--
PHP Internals - PHP Runtime Development Mailing
On 1 Nov 2009, at 21:09, Mark Skilbeck wrote:
Can you explain to me why the following causes a segfault:
[code]
PHP_FUNCTION(sample_var_a_exists)
{
if (!zend_hash_exists(EG(active_symbol_table), "a", sizeof("a"))) {
RETURN_BOOL(0);
}
RETURN_BOOL(1);
}
[/code]
Note: the segfaul
Looks like the one. Thanks
Alan Knowles wrote:
Is this the sqlite "build it with gawk" bug?
Regards
Alan
On Wed, 2005-03-30 at 11:09 +1000, Nick Loeve wrote:
Sorry here is the BT from GDB
(gdb) run
Starting program: /home/nick/Desktop/build-src/php-src/sapi/cli/php
[Thread debugging using libthread
Is this the sqlite "build it with gawk" bug?
Regards
Alan
On Wed, 2005-03-30 at 11:09 +1000, Nick Loeve wrote:
> Sorry here is the BT from GDB
>
> (gdb) run
> Starting program: /home/nick/Desktop/build-src/php-src/sapi/cli/php
> [Thread debugging using libthread_db enabled]
> [New Thread 1076758
> Antony Dovgal wrote:
>
> > On Sun, 1 Aug 2004 00:20:08 +1000
> > Kevin Waterson <[EMAIL PROTECTED]> wrote:
> >
> >> Well, no. I am running apache 1.3.31 and php 5.1.0
> >>
> >> /php/dev/this/php5-200407310630/Zend/zend_constants.c(33) : Block
> >> 0x0087F563
> >> status:/php/dev/this/php5-200407
On Mon, 02 Aug 2004 13:36:22 -0300
Cristiano Duarte <[EMAIL PROTECTED]> wrote:
> Antony Dovgal wrote:
>
> > On Sun, 1 Aug 2004 00:20:08 +1000
> > Kevin Waterson <[EMAIL PROTECTED]> wrote:
> >
> >> Well, no. I am running apache 1.3.31 and php 5.1.0
> >>
> >> /php/dev/this/php5-200407310630/Zend/
Antony Dovgal wrote:
> On Sun, 1 Aug 2004 00:20:08 +1000
> Kevin Waterson <[EMAIL PROTECTED]> wrote:
>
>> Well, no. I am running apache 1.3.31 and php 5.1.0
>>
>> /php/dev/this/php5-200407310630/Zend/zend_constants.c(33) : Block
>> 0x0087F563
>> status:/php/dev/this/php5-200407310630/Zend/zend_v
On Sun, 1 Aug 2004 00:20:08 +1000
Kevin Waterson <[EMAIL PROTECTED]> wrote:
> Well, no. I am running apache 1.3.31 and php 5.1.0
>
> /php/dev/this/php5-200407310630/Zend/zend_constants.c(33) : Block
> 0x0087F563
> status:/php/dev/this/php5-200407310630/Zend/zend_variables.c(39) :
> Actual locatio
I don't see how that helps us to fix the problem.
--Wez.
--
___ _ ___
/ ___|/ _ \_ _/ _ \
| | _| | | || || | | |
| |_| | |_| || || |_| |
\|\___/ |_| \___/
Wez Furlong,
Glastonbury, Somerset, England
On Sun, 1 Aug 2004 00:39:24 +1000, Kevin Waterson <[EMAIL PROTECTED]> wrot
This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote:
> http://bugs.php.net/how-to-report.php
http://www.bmezine.com/tattoo/A40305/high/dsc010660.jpg
maybe short tags is the problem..
--
__
(_ \
_) )
http://bugs.php.net/how-to-report.php
On Sun, 1 Aug 2004 00:20:08 +1000, Kevin Waterson <[EMAIL PROTECTED]> wrote:
> Well, no. I am running apache 1.3.31 and php 5.1.0
>
> /php/dev/this/php5-200407310630/Zend/zend_constants.c(33) : Block 0x0087F563 status:
> /php/dev/this/php5-200407310630/Zend/z
Hello Kevin,
On Sat, Jul 31, 2004 at 09:51:53AM +1000, Kevin Waterson wrote:
> Sorry if this is not GOTO related ;)
> not too sure what list this belongs on, but here it iw
>
> (gdb) run -X
> Starting program: /usr/local/apache/bin/httpd -X
> [Thread debugging using libthread_db enabled]
> [New T
17 matches
Mail list logo