Re: [PHP-DEV] HEADS UP: Upcoming Feature Freeze for PHP 5.5.0

2013-01-24 Thread Kalle Sommer Nielsen
Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] ext/mysql deprecation in 5.5

2012-11-28 Thread Kalle Sommer Nielsen
2012/11/28 Adam Harvey ahar...@php.net: At this stage, I intend to close the vote in a week's time: so Wednesday, December 5. +1 for deprecation in 5.5 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Where did the _logo_ functions go?

2012-11-17 Thread Kalle Sommer Nielsen
to expose the data, because why not if its useful to some users like the *_logo_guid() functions did/does. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: ext/mysql deprecation

2012-11-12 Thread Kalle Sommer Nielsen
actively against this problem, which indeed is a problem for us and especially the MySQL guys that a literally forced to support it. TL;DR, if we don't do it now, we just keep postponing it and nothing will happen. +1 on the RFC -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals

Re: [PHP-DEV] Branching PHP-5.5

2012-11-02 Thread Kalle Sommer Nielsen
discussions which will render my mail here void, but until 5.4 is in security-fixes-only mode then I think 5.5 should remain as the current master. -- regards, Kalle Sommer Nielsen ka...@php.net

Re: [PHP-DEV] How to track down an APC bug

2012-07-19 Thread Kalle Sommer Nielsen
2012/7/19 Andrew Faulds ajf...@googlemail.com: Forgive my ignorance, what is APC? Alternative PHP Cache http://pecl.php.net/apc http://php.net/apc -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Function boolval()

2012-04-27 Thread Kalle Sommer Nielsen
and people expect it to exist. I'd say it is an inconsistency. * It can be used as a callback, which is why a bool-cast does not suffice. Does it really matter nowadays when we got closures anyway: $bools = array_map(range('a', 'z'), function($a){ return((boolean) $a); }); -- regards, Kalle Sommer

Re: [PHP-DEV] PHP class files without ?php at the top

2012-04-07 Thread Kalle Sommer Nielsen
language that have a dynamically changed syntax, which makes it seem inconsistent. Hope this was some constructive feedback if you decide to write an RFC about it. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Exceptions for method on non-object rather than fatal (desired feature?)

2012-02-21 Thread Kalle Sommer Nielsen
not do any magical overloading without explicitly declared, witch I think is a good decision. TL;DR, in basic terms, if you want it as a one-liner, you must implement the overloading methods yourself to obtain that chaning you are after. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP

Re: [PHP-DEV] Exceptions for method on non-object rather than fatal (desired feature?)

2012-02-21 Thread Kalle Sommer Nielsen
, then write an RFC[1], and propose your suggestion for it to get voted on. [1] http://wiki.php.net/rfc -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Curl extension

2011-11-21 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] #60038 SIGALRM cause segfault in php_error_cb

2011-10-13 Thread Kalle Sommer Nielsen
Hi 2011/10/13 Xinchen Hui larue...@gmail.com: Hi: If send signal enabled, no system will be called. Thkans What about systems without Zend Signal Handling, like Windows? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] __constructor parameter limitations.

2011-09-23 Thread Kalle Sommer Nielsen
parent is abstract. Sure the warning could go away if both the interface and abstract class signatures match, but that would seem inconsistent to me. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Re: is_a() - again - a better fix

2011-09-22 Thread Kalle Sommer Nielsen
in that process. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: is_a() - again - a better fix

2011-09-21 Thread Kalle Sommer Nielsen
PHP because people will quickly adapt to their distro behavior and wonder why their code breaks when they run it on their server thats using a de-facto version of PHP and the blame normally ends up at us. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: Bug #55661 [Opn]: mysqli/tests/bug54674.phpt failed when link against libmysql

2011-09-10 Thread Kalle Sommer Nielsen
to it pretty quickly :) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] APC in 5.4

2011-09-09 Thread Kalle Sommer Nielsen
we added the FPM SAPI in 5.3. Like it was raised in the original thread, bringing more awareness about an opcode cacher into a standard distribution of PHP will benefit us all in the long run. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Large File Support

2011-09-08 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] APC in 5.4

