[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] [PATCH] PHP-cli ini search path

2007-04-23 Thread Edin Kadribasic
Looks good. Ini search path is very broken indeed. Edin On 23/04/2007, at 19.01, Hannes Magnusson wrote: Hi all Attached is a patch for the PHP-cli php.ini search path feature which fixes two things: a) php.ini from cwd was picked up on BSDs b) "resolves" to correct php-binary-location and pi

[PHP-DEV] [PATCH] PHP-cli ini search path

2007-04-23 Thread Hannes Magnusson
Hi all Attached is a patch for the PHP-cli php.ini search path feature which fixes two things: a) php.ini from cwd was picked up on BSDs b) "resolves" to correct php-binary-location and picks up the php.ini file from there The php.ini-from-binary-location feature has never worked properly before

Re: [PHP-DEV] Recommendations for PHP 6 'certified' code

2007-04-23 Thread Lukas Kahwe Smith
Davi wrote: Em Domingo 22 Abril 2007 21:34, mbneto escreveu: Hi, I saw one post earlier at php-general asking for a list of recommendations / practices that should be followed to guarantee that code will run fine when PHP 6 comes out. I am giving a talk on this at MySQL User Conference. I wil

[PHP-DEV] Copy on write

2007-04-23 Thread [EMAIL PROTECTED]
Hello everyone in version the 5.2.1 i get strange results when using the reference operator on arrays. When writing a function "a" with call by reference: function &a(&$anArray) { return $anArray; } and another function "b": function b($anArray) { return $anArray; } Then on my machine it take

[PHP-DEV] PHP 5 Bug Summary Report

2007-04-23 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (708 total including feature requests) ===[*Compile Issues]== 41102 Feedback Unable to compile as static apache module ===

[PHP-DEV] RE : [PHP-DEV] dropping asp_tags in HEAD

2007-04-23 Thread P
+1 for ' From: Guilherme Blanco [mailto:[EMAIL PROTECTED] > > If you plan to go far and remove the include a into PHP. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 6 Bug Summary Report

2007-04-23 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (43 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers 27372 Verified parse error loadin

[PHP-DEV] RE : [PHP-DEV] PHP6 todo list

2007-04-23 Thread P
> From: Antony Dovgal [mailto:[EMAIL PROTECTED] > > > 3. regexp > > 1. make ereg an extension > > 2. PCRE extension will not be allowed to be disabled. > > 3. core of PHP should be made to work with PCRE so that we can > > safely disable ereg > >

[PHP-DEV] PHP 4 Bug Summary Report

2007-04-23 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (630 total including feature requests) ===[*Directory/Filesystem functions] 40661 Open cwd is reset when shutdown handler runs ===

Re: [PHP-DEV] RE : [PHP-DEV] dropping asp_tags in HEAD

2007-04-23 Thread Stefan Walk
On 23/04/07, LAUPRETRE François (P) <[EMAIL PROTECTED]> wrote: +1 for ' Just on a side note, the ; before ?> is redundant already, as ?> (or any other close-tag) will do that implicitely. Regards, Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.