Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: > Please try the latest snapshot available at http://snaps.php.net. > If you're still able to reproduce the problem using the snap, please > provide a short (max 20-30 lines long) but complete reproduce script. > Thanks in advance. > Can reproduce on 200704241430 snapshot (to

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: >>> What's in modx/index.php ? >>> Looking at the backtrace, I'd say there is an infinite loop. http://modxcms.com/ ** Originall based on Etomite by Alex Butter ***

Re: [PHP-DEV] Segfault in PHP 5.2.1

2007-04-24 Thread Chris Malton
Antony Dovgal wrote: > On 04/24/2007 10:41 AM, Chris Malton wrote: >> Here's what I get with PHP 5.2.1 archives from your website, after it >> builds OK, it segfaults while running. Can anyone explain this? > >> [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/domain_

[PHP-DEV] Segfault in PHP 5.2.1

2007-04-23 Thread Chris Malton
Here's what I get with PHP 5.2.1 archives from your website, after it builds OK, it segfaults while running. Can anyone explain this? [EMAIL PROTECTED]:/srv/www/org/dyndns/cjsoftuk/domain_public$ php -v PHP 5.2.1 (cgi) (built: Apr 24 2007 07:00:45) Copyright (c) 1997-2007 The PHP Group Zend Engin

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Chris Malton
The last time I used ASP tags: Never. I wish they'd just go forever! People keep trying to use the on my servers, fail and ask me to turn PHP's asp_tags on, I refuse, because I run a shared PHP install, and so they move off elsewhere, rather than change their code. As it is, PHP is loosing me bu

[PHP-DEV] Current PHP6 CVS

2007-03-13 Thread Chris Malton
Found this while trying to compile PHP6 CVS: ext/gd/libgd/wbmp.o: In function `php_gd_readwbmp': /root/php6/ext/gd/libgd/wbmp.c:188: undefined reference to `overflow2' /root/php6/ext/gd/libgd/wbmp.c:188: undefined reference to `overflow2' ext/gd/libgd/wbmp.o: In function `php_gd_createwbmp': /root

[PHP-DEV] Re: pcre build problems

2007-02-20 Thread Chris Malton
OK, there are still some problems with PHP6, as indicated by my make test command. The script has posted my results to the server. I await the message's arrival on php.qa Chris Chris Malton wrote: > Hello, > In current CVS (check out about 30 mins ago) there is an error

Re: [PHP-DEV] pcre build problems

2007-02-20 Thread Chris Malton
rote: > Did you "./cvsclean" prior to building? > > -Hannes > > On 2/20/07, Chris Malton <[EMAIL PROTECTED]> wrote: >> Hello, >> In current CVS (check out about 30 mins ago) there is an error >> with >> pcre. When linking PHP, there i

[PHP-DEV] pcre build problems

2007-02-20 Thread Chris Malton
Hello, In current CVS (check out about 30 mins ago) there is an error with pcre. When linking PHP, there is an error with unresolved external symbols. Here is the error log: ext/pcre/pcrelib/pcre_compile.o: In function `check_auto_possessive': /root/php6/ext/pcre/pcrelib/pcre_compile.c:1

Re: [PHP-DEV] segfault when running strpos (was header)!

2007-02-07 Thread Chris Malton
Antony Dovgal wrote: > On 02/07/2007 11:16 PM, Chris Malton wrote: >> Please see below for a term session: >> >> [EMAIL PROTECTED]:~/php6# cat /srv/www/include/firefox.inc >> > //if($_GET["ffcheck"]==""){ >> //$ua=$_SERVER['HTTP_USER_

Re: [PHP-DEV] segfault when running strpos (was header)!

2007-02-07 Thread Chris Malton
Antony Dovgal wrote: > On 02/07/2007 10:41 PM, Chris wrote: Need any more info? Give me a buzz. >>> >>> A reproduce case? >>> >> >> WHOOPS - Turns out it isn't header that breaks it! >> >> The following code breaks php6 at the cmd line. >> >> > if($_GET["ffcheck"]==""){ >> $ua=$_SERVER['HTTP_U

Re: [PHP-DEV] segfault when running header?

2007-02-07 Thread Chris Malton
Antony Dovgal wrote: > > On 02/07/2007 10:18 PM, Chris Malton wrote: >> >> The header() function currently causes a segfault with CVS head sources. >> >> >> >> I'll leave this up to a dev team person to sort. I am merely testing >> >

[PHP-DEV] segfault when running header?

2007-02-07 Thread Chris Malton
The header() function currently causes a segfault with CVS head sources. Here's a backtrace. #0 _zend_mm_free_int (heap=0xb302f0, p=0xb88b11b) at /root/php6/Zend/zend_alloc.c:1522 #1 0x006a5d4f in destroy_op_array (op_array=0x2ae269e4d410) at /root/php6/Zend/zend_opcode.c:265 #2

[PHP-DEV] PHP6 - x64 SegFault

2007-01-25 Thread Chris Malton
Hi, I'm new to the newsgroup and I'm trying to debug PHP 6 on a test server (x64 architecture). However, for some unknown reason, it segfaults if I try to run it with any files that work in PHP 5.2.0. The segfault is at the end of most scripts, at the beginning of others. The backtrace l