]> granicus.if.org Git - php/shortlog
php
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
2005-08-18 foobarNuked EOL from error message
2005-08-18 foobarNuke EOLs from error messages
2005-08-18 foobar- Removed EOL from error message
2005-08-18 foobar- Removed EOLs from error messages
2005-08-18 foobar- Removed EOL from error message
2005-08-18 Dmitry StogovUnicode support
2005-08-18 Dmitry Stogovvar_export() should escape \ and ' characters.
2005-08-18 Dmitry StogovFixed tests
2005-08-18 Dmitry StogovUnicode support
2005-08-18 Dmitry Stogov*** empty log message ***
2005-08-18 Dmitry StogovUnicode support
2005-08-18 Dmitry StogovWe don't need EMPY_STRING here. This function is execui...
2005-08-18 Dmitry StogovFixed tests
2005-08-18 Rolland Santimano- Removed 'proto' from description of internal funcns...
2005-08-18 <changelog... ChangeLog update
2005-08-18 Ilia AlshanetskyFixed bug #33987 (php script as ErrorDocument causes...
2005-08-17 Andrei Zmievski*** empty log message ***
2005-08-17 Rolland SantimanoUnicode-capable impl of ucwords()
2005-08-17 Marcus Boerger- Fix TSRM
2005-08-17 Marcus Boerger- Please use the maintainer switch
2005-08-17 Andrei Zmievski*** empty log message ***
2005-08-17 Andrei ZmievskiDisallow mixing binary and Unicode types when T specifi...
2005-08-17 Andrei ZmievskiFix bin2hex() to work on binary data and return strings...
2005-08-17 Rolland SantimanoUnicode impl of ucfirst()
2005-08-17 Andrei Zmievski- Introduce 'y' specifier for functions expecting binar...
2005-08-17 Dmitry StogovUnicode mode doesn't allow non-unicode properties
2005-08-17 foobarFix ZTS build
2005-08-17 foobarNews for PHP 6, nuked old news.
next