summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-15500-81913/+0
|
* 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
| | | | | open_basedir).
* 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
| | | | | add test
* 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
| | | | | <ilia> tony2001: yes
* 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
| | | | | session.save_path, allowing them to account for extra parameters).
* 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
|
* fix testHannes Magnusson2006-09-191-3/+3
|
* argh.. nuke UEXPECTFAntony Dovgal2006-09-192-0/+0
|
* support objects in array_walk*()Antony Dovgal2006-09-195-6/+6
|
* fix testsAntony Dovgal2006-09-192-6/+6
|
* MFH: fix #34066 (recursive array_walk causes segfault)Antony Dovgal2006-09-193-28/+1555
| | | | | add tests
* Additional expand_filepath() checksIlia Alshanetsky2006-09-161-6/+8
|
* MFH: fix leak when call to shutdown function failsAntony Dovgal2006-09-152-9/+36
|
* MFH: fix double free(), add testAntony Dovgal2006-09-151-0/+24
|
* Write valid run-time value for Zend Memeory ManagerDmitry Stogov2006-09-141-5/+1
|
* Fixed bug #38096 (large timeout values ignored on 32bit machines inIlia Alshanetsky2006-09-111-4/+6
| | | | | stream_socket_accept() and stream_socket_client()).
* add new testsAntony Dovgal2006-09-075-0/+215
|
* Fixed bug #38464 (array_count_values() mishandles numeric strings).Ilia Alshanetsky2006-09-062-33/+24
|
* fix gcc warningNuno Lopes2006-09-041-1/+1
|
* - Remove version number here as already done in HEADJohannes Schlüter2006-09-031-1/+1
|