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

2010-07-29 Thread Mikko Koppanen
ocumentation as well? >> Hi, I 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://www.php.net/unsub.php

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

2010-03-18 Thread Mikko Koppanen
p-src/branches/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] array_seek function

2010-03-16 Thread Mikko Koppanen
R (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: array_seek function

2010-03-16 Thread Mikko Koppanen
iterator position is left where the user seeked to. So something like following should work: Not sure how useful it is to have this in core but I do remember for looking for a seek function for arrays before. -- Mikko Koppanen -- PHP Internals - PHP Runtime Development Mailing List To un

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

2009-12-23 Thread Mikko Koppanen
currently): http://svn.php.net/viewvc?view=revision&revision=282878 -- 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
t; Hello, I 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] Re: alternative to the fopen() hack in autoloaders

2009-12-23 Thread Mikko Koppanen
e_path() and get 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

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

2009-11-17 Thread Mikko Koppanen
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

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

2009-11-11 Thread Mikko Koppanen
t I think it would be nice to have "include" > in the name. > Isn't this what 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 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 take the

[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
erland? 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
g the correct list in this mail. -- Mikko Koppanen

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

2009-03-04 Thread Mikko Koppanen
gt; Do you think, 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
e in future versions 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 > > 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
ion out there. Are you sure you need a separate 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
till manages to support the basics in a way that > make sense. > I think you 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
ave to stick with whatever we choose, unless we totally > >>>> > break >>>> > BC. >>>> >>>> I'd agree with this, leave something with such a big impact to version >>>> 6. At >>>> least it gives time to get it right. &

[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

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

2008-09-03 Thread Mikko Koppanen
1.17.2.3.2.5.2.3&r2=1.17.2.3.2.5.2.4 the shared extension is built with optimizations even if PHP is configured 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
ion foo( int &$a ) { echo gettype( $a ); } foo( $b ); echo gettype( $b ); what 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
__call() is a hack, that, at best, > 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
; Rob. > -- > ... > SwarmBuy.com - http://www.swarmbuy.com > > Leveraging the buying power of the masses! > ... > > -- > PHP 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 no

[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