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 wrote: >> >> On 16 Dec 201

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

2010-09-17 Thread Guilherme Blanco
ine/doctrine2/blob/master/tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.User.php I can't be more 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 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
ns all details of proposal. 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-

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

2010-09-16 Thread Guilherme Blanco
r metadata mapping that could be easily retrieved at runtime. Is it understandable now? It seems we both have strong arguments pro/cons it being included. I doubt you will convince me at the same time I feel I'll never convince you. That's another valid argument for a poll.

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

2010-09-16 Thread Guilherme Blanco
that possibly come from another universe. The end of the alien empire will soon come." So I'd recommend (although I didn't like how it was written) the Java Annotation wikipedia page: http://en.wikipedia.org/wiki/Java_annotation > -- > Stanislav Malyshev, Software Architect >

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

2010-09-16 Thread Guilherme Blanco
rnals/49674 > > I don't understand whether you're against annotations per se or if using doc > comments to implement annotations would be okay. > > As I said, doc comments as they are now are insufficient. > > -- > Gustavo Lopes > > -- > PHP Internals -

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

2010-09-15 Thread Guilherme Blanco
entation" only, not for a long time (I >> >> mean the concept, not the particular application called phpDocumentor, of >> >> course). They are being used as metadata in many places. You could argue >> >> that's misguided but you can't ignore the

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

2010-09-13 Thread Guilherme Blanco
en a good reason to add annotations instead of >> > using PHPDoc.  Sure, PHPDoc isn't a perfect fit for certain purposes, >> > but I think it certainly falls in the good-enough fit for most >> > purposes.  It's also both machine and human readable, and best of all >> > - it's already there. >> > There should be overwhelmingly strong reasons to add a whole new >> > branch of syntax to PHP, I for one don't see the huge gain >> > annotations bring on top of PHPDoc. >> > >> > Zeev >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, 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 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-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

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

2010-09-08 Thread Guilherme Blanco
Hi Johannes, Comments inline. 2010/9/8 Johannes Schlüter : > 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 e

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

2010-09-08 Thread Guilherme Blanco
store the Annotations HashTable >> of every code element structure. > > In case you have plain C structures (without objects) it shouldn't be a big > problem. I'm more interested to store annotation separately. In this case > APC support would be a bit more difficult. >

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-26 Thread Guilherme Blanco
>> 5. You already mentioned further extensions with aliasing class >> > names >> > to >> > >> "shorten" >> > >> the annotations specification. However i see several problems with >> > that: >> > >> >> > >> a.) It adds more code >> > >> b.) Classes/Methods/Functions/Properties that have annotations of >> > > multiple >> > >> annotation libraries >> > >> will cause pain with loading or autoloading of the necessary >> > annotation >> > >> classes. >> > >> c.) What happens if an annotation has no corresponding class? >> > >> >> > > >> > > You write that the developers should implement her complex class >> > based >> > > solution in userland. How would you handle aliasing for classes >> > there? >> > > Anywhere I must define the alias or the namespace of the annotation >> > class, >> > > otherwise I must register all annotations(annotation name => fully >> > > qualified class name) used in my application before using them. >> > Using >> > > annotations from different frameworks with the same name makes this >> > a >> > pain. >> > > >> > > Greetings, >> > > Christian >> > >> > -- >> > PHP Internals - PHP Runtime Development Mailing List >> > To unsubscribe, visit: http://www.php.net/unsub.php >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > -- > Etienne Kneuss > > -- > 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: http://www.php.net/unsub.php

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-25 Thread Guilherme Blanco
uss wrote: > > - "Guilherme Blanco" 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 >> names

Re: [PHP-DEV] Annotation RFC + Patch

2010-08-25 Thread Guilherme Blanco
ate it. Also, it's not so 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

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
using the same convention applied for __sleep, __toString, __wakeup, __invoke. Cheers, On Thu, May 6, 2010 at 2:41 PM, Guilherme Blanco 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

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
og.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 Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla..

