]> granicus.if.org Git - php/shortlog
php
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.
2005-08-17 Andrei ZmievskiBump up Zend version to 3.0.0
2005-08-17 Andrei Zmievski*** empty log message ***
2005-08-17 Dmitry StogovUnicode support for range()
2005-08-17 Dmitry StogovProper handling of unicode strings with \0 in the middle
2005-08-17 Dmitry StogovUnicode support
2005-08-17 Dmitry StogovUnicode support
2005-08-17 Dmitry StogovUnicode support
2005-08-17 Dmitry StogovFixed bug #32981 (ReflectionMethod::getStaticVariables...
2005-08-17 Dmitry Stogovtrim() should accept objects with __toString() method
2005-08-17 Rolland Santimanophp_u_trim_range(): Alloc UChar32 units rather than...
2005-08-17 Dmitry StogovUnicode support
2005-08-17 Dmitry StogovFixed implode() bugs
2005-08-17 foobarFix EOLs under winblows
2005-08-17 Rolland SantimanoUpdated implode() impl as per Andrei's comments
2005-08-17 Zeev SuraskiAdd SoapClient::__setSoapHeaders()
2005-08-17 <changelog... ChangeLog update
2005-08-16 Ilia AlshanetskyProvide a common handler for "close".
2005-08-16 Marcus Boerger- TSRM Fix
2005-08-16 Marcus Boerger- TSRM Fix
2005-08-16 Andrei Zmievskimd5() and md5_file() should return binary strings when...
2005-08-16 Andrei ZmievskiAnd here
2005-08-16 Andrei ZmievskiAnd here.
2005-08-16 Andrei ZmievskiFix it here too
2005-08-16 Andrei ZmievskiZ_UNI* are the right macros to use.
2005-08-16 Marcus Boerger- Prevent E_STRICT from ending up as exception
2005-08-16 Derick Rethans- Fixed a couple of bugs in the new smart_str macros...
2005-08-16 Antony Dovgalnuke unused vars
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Ilia AlshanetskyFixed bug #34148 (+,- and . not supported as parts...
2005-08-16 Rolland SantimanoUnicode capable impl of implode()
2005-08-16 Dmitry StogovFixed memory leak
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Dmitry StogovUnicode support
2005-08-16 Rolland SantimanoUpdated calls to php_trim() to provide arg for returned...
2005-08-16 Rolland Santimanophp_trim() takes extra arg to determine string type...
2005-08-16 <changelog... ChangeLog update
2005-08-16 Ilia AlshanetskyInput validation part 2.
2005-08-15 foobarFail gracefully if icu-config is not found
2005-08-15 Ilia AlshanetskyMFH: Chunk the output
2005-08-15 Antony Dovgaleliminate compile warning
2005-08-15 foobarThis is like a virus..spread everywhere :)
2005-08-15 foobarDONE
2005-08-15 foobarThese are not defined anymore
2005-08-15 foobarGoodbye PEAR
2005-08-15 Pierre Joye- if questions, rtfm
2005-08-15 foobarNuke PEAR
2005-08-15 Pierre Joye- add a little doc to redirect people to go-pear
2005-08-15 Pierre Joye- remove files
2005-08-15 Pierre Joye- cvs delete is not recursive...
2005-08-15 Pierre Joye- some other (#1 out 2)
2005-08-15 Pierre Joye- these files are outdated, /pear-core is the repositor...
2005-08-15 Marcus Boerger- No c comment (+ old non unicode way not needed any...
2005-08-15 Johannes Schlüter- Fix leak with explode of empty unicode string
2005-08-15 Dmitry StogovUnicode support
2005-08-15 Rob RichardsFixed bug #34103 (line numbering not maintained in...
2005-08-15 Dmitry StogovUnicode support
2005-08-15 Ilia Alshanetskyinput validation.
2005-08-15 Dmitry StogovFixed memory leak
2005-08-15 Dmitry StogovFixed several unicode related bugs
2005-08-15 Dmitry StogovTest engine is improved to support unicode mode
2005-08-15 Dmitry StogovFixed trim()'s memory leak in unicode mode
2005-08-15 Dmitry StogovTests are fixed according to new var_dump()/pront_r...
2005-08-15 Dmitry StogovFixed var_dump() identation bug
2005-08-15 Dmitry StogovFixed another print_r() bug
2005-08-15 Dmitry StogovFixed print_r() in unicode mode.
2005-08-15 <changelog... ChangeLog update
2005-08-14 Marcus Boerger- Simplify and make work in all modes
2005-08-14 Marcus Boerger- Need to terminate [v]uspprintf() with two \0
2005-08-14 Ilia AlshanetskyFixed build.
2005-08-14 Marcus Boerger- Where did my backslash vanish?
2005-08-14 Marcus Boerger- Handle different cases of the actual strings correctly
2005-08-14 Marcus Boerger- Initial support of easy way to generate unicode strin...
2005-08-14 Marcus Boerger- Treat class_name in the exact same manner as prop_nam...
2005-08-14 Marcus Boerger- If prop_name is printed as unicode then class_name...
2005-08-14 Marcus Boerger- Show classname very needed
2005-08-14 Wez Furlongtidy up implicit_mode handling; spotted by Nuno
2005-08-14 Johannes Schlüter- Fix tab-completion in unicode mode and for constants.
2005-08-14 <changelog... ChangeLog update
next