]> granicus.if.org Git - php/shortlog
php
2007-10-03 Dmitry StogovFixed bug #42818 ($foo = clone(array()); leaks memory)
2007-10-03 Dmitry StogovFixed bug #42772 (Storing $this in a static var fails...
2007-10-03 Stanislav Malyshevadd html* utf fix
2007-10-03 Stanislav Malyshevadd test with invalid sequences
2007-10-03 Stanislav Malyshevdo not accept partial multibyte sequences in html*...
2007-10-02 Antony Dovgalimproved recursion detection in array_walk()
2007-10-01 Ilia AlshanetskyMFB: Added test for bug #42785
2007-10-01 Ilia AlshanetskyMFB: Fixed bug #42785 (json_encode() formats doubles...
2007-10-01 Ilia AlshanetskyMFB: Fixed typo in previous patch
2007-10-01 Ilia AlshanetskyMFB: Refactor code to make fixes for coverity issues...
2007-10-01 Antony Dovgalfix test
2007-10-01 Antony Dovgalfix tests
2007-10-01 Antony Dovgalthese dots exist since PHP3
2007-10-01 Pierre Joye- add notice about glob regression (Lukas)
2007-09-29 Raghubansh... smaller tests already exist
2007-09-29 Raghubansh... New testcases for sprintf() function
2007-09-29 Raghubansh... New testcases for chunk_split() function
2007-09-29 Raghubansh... New testcases for stripos() function
2007-09-29 Raghubansh... New testcases for strrchr() function
2007-09-29 Raghubansh... New testcases for join() function
2007-09-29 Raghubansh... New testcases for htmlspecialchars_decode() function
2007-09-28 Johannes Schlüter- MFH: Fix type in example
2007-09-27 Ilia AlshanetskyMFB: Fixed coverity issue #470 Unitialized integer...
2007-09-27 Jani Taskinenmissing folding tag
2007-09-27 Jani TaskinenMFH: use Z_STR* macros
2007-09-27 Jani TaskinenMFH: ws
2007-09-27 Jani TaskinenMFH: ws + cs (to keep in sync with HEAD/PHP_5_3 only!)
2007-09-27 Jani Taskinenws + cs fixes
2007-09-27 Antony DovgalMFH: fix coverity issue #412
2007-09-27 Antony DovgalMFH: fix coverity issue #411
2007-09-26 Ilia AlshanetskyBFN
2007-09-26 Ilia AlshanetskyFixed bug #42767 (highlight_string() truncates trailing...
2007-09-26 Raghubansh... new testcases for strrev() function
2007-09-26 Antony DovgalMFH
2007-09-26 Raghubansh... New testcases for crc32() function
2007-09-25 Ilia AlshanetskyAnother typo fix
2007-09-24 Ilia AlshanetskyFixed typo
2007-09-24 Dmitry StogovFixed crash on POST request after dl("mbstring.so")
2007-09-24 Rui HirokawaMFH: added support "entity" as substitute_character...
2007-09-24 Dmitry StogovFixed bug #42699 (PHP_SELF duplicates path)
2007-09-23 Ilia AlshanetskyFixed bug #42739 (mkdir() doesnt like a trailing slash...
2007-09-22 Ilia AlshanetskyImprove check for filename (fixed coverity issue #355)
2007-09-22 Ilia AlshanetskyFixed memory leak inside array_intersec (coverity issue...
2007-09-22 Ilia AlshanetskyFixed memory leak inside array_diff() (coverity issues...
2007-09-22 Ilia AlshanetskyFixed memory leak inside pack() (coverity issues #398...
2007-09-22 Raghubansh... New testcases for strspn() function
2007-09-22 Raghubansh... New testcases for strcspn() function
2007-09-22 Raghubansh... New testcases for strtok() function
2007-09-22 Raghubansh... replaced by array_search_variation1.phpt, hence removed.
2007-09-22 Raghubansh... update and split of testcases for functions array_searc...
2007-09-21 Antony DovgalMFH: add NULL check (coverity issue #385) and fix CS
2007-09-21 Antony DovgalMFH: check for NULL (coverity issue #386)
2007-09-21 Antony DovgalMFH: check the return value of getgroups() for -1 ...
2007-09-21 Antony DovgalMFH: plug leak on error (coverity issue #405)
2007-09-21 Antony DovgalMFH: plug leak on error (coverity issue #407)
2007-09-21 Dmitry StogovImproved speed of array_diff_key(), array_diff_assoc...
2007-09-21 Antony Dovgalinitialize all fields of the struct (it's generally...
2007-09-21 Antony DovgalMFH: fix invalid read when opendir over FTP fails ...
2007-09-20 Stanislav Malyshevbetter fix for iconv_substr
2007-09-20 Nuno Lopesfix crash when fetching a node type that doesnt exist
2007-09-20 Stanislav Malyshevfix potential overflow (Mattias Bengtsson)
2007-09-20 Stanislav Malyshevadd test for dl() with long name
2007-09-20 Jani TaskinenMFH
2007-09-20 Jani Taskinen- Fix test and tuned error message
2007-09-20 Jani TaskinenMFH
2007-09-20 Ilia AlshanetskyFixed test for glob() affected by previous patch
2007-09-20 Rob RichardsBFN
2007-09-20 Rob RichardsMFH: fix bug #42139 (XMLReader option constants are...
2007-09-20 Dmitry StogovImproved speed of array_intersect_key(), array_intersec...
2007-09-20 Antony DovgalMFH
2007-09-19 Ilia AlshanetskyFixed regression in glob() when enforcing safe_mode...
2007-09-19 Antony DovgalMFH
2007-09-19 Stanislav Malyshevone more test
2007-09-19 Stanislav Malyshevreport iconv fix
2007-09-19 Stanislav Malyshevlimit iconv parameters here too
2007-09-19 Stanislav Malyshevlimit iconv parameter sizes - workaround for glibc bug
2007-09-19 Stanislav Malyshevadd length tests for iconv functions
2007-09-18 Rui HirokawaMFH: fixed bug #42502 va_* cannot detect.
2007-09-18 Rui Hirokawamodified line end CR -> CR+NL
2007-09-18 Stanislav Malyshevadd dl() limit patch
2007-09-18 Stanislav Malyshevlimit dl() argument length (patch by Christian Hoffmann)
2007-09-18 Ilia AlshanetskyFixed bug #42189 (xmlrpc_set_type() crashes php on...
2007-09-18 Jani TaskinenBFN
2007-09-18 Jani Taskinen- Fixed bug #42629 (Dynamically loaded PHP extensions...
2007-09-17 Ilia AlshanetskyFixed typos
2007-09-16 Ilia AlshanetskyFixed a typo
2007-09-15 Raghubansh... better output matching/fixes
2007-09-14 Raghubansh... Removing from file dir as it was wrongly committed...
2007-09-14 Raghubansh... New testcases for strncasecmp()
2007-09-14 Raghubansh... New testcases for chop()
2007-09-14 Raghubansh... New testcases for wordwrap()
2007-09-14 Raghubansh... New testcases for strncasecmp() function
2007-09-14 Raghubansh... New testscases for chop() function
2007-09-14 Zoe SlatteryChanging to use %a to match recent run-tests.php patch
2007-09-14 Nuno Lopeschanges to run-tests.php:
2007-09-14 Nuno Lopesfix expected output
2007-09-14 Raghubansh... better comments
2007-09-14 Raghubansh... New testcases for wordwrap() function
2007-09-14 Raghubansh... fix test
2007-09-14 Jani Taskinenfix news
next