2011-09-08 Thread Kalle Sommer Nielsen
some more attention to APC from a developer perspective (other than those who dwell into pecl/). -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug46024

2011-09-04 Thread Kalle Sommer Nielsen
and always available in ZTS mode, not sure why we haven't extended this to work in NTS for those two cases. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug4

2011-09-04 Thread Kalle Sommer Nielsen
for it not to be available in NTS? I haven't dug into the code that deeply so I'm just curious. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] New extension proposal: meta

2011-09-03 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] New run-tests.php feature

2011-09-01 Thread Kalle Sommer Nielsen
.. that would be awesome. I reckon Felipe had a patch for this back in the early 5.3 development days, Felipe? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ReflectionClass::newInstanceWithoutConstructor()

2011-08-25 Thread Kalle Sommer Nielsen
could do like that of above and cast an exception instead of E_RECOVERABLE_ERROR (as I believe is being cast now) in 5.4. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP

2011-08-25 Thread Kalle Sommer Nielsen
not gonna vote because they don't follow Internals. But -1 from me. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] is_a() triggers __autoload() in 5.3.7

2011-08-22 Thread Kalle Sommer Nielsen
are seeing (should be a 10 liner script for this incident) [1] http://bugs.php.net/ -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] is_a() triggers __autoload() in 5.3.7

2011-08-22 Thread Kalle Sommer Nielsen
() triggers autoloader I have attached a simple one liner patch to the report, which like Hannes said, should go into 5.3.8 to keep BC. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php.exe crashes on infinite recursion (PHP 5.3.5)

2011-08-22 Thread Kalle Sommer Nielsen
. Also check the database if you choose to report it, as there would be no need to open a new report if an already existing one is open or if one recently have been closed. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] behavior of translating dot in the query variable name into underscore character

2011-08-12 Thread Kalle Sommer Nielsen
Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation.

2011-08-12 Thread Kalle Sommer Nielsen
their will last time. Okay maybe thats a bit over the line of what we have here, but I honestly don't see that religious hate against this model which works absolutely fine. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation.

2011-08-12 Thread Kalle Sommer Nielsen
remember much of the discussion other than it was moved to another list which I didn't subscribe to, I just remember it was long and ongoing with our beloved namespace separator at the same time which floated internals. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Multibyte and declate (PHP5.4)

2011-08-11 Thread Kalle Sommer Nielsen
byte and have to validate what kind of character sequence we're at now. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Property get/set syntax

2011-08-10 Thread Kalle Sommer Nielsen
to the object model, like final properties, interfaces with properties, getters, setters, But in the end I think it would rime greatly with traits and other goodies in 5.4 if someone took the time and care for this RFC, just worried its way too late already. -- regards, Kalle Sommer Nielsen

Re: [PHP-DEV] 5.4 and safemode

2011-08-05 Thread Kalle Sommer Nielsen
in extensions thats synced in all active branches to limit the amount of work needed to maintain different code in active branches so its without a meaning. See main/php.h for the API version thats updated at every major/minor version of PHP. -- regards, Kalle Sommer Nielsen ka...@php.net

Re: [PHP-DEV] 5.4 Alpha 2

2011-07-11 Thread Kalle Sommer Nielsen
, it would make more sense to have the votings over before doing the next Alpha, so theres time to cook up relevant patches and commit them. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] foreach() for strings

2011-06-22 Thread Kalle Sommer Nielsen
2011/6/22 Reindl Harald h.rei...@thelounge.net: WTF should this do? this won't return boolean It's an expression, so its evaluated result is a boolean hence why it makes sense -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] New function http_response_code() to PHP5.4 Branch

2011-06-17 Thread Kalle Sommer Nielsen
by any PHP function. Can this be added to 5_4 please? I'll merge it within the weekend Thanks, Paul Dragoonis. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals

Re: [PHP-DEV] removing some cruft

2011-05-28 Thread Kalle Sommer Nielsen
2011/5/28 marius adrian popa map...@gmail.com: Removing some cruft from php I'm thinking that the logo should be optional --disable-logo PHPE9568F34-D428-11d2-A769-00AA001ACF42 expose_php = Off? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] 5.4 again

