]> granicus.if.org Git - php/shortlog
php
2006-02-22 Dmitry StogovUnicode support: fixed serialization of "Serializable"
2006-02-22 Dmitry StogovUnicode support: fixed serealization of "Serializable...
2006-02-22 Dmitry StogovUnicode support: fixed GLOBALS protection
2006-02-22 Dmitry Stogovfixed test file
2006-02-22 Dmitry StogovFixed test file
2006-02-22 Dmitry StogovUnicode support
2006-02-22 Dmitry StogovFixed test file
2006-02-22 Dmitry StogovUnicode support: fixed __toString() in user defined...
2006-02-22 Dmitry StogovUnicode support
2006-02-22 Dmitry StogovUnicode support: fixed check for class type hint
2006-02-22 Dmitry StogovUnicode support: fixed internal constants usage and...
2006-02-22 Dmitry StogovUnicode support: fixed check for direct call to __clone()
2006-02-22 Dmitry StogovUnicode support: fixed call_user_func(array($this,...
2006-02-22 Antony Dovgalfix ext/wddx build
2006-02-22 <changelog... ChangeLog update
2006-02-21 Marcus Boerger- 2006 now
2006-02-21 Johannes Schlüter- Print deprecation info on reflection export
2006-02-21 Sebastian BergmannFix whitespace.
2006-02-21 Marcus Boerger- More bodies
2006-02-21 Marcus Boerger- Ensure non abstract methods have code
2006-02-21 Johannes Schlüter- List --rf/--rc/--re only with enabled reflection
2006-02-21 Johannes Schlüter- Fix build with readline-support
2006-02-21 Sara GolemonAdd md2 algo support
2006-02-21 Sara GolemonKeep history in package.xml file..
2006-02-21 Sebastian BergmannAdd ReflectionMethod::isDeprecated(). Patch reviewed...
2006-02-21 Dmitry StogovPortable unicode string API:
2006-02-21 Ilia AlshanetskyMFB51: Fixed bug #36458 (sleep() accepts negative values).
2006-02-21 Marcus Boerger- Its 2006 already
2006-02-21 Marcus Boerger- Update
2006-02-21 Marcus Boerger- Ansi compliance issue found by rob
2006-02-21 Dmitry StogovWS
2006-02-21 <changelog... ChangeLog update
2006-02-21 Marcus Boerger- Simplify by remove redundant checks
2006-02-21 Marcus Boerger- Fix text expectations
2006-02-21 Marcus Boerger- Fix mem issue in unicode mode (seems to be a problem...
2006-02-21 Marcus Boerger- Add ReflectionProperty::getDefaultValue()
2006-02-20 Johannes Schlüter- Rename reflection constants to fix parser conflicts
2006-02-20 Marcus Boerger- Show dependencies in dump's too
2006-02-20 Marcus Boerger- Add ReflectionExtension::getDependencies() to retriev...
2006-02-20 Marcus Boerger- Add some arginfo
2006-02-20 Marcus Boerger- WS
2006-02-20 Marcus Boerger- Include examples in documentation
2006-02-20 Marcus Boerger- Synch zend_call_function() with VM function call...
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)
next