[PHP-DEV] PHP 4 Bug Summary Report

2007-01-15 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (624 total including feature requests) ===[Apache2 related]== 38670 Open Whole 4.4.x branch has problem with open_basedir option nested from Apache2 38915 Open

[PHP-DEV] PHP issues.

2007-01-15 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There seems to be a lot of issues in the build process on Mac OS X, not to mention once you get them squared away the build still doesn't work without editing the makefile and adding '-framework ApplicationServices' Trying to build on Mac OS

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
On 01/15/2007 12:14 PM, BuildSmart wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There seems to be a lot of issues in the build process on Mac OS X, not to mention once you get them squared away the build still doesn't work without editing the makefile and adding '-framework

Re: [PHP-DEV] Runtime JIT Proposals

2007-01-15 Thread Pierre
Hello Sara, On 1/15/07, Sara Golemon [EMAIL PROTECTED] wrote: For reasons best left on IRC, it looks like I'll be working on runtime JIT. To that end, I've come up with a few proposals of varying complexity and feature-set completeness: Option 1: Dump support for compile-time JIT and replace

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
On 01/15/2007 12:14 PM, BuildSmart wrote: Examine: http://www.daleenterprise.com:8081/info.php Look at 'Registered PHP Streams', 'Registered Stream Socket Transports' and 'Registered Stream Filters' This should be fixed in CVS. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Runtime JIT Proposals

