summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-293-4/+4
* - Merge minor namespace related stuff (README and tokenizer)Johannes Schlüter2007-09-281-0/+6
* Support for namespacesDmitry Stogov2007-09-281-1/+1
* wsAntony Dovgal2007-09-281-5/+1
* MFH:Jani Taskinen2007-09-289-286/+796
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-27139-288/+288
* MFB52: ws+csJani Taskinen2007-09-271-19/+21
* Improved ext/soap to support element names in context of XMLShema's <any>Dmitry Stogov2007-09-272-29/+113
* MFH: fix coverity issue #412Antony Dovgal2007-09-271-3/+1
* MFH: fix coverity issue #411Antony Dovgal2007-09-271-3/+3
* MFH: Improved ext/opensslDmitry Stogov2007-09-271-44/+531
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2007-09-2618-0/+501
* new testcases for strrev() functionRaghubansh Kumar2007-09-266-0/+254
* MFHAntony Dovgal2007-09-261-1/+1
* New testcases for crc32() functionRaghubansh Kumar2007-09-266-0/+711
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-243-1/+21
* Improve check for filename (fixed coverity issue #355)Ilia Alshanetsky2007-09-221-1/+1
* Fixed memory leak inside array_intersec (coverity issues #403,#404)Ilia Alshanetsky2007-09-221-0/+8
* Fixed memory leak inside array_diff() (coverity issues #401,#402)Ilia Alshanetsky2007-09-221-0/+2
* Fixed memory leak inside pack() (coverity issues #398,#399,#400)Ilia Alshanetsky2007-09-221-0/+3
* New testcases for strspn() functionRaghubansh Kumar2007-09-2214-0/+8233
* New testcases for strcspn() functionRaghubansh Kumar2007-09-2214-0/+7832
* New testcases for strtok() functionRaghubansh Kumar2007-09-229-0/+1140
* replaced by array_search_variation1.phpt, hence removed.Raghubansh Kumar2007-09-221-635/+0
* update and split of testcases for functions array_search() and in_array()Raghubansh Kumar2007-09-2210-179/+1769
* MFH: check the return value of getgroups() for -1 (coverity issue #390)Antony Dovgal2007-09-211-1/+1
* MFH: plug leak on error (coverity issue #405)Antony Dovgal2007-09-212-0/+25
* MFH: plug leak on error (coverity issue #407)Antony Dovgal2007-09-211-0/+3
* Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().Dmitry Stogov2007-09-211-6/+79
* MFH: fix invalid read when opendir over FTP fails (coverity issue #462)Antony Dovgal2007-09-211-1/+4
* better fix for iconv_substrStanislav Malyshev2007-09-201-1/+6
* fix crash when fetching a node type that doesnt existNuno Lopes2007-09-202-12/+46
* fix potential overflow (Mattias Bengtsson)Stanislav Malyshev2007-09-201-2/+2
* add test for dl() with long nameStanislav Malyshev2007-09-201-0/+10
* MFHJani Taskinen2007-09-201-0/+2
* MFHJani Taskinen2007-09-202-2/+2
* Fixed test for glob() affected by previous patchIlia Alshanetsky2007-09-201-2/+4
* MFH: fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-202-9/+45
* Improved speed of array_intersect_key(), array_intersect_assoc() and array_ui...Dmitry Stogov2007-09-201-6/+147
* MFHAntony Dovgal2007-09-202-1/+26
* Fixed regression in glob() when enforcing safe_mode/open_basedir checks onIlia Alshanetsky2007-09-191-18/+25
* MFHAntony Dovgal2007-09-191-1/+1
* one more testStanislav Malyshev2007-09-191-0/+12
* limit iconv parameters here tooStanislav Malyshev2007-09-191-1/+9
* limit iconv parameter sizes - workaround for glibc bugStanislav Malyshev2007-09-192-11/+78
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
* MFH: fixed bug #42502 va_* cannot detect.Rui Hirokawa2007-09-182-4/+7
* modified line end CR -> CR+NLRui Hirokawa2007-09-181-0/+2
* limit dl() argument length (patch by Christian Hoffmann)Stanislav Malyshev2007-09-181-0/+5
* Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetimeIlia Alshanetsky2007-09-183-3/+33