Re: [PHP-DEV] RFC: Automatic Property Initialization

2013-09-27 Thread Tobias Schlitt
Hi, big +1 from my side. Would love to see this functionality in 5.6. Thanks for the proposal, Gordon. Cheers, Toby -- Helping people to create high quality web apps http://qafoo.com Tobias Schlitthttp://schlitt.infoGPG Key: 0xC462BC14 signature.asc Description

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-07 Thread Tobias Schlitt
self to +/- (1/0), next week monday I'll run a tally of the votes > and based on the result we can determine how to proceed further. +1 (5.4/6.0 and "object") - -- Tobias Schlitt tob...@schlitt.info GPG Key: 0xC462BC14 a passion for php ht

Re: [PHP-DEV] SplHeap->key()

2008-11-19 Thread Tobias Schlitt
x27;d say this is a bug as well, would you mind opening a bug and > assigning it to me please? Done. Cheers, Toby -- Tobias Schlitt - Zend Certification Member GPG Key: 0xC462BC14 a passion for phphttp://www.schlitt.info Member of the eZ components projec

[PHP-DEV] SplHeap->key()

2008-11-19 Thread Tobias Schlitt
Hi! I noticed that SplHeap returns the current element count of the heap from key(). I think it should return count - 1 to reflect 0 indexing. key won't be called outside of an iterator, so this makes sense. Regards, Toby -- Tobias Schlitt - Zend Certification Member GPG Key: 0xC462B

Re: [PHP-DEV] CVS Account Request: jakob

2006-12-18 Thread Tobias Schlitt
On 12/18/2006 03:05 PM Jakob Westhoff wrote: > Contribute to PEAR project Image_3D. I confirm this. -- Tobias Schlitt - Zend Certification Member GPG Key: 0xC462BC14 a passion for phphttp://www.schlitt.info Member of the eZ components project h

Re: [PHP-DEV] Tiny pathinfo() patch

2006-07-15 Thread Tobias Schlitt
.info/misc/pathinfo-5_2.patch Regards, Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14 a passion for phphttp://www.schlitt.info Like to say "thank you"?- http://pear.php.net/wishlist.php/toby -- PHP Internals - PHP Runtim

Re: [PHP-DEV] Re: Tiny pathinfo() patch

2006-07-14 Thread Tobias Schlitt
On 07/14/2006 10:09 PM Christian Schneider wrote: > Tobias Schlitt wrote: >> using string manipulation, I now patched pathinfo() to provide the >> filename without extension per default with key "filename". >> >> Find the patch here: http://schlitt.info/m

[PHP-DEV] Tiny pathinfo() patch

2006-07-14 Thread Tobias Schlitt
without extension per default with key "filename". Find the patch here: http://schlitt.info/misc/pathinfo.patch The patch is against 5_2. Maybe someone considers that useful as well? Regards, Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xC462BC14 a passi

Re: [PHP-DEV] array type hint and SPL array interfaces

2006-05-09 Thread Tobias Schlitt
mentation. So there is > a difference. Ah, yes, you're right! Thanks for enlightening me! Regards, Toby -- Tobias Schlitt - Zend Certified Engineer NEW GPG Key: 0xC462BC14 a passion for phphttp://www.schlitt.info Like to say "thank you"?

[PHP-DEV] array type hint and SPL array interfaces

2006-05-09 Thread Tobias Schlitt
the implementation of the method would not notice the difference. Or am I wrong? Regards, Toby -- Tobias Schlitt - Zend Certified Engineer NEW GPG Key: 0xC462BC14 a passion for phphttp://www.schlitt.info Like to say "thank you"?- http://pe

Re: [PHP-DEV] Re: PHP 6.0 Wishlist

2005-08-13 Thread Tobias Schlitt
Hi Davey Shafik! On 08/12/05 20:56 you wrote: > As little as it means, +1 Same from here! :) Cheers! Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xA6529579 a passion for phphttp://www.schlitt.info Like to say "thank you"

Re: [PHP-DEV] type hinting throwing a fatal error

2005-08-10 Thread Tobias Schlitt
d, independant modules to finish their work gracefully instead of shutting down the whole request gracefully. The actual implementation of type hints does not allow them to be used in this case, because having a coding error in just 1 module will screw up all other modules, where just 1 is broke

[PHP-DEV] Fwd: FrOSCon - "FOSDEM" in Germany

2005-08-09 Thread Tobias Schlitt
room there. Sebastian is member of the organisation team, so I assume that should not be a problem. Interesst? Comments? Regards, Toby [1] http://www.sebastian-bergmann.de/blog/archives/520-FrOSCon.html P.S. Sorry for the x-post and please redirect flames on that directly to /dev/null. -- Tobias Schl

Re: [PHP-DEV] type hinting throwing a fatal error

2005-08-08 Thread Tobias Schlitt
that get utilized by PHP OO features would definitly make sense. In the end, I have not a real problem with any solution, as long as OO features start throwing exceptions instead of raising errors. :) Regards, Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xA6529579 a pass

Re: [PHP-DEV] type hinting throwing a fatal error

2005-08-08 Thread Tobias Schlitt
able applications. In that case you still have to stick to catch Exception and have no benefit of it throwing anything else, when SPL is enabled. I would pretty much appreciate it having thrown an InvalidArgumentException, but then this should work everywhere. Regards, -- Tobias Schlitt - Zend Ce

Re: [PHP-DEV] type hinting throwing a fatal error

2005-08-08 Thread Tobias Schlitt
sticking to Exception should be fine. Regards, -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xA6529579 a passion for phphttp://www.schlitt.info Like to say "thank you"?- http://pear.php.net/wishlist.php/toby -- PHP Internals - PHP Run

Re: [PHP-DEV] CVS Account Request: kore

2005-07-19 Thread Tobias Schlitt
pear/Image_3D/. Thanks in advance! Toby -- Tobias Schlitt - Zend Certified Engineer GPG Key: 0xA6529579 a passion for phphttp://www.schlitt.info Like to say "thank you"?- http://pear.php.net/wishlist.php/toby -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] GIF support for PHP4(/5)

2004-07-13 Thread Tobias Schlitt
Sorry, it's late here... website that really works in every browser the same, you cannot count on GIF, since some more actual browsers still do not support PNG s/GIF/PNG/ -- Tobias Schlitt GPG Key: 0xA6529579 a passion for php

[PHP-DEV] GIF support for PHP4(/5)

2004-07-13 Thread Tobias Schlitt
, please do all those poor souls a big favor and reintegrate the GIF creation support back into an actual PHP version (4.3.9 / 5.1.0??). Thanks a lot in advance! Regards, Toby -- Tobias Schlitt GPG Key: 0xA6529579 a passion for phphttp