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
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
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
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
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
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
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
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
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() {
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.
;
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
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 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
===
13 matches
Mail list logo