Posted
about 13 years
ago
by
Mathieu M-Gosselin
I rewrote _copy (lines 23 to 38) to correctly take into account simple arrays (containing integers, strings or booleans) when copying, instead of casting them to objects, which caused problems when trying to access the .length property (that objects
|
Posted
about 13 years
ago
by
Jason Butz
The following is not handled correctly.
str_getcsv('"0","Text 1",0,0,0,0,0,"Text2"');
It is parsed to
[
'0',
'"Text 1",0,0,0,0,0,"Text2"'
]
It should be
It is parsed to
[
'0',
'Text 1',
'0',
'0',
'0',
'0',
'0',
|
Posted
about 13 years
ago
by
cutegirl
Nice share info <a href="http://www.kizi.5ire.com/>Kizi</a>
|
Posted
about 13 years
ago
by
Brett Zamir
@CyberCrasher: Please note the field that it depends on "setlocale", another function.
|
Posted
about 13 years
ago
by
CyberCrasher
It produces this error:
Uncaught TypeError: Object [object Window] has no method 'setlocale'
|
Posted
about 13 years
ago
by
CymnMda
buy azithro http://zithromaxs.com/ zithromax stomach upset
|
Posted
about 13 years
ago
by
hieshibre
|
Posted
about 13 years
ago
by
Jaroslaw Czarniak
Unserialize doesn't work (again) with german umlauts (ö, ä, ü, ß) and other not latin characters.
for example folowing code:
var test = {
a: "Martin",
b: "Schmidt",
c: "äöüß",
d: "&&%%$$" };
var x = serialize(test);
var
|
Posted
about 13 years
ago
by
ERASEthemasterswordsman
Please note that hashing a has is not completely secure, but can be used as an extra precaution (but not recommended):
<?php
sha1(md5($string));
?>
|
Posted
about 13 years
ago
by
Charles Wilder
I just wanted say thank you to all the developer's. <"charles5306">
|