]> granicus.if.org Git - php/shortlog
php
2006-02-20 Marcus Boerger- Add deprecation flag and message
2006-02-20 Dmitry StogovPreparation for portable string API (use macroses to...
2006-02-20 Dmitry StogovIncorrect usage of Z_TYPE() macro
2006-02-20 Ilia AlshanetskyMFB51: Fixed bug #36434 (Improper resolution of declari...
2006-02-20 Dmitry StogovFixed SIGSEGV in unicode mode
2006-02-20 Dmitry StogovFixed wrong prototype and error message
2006-02-20 Dmitry StogovFixed start inex in iterator
2006-02-20 Dmitry StogovFixed test files
2006-02-20 Dmitry StogovFixed memory corruption
2006-02-20 Dmitry StogovFixed test file
2006-02-20 <changelog... ChangeLog update
2006-02-19 Michael Wallner- changelog
2006-02-19 Michael WallnerMF51: fix tiger on big endian platforms
2006-02-19 Ilia AlshanetskyMore safe_mode nuking
2006-02-19 Ilia AlshanetskyNuke safe_mode
2006-02-19 Marcus Boerger- Add new function
2006-02-19 Marcus Boerger- Interfaces may have static methods to enforce their...
2006-02-19 Marcus Boerger- Static functions cannot be abstract
2006-02-19 Marcus Boerger- Fix method flag handling
2006-02-19 <changelog... ChangeLog update
2006-02-19 Andi Gutmans- Couple of compile fixes.
2006-02-19 Andi Gutmans- Get rid of using ENFORCE_SAFE_MODE.
2006-02-19 Andi Gutmans- Fix according to Sara's reply
2006-02-19 Andi Gutmans- More safe_mode nuking
2006-02-19 Andi GutmansNuke php_check_safe_mode_include_dir
2006-02-19 Andi Gutmans- Some more safe_mode nuking
2006-02-19 Andi GutmansStart nuking safe_mode. Still a lot of work to do...
2006-02-18 Marcus Boerger- There is no %v in sprintf
2006-02-18 Marcus Boerger- Fix naming inconsistency reported by sebastian
2006-02-18 Marcus Boerger- Fix integrated iterator index
2006-02-18 Marcus Boerger- Fix possible memory corruption/memleak issue with...
2006-02-18 Marcus Boerger- Add test
2006-02-18 Marcus Boerger- Add new test
2006-02-18 Marcus Boerger- Initiai fix to Bug #36436 DBA problem with Berkeley DB4
2006-02-18 Michael WallnerMF51: fix misleading proto (confused in and out charset)
2006-02-18 <changelog... ChangeLog update
2006-02-17 Andrei ZmievskiNULL byte should be escaped to \000 instead of \0 in...
2006-02-17 Marcus Boerger- Change to offsetof as suggested by Clayton
2006-02-17 <changelog... ChangeLog update
2006-02-16 Antony Dovgalfix #36420 (segfault when access result->num_rows after...
2006-02-16 Ilia AlshanetskyMFB51: Fixed bug #36420 (segfault when access result...
2006-02-16 Antony Dovgalimprove usleep(): use new param parsing API, check...
2006-02-16 <changelog... ChangeLog update
2006-02-16 Antony Dovgalfix typo
2006-02-16 Marcus Boerger- Fix iterator handling (how did the fix after api...
2006-02-15 Marcus Boerger- Little speedup + first test
2006-02-15 Antony Dovgalfix #36403 (oci_execute() no longer supports OCI_DESCRI...
2006-02-15 Antony DovgalMF51: fix memory leak and possible invalid reads
2006-02-15 Antony Dovgalfix #36400 (Custom 5xx error does not return correct...
2006-02-15 <changelog... ChangeLog update
2006-02-14 Antony DovgalMF51:
2006-02-14 Ilia AlshanetskyMFB51: Fixed bug #36345 (PDO/MySQL problem loading...
2006-02-14 Antony Dovgaladd test for bug #36337
2006-02-14 <changelog... ChangeLog update
2006-02-13 Marcus Boerger- Change unicode_enabled() to unicode_semantics() per...
2006-02-13 Dmitry Stogovpval -> zval (Steph)
2006-02-13 Dmitry StogovTypo (misplaced #endif)
2006-02-13 Ilia AlshanetskyMFB51: Fixed bug #36337 (ReflectionProperty fails to...
2006-02-13 Dmitry StogovFixed bug #36205 (Memory leaks on duplicate cookies)
2006-02-13 Dmitry StogovMade server wide switch for unicode on/off (according...
2006-02-13 Marcus Boerger- Fix ini unicode_semantics (patch by Brion Vibber)
2006-02-13 Marcus Boerger- Add unicode_enabled() to check whether unicode_semant...
2006-02-13 <changelog... ChangeLog update
2006-02-12 Marcus Boerger- Reinsert line deleted per accident
2006-02-12 Marcus Boerger- Fix tests
2006-02-12 Marcus Boerger- No more old parameter api usage
2006-02-12 Ilia AlshanetskyMFB51: Fixed bug #36351 (parse_url() does not parse...
2006-02-12 <changelog... ChangeLog update
2006-02-11 <changelog... ChangeLog update
2006-02-11 Rui Hirokawaadded additional info about mail encoding to mb_get_inf...
2006-02-11 Andrei ZmievskiImplement character/word/line/sentence iterators and...
2006-02-10 Antony Dovgalfix #36359 (splFileObject::fwrite() doesn't write when...
2006-02-10 Rasmus Lerdorf(Missing patch from the PHP 4 tree that got lost in...
2006-02-10 <changelog... ChangeLog update
2006-02-10 Andrei ZmievskiMake ReverseTextIterator a separate class.
2006-02-09 Andrei ZmievskiWe already have default collator available.
2006-02-09 Pierre Joye- fix order
2006-02-09 Ilia AlshanetskyMFB51: Added test for bug #36308
2006-02-09 Pierre Joye- MFB:
2006-02-09 <changelog... ChangeLog update
2006-02-08 Ilia AlshanetskyMFB51: Fixed bug #36334 (Added missing documentation...
2006-02-08 Johannes Schlüter- Fix charset
2006-02-08 Johannes Schlüter- It's 2006 and PHP 6
2006-02-08 Antony Dovgalmove function definition from .h to .c, where it should be
2006-02-08 Andrei Zmievskiunicode_semantics cannot be set on per-request basis
2006-02-08 <changelog... ChangeLog update
2006-02-08 Ilia AlshanetskyMFB51: Fixed bug #36308 (ReflectionProperty::getDocComm...
2006-02-08 Andrei ZmievskiReverse iteration for combining sequences.
2006-02-07 Andrei ZmievskiImplement reverse iteration for codeunits and codepoint...
2006-02-07 Andrei ZmievskiMFB.
2006-02-07 Antony Dovgaldon't use deprecated call-time by reference
2006-02-07 Dmitry StogovCompression level shouldn't be greatr then 9.
2006-02-07 Dmitry StogovFixed bug #36083 (SoapClient waits for responses on...
2006-02-07 Rob Richardsmodify get_iterator calls for engine change
2006-02-07 Rob Richardsmodify get_iterator call for engine change
2006-02-07 <changelog... ChangeLog update
2006-02-07 Andrei ZmievskiCheck for get_properties handler before using it. ...
2006-02-07 Pierre Joye- MFB: #36306, crc32() result differs on 32-bit and...
2006-02-07 Andrei ZmievskiImplement combining sequences support in TextIterator.
2006-02-06 Andrei Zmievski- Fix up a bunch of stuff.
next