summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-27165-430/+431
* Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
* BFNJani Taskinen2007-09-271-0/+4
* MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)Jani Taskinen2007-09-271-7/+9
* MFH: BC (missed from the patch :)Jani Taskinen2007-09-271-0/+2
* MFH: Nuked unnecessary TSRMLS_FETCH() callJani Taskinen2007-09-274-10/+9
* MFH: missing folding tag + use Z_STR* macrosJani Taskinen2007-09-271-4/+5
* last wsJani Taskinen2007-09-271-4/+4
* wsJani Taskinen2007-09-271-1/+1
* MFH: ws + cs (more to follow)Jani Taskinen2007-09-271-36/+36
* MFB52: ws+csJani Taskinen2007-09-271-19/+21
* Improved ext/soap to support element names in context of XMLShema's <any>Dmitry Stogov2007-09-273-29/+115
* 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-272-44/+535
* MFH: Improved and cleaned CGI code. FastCGI is now always enabled and can not...Dmitry Stogov2007-09-275-549/+438
* Bump version.Sebastian Bergmann2007-09-273-7/+7
* - Readd support for ynamic access of static members (Etienne)Johannes Schlüter2007-09-276-72/+94
* This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.SVN Migration2007-09-2618-0/+501
* BFNIlia Alshanetsky2007-09-261-0/+1
* Fixed bug #42767 (highlight_string() truncates trailing comment)Ilia Alshanetsky2007-09-262-2/+24
* 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
* Another typo fixIlia Alshanetsky2007-09-251-1/+1
* Fixed typoIlia Alshanetsky2007-09-241-1/+1
* Fixed crash on POST request after dl("mbstring.so")Dmitry Stogov2007-09-241-0/+2
* MFH: added support "entity" as substitute_character settin accoding to bug #3...Rui Hirokawa2007-09-243-1/+21
* Fixed bug #42699 (PHP_SELF duplicates path)Dmitry Stogov2007-09-242-15/+31
* Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode isIlia Alshanetsky2007-09-232-1/+3
* 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: add NULL check (coverity issue #385) and fix CSAntony Dovgal2007-09-211-6/+5
* MFH: check for NULL (coverity issue #386)Antony Dovgal2007-09-211-1/+3
* 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-212-8/+82
* initialize all fields of the struct (it's generally good idea even though the...Antony Dovgal2007-09-211-0/+2
* 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