[PHP-DEV] Re: Git Migration: Status Update

2012-03-04 Thread Jaroslav Hanslik
(3) Karma system fixes. Already done by me. People who have access to the root of a repository are able to do forced pushes. Do you think it's good idea not to forbid forced pushes at all? Cheers Jaroslav -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Re: PHP 5.4 Benchmarks

2012-02-05 Thread Jaroslav Hanslik
on generated by ApiGen, http://apigen.org PHP 5.3.10 (VC9 x86 Thread Safe) - Total time: 777 seconds, used: 316 MB RAM PHP 5.4.0RC7 (VC9 x86 Thread Safe) - Total time: 452 seconds, used: 156 MB RAM Jaroslav Hanslik -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

[PHP-DEV] Re: Callable typehint

2011-06-07 Thread Jaroslav Hanslik
ttp://php.markmail.org/message/gdas65h3im52sleg I like the idea. However I think the type hint should be named "callback" instead of "callable" because this name is used already in a lot of documentations and also in PHP documentation http://php.net/manual/en/language.pseudo-ty

Re: [PHP-DEV] Constructor object instance dereferentiation

2011-05-23 Thread Jaroslav Hanslik
which are quite often one-off use cases. No, such feature was not planned in the RFC, the patch doesn't change the grammar to allow it. https://wiki.php.net/rfc/fcallfcall Jaroslav Hanslik -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Constructor object instance dereferentiation

2011-05-23 Thread Jaroslav Hanslik
which are quite often one-off use cases. No, such feature was not planned in the RFC, the patch doesn't change the grammar to allow it. https://wiki.php.net/rfc/fcallfcall Jaroslav Hanslik -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Upload progress in sessions

2010-05-04 Thread Jaroslav Hanslik
Hi, upload progress in session is implemented in old trunk. Is there a change to apply the patch also to the new trunk? http://wiki.php.net/rfc/session_upload_progress Jaroslav Hanslik -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Bug #50751

2010-02-15 Thread Jaroslav Hanslik
hout patch: Warning: session_save_path(): open_basedir restriction in effect. File(tcp://localhost:11211) is not within the allowed path(s): (C:/) in C:\bug.php on line 5 With patch: No warning and session works. Jaroslav Hanslik Dne 15.2.2010 16:44, Pierre Joye napsal(a): hi, Is it supposed to w

[PHP-DEV] Bug #50751

2010-02-15 Thread Jaroslav Hanslik
s.txt (against PHP 5.3.1). Maybe it would be clearer what I mean. If I'm wrong, please someone expain me why. Jaroslav Hanslik -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP6 new syntax use suggestion

2008-05-23 Thread Jaroslav Hanslik
Astro [GTalk] napsal(a): $host = parse_url('http://someurl.com'); $host = $host['host']; You can use this: $host = parse_url('http://someurl.com', PHP_URL_HOST); -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php