[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 To

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

2010-01-25 Thread Guilherme Blanco
o people (negative) >  - Show the top 5 buggiest and bug free extensions (both) >  - ... > > Hopefully others have ideas, especially for positive reinforcement as it > unfortunately feels much easier to come up with negative ones. But, that's > okay too. ;) > > Regards

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

2009-12-17 Thread Guilherme Blanco
evelopment 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 Inte

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

2009-12-17 Thread Guilherme Blanco
ke the support compatible 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/Brazi

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

2009-11-10 Thread Guilherme Blanco
n the wiki: > http://wiki.php.net/rfc/autoload_include > > 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

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

2009-10-12 Thread Guilherme Blanco
hanks, > Mark > > -- > Mark 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 Develop

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

2009-09-02 Thread Guilherme Blanco
sible, 0) > +       ZEND_ARG_INFO(0, value) > +ZEND_END_ARG_INFO() > + >  static const zend_function_entry reflection_method_functions[] = { >        ZEND_ME(reflection_method, export, arginfo_reflection_method_export, > ZEND_ACC_STATIC|ZEND_ACC_PUBLIC) >        ZEND_ME(reflection

Re: [PHP-DEV] Zend Engine

2009-08-05 Thread Guilherme Blanco
ista aqui para opcodes: > http://docs.php.net/manual/en/internals2.opcodes.ops.php > > -Rasmus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Guilherme Blanco - Web Developer CBC - C

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

2009-07-30 Thread Guilherme Blanco
etc.) > 3. Additional operations non-reducible to (1), like shift/unsift or exotic > ones like array_change_key_case(). > > First two classes are easy to handle, the last one should be handled > separately on per-case basis. > -- > Stanislav Malyshev, Zend Software Architect &

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

2009-07-30 Thread Guilherme Blanco
, I'll be nice. How would 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 : > On Thu, 2009-07-30 at 11:42 -0300, Guilherme Blanco wrote: >> I&#x

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

2009-07-30 Thread Guilherme Blanco
t if given parameter is an array or an instance of ArrayObject. If instance of ArrayObject, call ArrayObject::getArrayCopy() and proceed normally with execution of each array_* function. It can't be that hard! =) Cheers, 2009/7/30 Alexey Zakhlestin : > 2009/7/30 Johannes Schlüter : >> O

[PHP-DEV] Supporting ArrayObject in array_* functions

2009-07-29 Thread Guilherme Blanco
Hi guys, What do you think about the possibility to support ArrayObject instances in array_* functions? If you all agreed on this, I can definately help to complete the patch, but I need some initial guidance to finish at least the first function. Cheers, -- Guilherme Blanco - Web Developer

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

2009-07-06 Thread Guilherme Blanco
opment Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > +1 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Guilherme Blanco - Web Developer CBC - Ce

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

2009-07-01 Thread Guilherme Blanco
initely +1 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: guilhermebl

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

2009-06-30 Thread Guilherme Blanco
Yes, yes... you're right... my bad. Cheers, On Tue, Jun 30, 2009 at 5:33 PM, Hannes Magnusson wrote: > On Tue, Jun 30, 2009 at 22:29, Guilherme > Blanco wrote: >> Hi guys, >> >> It seems it's missing the compiled version of memcache in Windows builds. >

[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, -- Guilhe

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

2009-06-18 Thread Guilherme Blanco
nt */ >> +       static char nssep_str[2]; >> +       nssep_str[0] = '\\'; >> +       nssep_str[1] = '\0'; >> + >> +       REGISTER_MAIN_STRING_CONSTANT("NS_SEPARATOR", nssep_str, >> CONST_PERSISTENT | CONST_CS); >>  } > > T

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

2009-06-18 Thread Guilherme Blanco
str[0] = '\\'; + nssep_str[1] = '\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: guilh

Re: [PHP-DEV] Last steps towards 5.3.0

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

Re: [PHP-DEV] Last steps towards 5.3.0

2009-06-10 Thread Guilherme Blanco
final. > > > We hope this works out as planned and are excited to finally being close > to the release. > > Lukas and Johannes > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Guilhe

Re: [PHP-DEV] PHP 5.2.10

2009-05-14 Thread Guilherme Blanco
er to production. > > -- > 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: h

Re: [PHP-DEV] Method call improvements

2009-05-12 Thread Guilherme Blanco
heers, On Tue, May 12, 2009 at 3:08 AM, Dmitry Stogov 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: >>

Re: [PHP-DEV] Method call improvements

2009-05-11 Thread Guilherme Blanco
we probably should use > to not to invite bicycle. > > Thanks. Dmitry. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant

Re: [PHP-DEV] Closure serialization.

2009-04-07 Thread Guilherme Blanco
dont go there thing, as you also run into trouble with "use"-d > variables. > > regards, > Lukas Kahwe Smith > m...@pooteeweet.org > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP-DEV] SPL Documentation

