]> granicus.if.org Git - php/shortlog
php
2008-05-07 Antony Dovgalno need to add this entry - it's in 5_2 already
2008-05-07 David Coallier- Added news item to the NEWS (Fixed bug 44811)
2008-05-07 David Coallier- Test for bug #44811
2008-05-07 David Coallier- Fixed bug #44811 (Improve error message when creating...
2008-05-07 Andrey HristovUpdate mysqlnd - new ini variable
2008-05-07 Felipe Pena- New tests
2008-05-07 Dmitry StogovUse IS_CV for dirrent access to $this variable
2008-05-07 Greg Beaverprepare for 2.0.0b1 release, pending review (finally)
2008-05-07 Greg Beaverremove files created
2008-05-07 Greg Beavervalidate user-supplied aliases when converting archives...
2008-05-07 Greg Beaver[DOC]
2008-05-07 Greg Beaverremove APC fanciness - this was causing non-caching...
2008-05-07 <changelog... ChangeLog update
2008-05-06 Etienne KneussAdd a flag that defines whether the objects should...
2008-05-06 Greg Beaverfix zip metadata for archive/fix perms for file in...
2008-05-06 Greg Beavernew failing test for testing all zip creation facets
2008-05-06 Greg Beaverfix segfault in buildfromdirectory2 test and potential...
2008-05-06 Greg Beaverfix alias overloading handling for archives that are...
2008-05-06 Greg Beavernew test for unset behavior
2008-05-06 Ilia AlshanetskyMFB: Fixed bug #44836 (putenv() crashes, avoid direct...
2008-05-06 Dmitry StogovUse lazy symbol table initialization for op_arrays...
2008-05-06 Dmitry StogovFixed possible memory leak
2008-05-06 Dmitry StogovGC fix
2008-05-06 Kalle Sommer... Changed php_*h() + php_log1p() + php_expm1() to be...
2008-05-06 <changelog... ChangeLog update
2008-05-05 Rasmus LerdorfNo domainname element in utsname on OSX
2008-05-05 Dmitry Stogov- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE...
2008-05-05 Dmitry StogovSupport for old-style constructors in namespaces
2008-05-05 Kalle Sommer... Implemented Windows support for asinh(), acosh(), atanh...
2008-05-05 <changelog... ChangeLog update
2008-05-04 Etienne KneussFix protos
2008-05-04 Steph Fox- Some tests for buildFromDirectory()
2008-05-04 Derick Rethans- Added support for "<xth> <weekday of" and "last ...
2008-05-04 Rob Richardsfix bug #44891 Memory leak using registerPHPFunctions...
2008-05-04 Derick Rethans- Added support for using ISO 8601 time intervals to...
2008-05-04 Antony Dovgalfix folding
2008-05-04 <changelog... ChangeLog update
2008-05-03 Steph Fox- Kill Windows warning when int meets short
2008-05-03 Zoe SlatteryCommitting corrected test from Eric Stewart
2008-05-03 Etienne KneussMFB: Fix #44838 (static class reference restricting...
2008-05-03 Etienne KneussFix #44484 (define SimpleXMLElement::__toString())
2008-05-03 Derick Rethans- Added support for using an end date to limit the...
2008-05-03 Derick Rethans- Fixed weekdays algorithm.
2008-05-03 Greg Beaveradd Phar::unlinkArchive() to allow complete removal...
2008-05-03 <changelog... ChangeLog update
2008-05-03 Felipe Pena- Fixed bug #44899 (__isset usage changes behavior...
2008-05-02 Antony Dovgalfix build
2008-05-02 Derick Rethans- Fixed an issue in date() where a : was printed for...
2008-05-02 Derick Rethans- More coffee required...
2008-05-02 Elizabeth Marie... MFB
2008-05-02 Derick Rethans- MF53: fix for bug #44870: rename() on directory delet...
2008-05-02 Lars StrojnyHard enabling it for Windows, readding define for UNIX...
2008-05-02 Lars StrojnyHard enabling ext/reflection on UNIX too [DOC]
2008-05-02 Derick Rethans- Added DateInterval::createFromDateString() that creat...
2008-05-02 Greg Beaverrefactor isTar/isZip/isPhar into isFileFormat(int forma...
2008-05-02 Greg Beaverupdate TODO, re-order methods to be alphabetical, tweak...
2008-05-02 <changelog... ChangeLog update
2008-05-01 Derick Rethans- Rearranged some structures to allow for more powerful...
2008-05-01 Derick Rethans- Include the starting date by default in the iterator...
2008-05-01 Ant Phillipsopen_basedir tests for directory functions
2008-05-01 Ant Phillipsopen_basedir tests for directory functions
2008-05-01 <changelog... ChangeLog update
2008-05-01 Derick Rethans- Added the DatePeriod class/iterator that iterates...
2008-04-30 Greg Beaverfix possible read past end of buffer by ridiculously...
2008-04-30 Greg Beaverfix unix-only valgrind issue by initializing arch
2008-04-30 Greg Beaverfix cwd test in php 5.2, now all tests pass in 5.2...
2008-04-30 Greg Beaverfix test to be truly path-agnostic
2008-04-30 Greg Beaverfix Bug #13786 on unix (Steph can you verify?)
2008-04-30 Greg Beaverfix test (passes in PHP_5_3 on my 64-bit machine, have...
2008-04-30 Greg Beaveradd helper file I use for debugging the front controlle...
2008-04-30 Greg Beaveradd missing file for test
2008-04-30 Greg Beaverfix double free
2008-04-30 Greg Beaverstupid cut/paste error
2008-04-30 Greg Beaverincrease code coverage to test cwd stuffs
2008-04-30 Ant PhillipsFix session test failures as reported by Antony Dovgal.
2008-04-30 Ant PhillipsBreak up complicated rename tests into some smaller...
2008-04-30 Dmitry StogovIS_CONST operands are always have is_ref==1 and refcoun...
2008-04-30 Ant PhillipsFix session test failures as reported by Antony Dovgal.
2008-04-30 Greg Beaverremove unneeded exception handling (webPhar is always...
2008-04-30 <changelog... ChangeLog update
2008-04-29 Antony Dovgalfix spelling
2008-04-29 Dmitry StogovFixed GC slowdown
2008-04-29 Steph Fox- Allow setStub() to continue working
2008-04-29 Steph Fox- Prevent phars with empty manifests flushing to disk
2008-04-29 Steph Fox- Fix paths in test
2008-04-29 Steph Fox- Add test for bug #13786
2008-04-29 Ant PhillipsMore session tests to improve code coverage for unteste...
2008-04-29 Dmitry StogovAdded missing lazy initialization
2008-04-29 Ant PhillipsMore session tests to improve code coverage for unteste...
2008-04-29 Dmitry StogovLazy EG(active_symbol_table) initialization
2008-04-29 Antony Dovgallexer fix by Greg
2008-04-29 Antony Dovgalcosmetic enhancements
2008-04-29 Antony Dovgalfix test
2008-04-29 <changelog... ChangeLog update
2008-04-28 Greg Beaverfix segfault (now all tests pass here)
2008-04-28 Greg Beaverfix double free and broken stat.phpt
2008-04-28 Greg Beaverremove hack introduced because of broken usage of php_r...
2008-04-28 Greg BeaverMFB: fix erroneous use of php_resolve_path in _php_stre...
2008-04-28 Greg BeaverMFB: Fixed potentially confusing error message on failu...
2008-04-28 Greg Beaverit's a bit cheesy, but make this test 5.2/5.3 agnostic :)
next