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
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
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-
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.
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
>
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 -
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
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
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
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
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.
>
>> 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
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
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
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
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..
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
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
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
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
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
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
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
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
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
&
, 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
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
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
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
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
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.
>
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
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
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
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,
>
>
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
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
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:
>>
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
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
>
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
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
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 -
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
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
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:
, "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
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
> }
>
> 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
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
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
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
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
> --
>> 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
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:
; 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
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
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
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
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.
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
; 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?
&
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
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
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
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
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
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
>> 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
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
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
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
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)
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
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
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
://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
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
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
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
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
--
> 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
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
> >>>>>
> >>>>> 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
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
/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
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
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
; 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.
> --
&
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
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
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:
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
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?
);
>>>> strcmp();
>>>> }
>>>>
>>>> function strlen($string)
>>>> {
>>>> return strlen($string) + 666; // This is just an
>>>> example ! } ...
>>>>
>>>>
>>>> I kinda like
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
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
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
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
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 - 100 of 114 matches
Mail list logo