]> granicus.if.org Git - php/shortlog
php
2008-02-13 Ilia AlshanetskyNew calendar parsing API
2008-02-13 Derick Rethans- MFH: Add some missing elements from the return value.
2008-02-13 Marcus Boerger- MFH Add missig .cvsignore
2008-02-13 Etienne KneussMFH: Fix inconcistencies between substr and substr_compare
2008-02-13 Josie Messa- New tests for array_shift() function
2008-02-13 Dmitry StogovUse memrchr() instead of zend_memrchr() if available...
2008-02-13 Josie Messa- New tests for array_push() function
2008-02-13 Josie Messa- committing tests for array_merge() function
2008-02-13 Josie Messa- committing tests for array_key_exists() function
2008-02-13 Marcus Boerger- MFH Make this behave like in <= 5.2.5 and test for it
2008-02-12 Greg BeaverMFH: fix potential memleak due to destruction of filter...
2008-02-12 Andrey HristovFix windows build - VC doesn't like nested macros
2008-02-12 Johannes Schlüter- MFH: Make clear what's going on and avoid overwriting...
2008-02-12 Johannes SchlüterMFH: - Fix build with TSRM and mysqlnd
2008-02-12 Hannes MagnussonFix test
2008-02-12 Ilia AlshanetskyDisable mbstring overload
2008-02-12 Josie Messa- committing array_change_key_case variation tests
2008-02-12 Antony DovgalMFH
2008-02-12 Andrey HristovFix typo
2008-02-12 Felipe PenaFixed Bug #44094 (SEGFAULT when using mysql_connect())
2008-02-12 Dmitry StogovAdded NOWDOC
2008-02-12 Dmitry StogovAdded NEWDOC
2008-02-12 Dmitry StogovFixed ext/tokenizer test failures because of token...
2008-02-12 Zoe SlatteryFixing 44092
2008-02-12 Felipe Penaarray_slice() - Fixed behavior when NULL is given in...
2008-02-12 Felipe PenaNew test
2008-02-12 Stanislav Malyshevfix folding
2008-02-12 Stanislav MalyshevHNY
2008-02-12 Stanislav Malyshevadd T_DIR
2008-02-12 Stanislav Malyshevadd tests for __DIR__
2008-02-12 Stanislav Malyshev__DIR__ announce
2008-02-12 Stanislav Malyshev[DOC] Add compile-time __DIR__ constant which implement...
2008-02-11 Andrey Hristovcvs sync
2008-02-11 Etienne KneussMFH: Provide ctod/dtor with TSRM
2008-02-11 Ilia AlshanetskyFixed test on 64bit machines
2008-02-11 Hannes MagnussonFix segfaults when calling "ctors statically"
2008-02-11 Andrey Hristovnew 6.0 flag
2008-02-11 Etienne KneussMFH: cosmetics
2008-02-11 Antony DovgalMFH
2008-02-11 Johannes Schlüter- Fix typo (see #44095)
2008-02-10 Johannes SchlüterMFH: The exact message differs on different systems
2008-02-10 Ilia AlshanetskyPossible fix for bug #43861
2008-02-09 Johannes SchlüterMFH: Fix build on Solaris
2008-02-09 Marcus Boerger- MFH Windows build fix
2008-02-08 Nuno Lopesfix ===DONE=== with windows EOLs
2008-02-08 Nuno Lopesadd new test to test function with many arguments ...
2008-02-08 Dmitry StogovImproved md5() implementation (Solar Designer)
2008-02-07 Ilia AlshanetskyUpdate copyright
2008-02-07 Marcus Boerger- MFH Simplify
2008-02-07 Marcus Boerger- MFH Add %Z to *printf
2008-02-07 Jani Taskinenfix test
2008-02-07 Marcus Boerger- MFH WS
2008-02-07 Jani TaskinenMFH
2008-02-07 Antony DovgalMFH: fix TSRM mutex return value inconsitencies (patch...
2008-02-07 Ilia AlshanetskyNew param parsing API
2008-02-06 Marcus Boerger- MFH Fix missing check and tests
2008-02-06 Jani TaskinenMFH
2008-02-06 Jani TaskinenMFH:- Fixed bug in handling arrays which caused the...
2008-02-06 Andrey HristovFix a test
2008-02-06 Andrey HristovMFH: Fix a compatibility bug and a failing test
2008-02-06 Andrey HristovMFH: Fix test
2008-02-06 Andrey HristovPconnect working with mysqli_real_connect(). To less...
2008-02-06 Marcus Boerger- WS/Cleanup/grouping - WOW that'll be a really nice...
2008-02-06 Zoe SlatteryFixing bug 44042
2008-02-06 Zoe SlatteryFixing 32 bit specific
2008-02-06 Zoe SlatteryTests for assorted Maths functions
2008-02-05 Marcus Boerger- MFH Add new test
2008-02-05 Marcus Boerger- MFH Fix cross class tree reference issues with callba...
2008-02-05 Ilia AlshanetskyFixed bug #44046 (crash inside array_slice() function...
2008-02-05 Robert Nicholson- fix arsort_variation3.phpt which was missing its...
2008-02-05 Hannes MagnussonFix test
2008-02-04 Marcus Boerger- MFH Really last flag change (got confused with code)
2008-02-04 Jani TaskinenMFH: - Fixed bugs #43915, #43923 and #44019, a tiny...
2008-02-04 Marcus Boerger- MFH Update docu
2008-02-04 Jani TaskinenMFH: allow using these constants in php.ini (f.e. PHP_S...
2008-02-04 Marcus Boerger- MFH Fix/add folding markers
2008-02-04 Marcus Boerger- MFH Really fix flag handling
2008-02-04 Marcus Boerger- MFH Fix #44018 (RecursiveDirectoryIterator options...
2008-02-04 Andrey HristovSimplify unique string generation and plug a leak.
2008-02-04 Andrey HristovFix a leak, memory warning and failing test case.
2008-02-04 Marcus Boerger- MFH Fix default flag value in contructor
2008-02-04 Marcus Boerger- MFH Fix messages and tests
2008-02-04 Marcus Boerger- CS/WS
2008-02-04 Sebastian BergmannMFH: Add missing Reflection API metadata for DOM classes.
2008-02-04 Robert Nicholson- added some new tests for arsort
2008-02-03 Marcus Boerger- Update .cvsignore
2008-02-03 Marcus Boerger- Small improvements, no malloc needed for the zval
2008-02-03 Ilia AlshanetskyFixed bug #44028 (crash inside stream_socket_enable_cry...
2008-02-03 Marcus Boerger- MFH Typo
2008-02-03 Marcus Boerger- MFH Rename it again
2008-02-03 Marcus Boerger- MFH Rename dump_config_hash() to get_config_hash...
2008-02-03 Marcus Boerger- Fix warnings
2008-02-03 Felipe PenaFixed reference problem (variable were converted)
2008-02-03 Derick Rethans- MFH: Support "first/last day of <month>" style texts.
2008-02-03 Marcus Boerger- Only one line heading
2008-02-03 Felipe PenaMissing Johannes' name
2008-02-03 Zoe SlatteryMoving the the phpt generation script to scripts/dev...
2008-02-02 Marcus Boerger- MFH Synch directory changes
2008-02-02 Antony DovgalMFH: fix leak appearing when calling non-static protect...
2008-02-02 Marcus Boerger- MFH Show interfaces
next