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
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
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-
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
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
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
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
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
Translating the documentation
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php