[PHP-DEV] no newline after "?>" in the resulting HTML

2006-03-18 Thread Rostislav Krasny
Hi, I am a newbie to PHP. I've installed a php5-cgi-5.1.2_1 from FreeBSD ports collection and access it by FastCGI protocol from nginx HTTP server. I've tried an example of "Hello World" PHP script from the following tutorial page: http://www.php.net/manual/en/tutorial.firstpage.php This is how

Re: [PHP-DEV] no newline after "?>" in the resulting HTML

2006-03-18 Thread Johannes Schlueter
Hi Rostislav, this is no support forum but a place for discussing the development of the PHP runtime. PLease see http://php.net/support.php to see where to ask this kind of questions. Thanks, johannes On Saturday 18 March 2006 09:43, Rostislav Krasny wrote: > Hi, > > I am a newbie to PHP. I've

Re: [PHP-DEV] [PATCH] Fix compiling for RISC OS

2006-03-18 Thread Alex Waugh
Alex Waugh <[EMAIL PROTECTED]> wrote: > Hi > > Could someone with Zend karma commit this to trunk and 5.1 branch please > to fix things for compiling for RISC OS. Anyone? Thanks Alex Index: Zend/zend_ini.h === RCS file: /repos

[PHP-DEV] PDO, dbh::setDefaultFetchMode patch

2006-03-18 Thread Pierre
Hello, This patch [1] adds a setDefaultFetchMode to the dbh object. It does not introduce BC break but allow to set once the fetchmode for a connection. Comments? --Pierre [1] http://pear.php.net/~pierre/dbh_fetchmode.txt -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] PDO, dbh::setDefaultFetchMode patch

2006-03-18 Thread Wez Furlong
It breaks the ABI; always add new structure members at the end of structures, and always bump the API number when you change anything like that in the pdo driver header file. Aside from that, although I personally wouldn't use this patch, it looks OK. --Wez. On 3/18/06, Pierre <[EMAIL PROTECTED]

Re: [PHP-DEV] PDO, dbh::setDefaultFetchMode patch

2006-03-18 Thread Pierre
On 3/19/06, Wez Furlong <[EMAIL PROTECTED]> wrote: > It breaks the ABI; always add new structure members at the end of > structures, and always bump the API number when you change anything > like that in the pdo driver header file. Ok, not a problem to move it at the end. > Aside from that, altho

[PHP-DEV] CVS Account Request: kozloffsky

2006-03-18 Thread Mikhail Kozlovsky
Translate documentation in Ukrainiad and russian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php