Re: [PHP-DEV] CVS Account Request: ljbuesch

2007-04-29 Thread Philip Olson
On Apr 25, 2007, at 11:02 AM, Logan Buesching wrote: I would like to contribute to the PHP Documentation team, I already created patches that were accepted for the POSIX extension. Philip Olsen (philip) and Sean Coates (sean) had advised me to request a CVS account right away. Hello eve

Re: [PHP-DEV] define and objects!

2007-04-29 Thread David Coallier
On 4/29/07, MaaSTaaR <[EMAIL PROTECTED]> wrote: Hello ... Firstly sorry for my bad English, my friend request from me to send this suggestion for PHP developer. The suggestion is support use constant as object, for example : class HelloWorld { function start() { echo 'Hello Wo

[PHP-DEV] define and objects!

2007-04-29 Thread MaaSTaaR
Hello ... Firstly sorry for my bad English, my friend request from me to send this suggestion for PHP developer. The suggestion is support use constant as object, for example : class HelloWorld { function start() { echo 'Hello World'; } } define('OBJ',new HelloWorld); OBJ-

[PHP-DEV] configure bug with proposed patch to php5.2-200704291230

2007-04-29 Thread Colin Hill
Hi, I was advised in [EMAIL PROTECTED] that I should mention this build bug which includes a fully tested patch, here, rather than just submitting the bug. The patch is a one line change to the configure script although I imagine it could more properly be applied to the relevent M4 macro from wh

[PHP-DEV] RAW_POST_DATA in PHP 5.2.2RC2

2007-04-29 Thread Dirk Haun
I just spent about an hour debugging some XML-RPC communication only to find that the problem was not in my code but in PHP 5.2.2RC2 apparently. I'm using PEAR::XML_RPC (current version) which seems to rely on $HTTP_RAW_POST_DATA. And even though I had always_populate_raw_post_data = Off in my php

Re: [PHP-DEV] print_r outputs nothing for "false"

2007-04-29 Thread Robert Deaton
http://www.php.net/manual/en/language.types.string.php#language.types.string.casting -- --Robert Deaton -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] print_r outputs nothing for "false"

2007-04-29 Thread Rasmus Lerdorf
Jakob Buchgraber wrote: Hello! While debuging I recognized that print_r does not output anything for bool(false) (PHP 5.2.1). e.g. Expected result: Array ( [0] => 1 [1] => 0 [2] => String ) Actual result: Array ( [0] => 1 [1] => [2] => String ) I was not quite sur

[PHP-DEV] print_r outputs nothing for "false"

2007-04-29 Thread Jakob Buchgraber
Hello! While debuging I recognized that print_r does not output anything for bool(false) (PHP 5.2.1). e.g. Expected result: Array ( [0] => 1 [1] => 0 [2] => String ) Actual result: Array ( [0] => 1 [1] => [2] => String ) I was not quite sure whether this is expecte

[PHP-DEV] CVS Account Request: hansim

2007-04-29 Thread hansim
Translating the documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php