]> granicus.if.org Git - php/shortlog
php
2006-07-22 Nuno Lopesmore const keywording
2006-07-22 Nuno Lopesdont create images in the php source root. output them...
2006-07-22 Pierre Joye- hopla, before I got more conflicts ;)
2006-07-22 Nuno Lopesuse const keyword where possible
2006-07-22 Pierre Joye- silent compiler warnings (char/unsigned char)
2006-07-22 Pierre Joye- api shake #1, parse_pararameter has to be changed too
2006-07-22 Pierre Joye- API Shake up #1, use input type as first argument...
2006-07-21 Andrei ZmievskiMFH
2006-07-21 Marcus Boerger- MFH Update docu
2006-07-21 Marcus Boerger- MFH Match code with docu
2006-07-21 Marcus Boerger- MFH Update RegexIterator, Docu & Tests
2006-07-21 Dmitry StogovChanged error message (E_ERROR -> E_NOTICE) in case...
2006-07-21 Dmitry StogovFixed wrong "type" argument to read_property() handler
2006-07-20 Marcus Boerger- Synch RegexIterator with HEAD
2006-07-20 Marcus Boerger- MFH Clean up (after consulting Andrei)
2006-07-20 Edin KadribasicLib update
2006-07-20 Seiji MasugataInitial commit. Updated bundled oniguruma library ...
2006-07-20 Derick Rethans- MFH: Rename date classes to DateTime and DateTimeZone
2006-07-20 Seiji MasugataUpdated bundled oniguruma library (used for multibyte...
2006-07-20 Pierre Joye- make boolean logical filter works like int/float...
2006-07-20 Antony Dovgalrephrase
2006-07-20 foobarMFH: simplify
2006-07-20 foobarupdate
2006-07-20 foobarMFH
2006-07-20 Antony DovgalMFH: use E_WARNING on recursion and add null to the...
2006-07-20 Antony DovgalMFH: ZTS fix
2006-07-20 Antony Dovgaladd missing .cvsignore
2006-07-20 Antony DovgalMFH: add recursion protection to json_encode() and...
2006-07-20 Antony Dovgalfix segfault, add test
2006-07-20 Antony DovgalMFH
2006-07-20 Antony DovgalMFH
2006-07-20 Antony Dovgalbreak; break; -> break;
2006-07-19 Pierre Joye- fix tests for PI with libxml 2.6.24+, a new line...
2006-07-19 Ilia AlshanetskyExtension news
2006-07-19 Ilia AlshanetskyFixed compiler warnings and enable Json by default.
2006-07-19 foobarun*uck NEWS
2006-07-19 foobarMissing file..
2006-07-19 Michael WallnerMFH: added error_get_last() function
2006-07-19 Dmitry StogovFixed bug #37144 (PHP crashes trying to assign into...
2006-07-19 Antony Dovgalno need to fetch name and free it immediately after...
2006-07-19 Antony Dovgalfix tests
2006-07-19 Antony DovgalMFH: increase refcount when adding zval to the result...
2006-07-19 Antony Dovgalfix compile warnings
2006-07-19 Antony Dovgalfetch tsrm_ls, don't use it uninitialized
2006-07-18 Ilia AlshanetskyFixed memory leak
2006-07-18 Antony DovgalMFH: fix build on platforms without mremap()
2006-07-18 Antony Dovgalnews entry
2006-07-18 Antony DovgalMFH: add gmp_nextprime()
2006-07-18 Derick Rethans- Enable all new date functions and classes
2006-07-18 Antony Dovgalfix test
2006-07-18 Dmitry StogovNew memory manager
2006-07-18 Antony Dovgalfix logic
2006-07-18 Antony DovgalMFH: fix DVAL_TO_LVAL() on AIX with old gcc
2006-07-18 Ilia AlshanetskyAdded possible failure note.
2006-07-17 Marcus Boerger- MFH Fix #38125 undefined reference to spl_dual_it_fre...
2006-07-17 Michael Wallner- fix bug #37945 pathinfo() cannot handle argument...
2006-07-17 Pierre Joye- #38112, add test and use MAX_LWZ_BITS instead of...
2006-07-17 Pierre Joye- sync tests with HEAD
2006-07-17 Nuno Lopesmake valgrind trace child processes. useful for the...
2006-07-17 Nuno Lopesnew test
2006-07-17 Nuno Lopesnow they are really equivalent..
2006-07-17 Antony Dovgaltypofix
2006-07-17 Dmitry StogovFixed memory leaks in ZTS mode.
2006-07-17 Antony DovgalMFH
2006-07-17 Seiji Masugataadded option parameter mb_strrpos( ).
2006-07-17 Ilia AlshanetskyDon't use regex where none is needed.
2006-07-16 Marcus Boerger- MFH Typo
2006-07-16 Marcus Boerger- MFH Update docu
2006-07-16 Marcus Boerger- MFH:
2006-07-16 Marcus Boerger- MFH: Little bit refactoring: Two new PHPAPI functions:
2006-07-16 Nuno Lopesnew tests. almost 90% of code coverage
2006-07-16 Marcus Boerger- MFH Correct test name
2006-07-16 Christian Stockerimproved code (after suggestion by helly)
2006-07-16 Antony Dovgalfix test
2006-07-16 Christian StockerAdded DOMNode::getNodePath() for getting an XPath for...
2006-07-16 Pierre Joye- #38112, corrupt GIF segfaults, test will follow
2006-07-16 Marcus Boerger- MFH Fixed Bug #29538 number_format and problem with 0
2006-07-16 Marcus Boerger- MFH Pathinfo allows to get filename (Toby S, Christian S)
2006-07-15 Marcus Boerger- MFH Implement todo: SplFileObject: ability to set...
2006-07-15 Marcus Boerger- MFH Fix issue with SplFileObject and directories
2006-07-15 Marcus Boerger- MFH array_fill_keys, better unicode support, use...
2006-07-15 Marcus Boerger- MFH Added array_fill_keys(). (Marcus, Mathew W)
2006-07-14 Antony Dovgalrephrase the error message (fixes #38106)
2006-07-14 Nuno Lopesfix test with some aspell versions
2006-07-13 Antony Dovgalfix build
2006-07-13 Ilia AlshanetskyFixed test for systems where set_charset() method is...
2006-07-13 Ilia AlshanetskyFixed compiler warnings.
2006-07-13 Antony DovgalMFH: fix #38086 (stream_copy_to_stream() returns 0...
2006-07-13 Ilia AlshanetskyFixed compiler warnings.
2006-07-12 Antony DovgalMFH: init variables and get rid of annoying warnings
2006-07-12 Antony DovgalMFH: initialize EG(exit_status) in ZTS mode
2006-07-12 Michael WallnerMFH: add note why replace is 0, so that I don't wonder...
2006-07-12 Antony Dovgalbailout on error and don't try to create fields of...
2006-07-12 Antony Dovgalit's usually good idea to initialize variables
2006-07-12 Antony Dovgalfix invalid read - no need to compare strings if haysta...
2006-07-12 Antony Dovgalfix #38072 (boolean arg for mysqli_autocommit() is...
2006-07-12 Antony Dovgalfix TSRM build
2006-07-12 Dmitry StogovFixed bug #38067 (Parameters are not decoded from utf...
2006-07-12 Hartmut HolzgraefeMFH new test cases
2006-07-12 Dmitry StogovDestructors call order is changed (Fixed bug #36759...
next