Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Hector Santos
Stanislav Malyshev wrote: a) copy our DLLS into PHP "extension_dir" folders, b) copy them to a windows PATHed folder, If it's external use DLLs, b) is the right way to go. It is regardless of the extension - if multiple parts of the application use same DLL, and they may reside in di

Re: [PHP-DEV] [HEADS UP] pecl/phar is now ext/phar

2008-05-12 Thread Nuno Lopes
It's time for helly's birthday present from me (and indirectly, Derick, who did the cp -r) :). Happy Birthday! I suspect there may need to be some changes at gcov.php.net to keep things running smoothly, so this is a heads up message. OK, done. Nuno -- PHP Internals - PHP Runtime Developm

[PHP-DEV] [HEADS UP] pecl/phar is now ext/phar

2008-05-12 Thread Gregory Beaver
Hi, It's time for helly's birthday present from me (and indirectly, Derick, who did the cp -r) :). As Johannes requested, pecl/phar has been copied to php-src/ext/phar, development will continue there. I suspect there may need to be some changes at gcov.php.net to keep things running smoothly, s

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Stanislav Malyshev
Hi! In PHP52, it allows only relative paths: Right, but 5.2 is stable version so I don't see new features going there. Thus I think it's better to discuss 5.3 for new stuff, unless it's something so critical that it must be in 5.2. But if you are single sourcing foo.dll, why would you want

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Hector Santos
Stanislav Malyshev wrote: Hi! Let me simply ask, do you think there is technical merit (worth while) to create a patch which offers multi-directory DLL loading support for the PHP.INI extension_dir= option? extension is an one-time configuration directive. Since it allows full path now, how

[PHP-DEV] CVS Account Request: hnangelo

2008-05-12 Thread Henrique do Nascimento Angelo
I'll be working on the Summer of Code project "Implement Unicode into PHP 6" with Scott MacVicar. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Extension_Dir: Proposal to offer multi-directory DLL loading

2008-05-12 Thread Stanislav Malyshev
Hi! Let me simply ask, do you think there is technical merit (worth while) to create a patch which offers multi-directory DLL loading support for the PHP.INI extension_dir= option? extension is an one-time configuration directive. Since it allows full path now, how hard would it be to get it

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-12 Thread Richard Quadling
2008/5/12 Marcus Boerger <[EMAIL PROTECTED]>: > Hello Richard, > > Wednesday, May 7, 2008, 3:33:24 PM, you wrote: > >> 2008/5/7 Jeff Moore <[EMAIL PROTECTED]>: >>> >>> On May 6, 2008, at 12:45 PM, Marcus Boerger wrote: >>> >>> >>> > public $property { >>> > __get = getProperty; >>> > __set = set

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-12 Thread Marcus Boerger
Hello Richard, Wednesday, May 7, 2008, 3:33:24 PM, you wrote: > 2008/5/7 Jeff Moore <[EMAIL PROTECTED]>: >> >> On May 6, 2008, at 12:45 PM, Marcus Boerger wrote: >> >> >> > public $property { >> > __get = getProperty; >> > __set = setProperty; >> > } >> > string public function getProperty() {

[PHP-DEV] Work Status: Extension_Dir multi-directory DLL loading

2008-05-12 Thread Hector Santos
Folks, Well, I got this extension_dir logic work completed based on my PHP 5.2.5 CVS copy of PHP. The feature allows your to set the extension_dir for multiple paths. This is what I had so far in PHP.INI-DIST/RECOMMENDED. ;

[PHP-DEV] CVS Account Request: ashiro

2008-05-12 Thread Doug Bromley
AsteriskManager PEAR Package has just been accepted for inclusion. Link: http://pear.php.net/pepr/pepr-proposal-show.php?id=543 PEAR account upgraded by [EMAIL PROTECTED] of PEAR Group but now need CVS access to commit library. -- PHP Internals - PHP Runtime Development Mailing List To unsubs

[PHP-DEV] url encoding rfc 3986 conformance

2008-05-12 Thread Rob Richards
I'd like to update, or at a minimum, add an option for rawurlencode to output rfc3986 conforming data. It basically boils down to just also not encoding the "~" character. Most of the new technologies doing encoding require this and its becoming a pita to write exception code for that one chara

[PHP-DEV] PHP 6 Bug Summary Report

2008-05-12 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (58 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===