Re: [PHP-DEV] [RFC][VOTE] Objects as Keys

2014-12-16 Thread Guilherme Blanco
Hi, All I can say is that the lack of this feature is one of the main reasons why Doctrine doesn't fully work with composite keys. With this enhancement it would now become possible to implement a proper IdentityMap. []s, On Dec 16, 2014, at 9:05 AM, Andrea Faulds a...@ajf.me wrote: On 16

Re: [PHP-DEV] On how a little knowledge is completely useless.

2010-09-17 Thread Guilherme Blanco
explicit how beneficial it is with Annotations support. Richard. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-16 Thread Guilherme Blanco
to implement annotations would be okay. As I said, doc comments as they are now are insufficient. -- Gustavo Lopes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-16 Thread Guilherme Blanco
, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-16 Thread Guilherme Blanco
at the same time I feel I'll never convince you. That's another valid argument for a poll. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-16 Thread Guilherme Blanco
. If the syntax is not ok, then let's discuss the implementation once it gets accepts or forget about it if not. But overall functionality is described there. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- Guilherme Blanco Mobile: +55 (16) 9215

Re: [PHP-DEV] Re: Re: PHP Annotations RFC + Patch

2010-09-15 Thread Guilherme Blanco
: http://www.php.net/unsub.php -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-13 Thread Guilherme Blanco
/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-11 Thread Guilherme Blanco
Hi Stas and Christian, The separator never was a problem... but I definately don't want to see another 6 months just to define what would the separator be. If we need to drop [] in favor of array support, I vote for ! as separator. !Author(Guilherme Blanco) !Validation(!Email(checkMX = true

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-08 Thread Guilherme Blanco
Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP Annotations RFC + Patch

2010-09-08 Thread Guilherme Blanco
Hi Johannes, Comments inline. 2010/9/8 Johannes Schlüter johan...@schlueters.de: Hi, On Wed, 2010-09-08 at 13:44 -0300, Guilherme Blanco wrote: 2) I suppose that usage of annotation would be quite rare case. I don't think it make sense to extend each op_array, property and class

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-26 Thread Guilherme Blanco
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-25 Thread Guilherme Blanco
verbose do have: [Documentation(array(author = Guilherme Blanco, age = 26))] Where it could be simplified to: [Documentation({author = Guilherme Blanco, age = 26})] Q2- Why some keys are defined as string and others as identifiers? The reason of the existance to identifiers are for properties

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-25 Thread Guilherme Blanco
: - Guilherme Blanco guilhermebla...@gmail.com wrote: Hi Etiene, AliasedName is not implemented yet, but I added in RFC as one of the first enhancements to be done. The purpose of it is to reduce the over-typing needed to instantiate namespaced classes. Here is the first idea

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-06 Thread Guilherme Blanco
://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-06 Thread Guilherme Blanco
the same convention applied for __sleep, __toString, __wakeup, __invoke. Cheers, On Thu, May 6, 2010 at 2:41 PM, Guilherme Blanco guilhermebla...@gmail.com wrote: Hi guys, I'd like to thank you for this implementation. @Pierre: There is a RFC I wrote: http://wiki.php.net/rfc/jsonable I'd

[PHP-DEV] Weekly summary?

2010-04-05 Thread Guilherme Blanco
Where are you?! Did anyone found it? Cheers, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] PHP 5 Bug Summary Report

2010-01-25 Thread Guilherme Blanco
for positive reinforcement as it unfortunately feels much easier to come up with negative ones. But, that's okay too. ;) Regards, Philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC

[PHP-DEV] Possible support to DirectoryIterator to be include_path aware via flag

2009-12-17 Thread Guilherme Blanco
between files and directories. Also, I have a special need for this feature. Cheers, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP

Re: [PHP-DEV] Possible support to DirectoryIterator to be include_path aware via flag

2009-12-17 Thread Guilherme Blanco
-- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-11-10 Thread Guilherme Blanco
As stated in the RFC, I am not happy with the name autoload_include. Suggestions welcome! regards, Lukas Kahwe Smith m...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC

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

2009-10-12 Thread Guilherme Blanco
S. Krenz IT Director Suso Technology Services, Inc. http://suso.org/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN

Re: [PHP-DEV] ReflectionMethod::setAccessible()

2009-09-02 Thread Guilherme Blanco
/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil

Re: [PHP-DEV] Zend Engine

2009-08-05 Thread Guilherme Blanco
/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Supporting ArrayObject in array_* functions

