]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Fri, 23 Nov 2007 00:15:24 +0000 (00:15 +0000)]
Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone)
Lukas Smith [Thu, 22 Nov 2007 18:13:05 +0000 (18:13 +0000)]
- MFH
Dmitry Stogov [Thu, 22 Nov 2007 13:33:36 +0000 (13:33 +0000)]
Fixed test
Dmitry Stogov [Thu, 22 Nov 2007 13:27:13 +0000 (13:27 +0000)]
Fixed bug #43128 (Very long class name causes segfault)
Dmitry Stogov [Thu, 22 Nov 2007 10:46:26 +0000 (10:46 +0000)]
Fixed bug #43318
The "const" statement is still allowed outside of namespaces but arrays are disabled.
Derick Rethans [Thu, 22 Nov 2007 10:20:09 +0000 (10:20 +0000)]
- MFH: Fixed weights array, which was broken with:
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80&r2=1.81
and merged to head with:
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5&r2=1.70.2.7.2.5.2.1
Dmitry Stogov [Thu, 22 Nov 2007 09:02:55 +0000 (09:02 +0000)]
Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time.
Lukas Smith [Thu, 22 Nov 2007 08:59:05 +0000 (08:59 +0000)]
- port from todo wiki to reST (http://wiki.pooteeweet.org/ReleaseChecklist)
Ilia Alshanetsky [Thu, 22 Nov 2007 00:17:28 +0000 (00:17 +0000)]
Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch
by andy at petdance dot com
Robert Nicholson [Wed, 21 Nov 2007 18:22:01 +0000 (18:22 +0000)]
Add some more pcre tests
Dmitry Stogov [Wed, 21 Nov 2007 14:55:41 +0000 (14:55 +0000)]
Macro definitions are moved to zend.h
Dmitry Stogov [Wed, 21 Nov 2007 12:28:13 +0000 (12:28 +0000)]
Safe exit from executor()
Jani Taskinen [Wed, 21 Nov 2007 11:32:16 +0000 (11:32 +0000)]
MFH: chown bug test
Jani Taskinen [Wed, 21 Nov 2007 11:30:29 +0000 (11:30 +0000)]
MFH: fix crash bug in chown when 2nd parameter != string or int
Hannes Magnusson [Wed, 21 Nov 2007 10:24:22 +0000 (10:24 +0000)]
MFH: - Add support for optional values
MFH: - Add support for = as seperator
Johannes Schlüter [Wed, 21 Nov 2007 09:41:35 +0000 (09:41 +0000)]
- MFH Improved version of ternary shortcut (Marcus)
Jani Taskinen [Wed, 21 Nov 2007 08:20:22 +0000 (08:20 +0000)]
MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
Jani Taskinen [Wed, 21 Nov 2007 05:44:34 +0000 (05:44 +0000)]
Missing bla...credit :)
Johannes Schlüter [Wed, 21 Nov 2007 00:03:59 +0000 (00:03 +0000)]
Fix NEWS file
Johannes Schlüter [Wed, 21 Nov 2007 00:03:16 +0000 (00:03 +0000)]
- MFH ?: operator (Marcus)
[DOC] "expr1 ?: expr1" is a shortcut for: "expr1 ? expr1 : expr2" as
exists in gcc and discussed some time back. Note that this is not
an implementation ifsetor($var, default). While ifsetor would not
generate any message for non existing variables or array indices
the ternary shortcut does. Also the ternary shortcut does a boolean
evaluation rather then checking for isset(). That way ther ternary
shortcut can work on any expression while ifsetor can only work on
variables. Also to be silent one has do do: "@$expr1 ?: $expr2".
Ilia Alshanetsky [Tue, 20 Nov 2007 23:12:17 +0000 (23:12 +0000)]
Adjusted fix for bug #42978
Johannes Schlüter [Tue, 20 Nov 2007 22:17:01 +0000 (22:17 +0000)]
MFH: Add stream_supports_lock() function (Benjamin Schulz)
Lars Westermann [Tue, 20 Nov 2007 21:36:20 +0000 (21:36 +0000)]
Win32 still fails to build ...
Johannes Schlüter [Tue, 20 Nov 2007 21:25:10 +0000 (21:25 +0000)]
MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC]
Lars Westermann [Tue, 20 Nov 2007 19:58:39 +0000 (19:58 +0000)]
Win32 fails to build
Jani Taskinen [Tue, 20 Nov 2007 16:34:25 +0000 (16:34 +0000)]
MFH: add ZEND_DEBUG_BUILD constant
Ilia Alshanetsky [Tue, 20 Nov 2007 14:22:27 +0000 (14:22 +0000)]
Fixed bug #42978 (mismatch between number of bound params and values causes
a crash in pdo_pgsql)
Dmitry Stogov [Tue, 20 Nov 2007 13:53:08 +0000 (13:53 +0000)]
Optimization of zend_do_fcall_common_helper()
Dmitry Stogov [Tue, 20 Nov 2007 13:26:36 +0000 (13:26 +0000)]
MFH: math and comparison optimization + use macroses
Dmitry Stogov [Tue, 20 Nov 2007 11:01:28 +0000 (11:01 +0000)]
ZEND_FETCH_DIM optimization
Dmitry Stogov [Tue, 20 Nov 2007 10:19:11 +0000 (10:19 +0000)]
Fixed compilation on some systems (Wez)
Dmitry Stogov [Tue, 20 Nov 2007 09:51:12 +0000 (09:51 +0000)]
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)
Dmitry Stogov [Tue, 20 Nov 2007 08:53:02 +0000 (08:53 +0000)]
Added support for "namespace::" prefix that is resolved to current namespace name.
Lars Westermann [Mon, 19 Nov 2007 21:55:30 +0000 (21:55 +0000)]
- Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception)
#Reworked cursor_open/cursor_close
#Only using isc_dsl_execute() (as in ext/interbase)
Thanks to Hans-Peter Oeri for providing this patch
Antony Dovgal [Mon, 19 Nov 2007 11:12:30 +0000 (11:12 +0000)]
fix test
Dmitry Stogov [Mon, 19 Nov 2007 08:19:31 +0000 (08:19 +0000)]
Fixed tests
Derick Rethans [Sun, 18 Nov 2007 21:29:55 +0000 (21:29 +0000)]
- MFH: Initialize the reserved resource bits so that they can be reliably used.
Ilia Alshanetsky [Sun, 18 Nov 2007 14:18:30 +0000 (14:18 +0000)]
Fixed bug #42261 (Incorrect lengths for date and boolean data types)
Sara Golemon [Sat, 17 Nov 2007 21:52:02 +0000 (21:52 +0000)]
MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)
Raghubansh Kumar [Fri, 16 Nov 2007 17:54:31 +0000 (17:54 +0000)]
New testcases for sizeof() function
Raghubansh Kumar [Fri, 16 Nov 2007 17:06:43 +0000 (17:06 +0000)]
fix tests: removed values that generate diff. output on Linux64
Dmitry Stogov [Fri, 16 Nov 2007 14:24:08 +0000 (14:24 +0000)]
Fixed crash (Serg)
Jani Taskinen [Fri, 16 Nov 2007 14:21:01 +0000 (14:21 +0000)]
MFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)
Jani Taskinen [Fri, 16 Nov 2007 12:28:56 +0000 (12:28 +0000)]
- fix bug number
Lars Westermann [Fri, 16 Nov 2007 12:27:49 +0000 (12:27 +0000)]
- Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented)
Jani Taskinen [Fri, 16 Nov 2007 12:26:34 +0000 (12:26 +0000)]
MFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string is invalid
PHP expression and 'e' option is used)
Nuno Lopes [Fri, 16 Nov 2007 12:17:38 +0000 (12:17 +0000)]
ignore gcov files
Antony Dovgal [Thu, 15 Nov 2007 22:14:15 +0000 (22:14 +0000)]
MFH: fix test
Ilia Alshanetsky [Thu, 15 Nov 2007 18:57:14 +0000 (18:57 +0000)]
Completed fix for bug #42739 (fixes bug #43276)
Hannes Magnusson [Thu, 15 Nov 2007 13:13:21 +0000 (13:13 +0000)]
MFH: Allow numeric options & tests
Lars Westermann [Thu, 15 Nov 2007 00:25:37 +0000 (00:25 +0000)]
- Fixed bug #43244 (firebird: closeCursor w/o returned data kills process)
Lars Westermann [Thu, 15 Nov 2007 00:10:38 +0000 (00:10 +0000)]
- Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)
Ilia Alshanetsky [Wed, 14 Nov 2007 23:45:29 +0000 (23:45 +0000)]
Don't show file names being examined
Lars Westermann [Wed, 14 Nov 2007 23:19:29 +0000 (23:19 +0000)]
# Also nulling cursor_open when closing a named cursor
Antony Dovgal [Wed, 14 Nov 2007 22:37:01 +0000 (22:37 +0000)]
MFH
Lars Westermann [Wed, 14 Nov 2007 22:15:21 +0000 (22:15 +0000)]
- Clearing cursor-name when closing it.
Lars Westermann [Wed, 14 Nov 2007 22:09:21 +0000 (22:09 +0000)]
- Fixed bug #43271 (pdo_firebird: closeCursor not implemented)
# Actually firebird_stmt_execute() didn't close a previously opened cursor, but implemented closeCursor anyway.
Elizabeth Marie Smith [Wed, 14 Nov 2007 19:38:57 +0000 (19:38 +0000)]
Allow passing additional configuration parameters to config.nice.bat
Raghubansh Kumar [Wed, 14 Nov 2007 17:19:45 +0000 (17:19 +0000)]
New testcases for uasort() function
Raghubansh Kumar [Wed, 14 Nov 2007 16:31:45 +0000 (16:31 +0000)]
fix test for linux64 - choosing smaller float values
Derick Rethans [Wed, 14 Nov 2007 15:51:56 +0000 (15:51 +0000)]
- MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM.
Hannes Magnusson [Wed, 14 Nov 2007 15:22:11 +0000 (15:22 +0000)]
Fix test (getopt() works on windows now)
Hannes Magnusson [Wed, 14 Nov 2007 14:42:25 +0000 (14:42 +0000)]
Fixed bug#43293 (Multiple segfaults in getopt())
Jani Taskinen [Wed, 14 Nov 2007 14:08:51 +0000 (14:08 +0000)]
fix test
Jani Taskinen [Wed, 14 Nov 2007 14:05:42 +0000 (14:05 +0000)]
- Fix tests
Johannes Schlüter [Wed, 14 Nov 2007 01:42:55 +0000 (01:42 +0000)]
- MFH: pass parameters to buildconf.bat over to buildconf.js (#43281)
Etienne Kneuss [Tue, 13 Nov 2007 23:44:28 +0000 (23:44 +0000)]
MFH: fix typos
Ilia Alshanetsky [Tue, 13 Nov 2007 20:05:47 +0000 (20:05 +0000)]
Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)
Antony Dovgal [Tue, 13 Nov 2007 16:52:14 +0000 (16:52 +0000)]
MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss)
add tests
Dmitry Stogov [Tue, 13 Nov 2007 15:10:16 +0000 (15:10 +0000)]
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
Antony Dovgal [Tue, 13 Nov 2007 11:09:42 +0000 (11:09 +0000)]
MFH: remove Oracle8 support
Antony Dovgal [Tue, 13 Nov 2007 10:31:24 +0000 (10:31 +0000)]
fix typo (nice catch, Nuno!)
Dmitry Stogov [Tue, 13 Nov 2007 09:47:06 +0000 (09:47 +0000)]
Fixed bug #43248 (backward compatibility break in realpath())
Rob Richards [Mon, 12 Nov 2007 18:58:48 +0000 (18:58 +0000)]
MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test
Ilia Alshanetsky [Mon, 12 Nov 2007 18:44:18 +0000 (18:44 +0000)]
Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file
truncation).
Zoe Slattery [Mon, 12 Nov 2007 18:26:37 +0000 (18:26 +0000)]
MFH: Changing the regex for %f so the it will match E-, E+ and E.
Dmitry Stogov [Mon, 12 Nov 2007 17:52:15 +0000 (17:52 +0000)]
better error messages
Antony Dovgal [Mon, 12 Nov 2007 16:55:44 +0000 (16:55 +0000)]
MFH: fix error message (reported by Felipe Nascimento)
Raghubansh Kumar [Mon, 12 Nov 2007 15:53:20 +0000 (15:53 +0000)]
New testcases for ksort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:52:25 +0000 (15:52 +0000)]
New testcases for krsort() function
Dmitry Stogov [Mon, 12 Nov 2007 15:52:22 +0000 (15:52 +0000)]
Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)
Antony Dovgal [Mon, 12 Nov 2007 11:23:04 +0000 (11:23 +0000)]
MFH: fix #42736 (xmlrpc_server_call_method() crashes)
Dmitry Stogov [Mon, 12 Nov 2007 09:12:06 +0000 (09:12 +0000)]
Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class).
Lukas Smith [Sun, 11 Nov 2007 22:12:06 +0000 (22:12 +0000)]
- MFH typo fix by Jon
Johannes Schlüter [Sun, 11 Nov 2007 22:11:25 +0000 (22:11 +0000)]
- MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)
Lukas Smith [Sun, 11 Nov 2007 16:30:35 +0000 (16:30 +0000)]
- MFH
Ilia Alshanetsky [Sun, 11 Nov 2007 13:38:03 +0000 (13:38 +0000)]
Fixed parse error described in bug #43228
Jani Taskinen [Fri, 9 Nov 2007 16:27:43 +0000 (16:27 +0000)]
MFH:- Added support for [HOST=www.example.com] special sections
MFH:- Allowed using full path to load modules using "extension" directive
Jani Taskinen [Fri, 9 Nov 2007 13:49:15 +0000 (13:49 +0000)]
MFH: ws + cs + sync
Dmitry Stogov [Fri, 9 Nov 2007 13:34:58 +0000 (13:34 +0000)]
new test
Dmitry Stogov [Fri, 9 Nov 2007 13:34:39 +0000 (13:34 +0000)]
Fixed type-hint compatibility check in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 12:15:41 +0000 (12:15 +0000)]
Fixed implementation of internal interfaces in namesapces
Raghubansh Kumar [Fri, 9 Nov 2007 12:02:42 +0000 (12:02 +0000)]
fix tests
Dmitry Stogov [Fri, 9 Nov 2007 11:08:22 +0000 (11:08 +0000)]
Conditions optimization
Andrey Hristov [Fri, 9 Nov 2007 11:06:07 +0000 (11:06 +0000)]
Fix build
Andrey Hristov [Fri, 9 Nov 2007 10:56:28 +0000 (10:56 +0000)]
Fix crash with pconnect
Johannes Schlüter [Fri, 9 Nov 2007 10:34:27 +0000 (10:34 +0000)]
- MFH: Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
Raghubansh Kumar [Fri, 9 Nov 2007 08:52:27 +0000 (08:52 +0000)]
fix test : better float values
Raghubansh Kumar [Fri, 9 Nov 2007 07:19:00 +0000 (07:19 +0000)]
fix tests: better float values
Raghubansh Kumar [Fri, 9 Nov 2007 04:20:10 +0000 (04:20 +0000)]
missing testcases - sprintf() function