¡@

Home 

php Programming Glossary: bugs.php.net

php access network path under windows

http://stackoverflow.com/questions/1153824/php-access-network-path-under-windows

as explained in the last answer of this discussion http bugs.php.net bug.php id 25805 Thanks to VolkerK and Gumbo anyway I love stackoverflow..

PHP json_encode encoding numbers as strings

http://stackoverflow.com/questions/1390983/php-json-encode-encoding-numbers-as-strings

than the example you posted Maybe one bug report on http bugs.php.net could be related For instance Bug #40503 json_encode integer..

preg_match and UTF-8 in PHP

http://stackoverflow.com/questions/1725227/preg-match-and-utf-8-in-php

this question looks like this is a feature see http bugs.php.net bug.php id 37391 'u' switch only makes sense for pcre php itself..

PHP Fatal error: Call to undefined function json_decode()

http://stackoverflow.com/questions/18239405/php-fatal-error-call-to-undefined-function-json-decode

2013 06 01 bye bye non free php json extension https bugs.php.net bug.php id 63520 It looks like you can manually install the..

Cannot use string offset as an array in php

http://stackoverflow.com/questions/1873970/cannot-use-string-offset-as-an-array-in-php

foo 'bar' 'foo' 'bar' echo 'bar foo bar array' From bugs.php.net actually Edit so why doesn't the error appear in the first if..

The advantage / disadvantage between global variables and function parameters in PHP?

http://stackoverflow.com/questions/2216340/the-advantage-disadvantage-between-global-variables-and-function-parameters-in

PHP PDO bindValue in LIMIT

http://stackoverflow.com/questions/2269840/php-pdo-bindvalue-in-limit

it up I found this bug which I think is related http bugs.php.net bug.php id 44639 Is that what I'm looking at This bug has been..

Why it's impossible to throw exception from __toString()?

http://stackoverflow.com/questions/2429642/why-its-impossible-to-throw-exception-from-tostring

php dev team as usual says nothing but see manual http bugs.php.net 50699 php exception share improve this question After a..

Can I use string concatenation to define a class CONST in PHP?

http://stackoverflow.com/questions/2786279/can-i-use-string-concatenation-to-define-a-class-const-in-php

const blah foobar echo Foo blah Another option is to go to bugs.php.net and kindly ask them to fix this. share improve this answer..

How to get SSL certificate info with CURL in PHP?

http://stackoverflow.com/questions/3081042/how-to-get-ssl-certificate-info-with-curl-in-php

CURLINFO_CERTINFO option has been added recently. See http bugs.php.net 49253 Apparently that information is being given to you by your..

Why is calling a function (such as strlen, count etc) on a referenced value so slow?

http://stackoverflow.com/questions/3117604/why-is-calling-a-function-such-as-strlen-count-etc-on-a-referenced-value-so-s

report from 2005 that describes exactly this issue http bugs.php.net bug.php id 34540 So the problem seems to be that when passing..

PHP equivalent of friend or internal

http://stackoverflow.com/questions/317835/php-equivalent-of-friend-or-internal

Retrieve (or simulate) full query from PDO prepared statement

http://stackoverflow.com/questions/3754530/retrieve-or-simulate-full-query-from-pdo-prepared-statement

There is a bug report and patch submitted for it here http bugs.php.net bug.php id 52384 in case anyone is interested in voting on it...

How to tell if a session is active?

http://stackoverflow.com/questions/3788369/how-to-tell-if-a-session-is-active

to try to get this functionality included in PHP http bugs.php.net bug.php id 52982 EDIT 8 29 2011 New function added to PHP trunk..

How to keep json_encode() from dropping strings with invalid characters

http://stackoverflow.com/questions/4663743/how-to-keep-json-encode-from-dropping-strings-with-invalid-characters

and unfortunate behavior is related to this bug https bugs.php.net bug.php id 47494 and a few others and doesn't look like it will..

Why doesn't var_dump work with DomDocument objects, while print($dom->saveHTML()) does?

http://stackoverflow.com/questions/4776093/why-doesnt-var-dump-work-with-domdocument-objects-while-printdom-savehtml

PDO::exec() or PDO::query()?

http://stackoverflow.com/questions/4978481/pdoexec-or-pdoquery

Rationale behind SimpleXMLElement's handling of text values in addChild and addAttribute

http://stackoverflow.com/questions/552957/rationale-behind-simplexmlelements-handling-of-text-values-in-addchild-and-adda

a b One amp Two c Three amp Four c d Five amp Six d a At bugs.php.net they reject all the submissions about that saying it's a feature...

method=“post” enctype=“text/plain” are not compatible?

http://stackoverflow.com/questions/7628249/method-post-enctype-text-plain-are-not-compatible

is because PHP doesn't handle it and it is not a bug https bugs.php.net bug.php id 33741 Valid values for enctype in form tag are application..

When would you need to use late static binding?

http://stackoverflow.com/questions/87192/when-would-you-need-to-use-late-static-binding