2009-03-26 Thread Guilherme Blanco
t; > I believe, that it's time to regenerate SPL's doxygen-docs. > > p.s. let's skip holywars about "official" spl-docs. that's a separate topic. > > -- > Alexey Zakhlestin > http://www.milkfarmsoft.com/ > > -- > PHP Internals - PHP Runtime Develo

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

2009-02-26 Thread Guilherme Blanco
t; > 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.ne

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

2009-02-11 Thread Guilherme Blanco
dev environment it makes sense to set error reporting level to > E_ALL | E_STRICT > > Ilia Alshanetsky > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Guilherme Blanco -

Re: [PHP-DEV] Windows 7 test passed

2009-02-04 Thread Guilherme Blanco
ineer : http://zend.com/zce.php?c=ZEND002498&r=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 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] Windows 7 test passed

2009-02-03 Thread Guilherme Blanco
ive it another try tonight and provide better feedback (and possibly open bugs if needed). Cheers, On Tue, Feb 3, 2009 at 10:22 AM, Guilherme Blanco wrote: > Hi, > > And how did you workaround the ownership issue of scripts? > > All File System functions didn't work for me when I

Re: [PHP-DEV] Windows 7 test passed

2009-02-03 Thread Guilherme Blanco
haus.com > PHP 5.2.8 from php.net > > Runs very smooth. > > Changes I made was to change the ext path in php.ini(-recommend) and added > PHP as module to httpd.conf > > regards > Mario > -- Guilherme Blanco - Web Developer CBC - Certified Bindows Consultant Cell Phone:

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

2009-01-24 Thread Guilherme Blanco
, "Autoloader", "onmyevent"); // Register > Autoloader::onmyevent() as event listener. > > A reason I wrote SplObjectStorage won't solve my usage of spl_object_hash. > > So don't mark spl_object_hash deprecated in 5.4 ;-) > > Best regards > Oskar Eisemut

Re: [PHP-DEV] Reserved namespaces

2009-01-24 Thread Guilherme Blanco
eb sites, Networking, Programmer, IT > Lecturer. > +44 (0) 787 668 0256 http://www.phcomp.co.uk/ > Parliament Hill Computers Ltd. Registration Information: > http://www.phcomp.co.uk/contact.php > Past chairman of UKUUG: http://www.ukuug.org/ > #include > > -- > PH

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

2009-01-24 Thread Guilherme Blanco
> } > > So spl_object_id would be a nice... > > 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

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

2009-01-22 Thread Guilherme Blanco
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 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] Enhanced __CLASS__ constant

2009-01-22 Thread Guilherme Blanco
osal / my second proposal is, it works for > classes, but doesn't address namespaced 1) functions 2) constants. > > A new keyword would address this, but then, who wants a new keyword, > right... > > Regards, > Stan Vassilev > > -- > PHP Internals - PHP Runtime Dev

Re: [PHP-DEV] New function proposal: spl_class_vars / params / contents

2009-01-21 Thread Guilherme Blanco
E5B 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 Bindows Consultant Cell Phone: +55 (16) 9215-8480 MSN: guilhermebla...@hotmail.c

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

2009-01-20 Thread Guilherme Blanco
enne 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 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] New function proposal: spl_object_id

2009-01-20 Thread Guilherme Blanco
> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >> >> > > > > -- > Etienne Kneuss > http://www.colder.ch > > Men never do evil so completely and cheerfully as > when the

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

2009-01-19 Thread Guilherme Blanco
t; Wednesday, December 17, 2008, 7:59:01 PM, you wrote: > >> Hello, > >> On Wed, Dec 17, 2008 at 7:29 PM, Lars Strojny wrote: >>> Hi Guilherme, >>> >>> thanks for moving the discussion to the list. >>> >>> Am Mittwoch, den 17.12.2008, 15:

Re: [PHP-DEV] Method call improvements

2009-01-18 Thread Guilherme Blanco
; didn't turn out quite as well neither of us had hoped for, but that is > life. Sometimes your ideas don't work out. Sometimes they do. > It hasn't stopped you so far, so why would it now? > > -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/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

