]> granicus.if.org Git - php/shortlog
php
2006-08-08 Antony Dovgalfix test
2006-08-08 Antony Dovgalfix typo and invalid read
2006-08-08 <changelog... ChangeLog update
2006-08-08 Marcus Boerger- Speling
2006-08-07 Marcus Boerger- MFB Test name must not be more than a single line
2006-08-07 Marcus Boerger- Fixed Bug #38064 ignored constructor visibility
2006-08-07 Marcus Boerger- Add new test
2006-08-07 Antony Dovgalfix test
2006-08-07 Antony Dovgalfix test in unicode mode
2006-08-07 Antony Dovgalfix test
2006-08-07 Antony Dovgaladd missing UEXPECTF section
2006-08-07 Antony Dovgalfix test
2006-08-07 Antony Dovgalfix tests
2006-08-07 Antony Dovgalsuppress errors from date() if no date.timezone set
2006-08-07 Antony Dovgalfix test - class Date has been renamed
2006-08-07 Pierre Joye- should not have been commited
2006-08-07 Antony Dovgalfix types, add missing parentheses
2006-08-07 Ilia AlshanetskyMFB: Fixed memory leak with persistent connections
2006-08-07 Ilia AlshanetskyRemoved extra byte
2006-08-07 Dmitry StogovFixed bug #38287 (static variables mess up global vars)
2006-08-07 Rob RichardsMFB: asXML() needs to return bool when serializing...
2006-08-07 Marcus Boerger- Fix bug #38290
2006-08-07 <changelog... ChangeLog update
2006-08-06 Antony Dovgaluse -O0 with --enable-debug
2006-08-06 Antony Dovgalfix test
2006-08-06 Antony Dovgaladd test
2006-08-06 Christian StockerFix #38354 (Unwanted reformatting of XML when using...
2006-08-06 Antony Dovgalfix #38347 (Segmentation fault when using foreach with...
2006-08-06 Antony Dovgallong -> int
2006-08-06 Marcus Boerger- Fix cvs access through SplFileObject
2006-08-06 Antony Dovgalavoid extra strlen() call, we have the length of the...
2006-08-06 Marcus Boerger- Fix test
2006-08-06 <changelog... ChangeLog update
2006-08-05 Antony Dovgalfix PECL bug #7827
2006-08-05 Antony Dovgalyet another appempt to fix Windows bug
2006-08-05 Rob Richardsupdate tests
2006-08-05 Rob Richardsunicode changes
2006-08-05 Rob Richardsupdate tests
2006-08-05 <changelog... ChangeLog update
2006-08-04 Andrei ZmievskiSimplify strrchr().
2006-08-04 Ilia AlshanetskyMFB: Improved fix for bug #37671
2006-08-04 Andrei ZmievskiUpgrade pathinfo() to Unicode support.
2006-08-04 Andrei ZmievskiAdd add_assoc_zstr_ex() and related.
2006-08-04 Andrei ZmievskiI believe Rob indicated that XML() should take strictly...
2006-08-04 Antony Dovgalrevert previous patch, it's wrong
2006-08-04 Ilia AlshanetskyMFB: Fixed bug #37265 (Added missing safe_mode & open_b...
2006-08-04 Rob Richardsadd unicode support
2006-08-04 Rob Richardsupdated to use new modifier to specify converter
2006-08-04 Andrei ZmievskiUpgrade dirname() to support IS_UNICODE.
2006-08-04 Andrei ZmievskiAdd macros to be able to initialize/return values based...
2006-08-04 Andrei ZmievskiOne fewer walks needed.
2006-08-04 Andrei ZmievskiAdd Unicode constants for default slash and directory...
2006-08-04 Andrei ZmievskiScan through all the modifiers at once, setting flags.
2006-08-04 Andrei ZmievskiFix '&' handling. (patch by Rob R)
2006-08-04 Antony Dovgaladd new test
2006-08-04 Rob Richardsfix compile
2006-08-04 Antony Dovgalfix #38322 (reading past array in sscanf() leads to...
2006-08-04 Antony Dovgalcomparing libxml documents and nodes is not yet possibl...
2006-08-04 Dmitry StogovUnicode support
2006-08-04 Derick Rethans- MFB: Bison 2.3 is working as well.
2006-08-04 <changelog... ChangeLog update
2006-08-03 Andrei ZmievskiAdd IS_U_SLASH_* macros to test for path separator...
2006-08-03 Andrei ZmievskiUpgraded basename() to work on IS_UNICODE strings as...
2006-08-03 Andrei Zmievski- Adjusted php_u_strtoupper/php_u_strtolower/php_u_strt...
2006-08-03 Andrei ZmievskiUpdate similar_text() to use params API.
2006-08-03 Antony Dovgalfix leak in php_sapi_filter()
2006-08-03 Dmitry StogovUnicode support.
2006-08-03 Ilia AlshanetskyMFB: Fixed bug #38303 (spl_autoload_register() supress...
2006-08-03 Antony Dovgalfix #38276 (file_exists() works incorrectly with long...
2006-08-03 Dmitry StogovAdded version specific registry keys to allow different...
2006-08-03 Dmitry StogovIn addtion to path to php.ini, PHPRC now may specify...
2006-08-03 Antony Dovgalmake it consistent
2006-08-03 Antony Dovgalimprove error message
2006-08-03 Dmitry StogovAdded "PHPINIDir" Apache directive to apache and apache...
2006-08-03 <changelog... ChangeLog update
2006-08-02 Antony Dovgalfix test
2006-08-02 Antony Dovgalfix build
2006-08-02 Andrei ZmievskiA few fixes noted during analysis.
2006-08-02 Andrei ZmievskiNotes after analyzing remainder of string.c.
2006-08-02 Andrei Zmievskibin2hex() should accept only binary strings.
2006-08-02 Andrei Zmievski*** empty log message ***
2006-08-02 Andrei ZmievskiMake string comparison functions conver to unicode...
2006-08-02 Andrei ZmievskiSome updates.
2006-08-02 Andrei Zmievski*** empty log message ***
2006-08-02 Andrei Zmievski*** empty log message ***
2006-08-02 Andrei ZmievskiAdd '&' modifier (for 's' type) that will apply the...
2006-08-02 Ilia AlshanetskyMFB: Fixed bug #38213, #37611, #37571 (wddx encoding...
2006-08-02 Ilia AlshanetskyMFB: Expose the xml_utf8_encode function.
2006-08-02 Antony Dovgalinit variable, eliminate compile warning
2006-08-02 Antony Dovgalfix #38289 (segfault in session_decode() when _SESSION...
2006-08-02 Dmitry Stogovzts fix
2006-08-02 Andrei ZmievskiFix leaks.
2006-08-02 <changelog... ChangeLog update
2006-08-01 Antony Dovgalimplement my own FR #36995
2006-08-01 Andrei ZmievskiAdd SORT_LOCALE_STRING support to array_multisort(...
2006-08-01 Andrei ZmievskiWhew. Fix up extract to params API, Unicode support...
2006-08-01 Andrei ZmievskiFix off-by-one error in zend_case_fold_string().
2006-08-01 Andrei ZmievskiRewrite IS_LONG, IS_DOUBLE, and IS_RESOURCE to IS_UNICO...
2006-08-01 Michael Wallner- update test
2006-08-01 Michael Wallner- use library error message on time string parse failure
next