Hi!
We have the following issues which I'd really like to put behind us
before RC (please correct me if they already were resolved):
1. is_a issue - did we resolve it? If not - does anyone have a proper
patch and can make it before RC scheduled date?
2. DateTime fixes with TLA timezones
3. t
On 11/06/2011 02:07 AM, Clint Priest wrote:
> Interested in developing the PHP language. I know c and c++ and would like
> to contribute.
Hi,
this document describes how to start contributing to PHP:
http://svn.php.net/viewvc/php/php-src/trunk/README.SUBMITTING_PATCH?view=markup
Greetings,
Fl
I don't see an attachment. Could you send it again with .txt as file extension?
If you want 'get' to be recognized as T_GET you need to define such a
token in the lexer (zend_language_scanner.l). Did you do that?
On Mon, Nov 7, 2011 at 3:53 AM, wrote:
> I’m having trouble getting some changes t
I'm having trouble getting some changes to the parser to recognize some new
syntax. I've attached a patch of what I've done.
Here is the syntax I am trying to get to be parsed properly:
Seconds = $Seconds;
}
// Getters/Setters
public $Hours {
get { return $this->
2011/11/5 Stas Malyshev :
> Hi!
>
> On 11/5/11 2:04 PM, Peter Cowburn wrote:
>>>
>>> Other examples which describes the feature at
>>> http://wiki.php.net/rfc/instance-method-call
>>>
>>> Thoughts?
>>
>> Bump.
>>
>> What's the current status on this?
>>
>> It would be nice to this teeny little pat