Re: [PHP-DEV] PHP 5.3.0beta1

2009-01-05 Thread Guilherme Blanco
ukas Kahwe Smith >> m...@pooteeweet.org >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > 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) 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
arginfo_spl_object_id) #ifdef SPL_ITERATORS_H 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...@hotm

Re: [PHP-DEV] quick polls for 5.3

2008-11-13 Thread Guilherme Blanco
ups in HEAD. either the make sense or they dont, so >> either (choose one) >> a) revert in HEAD >> b) MFH to 5.3 0 > -- > Alexey Zakhlestin > http://blog.milkfarmsoft.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.

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

2008-11-01 Thread Guilherme Blanco
ssion on the internals-core@ if need be. > > The only thing I currently do not have a clear solution for would be the > distribution of a single discussion between the two lists. I do see that > this might become problematic though. Obviously, people responding could > reference to a ht

Re: [PHP-DEV]

2008-10-26 Thread Guilherme Blanco
; As I stated in my last message on the subject, the best approach for any > string is to always use single quotes. You're far less likely to run > into trouble. 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? &

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

2008-10-17 Thread Guilherme Blanco
ails will go to /dev/null. Your choice. > > regards, > Lukas 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://blog.bisna.com Rio de Janeiro - RJ/Brazil

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

2008-10-15 Thread Guilherme Blanco
itical > environment surrounding them may not be. Wouldn't politics 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

Re: [PHP-DEV] namespaces and alpha3

2008-10-15 Thread Guilherme Blanco
er is called. That will give you the idea on how autoload doesn't > really know what is being called. With the change in #3 and addition of #1, > it would be possible to know what is being called. > > > Seriously, why is changing :: seem like such a problem? > > -- > PHP

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

2008-09-23 Thread Guilherme Blanco
e, you are missing 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 C

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

2008-09-23 Thread Guilherme Blanco
co-esque threads, and I share Greg's allergy to wikis > for the simple reason 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 > > -- Gui

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

2008-09-20 Thread Guilherme Blanco
into dollar sign notation for a phpbb >>installation >>and to a notation without the dollar sign for a custom >>application. It's >>just >>crazy! >> >> >> http://en.wikipedia.org/wiki/Sarcasm ... I hope :-D > > I'm not being

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

2008-09-20 Thread Guilherme Blanco
>> http://dealnews.com/ > > >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php > > >> > > > > > Best 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 - RJ/Brazil

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 200

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

2008-09-09 Thread Guilherme Blanco
gt; I ran that and I got bored when it got to 750,000 levels deep. > > Scott > > 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

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

2008-09-08 Thread Guilherme Blanco
7;m not sure I understand - how this compiler is related to input nesting >> level? What exactly you do there that requires 150+ levels of nesting on >> input? > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/un

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

2008-09-08 Thread Guilherme Blanco
hat requires 150+ levels of nesting on > input? > > -- > 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)

[PHP-DEV] Suggestion to increase the max_input_nesting_level

2008-09-08 Thread Guilherme Blanco
e user, since our code usage 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 Phon

Re: [PHP-DEV] Inconsistencies in 5.3

2008-08-13 Thread Guilherme Blanco
rry about causing confusion. As Rasmus > points out what Marcus is trying to solve with the warning is the false > expectation that something that is included in a namespace would also be > namespaced. This is not the case. As such if you want the included code to > be in some namespace

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 t

Re: [PHP-DEV] PHP 4.4.9

2008-07-07 Thread Guilherme Blanco
://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 Developer CBC - Certified Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAI

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

2008-05-28 Thread Guilherme Blanco
dressed? > > Greetings > > > > -- > 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 PROT

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

2008-05-20 Thread Guilherme Blanco
commit them in PHP_5_3 and HEAD and I > 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 Deve

Re: [PHP-DEV] Array syntax []

2008-01-11 Thread Guilherme Blanco
dom > Email: [EMAIL PROTECTED] > Tel: +44 113 812 4730 Fax: +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

Re: [PHP-DEV] Garbage collector patch

2007-12-04 Thread Guilherme Blanco
mance hit with no gain. > > I am not arguing that it isn't useful in the general case. It will make > PHP more robust on loosely controlled servers for what amounts to only a > small penalty, but at the same time it is an easy 5% win for people with > dedicated servers running well-writt

