]> granicus.if.org Git - php/shortlog
php
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...
2006-07-12 Dmitry StogovFixed bug #36759 (Objects destructors are invoked in...
2006-07-12 Marcus Boerger- Reorder and add missing
2006-07-12 Hartmut Holzgraefefixed C&P errors in groups handling, activated groups...
2006-07-11 Hartmut HolzgraefeMFH
2006-07-11 Hartmut HolzgraefeMFH make sure that embedded database is correctly initi...
2006-07-11 Hartmut Holzgraefedebug output was breaking all tests
2006-07-11 Hartmut HolzgraefeMFH test for ping and kill methods
2006-07-11 Ilia AlshanetskyFixed test
2006-07-11 Antony Dovgaladd new tests by Ligaya Turmelle
2006-07-11 Antony DovgalMFH: /tmp is often a symlink, use /bin instead
2006-07-11 Antony Dovgalfix typo, add new test
2006-07-11 Dmitry StogovNuke signed/unsigned compiler warnings
2006-07-11 Dmitry StogovNuke signed/unsigned compiler warnings
2006-07-11 Antony Dovgalfix segfault in jdmonthname(), add test
2006-07-11 Antony Dovgaleliminate compile warnings
2006-07-11 Antony Dovgalthere is no Unicode in 5_2
2006-07-11 Dmitry StogovFixed memory leak in case of exception in iterator...
2006-07-11 Ilia Alshanetskyapache2handler sapi is no longer experimental
2006-07-10 Hartmut Holzgraefe(MFH) "transaction" tests should test commit, too,...
2006-07-10 Dmitry StogovFixed memory leaks in ext/spl/tests/fileobject_003...
2006-07-10 Hartmut HolzgraefeMFH
2006-07-10 Dmitry StogovFixed bug #37947 (zend_ptr_stack reallocation problem)
2006-07-10 Antony DovgalMFH: fix mysqli_*_free_storage() funcs to conform with...
2006-07-10 Dmitry StogovAnother fix for #38019
2006-07-10 Antony DovgalMFH: initialize vars
2006-07-10 Dmitry StogovFixed bug #38055 (Wrong interpretation of boolean param...
2006-07-10 Dmitry StogovFixed bug #38019 (segfault extending mysqli class)
2006-07-10 Dmitry StogovFixed bug #38005 (SoapFault faultstring doesn't follow...
2006-07-10 Hartmut HolzgraefeMFH
next