[PHP-DEV] Nowdocs revised

2007-07-23 Thread Gwynne Raskind
I've taken my original nowdocs patch and revamped it to be much more efficient and functional. This version: - Parses nowdocs as constant strings rather than ADD_STRING opcodes. - Allows the flex scanner do less work. - Enables nowdocs to be used in static_scalar contexts, such as class

[PHP-DEV] Patch to add single-quote heredocs

2007-07-14 Thread Gwynne Raskind
So I was using create_function() in various ways, and I said to myself, this would look SO much better if I could use a heredoc that acted like a single-quoted string. Then I said to myself, Wait. I know the PHP internals. Why don't I build a new syntax into the language? The result was a

Re: [PHP-DEV] toString() and Object #ID

2007-07-01 Thread Gwynne Raskind
On Jul 1, 2007, at 3:24 AM, Pavel Shevaev wrote: always helpful). Is there any other way than casting an object to a string to get an objects #ID? spl_object_hash? Guys, excuse my being a little offtopic here, but why not introduce standard get_object_id function in PHP6 which could be

Re: [PHP-DEV] Re: documentation of php5ts.dll and .NET wrapper

2007-06-19 Thread Gwynne Raskind
On Jun 19, 2007, at 4:38 AM, Richard Quadling wrote: Sara has a nice article about TSRM: http://blog.libssh2.org/index.php?/archives/22-What-the-heck-is- TSRMLS_CC-anyway.html and since you're using php5ts.dll you have zts enabled. Why have ... TSRMLS_CC when ... , TSRMLS_C actually

Re: [PHP-DEV] CAPTCHA program on CVS account request?

2007-06-18 Thread Gwynne Raskind
On Jun 18, 2007, at 4:01 PM, Tijnema wrote: Hello, I see that there is a lot of spam coming to this list through the CVS account request form, I think it would be good to add some kind of CAPTCHA program to this form, so that there wouldn't be (so much) spam anymore. Tijnema +1 -- Gwynne,

[PHP-DEV] CVS Account Request: gwynne

2007-06-02 Thread Gwynne Raskind
Philip asked me to request an account for working on the Zend Engine 2 documentation. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Documenting the Zend2 extension API

2007-05-26 Thread Gwynne Raskind
On May 8, 2007, at 2:59 PM, Philip Olson wrote: Hi all, just wanted to give you a heads-up that I'm still working on this project; it took me awhile to get the tools properly set up, but I'm plugging away at DocBook XML now, and I'll have a few patches to send in soon, I think. Thanks for

Re: [PHP-DEV] Documenting the Zend2 extension API

2007-05-05 Thread Gwynne Raskind
On Apr 25, 2007, at 6:51 PM, Antony Dovgal wrote: I've been plugging around writing extensions long enough to have some idea of the internals; more than once I've answered a question by digging through the Zend sources for the internals of some API. Great! I'm willing to at least take a

[PHP-DEV] Documenting the Zend2 extension API

2007-04-25 Thread Gwynne Raskind
Given the recent discussion of the lack of real documentation for the Zend API, and the endless links provided to various sources of usually incomplete information, I thought it might be a good idea if someone wrote an actual book on the subject. I'm interested in taking that project upon

Re: [PHP-DEV] Documenting the Zend2 extension API

2007-04-25 Thread Gwynne Raskind
On Apr 25, 2007, at 3:33 PM, Derick Rethans wrote: Given the recent discussion of the lack of real documentation for the Zend API, and the endless links provided to various sources of usually incomplete information, I thought it might be a good idea if someone wrote an actual book on the

Re: [PHP-DEV] Documenting the Zend2 extension API

2007-04-25 Thread Gwynne Raskind
On Apr 25, 2007, at 6:05 PM, Antony Dovgal wrote: Hmm... For some reason I missed that in my searches. That being said, the existence of one doesn't preclude the writing of another :). Also, it seems the official documentation in the PHP manual could use some serious updating, which I

[PHP-DEV] CVS Account Request: gwynne

2006-06-09 Thread Gwynne Raskind
I want to contribute to the development of PHP. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2