[PHP-DEV] Developing PHP extensions on Windows with VC++, linking problems

2009-04-29 Thread Eugenio Tacchini
Hi all, I am not sure this is the right place to ask this question but I tried other ML without having replies and someone on php-general advised me to try internals too. I had to create a PHP extension and I read this article:

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Sara Golemon
They're just that... Comments and nothing more. The reason they look so funny is that the PHP Documentation team has a set of scripts specifically designed to parse source code files and automatically generate documentation skeletons from these specially formatted blocks. I thought that {{{

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Hartmut Holzgraefe
Rasmus Lerdorf wrote: Tim Van Wassenhove wrote: I thought that {{{ and }}} were there because they are markers for vim code folding. Emacs too actually. As far as i remember emacs folding mode supported these first and vim only picked this up later I am jetlagged (twice), was stranded i

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Pierre
On 4/29/06, Brandon Fosdick <[EMAIL PROTECTED]> wrote: Pierre wrote: > You had a yes for this question (this is part of the CS), and my > answer was about your first question, sorry :) Thanks. The CS says "should",... You have to do it. That's more clear :) --Pierre -- PHP Internals - PHP Ru

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Rasmus Lerdorf
Brandon Fosdick wrote: Pierre wrote: You had a yes for this question (this is part of the CS), and my answer was about your first question, sorry :) Thanks. The CS says "should", and I've been reading webdav specs for the last few days..."should" and "must" are different things in that world.

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Brandon Fosdick
Pierre wrote: You had a yes for this question (this is part of the CS), and my answer was about your first question, sorry :) Thanks. The CS says "should", and I've been reading webdav specs for the last few days..."should" and "must" are different things in that world. I was looking for someth

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Pierre
On 4/29/06, Brandon Fosdick <[EMAIL PROTECTED]> wrote: Pierre wrote: >> Does new code have to support these antiques? > > It adds foldiong wherever you like. It is not the topic of this list > anyway :) Whether or not I have to add those markers for new functions I write seems like it should be

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Brandon Fosdick
Pierre wrote: Does new code have to support these antiques? It adds foldiong wherever you like. It is not the topic of this list anyway :) Whether or not I have to add those markers for new functions I write seems like it should be on topic. -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Pierre
On 4/29/06, Brandon Fosdick <[EMAIL PROTECTED]> wrote: Rasmus Lerdorf wrote: > Tim Van Wassenhove wrote: > >> I thought that {{{ and }}} were there because they are markers for vim >> code folding. > > Emacs too actually. Emacs and vim need markers for folding? Does new code have to support the

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Brandon Fosdick
Rasmus Lerdorf wrote: Tim Van Wassenhove wrote: I thought that {{{ and }}} were there because they are markers for vim code folding. Emacs too actually. Emacs and vim need markers for folding? Does new code have to support these antiques? -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Rasmus Lerdorf
Tim Van Wassenhove wrote: I thought that {{{ and }}} were there because they are markers for vim code folding. Emacs too actually. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Derick Rethans
On Sat, 29 Apr 2006, Tim Van Wassenhove wrote: > On 2006-04-29, "Sara Golemon" <[EMAIL PROTECTED]> wrote: > >> I found that around all the function you find somthing like that: > >> > >> /* {{{ proto object imap_fetchstructure(resource stream_id, int msg_no [, > >> int > >> options]) > >> Read th

Re: [PHP-DEV] Developing PHP

2006-04-29 Thread Tim Van Wassenhove
On 2006-04-29, "Sara Golemon" <[EMAIL PROTECTED]> wrote: >> I found that around all the function you find somthing like that: >> >> /* {{{ proto object imap_fetchstructure(resource stream_id, int msg_no [, >> int >> options]) >> Read the full structure of a message */ >> PHP_FUNCTION(imap_fetchstr

Re: [PHP-DEV] Developing PHP

2006-04-28 Thread Sara Golemon
I found that around all the function you find somthing like that: /* {{{ proto object imap_fetchstructure(resource stream_id, int msg_no [, int options]) Read the full structure of a message */ PHP_FUNCTION(imap_fetchstructure) { ... _php_imap_add_body(return_value, body TSRMLS_CC);} } /* }}} *

Re: [PHP-DEV] Developing PHP

2006-04-28 Thread Oliver Block
Am Freitag, 28. April 2006 19:50 schrieben Sie: > I'll check my copy when I get home, don't get home till late tonight so, Good to know you have one.;) >Big differences on handling variables in > C. Yes, I know. Maybe I should ask some concrete question. For example: I found that around all t

RE: [PHP-DEV] Developing PHP

2006-04-28 Thread Warren Vail
http://www.amazon.com/gp/product/1411601882/sr=8-1/qid=1146241138/ref=pd_bbs _1/103-3462164-0754215?%5Fencoding=UTF8 Warren Vail -Original Message- From: Oliver Block [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 8:59 AM To: internals@lists.php.net Subject: [PHP-DEV

[PHP-DEV] Developing PHP

2006-04-28 Thread Oliver Block
Hello, the last days I was browsing the source code of the imap functions of php and I wonder if there are any manuals about writing extension code and how to get involved. Best Regards, Oliver Block -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.ph