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

2010-09-19 Thread Jonathan Bond-Caron
On Fri Sep 17 03:13 PM, Ralph Schindler wrote: Inline response: On 9/17/10 1:57 PM, Jonathan Bond-Caron wrote: On Fri Sep 17 01:06 PM, Guilherme Blanco wrote: Another good example is to map your persistence data into your Entities. Doctrine 2 implements this and I think that way you

Re: [PHP-DEV] Cannot register classes after MINIT

2010-09-19 Thread Johannes Schlüter
On Sat, 2010-09-18 at 20:01 +, Jeff Brown wrote: I have recently tried registering a class (via zend_register_class) inside of a PHP_FUNCTION, though this may sound weird and an unecessary function I ask that you ignore this request.I have noticed that registering goes fine but every time

RE: [PHP-DEV] Cannot register classes after MINIT

2010-09-19 Thread Jeff Brown
What differentiates user declared classes from built in classes? I am not sure whether 'extension' defined classes (PDO for example) are what you consider built in, but to better understand, is there some special treatment PHP gives classes defined in a certain manner (like those defined at

[PHP-DEV] About syntax of config.w32 and config.m4

2010-09-19 Thread 范一� [ fanyifan
Hi guys, I have encountered a problem when I writing config.w32 and config.m4 about my extension. The online doc on PHP.net only gives some examples, but where can I find a complete syntax reference about them? Thank you.