2009-07-30 Thread Guilherme Blanco
::getArrayCopy() and proceed normally with execution of each array_* function. It can't be that hard! =) Cheers, 2009/7/30 Alexey Zakhlestin indey...@gmail.com: 2009/7/30 Johannes Schlüter johan...@schlueters.de: On Thu, 2009-07-30 at 00:08 -0300, Guilherme Blanco wrote: What do you think

Re: [PHP-DEV] Supporting ArrayObject in array_* functions

2009-07-30 Thread Guilherme Blanco
it be achieved? $coll-sort(); instead of sort($coll); $coll2 = $coll-reverse(); instead of $coll2 = array_reverse($coll); Is this better now? Cheers, 2009/7/30 Johannes Schlüter johan...@schlueters.de: On Thu, 2009-07-30 at 11:42 -0300, Guilherme Blanco wrote: I'm trying to avoid a globally

Re: [PHP-DEV] Supporting ArrayObject in array_* functions

2009-07-30 Thread Guilherme Blanco
should be handled separately on per-case basis. -- Stanislav Malyshev, Zend Software Architect s...@zend.com   http://www.zend.com/ (408)253-8829   MSN: s...@zend.com -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla

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

2009-07-06 Thread Guilherme Blanco
List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] RFC: Type hinting revisited for PHP 5.3

2009-07-01 Thread Guilherme Blanco
on this -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP

[PHP-DEV] Missing php_memcache.dll in all Win builds

2009-06-30 Thread Guilherme Blanco
Hi guys, It seems it's missing the compiled version of memcache in Windows builds. I can confirm in VC6 TS and VC9 TS. Haven't checked on NTS builds. On Pierre's downloads page, it's an old VC6 TS version which it's the one I'm using atm. Cheers, -- Guilherme Blanco - Web Developer CBC

Re: [PHP-DEV] Missing php_memcache.dll in all Win builds

2009-06-30 Thread Guilherme Blanco
on that currently and will let people know once that is up and running. -Hannes -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP

[PHP-DEV] [PATCH] Inclusion of new constant: NS_SEPARATOR

2009-06-18 Thread Guilherme Blanco
] = '\0'; + + REGISTER_MAIN_STRING_CONSTANT(NS_SEPARATOR, nssep_str, CONST_PERSISTENT | CONST_CS); } Cheers, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP

Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-10 Thread Guilherme Blanco
- PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals

Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-10 Thread Guilherme Blanco
check to folder include path/vendor/PackageName But ok, thanks for the clean answer. =) 2009/6/10 Greg Beaver g...@chiaraquartet.net: Guilherme Blanco wrote: Just 2 questions 1- Will it include new autoloader definition that standards group was talking about? Hi, I am

Re: [PHP-DEV] PHP 5.2.10

2009-05-14 Thread Guilherme Blanco
To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Method call improvements

2009-05-12 Thread Guilherme Blanco
, On Tue, May 12, 2009 at 3:08 AM, Dmitry Stogov dmi...@zend.com wrote: Hi Guilherme, 5.3 is closed for major updates (it is in RC state). I would try to look into this when we develop a strategy for next PHP version. Thanks. Dmitry. Guilherme Blanco wrote: Hi guys, What's the status

Re: [PHP-DEV] Method call improvements

2009-05-11 Thread Guilherme Blanco
Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP

Re: [PHP-DEV] Closure serialization.

2009-04-07 Thread Guilherme Blanco
...@pooteeweet.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São

Re: [PHP-DEV] Class names (with regard to autoload)

2009-02-26 Thread Guilherme Blanco
I'm after? I'm willing to try provide a patch, if someone would be kind enough to direct me to the part(s) of the engine I'd need to look at. Thanks, Robin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Guilherme Blanco
Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Windows 7 test passed

2009-02-04 Thread Guilherme Blanco
-- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer

Re: [PHP-DEV] Windows 7 test passed

2009-02-03 Thread Guilherme Blanco
and provide better feedback (and possibly open bugs if needed). Cheers, On Tue, Feb 3, 2009 at 10:22 AM, Guilherme Blanco guilhermebla...@gmail.com wrote: Hi, And how did you workaround the ownership issue of scripts? All File System functions didn't work for me when I tried. Another one is SQLite

Re: [PHP-DEV] New function proposal: spl_object_id

2009-01-24 Thread Guilherme Blanco
spl_object_hash deprecated in 5.4 ;-) Best regards Oskar Eisemuth -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla

Re: [PHP-DEV] Enhanced __CLASS__ constant

2009-01-22 Thread Guilherme Blanco
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP

Re: [PHP-DEV] [RFC lite] implement import of functions in namespace

