summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Faster and better licensed implementationDmitry Stogov2006-11-101-139/+121
* Added missing API declarations.Ilia Alshanetsky2006-11-101-0/+3
* Added missing PHPAPI declarationIlia Alshanetsky2006-11-091-0/+1
* Fixed testsDmitry Stogov2006-11-092-12/+12
* Fixed testsIlia Alshanetsky2006-11-072-24/+24
* Fixed bug #39350 (crash with implode("\n", array(false))).Ilia Alshanetsky2006-11-062-1/+19
* Windows doesn't have chown(). Remove unused function and reference to undecla...Dmitry Stogov2006-11-061-0/+2
* data: and php:stdin/input allow_url_include checksRasmus Lerdorf2006-11-051-1/+13
* MFH: fix parameter parsing in getrusage()Hannes Magnusson2006-11-031-1/+5
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-2/+2
* MFH: Remove SKIPIFHannes Magnusson2006-11-031-6/+0
* Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr).Ilia Alshanetsky2006-11-031-3/+33
* Added missing boundary checks.Ilia Alshanetsky2006-11-011-2/+8
* add new test by PierreAntony Dovgal2006-10-191-0/+26
* MFH: initialize optional varsAntony Dovgal2006-10-161-2/+2
* Fix test (bug#39097)Hannes Magnusson2006-10-151-19/+19
* Added missing API function declaration.Hannes Magnusson2006-10-131-0/+1
* Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside ofIlia Alshanetsky2006-10-132-4/+8
* MFH(r-1.96) Bugfix#38649 Optional param not initializedSara Golemon2006-10-111-1/+1
* add testAntony Dovgal2006-10-111-0/+31
* MFH: check filter and class names for empty stringsAntony Dovgal2006-10-111-0/+10
* Catch empty strings right away.Ilia Alshanetsky2006-10-111-8/+14
* MFH: avoid reading str[-1], add warning when invalid format specifiedAntony Dovgal2006-10-113-33/+63
* MFH: fix crash when parsing invalid hostnames/IPsAntony Dovgal2006-10-111-0/+53
* Fixed bug #37262 (var_export() does not escape \0 character).Ilia Alshanetsky2006-10-093-2/+11
* re-add the testAntony Dovgal2006-10-061-0/+108
* <tony2001> ilia: are you serious?Antony Dovgal2006-10-051-108/+0
* add testAntony Dovgal2006-10-051-0/+108
* Increment replace count value for case-sensitive single char searches.Andrei Zmievski2006-10-051-0/+3
* Fixed missing open_basedir check inside chdir() function.Ilia Alshanetsky2006-10-041-1/+1
* Update creditsEdin Kadribasic2006-10-041-1/+1
* MFH: fix #39032 (strcspn() stops on null character)Antony Dovgal2006-10-042-1/+19
* optimize zend_hash_init() with known hash table sizes.Ilia Alshanetsky2006-10-033-5/+5
* MFH: compact() doesnt throw "wrong param count"Hannes Magnusson2006-10-031-0/+3
* Use php_error_docref() instead.Andrei Zmievski2006-10-021-6/+6
* More offset fixes. Added E_NOTICE where appropriate.Andrei Zmievski2006-10-021-4/+17
* Fix invalid memory access in strrpos().Andrei Zmievski2006-10-021-3/+8
* protosHannes Magnusson2006-10-022-1/+4
* Fixed bug #38993 (Fixed safe_mode/open_basedir checks forIlia Alshanetsky2006-10-011-1/+0
* Added missing API function declaration.Ilia Alshanetsky2006-09-291-0/+1
* Added missing declaration of the php_get_uname() PHPAPI function.Ilia Alshanetsky2006-09-291-0/+1
* fix protosHannes Magnusson2006-09-291-1/+1
* fix test nameAntony Dovgal2006-09-281-1/+1
* Fixed bug #38859 (parse_url() fails if passing '@' in passwd).Ilia Alshanetsky2006-09-282-3/+20
* MFH: fix #38981 (using FTP URLs in get_headers() causes crash)Antony Dovgal2006-09-281-0/+5
* MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD)Antony Dovgal2006-09-271-3/+3
* 64bit fix (Possible fix for bug #38961)Ilia Alshanetsky2006-09-261-4/+2
* Fixed bug #38891 (get_headers() do not work with curl-wrappers).Ilia Alshanetsky2006-09-251-5/+18
* MFH: fix possible segfault in #38891Antony Dovgal2006-09-231-0/+4
* array_key_exists() should not work by by-refIlia Alshanetsky2006-09-191-3/+3