2007-01-15 Thread Sara Golemon
As I told you, there was already a consensus on this solution, check my initial proposal (solution #2): http://news.php.net/php.internals/26965 No, that's a consensus on compile-time versus runtime. What I offered in my post was four variants of how runtime could be implemented. In

Re: [PHP-DEV] Runtime JIT Proposals

2007-01-15 Thread Andrei Zmievski
I like Option 4. -Andrei On Jan 14, 2007, at 8:24 PM, Sara Golemon wrote: Option 4: Include fetchtype and subelement during runtime JIT callback allowing JIT callback to only do work necessary to prepare for the read/write call being performed. e.g. int php_example_jit_callback(int

Re: [PHP-DEV] Runtime JIT Proposals

2007-01-15 Thread Pierre
Hello, On 1/15/07, Sara Golemon [EMAIL PROTECTED] wrote: As I told you, there was already a consensus on this solution, check my initial proposal (solution #2): http://news.php.net/php.internals/26965 No, that's a consensus on compile-time versus runtime. What I offered in my post was

[PHP-DEV] include_once

2007-01-15 Thread Reinis Rozitis
Hello, just a quick question - will the include_once() (Optimized require_once() and include_once() by eliminating fopen(3) on second usage. (Dmitry)) optimisation fix in 5.2.0 backported also in PHP 4 tree (in 4.4.5 maybe?) Theoretically speaking (havent checked the default funcs internal

Re: [PHP-DEV] include_once

2007-01-15 Thread Derick Rethans
On Mon, 15 Jan 2007, Reinis Rozitis wrote: Hello, just a quick question - will the include_once() (Optimized require_once() and include_once() by eliminating fopen(3) on second usage. (Dmitry)) optimisation fix in 5.2.0 backported also in PHP 4 tree (in 4.4.5 maybe?) No, no features will be

Re: [PHP-DEV] include_once

2007-01-15 Thread Reinis Rozitis
No, no features will be back ported to PHP 4.4. Although I dont see this as feature more like a fix (uneeded opens() stats() on each call) still thank you for the fast reply. p.s. lately the topics and discussions on internal list are pretty scarry.. starting with political issues and

[PHP-DEV] ncurses

2007-01-15 Thread Mehdi Achour
Hello, It seems that the EXPERIMENTAL file for ncurses was lost during the migration of this module to PECL. Was this change intentional? Can we lose the warnings in ncurses docs? Thanks in advance Mehdi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Arnold Daniels
Hi, I could use some help on an extension I've written. It worked fine before, but from out the blue I started to get segmentation faults. I've located it down to this piece of code, but I don't do any writes to the code memory, so I don't get what's wrong. It seems like the error lies in

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Antony Dovgal
On 01/15/2007 11:50 PM, Arnold Daniels wrote: Hi, I could use some help on an extension I've written. It worked fine before, but from out the blue I started to get segmentation faults. I've located it down to this piece of code, but I don't do any writes to the code memory, so I don't get

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Arnold Daniels
Hi again, First of all thanks for your reply. It sound logical, but doesn't work unfortunately. I now get: seabert:/var/pear# phpunit Test_Standard_qconf PHPUnit 3.0.0alpha11 by Sebastian Bergmann. Segmentation fault I've got no idea where the the stands for. /** * Parse

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Antony Dovgal
On 01/16/2007 12:12 AM, Arnold Daniels wrote: Hi again, First of all thanks for your reply. It sound logical, but doesn't work unfortunately. I now get: seabert:/var/pear# phpunit Test_Standard_qconf PHPUnit 3.0.0alpha11 by Sebastian Bergmann. Segmentation fault I've got no

Re: [PHP-DEV] include_once

2007-01-15 Thread Brian Moon
Reinis Rozitis wrote: p.s. lately the topics and discussions on internal list are pretty scarry.. starting with political issues and ending with memory manager flaws (besides also some phparchitect articles which propose/show 5.2 being faster in all generic tests still slower in realworld

Re: [PHP-DEV] PHP issues.

2007-01-15 Thread Antony Dovgal
On 01/15/2007 11:03 PM, BuildSmart wrote: PHP looks for mail_append_set im mail.h (which is present only in new versions of c-client) and uses new utf8_mime2text() semantics if it's present. If you have BOTH mail_append_set and old utf_mime2text(), then it's likely you have some problems

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Derick Rethans
On Mon, 15 Jan 2007, Arnold Daniels wrote: Hi again, First of all thanks for your reply. It sound logical, but doesn't work unfortunately. I now get: seabert:/var/pear# phpunit Test_Standard_qconf PHPUnit 3.0.0alpha11 by Sebastian Bergmann. Segmentation fault I've got

[PHP-DEV] Re: Runtime JIT Proposals

2007-01-15 Thread Sara Golemon
Option 4: Include fetchtype and subelement during runtime JIT callback allowing JIT callback to only do work necessary to prepare for the read/write call being performed. e.g. int php_example_jit_callback(int str_type, zstr str, int str_len, int stage, zval *container, int fetch_type,

[PHP-DEV] [RFC] Help debugging overloaded objects

2007-01-15 Thread Marcus Boerger
Hello internals, the attached patch introduces a new handler to the engine that is supposed to help debugging overloaded objects. It allows to return a temporary hash rather then the object properties. This way an extension can show non properties in var_dump() and print_r(). It will be used in

[PHP-DEV] Giving Globals the CV treatment [WAS: Runtime JIT Proposals]

2007-01-15 Thread Sara Golemon
The solution I'm tempted to pursue for this is to back up yet another step and make autoglobals be CVs by extending the zend_compiled_variable struct to contain a flag indicating how the var should be fetched (the determination for which happens during fetch_simple_var during the compilation.

Re: [PHP-DEV] [RFC] Help debugging overloaded objects

2007-01-15 Thread Derick Rethans
On Mon, 15 Jan 2007, Marcus Boerger wrote: Any comments? Shouldn't you init is_temp here? As far as I can see it is not initialized in every code path, and there is an if() using it in the 3rd patch element here: @@ -581,6 +581,7 @@ ZEND_API void zend_print_zval_r_ex(zend_

[PHP-DEV] PHP 5 Bug Summary Report

2007-01-15 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (626 total including feature requests) ===[*Compile Issues]== 39372 Suspended Incompatibility in the PHP API.

Re: [PHP-DEV] Newbie help: Segmentation fault

2007-01-15 Thread Sebastian Bergmann
Arnold Daniels wrote: I've got no idea where the the stands for. PHPUnit reports progress with .FEIS characters, see http://www.phpunit.de/pocket_guide/3.0/en/textui.html for details. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 /