Re: [PHP-DEV] Class Posing

2007-10-02 Thread Guilherme Blanco
-- > Sebastian Bergmann 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 Bindows Consultant Cell Phone: +55 (16) 9166-6902 MSN: [EMAIL PROTECTED] URL: http://blog.bisna.com São Carlos - SP/Brazil

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

2007-08-21 Thread Guilherme Blanco
ding ones that > contradict. That's the meaning of discussion - to consider all options > and find out the best. Dmitry was absolutely right to note that naming > can wait until we finalize all the concept, and that braces support > namespace naming. Though, they create many othe

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-17 Thread Guilherme Blanco
> >>>>> > >>>>> The patch is at > >>>>> http://schlueters.de/~johannes/php/zend_namespace_to_package.diff > >>>>> and > >>>>> the tarball with the changed tests at > >>>>> http://schlueters.de/~johan

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

2007-08-16 Thread Guilherme Blanco
s global and can be used as expected. I think my idea is better explained with an example: File: ORM/Client.php File: index.php Do 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: +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-16 Thread Guilherme Blanco
/will not for this release. > > 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 - 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
hink is best for PHP. I am not a good C programmer and I can't really purpose a patch to something better. I only have my ideas that I can try to talk to you. ALA I put myself on a month to study the PHP's source, I can't help in development. Best regards, > -- > Stanislav M

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

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

2007-08-15 Thread Guilherme Blanco
; support. > > Please re-read my mail on perception. "Marketing" here is just a way to > say "perception" so it sounds bad to some people for some reason. All you told until now in favor of namespaces are marketing related. Just read your previous messages. > -- &

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

2007-08-15 Thread Guilherme Blanco
are called > packages" - but wouldn't it sound, well, weird? > -- > Stanislav Malyshev, Zend Software Architect > [EMAIL PROTECTED] http://www.zend.com/ > (408)253-8829 MSN: [EMAIL PROTECTED] > > -- > PHP Internals - PHP Runtime Development Mailing List > To u

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

2007-08-14 Thread Guilherme Blanco
esponse there? I think it's interesting contribution to the > > discussion. > > -- > > Stanislav Malyshev, Zend Software Architect > > [EMAIL PROTECTED] http://www.zend.com/ > > (408)253-8829 MSN: [EMAIL PROTECTED] > > > > -- > > Stanislav M

Re: [PHP-DEV] PHP-taint update

2007-08-10 Thread Guilherme Blanco
the Marco's article. My 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:

Re: [PHP-DEV] PHP-taint update

2007-08-09 Thread Guilherme Blanco
n is complete enough, > and to have a first implementation out the door sometime in September. > > Wietse > > -- > 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] Simple Namespace Proposal

2007-07-23 Thread Guilherme Blanco
space support... well, about function support. 1- How will is_a, instanceof, will behave in this situation? $a = new NS1::SubNS1::MyClass(); echo is_a( $a, "MyClass" ); ? true/false? echo is_a( $a, "NS1::SubNS1::MyClass" ); ??? 2- Will exist some namespace specific functions?

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-21 Thread Guilherme Blanco
); >>>> strcmp(); >>>> } >>>> >>>> function strlen($string) >>>> { >>>> return strlen($string) + 666; // This is just an >>>> example ! } ... >>>> >>>> >>>> I kinda like

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

2007-07-11 Thread Guilherme Blanco
ng this to the list is that I need to know if > > *) it is possible? > > *) it is not yet done > > *) it is wanted > > *) it will have any negative effect on something? > > > > I'd like to hear all your comments and objections on this, and of > > course, if you have any question, feel free to ask. > > > > Regards, > > > > Tijnema > > > -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- 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] RIP PHP 4?

2007-07-06 Thread Guilherme Blanco
t;found" > the issue, too many hosting companies would drop PHP4 support 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 -- Gu

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Guilherme Blanco
http://tinyurl.com/f8jad -- 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] RIP PHP 4?

2007-07-06 Thread Guilherme Blanco
year and focus totally on PHP 5/6. Critical security fixes are another >> issue altogether. > > We already 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

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Guilherme Blanco
On 4/14/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Guilherme, if you would read the XML specs more carefulyl you'd find out that they forbid stuff like ' Char*)))? '?>' [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l')) [84] Letter::= BaseChar | Ideographic [85

  1   2   >