]> granicus.if.org Git - php/shortlog
php
2006-02-27 Marcus Boerger- MFB
2006-02-27 Johannes Schlüter- Add .cvsignore
2006-02-27 <changelog... ChangeLog update
2006-02-26 Ilia AlshanetskyMFB51: Revert previous fix to allow for a more comprehe...
2006-02-26 Ilia AlshanetskyFixed file
2006-02-26 Ilia AlshanetskyMFB51: Fixed bug #36510 (strtotime() fails to parse...
2006-02-26 Marcus Boerger- Fix test
2006-02-26 Marcus Boerger- Missing conversion
2006-02-26 Marcus Boerger- Use get_property_ptr_ptr handler to prevent SEGV...
2006-02-26 Marcus Boerger- Add another write case
2006-02-26 Marcus Boerger- Add unicode results
2006-02-26 Marcus Boerger- Unicode support
2006-02-26 Dmitry StogovUnicode support: MS Visual C compatibility
2006-02-26 Dmitry StogovUnicode support
2006-02-26 <changelog... ChangeLog update
2006-02-25 Marcus Boerger- Added ability to add elements by index if such elemen...
2006-02-25 Rasmus LerdorfBinary safety patch from Moriyoshi
2006-02-25 Marcus Boerger- deprecated belongs in the flag area, not in the keywo...
2006-02-25 Marcus Boerger- Deprecation severity shall be E_STRICT (as commented...
2006-02-25 <changelog... ChangeLog update
2006-02-24 Johannes Schlüter- Fix description
2006-02-24 Johannes Schlüter- We need %v here
2006-02-24 Johannes Schlüter- Fix #29986 (Class constants won't work with predefine...
2006-02-24 Derick Rethans- Fixed issue with iconv_mime_decode where the "encodin...
2006-02-24 Marcus Boerger- s/FETCH_PROPSLATE/FETCH_PROPS_LATE/ as per IRC discussion
2006-02-24 Marcus Boerger- Add FETCH_PROPSLATE: fetch props after calling ctor
2006-02-24 Marcus Boerger- Add ability to add new nodes via properties
2006-02-24 Johannes Schlüter- deprecated not static
2006-02-24 Marcus Boerger- Fix warning
2006-02-24 Marcus Boerger- Add deprecation function/function alias macros
2006-02-24 Marcus Boerger- Add macros to mark functions/alias functions as depre...
2006-02-24 Marcus Boerger- Functions can be deprecated too
2006-02-24 Michael Wallner- MF51: fix crash in DOMImplementation::createDocumentT...
2006-02-24 Derick Rethans- Added support for exif date format
2006-02-24 <changelog... ChangeLog update
2006-02-23 Marcus Boerger- Disable mbregex support until someone finds a way...
2006-02-23 Ilia AlshanetskyMFB51: Fixed bug #35900 (stream_select() should warning...
2006-02-23 Andrei Zmievski*** empty log message ***
2006-02-23 Andrei ZmievskiFix a bug where the default value for function argument...
2006-02-23 <changelog... ChangeLog update
2006-02-23 Brian Francefixed bug #35594 for all systems. "optind = 0" doesn...
2006-02-22 Ilia AlshanetskyMFB51: Added test for bug #36434
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
next