2009-01-22 Thread Guilherme Blanco
is a bad choice and I strongly disagree with this decision (if it happens). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web

Re: [PHP-DEV] New function proposal: spl_object_id

2009-01-20 Thread Guilherme Blanco
-- Etienne Kneuss http://www.colder.ch Men never do evil so completely and cheerfully as when they do it from a religious conviction. -- Pascal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer

Re: [PHP-DEV] Method call improvements

2009-01-18 Thread Guilherme Blanco
://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil

Re: [PHP-DEV] status update for beta1

2009-01-12 Thread Guilherme Blanco
to apply and do some tests. -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo - SP/Brazil

[PHP-DEV] New function proposal: spl_object_id

2008-12-17 Thread Guilherme Blanco
PHP_FE(iterator_to_array, arginfo_iterator_to_array) PHP_FE(iterator_count, arginfo_iterator) -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.com URL: http://blog.bisna.com São Paulo

Re: [PHP-DEV] quick polls for 5.3

2008-11-13 Thread Guilherme Blanco
-- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: keeping traffic on this list manageable

2008-11-01 Thread Guilherme Blanco
Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP

Re: [PHP-DEV] /endnamespacediscussion

2008-10-26 Thread Guilherme Blanco
. This has been true for years, and is not changed by namespaces or any other addition in 5.3 Shall we let this one go? Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows

Re: [PHP-DEV] Re: PHP 5.2.7RC1 Testing

2008-10-17 Thread Guilherme Blanco
: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [PHP-DEV] namespaces and alpha3

2008-10-15 Thread Guilherme Blanco
Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] my last attempt at sanity with namespaces

2008-10-15 Thread Guilherme Blanco
be a stupid-ass reason to remove namespaces? Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [PHP-DEV] true namespaces, yet another point of view

2008-09-23 Thread Guilherme Blanco
that the model is similar. Each item sparks another. - Steph -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED

Re: [PHP-DEV] true namespaces, yet another point of view

2008-09-23 Thread Guilherme Blanco
the point. We'd all like to see PHP 5.3.0 out there. It has a lot to offer, but namespace support is very obviously problematic. That's it, that's all. - Steph -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc

2008-09-20 Thread Guilherme Blanco
regards, Marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro

Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc

2008-09-20 Thread Guilherme Blanco
/Sarcasm ... I hope :-D I'm not being sarcastic, if you mean it. :p Regards Marco -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16

Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-09 Thread Guilherme Blanco
Guilherme Blanco wrote: Derick, I do not have xdebug installed here. That's why I thought it was something that could be changed, since it's something too specific and afaik used only by xdebug. Regards, On Tue, Sep 9, 2008 at 3:19 AM, Derick Rethans [EMAIL PROTECTED] wrote: On Mon, 8 Sep

Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-09 Thread Guilherme Blanco
Derick, I do not have xdebug installed here. That's why I thought it was something that could be changed, since it's something too specific and afaik used only by xdebug. Regards, On Tue, Sep 9, 2008 at 3:19 AM, Derick Rethans [EMAIL PROTECTED] wrote: On Mon, 8 Sep 2008, Guilherme Blanco wrote

[PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-08 Thread Guilherme Blanco
is very large. My suggestion is to increase to something like 180, available since PHP 5.3. I'd like to know your thoughts about this subject. Thanks in advance, Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL

Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-08 Thread Guilherme Blanco
Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP

Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-08 Thread Guilherme Blanco
? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil

Re: [PHP-DEV] Inconsistencies in 5.3

2008-08-13 Thread Guilherme Blanco
Kahwe Smith [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [PHP-DEV] PHP 4.4.9

2008-07-07 Thread Guilherme Blanco
/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.4.9

2008-07-07 Thread Guilherme Blanco
On Mon, Jul 7, 2008 at 10:39 AM, Janusz Lewandowski [EMAIL PROTECTED] wrote: 2008/7/7 Guilherme Blanco [EMAIL PROTECTED]: The end of life cycle of PHP4 is 08-08-08, so people expect one last release in this day as the last release. Some of you are telling that release something now contradicts

Re: [PHP-DEV] __toString() and exceptions

2008-05-28 Thread Guilherme Blanco
Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com Rio de Janeiro - RJ/Brazil -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Add deg2grad() and grad2deg() in PHP5.3

2008-05-20 Thread Guilherme Blanco
will prepare some test cases for those aswell. Cheers Kalle -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED

Re: [PHP-DEV] Array syntax []

2008-01-11 Thread Guilherme Blanco
: +44 113 812 3211 To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC

Re: [PHP-DEV] Garbage collector patch

2007-12-04 Thread Guilherme Blanco
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] Class Posing

2007-10-02 Thread Guilherme Blanco
http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified

Re: [PHP-DEV] [PATCH] allowing multiple namespaces per file plus namespaces with brackets

2007-08-21 Thread Guilherme Blanco
Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-17 Thread Guilherme Blanco
) 51.42.06.70.18 Ilia Alshanetsky -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread Guilherme Blanco
. Announcing that PHP has package support yet not bundling any actual packages seems a misnomer. -- Marc Gear [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php Regards, -- Guilherme Blanco - Web Developer CBC

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread Guilherme Blanco
you understand the idea now? I can try to explain differently if needed. Regards, -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-15 Thread Guilherme Blanco
Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-15 Thread Guilherme Blanco
[EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-15 Thread Guilherme Blanco
On 8/15/07, Marc Gear [EMAIL PROTECTED] wrote: On 8/15/07, Guilherme Blanco [EMAIL PROTECTED] wrote: ZF is using Very_Very_Long_And_Very_Irritating_Class_Names because there's no choice to do otherwise. If you are creating this patch only to simplify this, I recommend you to keep

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-15 Thread Guilherme Blanco
. Best regards, -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-14 Thread Guilherme Blanco
Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] PHP-taint update

2007-08-10 Thread Guilherme Blanco
implementation is another implementation of what he suggested and also with some new features. Anyway, that's a good reference to everyone that wants to know a little bit more about this approach. Regards, On 8/10/07, Richard Quadling [EMAIL PROTECTED] wrote: On 10/08/07, Guilherme Blanco [EMAIL

Re: [PHP-DEV] PHP-taint update

2007-08-09 Thread Guilherme Blanco
List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Guilherme Blanco
, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-11 Thread Guilherme Blanco
/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Guilherme Blanco
are focused on 5/6. When the last time on the list was anything php 4 discussed that wasn't security fix? Almost all the discussion now is PHP 5/6. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Guilherme Blanco
afraid of being hacked. If you start lying in order to prove your point, you lose. -- Tomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Guilherme Blanco
for ?= as it makes templates a lot easier to read, i.e. ?=$var? against ?php print $var; ?. -Stut -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Guilherme Blanco
; ? What a mess!... I agree, but I do like the ?= tag. Personally I would like to see short tags dropped but retain support for ?= as it makes templates a lot easier to read, i.e. ?=$var? against ?php print $var; ?. -Stut Best regards, Marcus -- Guilherme Blanco - Web Developer CBC

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Guilherme Blanco
flaming emails about the removal of these support. As long it became well documented, there will be not problem. I liked the idea of ?echo. Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http

Re: [PHP-DEV] Fatal error: Method XXX::__toString() must not throw an exception...

2007-04-13 Thread Guilherme Blanco
prior discussions about these problems. johannes On Thu, 2007-04-12 at 22:30 -0300, Guilherme Blanco wrote: Hello, Before you crucify me, let me explain what I am trying to do. There is a methodology named Defense Programming, an approach that implements what is usually known as Poka-Yoke (from

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-13 Thread Guilherme Blanco
of the ASP tags, and they can only interfere with ASP. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL

[PHP-DEV] Fatal error: Method XXX::__toString() must not throw an exception...

2007-04-12 Thread Guilherme Blanco
/PokaYoke.zip I am interested to listen a feedback from you. Best regards, -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] The PHP.net Google Summer of Code Application

2007-03-26 Thread Guilherme Blanco
-- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] google SoC - dbobj

2007-03-20 Thread Guilherme Blanco
Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] google SoC - dbobj

2007-03-19 Thread Guilherme Blanco
://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] Native Singleton Implementation

2007-03-04 Thread Guilherme Blanco
To unsubscribe, visit: http://www.php.net/unsub.php -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

Re: [PHP-DEV] Constant Parameters

2007-03-02 Thread Guilherme Blanco
-- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

[PHP-DEV] Suggestion: global variables being accessed in local scope

2007-02-08 Thread Guilherme Blanco
at it.Best regards,Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 URL: http://blog.bisna.com MSN: [EMAIL PROTECTED] São Carlos - SP/Brazil _ O Windows Live Spaces está aqui! Descubra

RE: [PHP-DEV] Suggestion: global variables being accessed in local scope

2007-02-08 Thread Guilherme Blanco
message indented until it reaches the PHP-Internals list =DBest regards,Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 URL: http://blog.bisna.com MSN: [EMAIL PROTECTED] São Carlos - SP/Brazil Date: Thu, 8 Feb 2007 12:07:23 -0600 From: [EMAIL

  1   2   >