Re: [PHP-DEV] IMAP patches from kolab -- can we get these merged?

2010-07-29 Thread Mikko Koppanen
was looking at annotations patch and it seems that my c-client does not support the functionality (2007b on Debian Lenny). Do the annotations require a custom patch to c-client as well? -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Re: Commits to PHP_5_3

2010-03-18 Thread Mikko Koppanen
/FIRST_UNICODE_IMPLEMENTATION/NEWS - Improved ext/dba: . Added support for Tokyo Cabinet. (Michael) -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: array_seek function

2010-03-16 Thread Mikko Koppanen
before. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] array_seek function

2010-03-16 Thread Mikko Koppanen
(with positive and negative offset) http://valokuva.org/~mikko/array_seek_whence.patch.txt -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-12-23 Thread Mikko Koppanen
it into 5.3, any objections to that? Hi, this might work against PHP_5_3 and trunk: http://valokuva.org/patches/php/new/stream_resolve_include_path.txt -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proposal: allow for includes in php.ini

2009-12-23 Thread Mikko Koppanen
think you can use PHP_INI_SCAN_DIR environment variable which should work runtime as well. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proposal: allow for includes in php.ini

2009-12-23 Thread Mikko Koppanen
(in trunk currently): http://svn.php.net/viewvc?view=revisionrevision=282878 -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Ability to intercept errors even if set_error_handler has been called

2009-11-17 Thread Mikko Koppanen
on explicitly in an extension). error_handled_by_user setting allows extensions to stop propagating the event if it's handled by user's handler. The patch is very simple and probably breaks horribly with some edge cases. Ideas? Feedback? http://pastie.org/702900 -- Mikko Koppanen -- PHP Internals

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-11 Thread Mikko Koppanen
stream_resolve_include_path does? -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Why is ereg being deprecated?

2009-10-12 Thread Mikko Koppanen
On Mon, Oct 12, 2009 at 8:14 PM, Mark Krenz m...@suso.org wrote:  So there is my proof. Does anyone still want to dispute me that ereg is still heavily used and you'll make a lot of users angry if you don't give them the proper amount of time to make this transition? Hello Mark Krenz, please

[PHP-DEV] Multiple paths in PHP_INI_SCAN_DIR

2009-06-26 Thread Mikko Koppanen
Hi, is there any objection on supporting multiple paths separated by path separator in PHP_INI_SCAN_DIR value? The patch seems to be quite trivial change in main/php_ini.c. Is this acceptable for 5.3 after the commit freeze is over? -- Mikko Koppanen

Re: [PHP-DEV] APM

2009-05-28 Thread Mikko Koppanen
in the userland? If I remember correctly (might be wrong) set_error_handler overrides zend_error_cb as well and that would cause APM not to work out of the box with all applications. Not sure if that is design goal of this extension.. -- Mikko Koppanen

Re: [PHP-DEV] Re: Is it true that short_open_tag is deprecated in PHP 6?

2009-04-14 Thread Mikko Koppanen
the correct list in this mail. -- Mikko Koppanen

Re: [PHP-DEV] How expensive are function_exists() calls?

2009-03-04 Thread Mikko Koppanen
, that's pretty expensive ? Please move this thread to the php-general mailing-list. -- Mikko Koppanen

Re: [PHP-DEV] [RFC] APC/PHP Lazy Loading

2009-02-22 Thread Mikko Koppanen
of PHP / APC. Good work! -- Mikko Koppanen

Re: [PHP-DEV] Vote: allow_call_time_pass_reference value in production INI

2009-02-19 Thread Mikko Koppanen
2009/2/19 Eric Stewart ericleestew...@gmail.com allow_call_time_pass_reference = Off (Issue Warnings) +1 -- Mikko Koppanen

Re: [PHP-DEV] Best/Proper way to process an extension-specific configuration (ini) file.

2009-02-13 Thread Mikko Koppanen
configuration file for your extension? -- Mikko Koppanen

Re: [PHP-DEV] Call it: allow reserved words in a class or not?

2008-11-06 Thread Mikko Koppanen
are missing a point here. PHP is not Javascript or .NET. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] namespaces and alpha3

2008-10-14 Thread Mikko Koppanen
. +1 from me, too. Getting it right takes time. If that means 6.0, fine. +1 for removal. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard mail.c

2008-10-03 Thread Mikko Koppanen
That Ilia's comment is bullshit. PHP_5_2 is not critical fixes only branch. It's normal bug fix branch til the day PHP 5.3 is released. We can reconsider it's status once there is 5.3.1 available. Committed, closed bug and updated NEWS. -- Mikko Koppanen -- PHP Internals - PHP Runtime

Re: [PHP-DEV] How to enable debug for my extension?

2008-09-03 Thread Mikko Koppanen
with --enable-debug. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Array syntax []

2008-01-11 Thread Mikko Koppanen
-1 -- Mikko Koppanen

Re: [PHP-DEV] Type hinting misunderstood

2008-01-06 Thread Mikko Koppanen
is type of $b after the function call? -- Mikko Koppanen

Re: [PHP-DEV] Re: Exceptions instead of Fatal Error when calling non existent method?

2007-12-31 Thread Mikko Koppanen
, work 50% of the time. Calling methods without knowing that they exist sounds like a hack to me. How about using abstract classes or interfaces? -- Mikko Koppanen

Re: [PHP-DEV] How to integrate PHP with my homegrown server

2007-08-24 Thread Mikko Koppanen
Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php You could take a look at implementing PHP support via CGI. -- Mikko Koppanen

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Mikko Koppanen
+1 -- Mikko Koppanen On 7/6/07, Derick Rethans [EMAIL PROTECTED] wrote: Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at the end of this year. That does not mean

[PHP-DEV] CVS Account Request: mkoppanen

2007-04-04 Thread Mikko Koppanen
Helping Scott MacVicar with Imagick extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php