]> granicus.if.org Git - php/shortlog
php
2008-01-29 Dmitry StogovFixed types
2008-01-29 Dmitry StogovFixed bug #43505 (Assign by reference bug)
2008-01-29 Dmitry StogovFixed bug #43918 (Segmentation fault in garbage collector)
2008-01-29 Steph FoxJob done.
2008-01-29 Robert Nicholson- update compact_variation1.phpt to take into account...
2008-01-29 Sebastian BergmannAdd Reflection API metadata for XSLTProcessor.
2008-01-29 Steph FoxRock'n'roll... just php includes to figure out now.
2008-01-29 David Coallier- Good proto message and description of function
2008-01-29 <changelog... ChangeLog update
2008-01-29 Antony Dovgalfix #43596 (array_slice(): $length arg ignored when...
2008-01-29 Antony Dovgalfix typo and bug #43646
2008-01-28 Stanislav Malyshevfix type
2008-01-28 Andrey HristovMoving extension specific code to php_mysqlnd.c as...
2008-01-28 Antony DovgalMFB: fix #43927 (koi8r is missing from html_entity_deco...
2008-01-28 Andrey HristovMFB:
2008-01-28 Marcus Boerger- Make SplObjectStorage implement ArrayAccess
2008-01-28 Steph Fox'It works on my box'.
2008-01-28 Derick Rethans- Added two optional parameters to timezone_transitions...
2008-01-28 Derick Rethans- MF53: Fixed test case.
2008-01-28 Derick Rethans- MF53: Added missing folding tags.
2008-01-28 Derick Rethans- Send the debug info to stderr instead of stdout.
2008-01-28 Derick Rethans- Added DateTime::getTimestamp() / date_timestamp_get().
2008-01-28 Greg Beaverfix PharFileInfo->setAlias (was wildly broken)
2008-01-28 Andrey HristovMFB: More optimizations - less MM calls
2008-01-28 Steph FoxGet rid of zip requirement in the last few tests
2008-01-28 Steph FoxGet rid of zip requirement
2008-01-28 Scott MacVicarFixed bug #43954 (Memory leak when sending the same...
2008-01-28 Steph Fox- Moved phar_unixify_path_separators() to a single...
2008-01-28 Hannes MagnussonRemove items already in 5.3
2008-01-28 Nuno Lopesremove unused PHP_MYSQL_API macro
2008-01-28 Greg Beaverremove ext/zip dependency entirely, write better native...
2008-01-28 <changelog... ChangeLog update
2008-01-27 Derick Rethans- Fixed parsing of timestamps.
2008-01-27 Hannes MagnussonFix test
2008-01-27 Marcus Boerger- Test went to 5.2... somehow.... very strange
2008-01-27 Marcus Boerger- Add second parameter to SplObjectStorage::attach()
2008-01-27 Derick Rethans- Update proto.
2008-01-27 Derick Rethans- Added support for selectively listing timezone identi...
2008-01-27 Nuno Lopesfix test
2008-01-27 Nuno Lopesbe more strict in the skipif
2008-01-27 Nuno LopesMFB: fix skipifs
2008-01-27 Rob Richardsadd missing export
2008-01-27 Marcus Boerger- revert over constfying
2008-01-27 Etienne KneussTypo
2008-01-27 Etienne Kneuss-Pointer doesn't move if we're moving forward and shift...
2008-01-27 <changelog... ChangeLog update
2008-01-26 Etienne KneussIterator implementation for SplDoublyLinkedList, SplSta...
2008-01-26 <changelog... ChangeLog update
2008-01-26 Steph Fox- Added is_writable() check on temp directory
2008-01-25 Nuno LopesMFB: const keywording
2008-01-25 Nuno LopesMFB: const keywording
2008-01-25 Nuno LopesMFB: const'ify
2008-01-25 Nuno LopesMFB: move data to const segment
2008-01-25 Nuno Lopesspread some static keywords
2008-01-25 Scott MacVicarMFB: Fix html_entity_decode when converting numeric...
2008-01-25 Steph Fox- Rewrite stub to take up slightly less space
2008-01-25 Steph Fox"What helly said"
2008-01-25 Rob Richardsfix win32 compile
2008-01-25 Rob Richardsfix zts build
2008-01-25 Steph FoxMake all possible build combinations work under doze...
2008-01-25 Antony Dovgalendless loop (and stack overflow) protection in compact()
2008-01-25 <changelog... ChangeLog update
2008-01-25 Robert Nicholson- Add a basic test for array_shuffle()
2008-01-25 Robert Nicholson- add some basic tests for array diff and intersection...
2008-01-24 Antony Dovgaluse local header when building bundled regex engine
2008-01-24 Dmitry StogovFixed win32 build
2008-01-24 Dmitry StogovFixed compilation warnings
2008-01-24 Robert Nicholson- New tests for compact()
2008-01-24 Rob Richardsfix zts build
2008-01-24 Dmitry StogovIncreased Zend MM cache size
2008-01-24 Dmitry StogovFixed possible GC failure bacause of EG(object_store...
2008-01-24 Dmitry StogovFixed GC bug
2008-01-24 Derick Rethans- Show GC statistics if GC benchmarking is enabled.
2008-01-24 Sara GolemonFix potential crash when non-array is used optimisticly
2008-01-24 Dmitry StogovFixed bug #43426 (crash on nested call_user_func()...
2008-01-24 Sara GolemonFlag unicode safe functions
2008-01-24 Dmitry StogovChanged EG(argument_stack) implementation.
2008-01-24 <changelog... ChangeLog update
2008-01-23 Greg Beaverinitial work on more efficient zip implementation,...
2008-01-23 Dmitry Stogovtypo
2008-01-23 Andrey HristovMerge with internal version
2008-01-23 Dmitry StogovAdditional executor specialization
2008-01-23 Antony Dovgaladd missing TSRMLS_CC and fix segfaults in ZTS mode
2008-01-23 Antony Dovgalfix test
2008-01-23 Antony Dovgalfix #43559 (array_merge_recursive() doesn't behave...
2008-01-23 Antony DovgalMFH: fix leak appearing when appending data to unnamed...
2008-01-23 <changelog... ChangeLog update
2008-01-23 Ilia AlshanetskyMFB:Fixed bug #43912 (Interbase column names are trunca...
2008-01-22 Marcus Boerger- Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)
2008-01-22 Greg Beaverfix 2 tests, add phar.readonly checks to rmdir/mkdir
2008-01-22 Etienne KneussNews: already in 5_3
2008-01-22 Antony Dovgalnew test by Lars Strojny
2008-01-22 Dmitry StogovAdded garbage collector
2008-01-22 Greg Beaverfix tests to match CVS
2008-01-22 <changelog... ChangeLog update
2008-01-21 Etienne KneussAdd doxygen docs for SplDoublyLinkedList, SplStack...
2008-01-21 Dmitry StogovChanged exception handling. Now each op_array doesn...
2008-01-21 Dmitry StogovFixed compilation warning
2008-01-21 Dmitry StogovYet another comparison optimisation for usual cases
2008-01-21 Antony Dovgalfix #42861 (strtr() crashes in Unicode mode when $from...
next