]> granicus.if.org Git - php/shortlog
php
2006-12-24 Ilia AlshanetskyMFB: Added empty string checks
2006-12-24 Rob Richardsupdate function signature
2006-12-24 Rob RichardsMFB: fix bug #33734 and related (Something strange...
2006-12-24 Rob RichardsMFB:
2006-12-24 <changelog... ChangeLog update
2006-12-23 Ilia AlshanetskyMFB: safety checks
2006-12-23 Ilia AlshanetskyMFB: Added checks for negative max length and overflow...
2006-12-23 Derick Rethans- MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash...
2006-12-23 Antony Dovgalfix test
2006-12-23 Antony Dovgalfix typo
2006-12-23 Antony Dovgalfix tests
2006-12-23 Antony Dovgaluse add_ascii_assoc_text()
2006-12-23 Antony Dovgaluse OCI_SUCCESS constant, do not rely on its value
2006-12-23 <changelog... ChangeLog update
2006-12-22 Andrei ZmievskiImplement OnUpdateUTF8String() handler. It always assum...
2006-12-22 Andrei ZmievskiUnicode support in number_format().
2006-12-22 Nuno Lopesfix lcov/genhtml build (yes it is very picky)
2006-12-22 Ilia AlshanetskyMFB: Fixed bug #39884 (ReflectionParameter::getClass...
2006-12-22 Ilia AlshanetskyMFB: Fixed bug #36392 (wrong number of decimal digits...
2006-12-22 Antony Dovgalmore OCI8 tests by Chris Jones
2006-12-22 Antony Dovgalmore ext/date tests by Chris Jones
2006-12-22 Ilia AlshanetskyMFB: Fixed bug #39873 (number_format() breaks with...
2006-12-22 <changelog... ChangeLog update
2006-12-22 Hannes MagnussonFix tests
2006-12-22 Hannes MagnussonFix ZTS build...
2006-12-22 Marcus Boerger- Fix memory allocation/deallocation to match
2006-12-22 Marcus Boerger- Implement ezstrndup()
2006-12-22 Marcus Boerger- Make custom serializing work with zstr (as discussed...
2006-12-22 Andrei ZmievskiFix serialization test.
2006-12-22 Marcus Boerger- Make custom serializing work with zstr (as discussed...
2006-12-22 Marcus Boerger- Use conversion macro
2006-12-21 Andrei Zmievskilevenshtein() already supported Unicode.
2006-12-21 Andrei ZmievskiMetaphone will work only with binary runtime-encoded...
2006-12-21 Marcus Boerger- No misleading comments
2006-12-21 Marcus Boerger- Mark a fewthings as unicode ready
2006-12-21 Marcus Boerger- Serialization doesn't work with unicode data
2006-12-21 Marcus Boerger-Serialization doesn't work with unicode data
2006-12-21 Antony Dovgaltemporary fix for oci_error(), just to make it work
2006-12-21 Antony Dovgaladded support for CALL statement type (patch by Chris...
2006-12-21 Antony Dovgalfix ws, cs and overall code readability
2006-12-21 Andrei ZmievskiBite the bullet and port the natural comparison algorit...
2006-12-21 Antony Dovgaltemp is freed in zend_unicode_to_string() on failure
2006-12-21 Antony Dovgallookup_browser_name cannot be NULL
2006-12-21 Antony Dovgalimprove tests, add new ones
2006-12-21 Seiji MasugataInitial commit(Synced PHP_5_2 Branch.).
2006-12-21 Seiji MasugataSynced PHP_5_2 Branch.
2006-12-21 Dmitry StogovFixed comments
2006-12-21 Rob RichardsMFB: fix issues identitified by coverity
2006-12-21 Antony Dovgalnew tests by Christopher Jones
2006-12-21 Antony Dovgalfix possible leak
2006-12-21 Dmitry StogovDefault memory_limit value is set to 128M
2006-12-21 Dmitry Stogovemoved dependency from SHELL32.DLL
2006-12-21 Ilia AlshanetskyMFB: Fix a possible memory leak
2006-12-21 Ilia AlshanetskyMFB: Fixed possible memory leak
2006-12-21 <changelog... ChangeLog update
2006-12-21 Antony Dovgalapply correct fix (aka "oops!")
2006-12-21 Ilia AlshanetskyMFB: Optimize out zend_hash_num_elements() call
2006-12-21 Antony Dovgalfix leak on error
2006-12-21 Antony Dovgaldon't leak on error
2006-12-21 Antony Dovgalfix possible leaks
2006-12-21 Antony Dovgalfix potential leak
2006-12-21 Antony Dovgalprevent potential leak on error
2006-12-21 Antony Dovgalbail out if zend_unicode_to_string() fails
2006-12-21 Antony Dovgalmake sure err_char is initialized properly
2006-12-21 Antony Dovgalfix double free
2006-12-20 Antony Dovgalfix potential leak, improve length checks
2006-12-20 Marcus Boerger- Quick hackto make tests pass
2006-12-20 Antony Dovgaldo not allocate the return value if it wasn't requested
2006-12-20 Antony Dovgalfix possible leak on failure in get_defined_functions()
2006-12-20 Antony Dovgalfix leak in zend_disable_class()
2006-12-20 Antony Dovgalfix double free on error
2006-12-20 Marcus Boerger- More unicode
2006-12-20 Marcus Boerger- Add unicode expectations
2006-12-20 Marcus Boerger- Fix test name
2006-12-20 Andrei ZmievskiUpdate.
2006-12-20 Marcus Boerger- Make shorter and do not use problematic attribute
2006-12-20 Marcus Boerger- Compilers mightnot like the zstr return,thus return...
2006-12-20 Andrei ZmievskiUnicode support in get_browser(). To avoid additional...
2006-12-20 Andrei ZmievskiCheck for conversion failure in "s&" and return appropr...
2006-12-20 Andrei ZmievskiFix return value in zval_unicode_to_string_ex().
2006-12-20 Andrei ZmievskiFix warning.
2006-12-20 Marcus Boerger- Mention zend_zstrndup()
2006-12-20 Marcus Boerger- Implement zend_zstrndup()
2006-12-20 Ilia AlshanetskyFixed zts build
2006-12-20 Antony Dovgalremove register_globals remains
2006-12-20 Ilia AlshanetskyMFB: Fixed bug #39898 (FILTER_VALIDATE_URL validates...
2006-12-20 Antony Dovgalreturn NULL right away if invalid length was passed
2006-12-20 Andrei ZmievskiAlign Unicode and binary versions of formatted printing.
2006-12-20 Antony Dovgalfix #39903 (Notice message when executing __halt_compil...
2006-12-20 Antony Dovgaldon't reinvent the wheel, use sprintf()
2006-12-20 Derick Rethans- Fixed the regexp so that the letter "v" also works.
2006-12-20 Antony Dovgalgracefully bail out on invalid header
2006-12-20 Dmitry StogovMake MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always...
2006-12-20 Hannes MagnussonMFB:
2006-12-20 <changelog... ChangeLog update
2006-12-19 Andrei ZmievskiUnicode support in ezmlm_hash().
2006-12-19 Marcus Boerger- Use new 'x' parameter parsing
2006-12-19 Marcus Boerger- Make spl_autoload_call() unicode safe
2006-12-19 Marcus Boerger- Changed macro once again
2006-12-19 Marcus Boerger- x was added toparameter parsing api
next