2011-05-16 Thread Kalle Sommer Nielsen
magic_quotes which still is pending for discussion. See [1] for more information about the removed features. [1] http://php.net/php6news -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Kalle Sommer Nielsen
see it harmfully in anyway, Johannes? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Working with arrays.

2010-12-31 Thread Kalle Sommer Nielsen
#194 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-05 Thread Kalle Sommer Nielsen
as a name for something like a class/method/function etc. but of course still allowed in variable and constants (defined using define() -- not const as its compile time). class global { } /* fatal error */ function default() { } /* fatal error */ -- regards, Kalle Sommer Nielsen ka...@php.net

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-05 Thread Kalle Sommer Nielsen
be done, but I'm not sure how good it would be and if it requires hacks to the parser. Someone with more in-depth knowledge of ZE might be able to answer this ;-) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] RFC: Making T_FUNCTION optional in method declarations

2010-11-30 Thread Kalle Sommer Nielsen
error but private function foo(){} not? The var keyword is an alias of the public keyword for BC with PHP4. So it would be illogically to declare a property both private and public at the same time ;-) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] RFC: Making T_FUNCTION optional in method declarations

2010-11-27 Thread Kalle Sommer Nielsen
2010/11/27 Johannes Schlüter johan...@schlueters.de: RFC: http://wiki.php.net/rfc/optional-t-function Patch: http://schlueters.de/~johannes/php/zend_optional_t_function.diff +1, I've missed being able to skip the function keyword for a while now. -- regards, Kalle Sommer Nielsen ka

Re: [PHP-DEV] [RFC] new foo()-bar()

2010-11-26 Thread Kalle Sommer Nielsen
$a = function(){ return function(){ echo 'Hello'; }; }; $a()(); -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Hold off 5.4

2010-11-25 Thread Kalle Sommer Nielsen
. Lets forget about the past PHP6 and make the present PHP6 happen instead. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Kalle Sommer Nielsen
running an ancient version of PHP and never would upgrade or similar reasons. But all in all, I think it depends on us advertising it properly in the manual, how to deal with it that is. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Kalle Sommer Nielsen
this summer, so yes register_globals are gone along with safe_mode: http://php.net/php6news -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Kalle Sommer Nielsen
that out of the core so we can educate our developers about a more solid way about database handling but lets not hijack the topic with ext/mysql ;-) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Magic quotes in trunk

2010-11-18 Thread Kalle Sommer Nielsen
into the binary to fallback to On) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Magic quotes in trunk

2010-11-17 Thread Kalle Sommer Nielsen
('...') ...) Disabling them): This will help to disable the spread of magic_quotes even more, and it can safely be removed in the next major version of PHP. My personal vote here goes towards removing them entirely. What are your inputs on this matter? -- regards, Kalle Sommer Nielsen ka

Re: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) support discussion

2010-11-15 Thread Kalle Sommer Nielsen
2010/11/16 Pierrick Charron pierr...@webstart.fr: +1 +1 for annotations in 5.4 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS ext/standard/basic_functions.c ext/standard/basic_functions.h main/php_streams.h main/streams/memory.c main/streams/streams.c

2010-11-14 Thread Kalle Sommer Nielsen
in a regular build unlike leak() and crash() which are defined in zend_builtin_functions.c in debug mode only or did I miss something here? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Kalle Sommer Nielsen
./configure, so I believe it is indeed a bug on the Unix build system causing this, so yeah I suppose it should be fixed. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Kalle Sommer Nielsen
://www.oracle-internals.com/ +1 for trunk -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Kalle Sommer Nielsen
the --enable-zts option is used? Thats what the SAPI config.w32 files does for things like Apache2 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RFC: Comparable interface

2010-09-30 Thread Kalle Sommer Nielsen
interfaces that interact directly with the language syntax (like Iterator) and not in SPL. The patch itself is flowlessly simple and I think it would be a great addition for trunk, +1 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Re: svn: /php/php-src/trunk/ UPGRADING.INTERNALSext/date/php_date.c ext/date/php_date.h

