]> granicus.if.org Git - php/shortlog
php
2005-08-30 Marcus Boerger- run-tests2.php was renamed into server-tests.php...
2005-08-30 Marcus Boerger- Adds module registering a function to struct zend_int...
2005-08-30 Derick Rethans- Fixed bug #34302 (date('W') do not return leading...
2005-08-30 Marcus Boerger- Fix const speling (correct in branshes where did...
2005-08-30 Dmitry StogovFixed possible memory leak
2005-08-30 Dmitry StogovFixed unicode support bug
2005-08-30 <changelog... ChangeLog update
2005-08-29 Marcus Boerger- Fix #34299: ReflectionClass::isInstantiable() returns...
2005-08-29 Sara Golemonallocate_new_resource() handles the malloc() for us...
2005-08-29 foobarClean away PECled exts and added date.timezone setting
2005-08-29 Dmitry StogovFixed SIGSEGV
2005-08-29 Dmitry StogovFixed gcc 4 compatibility
2005-08-29 <changelog... ChangeLog update
2005-08-28 Ilia Alshanetskytouch
2005-08-28 Ilia AlshanetskyUpgrade sqlite lib to 3.2.5
2005-08-28 Rob RichardsFixed bug #34276 (setAttributeNS doesn't work with...
2005-08-28 <changelog... ChangeLog update
2005-08-28 foobar- Fixed bug #34284 (CLI phpinfo showing html on _SERVER...
2005-08-28 foobar- Fixed bug #34221 (Compiling xmlrpc as shared fails...
2005-08-27 Rolland Santimano- Unicode impl of substr_count()
2005-08-27 <changelog... ChangeLog update
2005-08-26 Marcus Boerger- Check for static libs, too
2005-08-26 Derick Rethans- Fixed a bug where stream_get_meta_data() did not...
2005-08-26 Rolland Santimano- Updated strrev() to handle base+combining sequences
2005-08-26 <changelog... ChangeLog update
2005-08-26 Ilia AlshanetskyMFH: Fixed bug #34214 (base64_decode() does not properl...
2005-08-26 Rob RichardsFix URI escaping
2005-08-25 Marcus Boerger- Bugfix #34257 lib64 not handled correctly in ming...
2005-08-25 Dmitry StogovFixed memory leaks
2005-08-25 foobarMFB
2005-08-25 Derick Rethans- Fixed bug #34087 for real.
2005-08-25 Sara Golemonsizeof(char) != sizeof(UChar) Don't tell ucnv_toUnicod...
2005-08-25 Dmitry StogovFixed access to uninitialized variables
2005-08-25 Dmitry StogovZTS fix
2005-08-25 <changelog... ChangeLog update
2005-08-24 Andrei Zmievski*** empty log message ***
2005-08-24 Andrei Zmievski- Require declare(encoding=...) to come before any...
2005-08-24 Andrei ZmievskiFix ZTS.
2005-08-24 Derick Rethans- Make it compile in ZTS mode
2005-08-24 Ilia AlshanetskyRemainder of the 34191 bug fix.
2005-08-24 Derick Rethans- Fix test.
2005-08-24 Derick Rethans- Fixed bug #34087 (strtotime() does not work with...
2005-08-24 Dmitry StogovFixed boolean encoding (from 0/1 to false/true) to...
2005-08-24 Dmitry StogovFixed return-by-reference from internal functions
2005-08-24 Johannes Schlüter- Fix alphabetic order and add missing class
2005-08-24 <changelog... ChangeLog update
2005-08-23 Andrei ZmievskiImplement Unicode support for strncasecmp().
2005-08-23 Andrei Zmievski*** empty log message ***
2005-08-23 foobarTest for bug #34214
2005-08-23 Andrei ZmievskiDamn.
2005-08-23 Andrei Zmievski- Rewrite zend_u_binary_strncmp() to work on codepoint...
2005-08-23 Andrei ZmievskiFix verbosity for var_inspect().
2005-08-23 Andrei ZmievskiThis was so embarassingly silly.
2005-08-23 Dmitry StogovUnicode support
2005-08-23 Derick Rethans- Added .cvsignore file.
2005-08-23 Dmitry StogovUnicode support cleanup
2005-08-23 Dmitry StogovChanged is_a() and is_subcalls_of() functions to not...
2005-08-23 Dmitry StogovUnicode support for strncasecmp()
2005-08-23 Derick Rethans- Fixed another little buglet in the spprintf() formatters.
2005-08-23 <changelog... ChangeLog update
2005-08-22 Andrei ZmievskiUnicode support for strcasecmp().
2005-08-22 Ilia AlshanetskyMake dba extension support BerkleyDB 4.3.
2005-08-22 Andrei ZmievskiWe should use u_memcpy() whenever possible, to simplify...
2005-08-22 Dmitry StogovNow fread() returns bool(false) on error instead of...
2005-08-22 Dmitry StogovDon't apply "unicode" filters in non-unicode mode
2005-08-22 Derick Rethans- Fixed typo.
2005-08-22 Dmitry StogovFixed unicode support for ltrim()
2005-08-22 Dmitry StogovUnicode support
2005-08-22 Dmitry Stogovzend_is_callable() and zend_make_callable() were change...
2005-08-22 Dmitry StogovFixed memory leak
2005-08-22 <changelog... ChangeLog update
2005-08-21 Ilia AlshanetskyFixed bug #34191 (ob_gzhandler does not enforce trailin...
2005-08-21 <changelog... ChangeLog update
2005-08-20 <changelog... ChangeLog update
2005-08-19 Andrei ZmievskiUnicode support for strcmp()/strncmp().
2005-08-19 Andrei Zmievski*** empty log message ***
2005-08-19 Andrei Zmievski*** empty log message ***
2005-08-19 Andrei Zmievski*** empty log message ***
2005-08-19 Andrei ZmievskiUnicode support for ord() and chr().
2005-08-19 Andrei ZmievskiThis file should be used to keep track of extension...
2005-08-19 Andrei ZmievskiUse RETVAL_ASCII_STRINGL() here.
2005-08-19 foobarProper NEWS language that everyone should be able to...
2005-08-19 Dmitry StogovUnicode support
2005-08-19 Dmitry StogovUnicode support
2005-08-19 Rolland Santimano- Unicode capable impl() of strrev()
2005-08-19 Dmitry StogovQuick fix (API was changed)
2005-08-19 Dmitry StogovUnicode support cleanup
2005-08-19 Dmitry Stogovnstanceof operator shouldn't call __autoload()
2005-08-19 Dmitry StogovZTS fix
2005-08-19 Dmitry StogovZTS fix
2005-08-19 <changelog... ChangeLog update
2005-08-18 Andrei ZmievskiRework range() to be able to work on binary strings...
2005-08-18 Andrei ZmievskiUse u_totitle() instead of u_toupper() in ucwords().
2005-08-18 Andrei Zmievski- Implement zend_codepoint_to_uchar().
2005-08-18 Wez Furlongmf 5.1
2005-08-18 Dmitry StogovSuppoer for unicode exception messages
2005-08-18 Dmitry StogovUnicode support for extract()
2005-08-18 Antony Dovgalfix memleak
2005-08-18 Ilia AlshanetskyFixed bug #34156 (memory usage remains elevated after...
2005-08-18 foobarNuked EOLs from error messages
next