Hi!
Here's an RFC:
http://wiki.php.net/rfc/streammetadata
Patch link inside.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, Mar 13, 2011 at 11:02 PM, Marcelo Gornstein wrote:
>> I don't believe the patch was anywhere near an accepted state back then,
>> sadly.
> Are you saying there wont be annotations in PHP? Is there any way to
> contribute to make this feature accepted and available?
No, only that no compro
On 14/03/11 8:47 AM, Marcelo Gornstein wrote:
it has already been discussed with length. Please take a look at:
http://wiki.php.net/rfc/annotations
Thank you for the link. That is actually pretty much what I intended
to do. The only difference with my own version lies in the possibility
to anno
> I don't believe the patch was anywhere near an accepted state back then,
> sadly.
Are you saying there wont be annotations in PHP? Is there any way to
contribute to make this feature accepted and available?
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://ww
On Mar 13 18:47:38, Marcelo Gornstein wrote:
> > it has already been discussed with length. Please take a look at:
> >
> > http://wiki.php.net/rfc/annotations
> Thank you for the link. That is actually pretty much what I intended
> to do. The only difference with my own version lies in the possibil
> it has already been discussed with length. Please take a look at:
>
> http://wiki.php.net/rfc/annotations
Thank you for the link. That is actually pretty much what I intended
to do. The only difference with my own version lies in the possibility
to annotate method parameters (very useful in many
On Mar 11 23:22:04, Sebastian Marek wrote:
> Hi,
>
> I have recently used SplFileObject to work with files. I was lacking a bit
> of functionality in there regarding counting number of lines in a given
> file. Although I could just load contents of the file to an array and check
> it size, I thoug
On Mar 13 17:50:33, Marcelo Gornstein wrote:
> Hello All,
>
> I'm new to this list, so please excuse me if this subject was already
> discussed, or proposed.
Hi,
it has already been discussed with length. Please take a look at:
http://wiki.php.net/rfc/annotations
it would be more productive if
Hello All,
I'm new to this list, so please excuse me if this subject was already
discussed, or proposed.
I've made an experimental patch to ZendEngine/PHP (5.3.5) to allow
native annotations (without doc comments), using the token @@ (the @
was already taken). It allows 0 or more annotations (wit