2010-09-28 Thread Kalle Sommer Nielsen
2010/9/28 Michael Wallner m...@php.net: On 09/28/2010 07:05 AM, Kalle Sommer Nielsen wrote: Hi 2010/9/27 Johannes Schlüterjohan...@schlueters.de: I think Mike's point was that these functions, according to the comment, only exist for BC reasons. So they should either keep BC or be dropped

Re: [PHP-DEV] Re: svn: /php/php-src/trunk/ UPGRADING.INTERNALS ext/date/php_date.c ext/date/php_date.h

2010-09-27 Thread Kalle Sommer Nielsen
OpenGrok, but it was only used within the date extension, so i think the break is minor to nothing. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] or throw new syntax

2010-09-05 Thread Kalle Sommer Nielsen
Hi Is there any reason for we don't support expressions like: test() or throw new Exception('test() failed'); If no, is there any argument against supporting such a syntax in trunk? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-27 Thread Kalle Sommer Nielsen
in ReflectionAnnotation::__construct() :) But I'm a +1 for merging this into trunk, as it will without doubt get improved as we go, like with Traits. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] [PATCH] #52563: Adding E_NONE and/or E_EVERYTHING constants

2010-08-25 Thread Kalle Sommer Nielsen
. On a personal level I only think E_ALL would make sense, because in the old PHP6 E_STRICT were not apart of E_ALL, that is ofcourse, if you choose not to use the magic -1 thats always contains all the bits no matter what. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP

Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1

2010-08-19 Thread Kalle Sommer Nielsen
. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Strict typing

2010-08-11 Thread Kalle Sommer Nielsen
for zend_parse_parameters() to expose it to userland and its available in PECL: http://svn.php.net/viewvc/pecl/params/trunk/ Im a +1 for exposing such functionality from the core/stdlib. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

[PHP-DEV] Re: params ext (was: Strict typing)

2010-08-11 Thread Kalle Sommer Nielsen
. Indeed it doesn't solve the current arguments for and against type hinting. But its a good step in the right direction for a better way to parse passed parameters from a library developer perspective. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] back to 5.4 alpha

2010-08-11 Thread Kalle Sommer Nielsen
. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Namespace separator constant

2010-08-10 Thread Kalle Sommer Nielsen
is a backslash which most people belive is a escape character in all cases outside string interpolation. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Annoucing PHP 5.4 Alpha 1

2010-08-10 Thread Kalle Sommer Nielsen
, magic quotes and so forth. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: APC in trunk

2010-08-09 Thread Kalle Sommer Nielsen
Just a ping on this one, with the 3.1.4 release would anyone be in favour of moving it into trunk now? If not, then I can do it with some help from someone who have moved a pecl extension into core before. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime

[PHP-DEV] 5.4 Alpha?

2010-08-09 Thread Kalle Sommer Nielsen
as thats yet another thing we should get settled soonish. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Please reconsider supporting PHP 5.2

2010-07-25 Thread Kalle Sommer Nielsen
of APC thats going beta soon is having full support for the latest development branch (5.3.99). -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Remove variable function and method calls

2010-07-22 Thread Kalle Sommer Nielsen
the other statements in this threads. So no its not going to be removed. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PDO DBLIB Release Candidate?

2010-07-02 Thread Kalle Sommer Nielsen
the LastInsertId you recently did. For 5.3 its a possibility if Johannes agrees on it, I looked at the commits and I think they would be fit for 5.3. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: APC in trunk

2010-06-24 Thread Kalle Sommer Nielsen
way I think it should get committed and APC moved into trunk, we seem to have enough votes for this. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: APC in trunk

2010-06-22 Thread Kalle Sommer Nielsen
, did it need Windows support or any other things? If so then I dont see a reason not to include it as it is now, as it will be improved anyway as we are getting closer to a release. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] Re: APC in trunk

2010-06-21 Thread Kalle Sommer Nielsen
by default, atleast on Windows, like GD is. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] APC in trunk

2010-06-20 Thread Kalle Sommer Nielsen
much better on Windows, and I think its well on its way getting there. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] APC in trunk

