]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 22 Feb 2006 14:20:54 +0000 (14:20 +0000)]
Unicode support: fixed serialization of "Serializable"
Dmitry Stogov [Wed, 22 Feb 2006 13:47:40 +0000 (13:47 +0000)]
Unicode support: fixed serealization of "Serializable" and "IncompleteClass"
Dmitry Stogov [Wed, 22 Feb 2006 13:10:32 +0000 (13:10 +0000)]
Unicode support: fixed GLOBALS protection
Dmitry Stogov [Wed, 22 Feb 2006 12:24:02 +0000 (12:24 +0000)]
fixed test file
Dmitry Stogov [Wed, 22 Feb 2006 12:22:07 +0000 (12:22 +0000)]
Fixed test file
Dmitry Stogov [Wed, 22 Feb 2006 12:02:44 +0000 (12:02 +0000)]
Unicode support
Dmitry Stogov [Wed, 22 Feb 2006 11:44:37 +0000 (11:44 +0000)]
Fixed test file
Dmitry Stogov [Wed, 22 Feb 2006 11:38:32 +0000 (11:38 +0000)]
Unicode support: fixed __toString() in user defined exceptions
Dmitry Stogov [Wed, 22 Feb 2006 11:37:11 +0000 (11:37 +0000)]
Unicode support
Dmitry Stogov [Wed, 22 Feb 2006 10:56:52 +0000 (10:56 +0000)]
Unicode support: fixed check for class type hint
Dmitry Stogov [Wed, 22 Feb 2006 10:02:15 +0000 (10:02 +0000)]
Unicode support: fixed internal constants usage and get_defined_constants()
Dmitry Stogov [Wed, 22 Feb 2006 09:03:26 +0000 (09:03 +0000)]
Unicode support: fixed check for direct call to __clone()
Dmitry Stogov [Wed, 22 Feb 2006 08:54:02 +0000 (08:54 +0000)]
Unicode support: fixed call_user_func(array($this, "self::foo"))
Made check for "self/parent" before calling __autoload()
Antony Dovgal [Wed, 22 Feb 2006 07:25:09 +0000 (07:25 +0000)]
fix ext/wddx build
<changelog@php.net> [Wed, 22 Feb 2006 06:31:55 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 21 Feb 2006 23:21:53 +0000 (23:21 +0000)]
- 2006 now
Johannes Schlüter [Tue, 21 Feb 2006 21:42:54 +0000 (21:42 +0000)]
- Print deprecation info on reflection export
Sebastian Bergmann [Tue, 21 Feb 2006 21:38:28 +0000 (21:38 +0000)]
Fix whitespace.
Marcus Boerger [Tue, 21 Feb 2006 21:22:39 +0000 (21:22 +0000)]
- More bodies
Marcus Boerger [Tue, 21 Feb 2006 21:19:34 +0000 (21:19 +0000)]
- Ensure non abstract methods have code
# This is very usefull once doxygen 1.4.7 comes out with my patch :-)
Johannes Schlüter [Tue, 21 Feb 2006 21:14:36 +0000 (21:14 +0000)]
- List --rf/--rc/--re only with enabled reflection
Johannes Schlüter [Tue, 21 Feb 2006 21:04:19 +0000 (21:04 +0000)]
- Fix build with readline-support
Sara Golemon [Tue, 21 Feb 2006 20:37:12 +0000 (20:37 +0000)]
Add md2 algo support
Sara Golemon [Tue, 21 Feb 2006 20:35:38 +0000 (20:35 +0000)]
Keep history in package.xml file..
Sebastian Bergmann [Tue, 21 Feb 2006 20:23:10 +0000 (20:23 +0000)]
Add ReflectionMethod::isDeprecated(). Patch reviewed by Marcus Börger <helly@php.net>.
Dmitry Stogov [Tue, 21 Feb 2006 20:12:43 +0000 (20:12 +0000)]
Portable unicode string API:
- use the same type (int) for zval.value.usr.len and zval.value.str.len
- use union "zstr" as char*/UChar* mixture instead of void*
- Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE()
- nuke int32_t from ZE (not finisned)
Ilia Alshanetsky [Tue, 21 Feb 2006 15:32:34 +0000 (15:32 +0000)]
MFB51: Fixed bug #36458 (sleep() accepts negative values).
Marcus Boerger [Tue, 21 Feb 2006 09:47:09 +0000 (09:47 +0000)]
- Its 2006 already
Marcus Boerger [Tue, 21 Feb 2006 09:45:38 +0000 (09:45 +0000)]
- Update
Marcus Boerger [Tue, 21 Feb 2006 09:12:32 +0000 (09:12 +0000)]
- Ansi compliance issue found by rob
Dmitry Stogov [Tue, 21 Feb 2006 08:00:39 +0000 (08:00 +0000)]
WS
<changelog@php.net> [Tue, 21 Feb 2006 06:31:51 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 21 Feb 2006 00:55:38 +0000 (00:55 +0000)]
- Simplify by remove redundant checks
Marcus Boerger [Tue, 21 Feb 2006 00:49:51 +0000 (00:49 +0000)]
- Fix text expectations
Marcus Boerger [Tue, 21 Feb 2006 00:43:33 +0000 (00:43 +0000)]
- Fix mem issue in unicode mode (seems to be a problem in different api behavior)
Marcus Boerger [Tue, 21 Feb 2006 00:37:39 +0000 (00:37 +0000)]
- Add ReflectionProperty::getDefaultValue()
Johannes Schlüter [Mon, 20 Feb 2006 23:31:29 +0000 (23:31 +0000)]
- Rename reflection constants to fix parser conflicts
Marcus Boerger [Mon, 20 Feb 2006 23:26:39 +0000 (23:26 +0000)]
- Show dependencies in dump's too
Marcus Boerger [Mon, 20 Feb 2006 23:01:27 +0000 (23:01 +0000)]
- Add ReflectionExtension::getDependencies() to retrieve all dependencies
of an extension as associative array "ModuleNeme" > "Relation"
Marcus Boerger [Mon, 20 Feb 2006 22:23:27 +0000 (22:23 +0000)]
- Add some arginfo
Marcus Boerger [Mon, 20 Feb 2006 22:21:24 +0000 (22:21 +0000)]
- WS
Marcus Boerger [Mon, 20 Feb 2006 22:19:04 +0000 (22:19 +0000)]
- Include examples in documentation
- Provide a better place for the examples
Marcus Boerger [Mon, 20 Feb 2006 20:03:36 +0000 (20:03 +0000)]
- Synch zend_call_function() with VM function call helper
Marcus Boerger [Mon, 20 Feb 2006 20:00:46 +0000 (20:00 +0000)]
- Add deprecation flag and message
Dmitry Stogov [Mon, 20 Feb 2006 19:03:43 +0000 (19:03 +0000)]
Preparation for portable string API (use macroses to access zval).
Dmitry Stogov [Mon, 20 Feb 2006 17:14:18 +0000 (17:14 +0000)]
Incorrect usage of Z_TYPE() macro
Ilia Alshanetsky [Mon, 20 Feb 2006 15:28:15 +0000 (15:28 +0000)]
MFB51: Fixed bug #36434 (Improper resolution of declaring class name of an
inherited property).
Dmitry Stogov [Mon, 20 Feb 2006 11:15:02 +0000 (11:15 +0000)]
Fixed SIGSEGV in unicode mode
Dmitry Stogov [Mon, 20 Feb 2006 10:50:58 +0000 (10:50 +0000)]
Fixed wrong prototype and error message
Dmitry Stogov [Mon, 20 Feb 2006 10:29:35 +0000 (10:29 +0000)]
Fixed start inex in iterator
Dmitry Stogov [Mon, 20 Feb 2006 09:45:00 +0000 (09:45 +0000)]
Fixed test files
Dmitry Stogov [Mon, 20 Feb 2006 09:38:47 +0000 (09:38 +0000)]
Fixed memory corruption
Dmitry Stogov [Mon, 20 Feb 2006 08:39:38 +0000 (08:39 +0000)]
Fixed test file
<changelog@php.net> [Mon, 20 Feb 2006 06:31:57 +0000 (06:31 +0000)]
ChangeLog update
Michael Wallner [Sun, 19 Feb 2006 23:53:06 +0000 (23:53 +0000)]
- changelog
Michael Wallner [Sun, 19 Feb 2006 23:43:23 +0000 (23:43 +0000)]
MF51: fix tiger on big endian platforms
Ilia Alshanetsky [Sun, 19 Feb 2006 18:20:51 +0000 (18:20 +0000)]
More safe_mode nuking
Ilia Alshanetsky [Sun, 19 Feb 2006 18:19:33 +0000 (18:19 +0000)]
Nuke safe_mode
Marcus Boerger [Sun, 19 Feb 2006 12:18:28 +0000 (12:18 +0000)]
- Add new function
Marcus Boerger [Sun, 19 Feb 2006 11:55:11 +0000 (11:55 +0000)]
- Interfaces may have static methods to enforce their existance in
implementing classes
Marcus Boerger [Sun, 19 Feb 2006 11:42:30 +0000 (11:42 +0000)]
- Static functions cannot be abstract
Marcus Boerger [Sun, 19 Feb 2006 10:39:48 +0000 (10:39 +0000)]
- Fix method flag handling
<changelog@php.net> [Sun, 19 Feb 2006 06:31:52 +0000 (06:31 +0000)]
ChangeLog update
Andi Gutmans [Sun, 19 Feb 2006 05:05:42 +0000 (05:05 +0000)]
- Couple of compile fixes.
Andi Gutmans [Sun, 19 Feb 2006 04:29:42 +0000 (04:29 +0000)]
- Get rid of using ENFORCE_SAFE_MODE.
Andi Gutmans [Sun, 19 Feb 2006 03:41:25 +0000 (03:41 +0000)]
- Fix according to Sara's reply
Andi Gutmans [Sun, 19 Feb 2006 03:07:39 +0000 (03:07 +0000)]
- More safe_mode nuking
Andi Gutmans [Sun, 19 Feb 2006 01:19:37 +0000 (01:19 +0000)]
Nuke php_check_safe_mode_include_dir
Andi Gutmans [Sun, 19 Feb 2006 01:10:13 +0000 (01:10 +0000)]
- Some more safe_mode nuking
Andi Gutmans [Sun, 19 Feb 2006 00:55:22 +0000 (00:55 +0000)]
Start nuking safe_mode. Still a lot of work to do...
Marcus Boerger [Sat, 18 Feb 2006 19:33:26 +0000 (19:33 +0000)]
- There is no %v in sprintf
Marcus Boerger [Sat, 18 Feb 2006 18:05:46 +0000 (18:05 +0000)]
- Fix naming inconsistency reported by sebastian
Marcus Boerger [Sat, 18 Feb 2006 17:37:54 +0000 (17:37 +0000)]
- Fix integrated iterator index
Marcus Boerger [Sat, 18 Feb 2006 17:36:41 +0000 (17:36 +0000)]
- Fix possible memory corruption/memleak issue with foreach and iterators
- Fix warnings
Marcus Boerger [Sat, 18 Feb 2006 17:13:39 +0000 (17:13 +0000)]
- Add test
Marcus Boerger [Sat, 18 Feb 2006 16:58:50 +0000 (16:58 +0000)]
- Add new test
Marcus Boerger [Sat, 18 Feb 2006 16:52:30 +0000 (16:52 +0000)]
- Initiai fix to Bug #36436 DBA problem with Berkeley DB4
Michael Wallner [Sat, 18 Feb 2006 16:04:02 +0000 (16:04 +0000)]
MF51: fix misleading proto (confused in and out charset)
<changelog@php.net> [Sat, 18 Feb 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 17 Feb 2006 21:17:44 +0000 (21:17 +0000)]
NULL byte should be escaped to \000 instead of \0 in case it is followed
by an octal digit. (found by Jeffrey Friedl)
Marcus Boerger [Fri, 17 Feb 2006 08:24:56 +0000 (08:24 +0000)]
- Change to offsetof as suggested by Clayton
<changelog@php.net> [Fri, 17 Feb 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 16 Feb 2006 16:08:52 +0000 (16:08 +0000)]
fix #36420 (segfault when access result->num_rows after calling result->close())
Ilia Alshanetsky [Thu, 16 Feb 2006 16:05:02 +0000 (16:05 +0000)]
MFB51: Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())
Antony Dovgal [Thu, 16 Feb 2006 10:13:23 +0000 (10:13 +0000)]
improve usleep(): use new param parsing API, check for negative values
(related to #36410)
<changelog@php.net> [Thu, 16 Feb 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 16 Feb 2006 06:29:32 +0000 (06:29 +0000)]
fix typo
Marcus Boerger [Thu, 16 Feb 2006 01:12:51 +0000 (01:12 +0000)]
- Fix iterator handling (how did the fix after api change get lost here?)
- In php 5 we do not want to return &new
Marcus Boerger [Wed, 15 Feb 2006 21:34:21 +0000 (21:34 +0000)]
- Little speedup + first test
Antony Dovgal [Wed, 15 Feb 2006 20:43:37 +0000 (20:43 +0000)]
fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
Antony Dovgal [Wed, 15 Feb 2006 11:16:30 +0000 (11:16 +0000)]
MF51: fix memory leak and possible invalid reads
Antony Dovgal [Wed, 15 Feb 2006 11:07:33 +0000 (11:07 +0000)]
fix #36400 (Custom 5xx error does not return correct HTTP response error code)
<changelog@php.net> [Wed, 15 Feb 2006 06:31:54 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 14 Feb 2006 22:11:36 +0000 (22:11 +0000)]
MF51:
fix leak in zend_strtod() on big doubles
add new test
Ilia Alshanetsky [Tue, 14 Feb 2006 14:26:27 +0000 (14:26 +0000)]
MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
Antony Dovgal [Tue, 14 Feb 2006 09:46:45 +0000 (09:46 +0000)]
add test for bug #36337
<changelog@php.net> [Tue, 14 Feb 2006 06:31:50 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 13 Feb 2006 19:55:17 +0000 (19:55 +0000)]
- Change unicode_enabled() to unicode_semantics() per Andrei's suggestion
Dmitry Stogov [Mon, 13 Feb 2006 16:35:36 +0000 (16:35 +0000)]
pval -> zval (Steph)
Dmitry Stogov [Mon, 13 Feb 2006 15:35:52 +0000 (15:35 +0000)]
Typo (misplaced #endif)