]> granicus.if.org Git - php/shortlog
php
2006-05-16 Ilia AlshanetskyMake filters without a resource throw E_RECOVERABLE_ERR...
2006-05-16 Antony Dovgalnew mkdir tests
2006-05-16 Antony Dovgalfix #37395 (recursive mkdir() fails to create nonexiste...
2006-05-16 Marcus Boerger- MFH Fixed Bug #37457 (Crash when an exception is...
2006-05-16 Ilia AlshanetskyDisable realpath cache when open_basedir or safe_mode...
2006-05-15 Dmitry StogovAdded test
2006-05-15 Sebastian BergmannMy bad.
2006-05-15 Sebastian BergmannFugbix NEWS entries.
2006-05-15 Sebastian BergmannFugbix typo.
2006-05-15 Dmitry Stogov*** empty log message ***
2006-05-15 Dmitry StogovOptimized require_once/include_once (eliminated fopen...
2006-05-15 Dmitry StogovOptimized shutdown sequence to iterate only over modifi...
2006-05-15 Dmitry Stogov- Removed source compatibility with libfcgi
2006-05-15 Derick Rethans- MFH: Fixed windows compile error.
2006-05-15 Antony DovgalMFH: disable OCILobRead2() support on Win32
2006-05-14 Marcus Boerger- Update
2006-05-14 Marcus Boerger- Add some update notes
2006-05-14 Marcus Boerger- We have it now fully RFC compliant
2006-05-14 Marcus Boerger- MFH No need to have this controlled by allow_url_fopen
2006-05-14 Marcus Boerger- Readd that E_RECOVERABLE_ERROR, dropping it is a...
2006-05-14 Marcus Boerger- Do not include E_RECOVERABLE_ERROR to the default...
2006-05-14 Marcus Boerger- MFH Add strict compliant RFC2397 support (no //)
2006-05-14 Derick RethansMFH:
2006-05-14 Ilia AlshanetskyMFH: Fixed bug #36630 (umask not reset at the end of...
2006-05-14 Marcus Boerger- Update
2006-05-14 Marcus Boerger- Update
2006-05-14 Marcus Boerger- MFH RFC2397 decoding
2006-05-14 Marcus Boerger- MFH RFC 2397 meta data handling
2006-05-14 Pierre Joye- initial commit
2006-05-13 Rasmus LerdorfSwitch to a signed int for now. Will look at moving...
2006-05-13 Marcus Boerger- MFH Initial support for RFC2397
2006-05-13 Marcus Boerger- MFH add support for --EXPECTHEADERS--
2006-05-13 Marcus Boerger- MFH code layout for __toString() use in parameter...
2006-05-12 Rob RichardsMFH: add doXInclude property to allow processor to...
2006-05-12 Ilia AlshanetskyDownload pear phar file when making a distribution...
2006-05-12 Derick Rethans- MFH: Tests for BC breaking changes.
2006-05-12 Antony DovgalMFH: fix #37416 (iterator_to_array() hides exceptions...
2006-05-12 Sebastian BergmannBump version.
2006-05-12 Marcus Boerger- Missing __toString() pieces
2006-05-11 Marcus Boerger- Update
2006-05-11 Marcus Boerger- MFH
2006-05-11 Antony Dovgalno need to destroy the zval here
2006-05-11 Antony Dovgalfix test
2006-05-11 Marcus Boerger- MFH: add new test
2006-05-11 Dmitry StogovFixed bug #37306 (max_execution_time = max_input_time)
2006-05-11 Ilia AlshanetskyFixed bug #37413 (Rejected versions of flex that don...
2006-05-11 Edin KadribasicRemove pecl includes (Steph), except pdo_odbc which...
2006-05-11 Marcus Boerger- MFH missing bits and pieces of the partial sync with...
2006-05-11 Marcus Boerger- Drop second superflous zval_ptr_dtor in string arg...
2006-05-11 Marcus Boerger- Fix test
2006-05-11 Antony Dovgalfix test
2006-05-11 Antony Dovgalfix segfault when passing objects where strings are...
2006-05-11 Seiji Masugatafixed all mbstring setting information doesn't return...
2006-05-11 Antony Dovgaladd new test
2006-05-11 Marcus Boerger- MFH Add missing ZEND_API declarations
2006-05-11 Marcus Boerger- Use of E_RECOVERABLE_ERROR
2006-05-11 Marcus Boerger- MFH Fix error mode handling
2006-05-11 Rasmus LerdorfThis spelling mistake finally annoyed me enough to...
2006-05-10 Antony Dovgalchange it to be consistent with the others
2006-05-10 Marcus Boerger- Fix tests
2006-05-10 Marcus Boerger- Update tests after MFH
2006-05-10 Marcus Boerger- No more ze1
2006-05-10 Marcus Boerger- Hardcoded error mode was changed to 8191
2006-05-10 Marcus Boerger- MFH tests
2006-05-10 Rasmus LerdorfAdd input_filter hook call in getenv()
2006-05-10 Marcus Boerger- Missing __ToString() sync
2006-05-10 Marcus Boerger- Enforece rule of disallowing throw in __toString()
2006-05-10 Rasmus LerdorfNow that ext/filter is bundled, we should be defining...
2006-05-10 Marcus Boerger- MFH add E_RECOVERABLE as default
2006-05-10 Marcus Boerger- ze1 cleanup (bjori) /thx
2006-05-10 Rob RichardsSynch with HEAD
2006-05-10 Marcus Boerger- Missing __tostring() conversion snippets
2006-05-10 Marcus Boerger- Missed my name
2006-05-10 Frank M. KromannFix win32 build
2006-05-10 Andrei ZmievskiRename RegExIterator -> RegexIterator.
2006-05-10 Rob Richards- Update after api changes
2006-05-10 Antony Dovgalfix tests
2006-05-10 Antony Dovgaladd missing parts of E_RECOVERABLE merge
2006-05-10 Antony Dovgaladd missing ZEND_API to the implementation
2006-05-10 Antony Dovgalnuke extra semi-colon
2006-05-10 Ilia AlshanetskyFixed bug #37394 (substr_compare() returns an error...
2006-05-10 Rob RichardsSynch with HEAD
2006-05-10 Andrey HristovDon't allocate 2 chunks of memory when one can fit...
2006-05-10 Antony DovgalMFH: fix #37392 (Unnecessary call to OCITransRollback...
2006-05-10 Marcus Boerger- MFH news
2006-05-10 Andrei Zmievski*** empty log message ***
2006-05-10 Marcus Boerger- MFH Constructors in interfaces
2006-05-10 Marcus Boergeri- ZE1_compat tests are no longer necessary
2006-05-10 Marcus Boerger- MFH: SplFileObject improvements
2006-05-10 Marcus Boerger- Fix iterators part and add tests
2006-05-10 Marcus Boerger- Update after api changes
2006-05-10 Marcus Boerger- Update after api changes
2006-05-09 Marcus Boerger- Tweak version check
2006-05-09 Marcus Boerger- MFH pcre_get_compiled_regex_cache() support
2006-05-09 Marcus Boerger- MFH as discussed
2006-05-09 Ilia AlshanetskyFixed bug #37376 (fastcgi.c compile fail with gcc 2...
2006-05-09 Andrei Zmievski*** empty log message ***
2006-05-09 Andrei ZmievskiMFH
2006-05-09 Georg Richterremoved unused macro parameter
2006-05-08 Edin KadribasicUpdate news
next