2010-06-19 Thread Kalle Sommer Nielsen
a question of including APC in the core, but rather a per extension discussion ;-) What are your views on including APC in the core, or reasons not to? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-15 Thread Kalle Sommer Nielsen
strongly consider removing the ext/mssql extension as well, its not maintained, there is countless bugs, and its officially not supported on Windows since 5.3, but it can however still be built and used if you do it manually. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-15 Thread Kalle Sommer Nielsen
on non-windows? Not even ODBC? There still is pdo_mssql/pdo_dblib -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Remove sqlite2 from trunk

2010-06-15 Thread Kalle Sommer Nielsen
it. Tutorials and articles that builds on mysql is unfortunate when we want to prommote mysqli, but if we want to change it, i think now is better than never, because people will continue to write articles about it if its still exists within the main distro. -- regards, Kalle Sommer Nielsen ka...@php.net

Re: [PHP-DEV] #45351: Exception::getTrace() should return 'object' array-element

2010-06-13 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-03 Thread Kalle Sommer Nielsen
://wiki.php.net/rfc/functionarraydereferencing [2] http://wiki.php.net/summits/pdmnotesmay09#php_6 (see point #13) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-03 Thread Kalle Sommer Nielsen
2010/6/4 Tig tigger...@gmail.com: On Fri, Jun 4, 2010 at 11:19 AM, Kalle Sommer Nielsen ka...@php.net wrote: So does this mean array-dereferencing was original declined but still a possible for PHP 6? That is how I'm reading it, but just want to make sure. I belive its because when its been

Re: [PHP-DEV] Fixes for parse_url, bug 50563

2010-05-24 Thread Kalle Sommer Nielsen
it changes the values of the constants, but it can be fixed by changing the checking code, or the dirty way to increase the values so they don't conflict with the old ones. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] trunk is alive and open

2010-04-26 Thread Kalle Sommer Nielsen
decide on a version number and see if we can get an Alpha release out by Q4 this year if possible, since the current releases of new development branches have been taking forever during the last couple of years. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime

Re: [PHP-DEV] [RFC] Performance improvements

2010-04-19 Thread Kalle Sommer Nielsen
zend_string.c, not apc_string.c which is wrong ;-) -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Removal of deprecated features

2010-04-15 Thread Kalle Sommer Nielsen
. As for the mergesort patch, is it used anywhere in PECL or something? If not then I think we should remove it. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SVN Account Request: looyao

2010-04-14 Thread Kalle Sommer Nielsen
, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Performance improvements

2010-04-13 Thread Kalle Sommer Nielsen
to win32/build/config.w32 so that it gets built on Windows aswell. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Removal of deprecated features

2010-04-10 Thread Kalle Sommer Nielsen
that short_open_tags except the PI collision. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [RFC] Removal of deprecated features

2010-04-10 Thread Kalle Sommer Nielsen
these be added to this list? And I suppose session.bug_compat_warn goes along with session.bug_compat_42. Feel free to add them if they were listed as things that was supposed to be removed in PHP6 on. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Re: [RFC] Removal of deprecated features

2010-04-10 Thread Kalle Sommer Nielsen
2010/4/9 Kalle Sommer Nielsen ka...@php.net: safe_mode/register_globals/register_long_arrays/magic_quotes_*/allow_call_time_pass_reference  - Something we have long time been wanted to remove from PHP, I don't see a big reason to keep those in the next version, even if its going to be a 5.4

[PHP-DEV] [RFC] Removal of deprecated features

2010-04-08 Thread Kalle Sommer Nielsen
Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trunk is alive and open

2010-03-30 Thread Kalle Sommer Nielsen
2010/3/31 Philip Olson phi...@roshambo.org: And while Rasmus may [or may not] deny his BDFL status, I'd love to see it in high gear especially now that he's funemployed. +1 -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] DTrace RFC

2010-03-25 Thread Kalle Sommer Nielsen
on Windows for this patch? -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] trunk is alive and open

2010-03-23 Thread Kalle Sommer Nielsen
deprecated in 5.3 and removed in the old trunk? If thats the case then I will work on merging those removed features like safe_mode and so on out. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: [PHP-WEBMASTER] Re: [PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-22 Thread Kalle Sommer Nielsen
are wanting a VC6 build Thanks, iamstever -- regrads, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   >