]>
granicus.if.org Git - php/log
Hannes Magnusson [Sun, 11 Jun 2006 20:03:05 +0000 (20:03 +0000)]
MFH: argument infos
Ilia Alshanetsky [Sun, 11 Jun 2006 16:28:24 +0000 (16:28 +0000)]
Make zend_print_zval_r_ex() use the write callback function.
Ilia Alshanetsky [Sun, 11 Jun 2006 16:27:16 +0000 (16:27 +0000)]
Fully print array() in phpinfo().
Hannes Magnusson [Sun, 11 Jun 2006 01:42:17 +0000 (01:42 +0000)]
MFH: arginfo, protos, vim folding
Hannes Magnusson [Sun, 11 Jun 2006 00:18:30 +0000 (00:18 +0000)]
MFH: fix test
Ilia Alshanetsky [Sat, 10 Jun 2006 15:29:06 +0000 (15:29 +0000)]
Improved performance of str_replace() when doing 1 char to 1 char or 1 char
to many chars replacement by 30-40%.
Hannes Magnusson [Sat, 10 Jun 2006 00:40:57 +0000 (00:40 +0000)]
MFH
- Created new abstract class, ReflectionFunctionAbstract implementing Reflector
- Moved all methods from ReflectionFunction (except export, invoke & invokeArgs)
- ReflectionFunction now inherits everything from ReflectionFunctionAbstract
and implements its own export, invoke & invokeArgs methods
- ReflectionMethod now extends ReflectionFunctionAbstract and implements
its own export, invoke & invokeArgs methods.
- Removed stdClass typehint from ReflectionClass::isInstance
- Removed stdClass typehint from ReflectionClass::set/getValue
Rasmus Lerdorf [Fri, 9 Jun 2006 23:47:10 +0000 (23:47 +0000)]
MFH: Patch from Nuno
Michael Wallner [Fri, 9 Jun 2006 16:29:35 +0000 (16:29 +0000)]
- sync with apache2handler
Michael Wallner [Fri, 9 Jun 2006 15:17:39 +0000 (15:17 +0000)]
BFN: - Fixed bug #37720 (merge_php_config scrambles values). (Mike,
pumuckel at metropolis dot de)
Michael Wallner [Fri, 9 Jun 2006 15:13:39 +0000 (15:13 +0000)]
MFH: fix bug #37720 (merge_php_config scrambles values)
Ilia Alshanetsky [Thu, 8 Jun 2006 22:04:52 +0000 (22:04 +0000)]
Update credits
Derick Rethans [Thu, 8 Jun 2006 16:27:05 +0000 (16:27 +0000)]
- Fixed bug #37747 (strtotime segfaults when given "nextyear").
Dmitry Stogov [Thu, 8 Jun 2006 08:56:27 +0000 (08:56 +0000)]
Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used)
Dmitry Stogov [Thu, 8 Jun 2006 08:37:51 +0000 (08:37 +0000)]
Wrap "wrong" unreachable code with "#if 0"
Marcus Boerger [Wed, 7 Jun 2006 22:39:22 +0000 (22:39 +0000)]
- MFH Add arginfo (hannes)
Rasmus Lerdorf [Wed, 7 Jun 2006 21:14:04 +0000 (21:14 +0000)]
Put the TODO back
Rasmus Lerdorf [Wed, 7 Jun 2006 21:09:52 +0000 (21:09 +0000)]
Get rid of useless function calls
Ilia Alshanetsky [Wed, 7 Jun 2006 13:44:08 +0000 (13:44 +0000)]
Bug fixing news
Ilia Alshanetsky [Wed, 7 Jun 2006 13:41:49 +0000 (13:41 +0000)]
Fixed bug #37707 clone without assigning leaks memory
# Based on a patch by Nuno
Antony Dovgal [Wed, 7 Jun 2006 13:36:51 +0000 (13:36 +0000)]
MFH:
fix Unicode LOB problems using callbacks to read LOBs
using chunk_size*X buffer should speed up LOB reading a bit
many thanks to Massimo Squillace <msquillace at sogei dot it> for the patch.
Marcus Boerger [Wed, 7 Jun 2006 09:44:42 +0000 (09:44 +0000)]
- MFH iterator_apply()
Marcus Boerger [Wed, 7 Jun 2006 09:43:54 +0000 (09:43 +0000)]
- MFH zend_fcall_info_*() and parameter parsing option 'f'
# Right now i see this as the best option but we might shuffle code around
# later if someone comes up with a better solution.
Marcus Boerger [Wed, 7 Jun 2006 09:26:11 +0000 (09:26 +0000)]
- MFH Add ReflectionClass::getInterfaceNames()
Marcus Boerger [Wed, 7 Jun 2006 09:22:08 +0000 (09:22 +0000)]
- Regenerated after zend_vm_def.h change
Marcus Boerger [Wed, 7 Jun 2006 09:21:06 +0000 (09:21 +0000)]
- MFH Fix issue with interfaces being inherited multiple times
Ilia Alshanetsky [Wed, 7 Jun 2006 03:33:16 +0000 (03:33 +0000)]
Fixed bug #37709 (Possible crash in PDO::errorCode()).
Antony Dovgal [Tue, 6 Jun 2006 22:05:56 +0000 (22:05 +0000)]
yet another dummy clone_obj handler to fix problems created by ze1 compat mode
Antony Dovgal [Tue, 6 Jun 2006 21:44:34 +0000 (21:44 +0000)]
implement a dummy clone_obj handler for ze1 compat mode
(fixes segfault on every XMLReader instantiation)
Michael Wallner [Tue, 6 Jun 2006 21:38:03 +0000 (21:38 +0000)]
- only try to fetch stream context options if context is set
Antony Dovgal [Tue, 6 Jun 2006 20:11:35 +0000 (20:11 +0000)]
plug a leak in ext/spl/tests/iterator_047.phpt
Antony Dovgal [Tue, 6 Jun 2006 14:17:21 +0000 (14:17 +0000)]
revert by Andi's request
Antony Dovgal [Tue, 6 Jun 2006 14:09:12 +0000 (14:09 +0000)]
MFH: don't leak when decoding failed
Rob Richards [Tue, 6 Jun 2006 12:08:11 +0000 (12:08 +0000)]
nuke unused call
Rob Richards [Tue, 6 Jun 2006 12:05:30 +0000 (12:05 +0000)]
restore missing ze1 compat code
Antony Dovgal [Tue, 6 Jun 2006 11:33:59 +0000 (11:33 +0000)]
fix test
Antony Dovgal [Tue, 6 Jun 2006 10:03:01 +0000 (10:03 +0000)]
MFH: do not allow to implement the same interface twice
add tests
Ilia Alshanetsky [Mon, 5 Jun 2006 22:52:11 +0000 (22:52 +0000)]
Fixed bug #37705 (Semaphore constants not available).
Antony Dovgal [Mon, 5 Jun 2006 22:39:50 +0000 (22:39 +0000)]
MFH: no need to check if non-existing include_path complies with open_basedir setting
Edin Kadribasic [Mon, 5 Jun 2006 22:19:36 +0000 (22:19 +0000)]
Fixed bug #35886 (nlopes)
Antony Dovgal [Mon, 5 Jun 2006 22:08:16 +0000 (22:08 +0000)]
fix leak appearing on phpinfo() when there are no PDO modules available
Zeev Suraski [Mon, 5 Jun 2006 16:53:21 +0000 (16:53 +0000)]
Final ze1_compat restoration - it was mostly done by hand, so if anybody
spots any (new) problems, let me know. Test wise, the same tests that
failed before are failing now.
Zeev Suraski [Mon, 5 Jun 2006 16:25:25 +0000 (16:25 +0000)]
ze1 restoration
Zeev Suraski [Mon, 5 Jun 2006 13:58:52 +0000 (13:58 +0000)]
Restore ZE1 compatibility mode (Zend Engine part - the modules patches
will follow later today)
Antony Dovgal [Mon, 5 Jun 2006 09:57:17 +0000 (09:57 +0000)]
BFN
Stanislav Malyshev [Mon, 5 Jun 2006 09:02:28 +0000 (09:02 +0000)]
improve .dsp build
Antony Dovgal [Mon, 5 Jun 2006 07:35:32 +0000 (07:35 +0000)]
MFH: fix OCIPasswordChange() parameters (patch by pholdaway at technocom-wireless dot com)
prevent username, password and new password from being empty
Stanislav Malyshev [Sun, 4 Jun 2006 18:03:25 +0000 (18:03 +0000)]
fix .dsp build
Ilia Alshanetsky [Sun, 4 Jun 2006 14:56:34 +0000 (14:56 +0000)]
Fixed bug #37671 (MySQLi extension fails to recognize BIT column).
Marcus Boerger [Sun, 4 Jun 2006 10:47:22 +0000 (10:47 +0000)]
- Add missing classes
Marcus Boerger [Sun, 4 Jun 2006 10:34:22 +0000 (10:34 +0000)]
- MFH Use engine call to register interfaces (steph)
Marcus Boerger [Sun, 4 Jun 2006 10:27:28 +0000 (10:27 +0000)]
- Fix function flag check
Marcus Boerger [Sun, 4 Jun 2006 10:26:55 +0000 (10:26 +0000)]
- Use engine call to register interfaces (steph)
Johannes Schlüter [Sat, 3 Jun 2006 22:02:02 +0000 (22:02 +0000)]
MFH
Andrei Zmievski [Sat, 3 Jun 2006 18:56:44 +0000 (18:56 +0000)]
I swear it wasn't me.
Rob Richards [Fri, 2 Jun 2006 16:17:25 +0000 (16:17 +0000)]
MFH: add setIdAttribute, setIdAttributeNS and setIdAttributeNode functionality
Dmitry Stogov [Fri, 2 Jun 2006 13:30:55 +0000 (13:30 +0000)]
SAPI globals are destroied at this point and reporting errors about memory leaks can cause crash.
Ilia Alshanetsky [Thu, 1 Jun 2006 22:42:22 +0000 (22:42 +0000)]
Fixed compiler warning
Michael Wallner [Thu, 1 Jun 2006 19:14:48 +0000 (19:14 +0000)]
- Fix bug #37630: MySQL extensions should link against thread safe client libs if built with ZTS
Michael Wallner [Thu, 1 Jun 2006 19:11:59 +0000 (19:11 +0000)]
- fix order
Michael Wallner [Thu, 1 Jun 2006 15:14:45 +0000 (15:14 +0000)]
- Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension is
enabled)
Antony Dovgal [Thu, 1 Jun 2006 14:31:22 +0000 (14:31 +0000)]
apply correct fix
Antony Dovgal [Thu, 1 Jun 2006 14:06:23 +0000 (14:06 +0000)]
no need to do TSRMLS_FETCH() twice
Antony Dovgal [Thu, 1 Jun 2006 14:03:49 +0000 (14:03 +0000)]
MFH: suppress_errors is used only on Win32, no need to look for it on other systems
Antony Dovgal [Thu, 1 Jun 2006 13:45:26 +0000 (13:45 +0000)]
MFH: nuke unused variable
Antony Dovgal [Thu, 1 Jun 2006 13:17:36 +0000 (13:17 +0000)]
fix tests
Antony Dovgal [Thu, 1 Jun 2006 12:25:38 +0000 (12:25 +0000)]
MFH: no need to fetch trsm_ls when it's already available
Antony Dovgal [Thu, 1 Jun 2006 11:57:49 +0000 (11:57 +0000)]
add new tests
Antony Dovgal [Thu, 1 Jun 2006 11:56:44 +0000 (11:56 +0000)]
MFH: throw a warning when using invalid offset types with strings
Ilia Alshanetsky [Wed, 31 May 2006 23:06:50 +0000 (23:06 +0000)]
spelling corrections
Andrei Zmievski [Wed, 31 May 2006 21:48:43 +0000 (21:48 +0000)]
Revert accidentally committed internal patch
Antony Dovgal [Wed, 31 May 2006 20:40:11 +0000 (20:40 +0000)]
MFH: add expected warning to the test
Derick Rethans [Wed, 31 May 2006 20:09:07 +0000 (20:09 +0000)]
- There was nothing wrong here, bug report #37595 is bogus.
- Added a new test case to demonstrate a longer plain text.
Antony Dovgal [Wed, 31 May 2006 18:47:21 +0000 (18:47 +0000)]
add more tests
Andrei Zmievski [Wed, 31 May 2006 17:18:08 +0000 (17:18 +0000)]
MFB
Antony Dovgal [Wed, 31 May 2006 14:54:52 +0000 (14:54 +0000)]
add tests for E_STRICT that will become E_FATAL in PHP 6
Dmitry Stogov [Wed, 31 May 2006 13:01:57 +0000 (13:01 +0000)]
Keeping consistent arg_stack during arguments freeing (Exception from destructor may use inconsistent arg_stack for backtrace).
Dmitry Stogov [Wed, 31 May 2006 12:59:31 +0000 (12:59 +0000)]
Support for nested exceptions and fatal errors in destructors
Antony Dovgal [Wed, 31 May 2006 12:06:36 +0000 (12:06 +0000)]
MFH: fix #37595 (mcrypt_generic calculates data length in wrong way)
Andi Gutmans [Wed, 31 May 2006 03:43:17 +0000 (03:43 +0000)]
- Fix typo
Marcus Boerger [Tue, 30 May 2006 23:11:33 +0000 (23:11 +0000)]
- Add new tests
Marcus Boerger [Tue, 30 May 2006 23:10:28 +0000 (23:10 +0000)]
- Switch back to old severities and still keep bugfix for
#37632 (Protected method access problem)
# It wasn't really my intention to change the severity. We simply didn't
# have tests for that.
Antony Dovgal [Tue, 30 May 2006 22:34:16 +0000 (22:34 +0000)]
more test fixes, this time support Oracle 10
Antony Dovgal [Tue, 30 May 2006 22:27:32 +0000 (22:27 +0000)]
fix tests
Antony Dovgal [Tue, 30 May 2006 21:54:42 +0000 (21:54 +0000)]
fix test
Antony Dovgal [Tue, 30 May 2006 21:38:12 +0000 (21:38 +0000)]
MFH
Marcus Boerger [Tue, 30 May 2006 19:41:04 +0000 (19:41 +0000)]
- MFH WS
Sara Golemon [Tue, 30 May 2006 19:06:22 +0000 (19:06 +0000)]
MFH: Minor fixes (bjori)
Michael Wallner [Tue, 30 May 2006 17:40:52 +0000 (17:40 +0000)]
- fix bug #37635 (parameter of pcntl signal handler is trashed)
Seiji Masugata [Tue, 30 May 2006 15:47:53 +0000 (15:47 +0000)]
added mb_stristr( ), mb_strrichr( ).
Seiji Masugata [Tue, 30 May 2006 15:45:35 +0000 (15:45 +0000)]
added mb_strstr( ), mb_strrchr( ).
Seiji Masugata [Tue, 30 May 2006 15:43:09 +0000 (15:43 +0000)]
added mb_stripos( ), mb_strripos( ).
Seiji Masugata [Tue, 30 May 2006 15:40:39 +0000 (15:40 +0000)]
added mb_list_encodings_alias_names( ), mb_list_mime_names( ).
Seiji Masugata [Tue, 30 May 2006 15:38:22 +0000 (15:38 +0000)]
added option parameter mb_list_encodings( ).
Hannes Magnusson [Tue, 30 May 2006 15:14:22 +0000 (15:14 +0000)]
MFH: Play nice, use 4digit years in DATE_RSS
Ilia Alshanetsky [Tue, 30 May 2006 14:51:20 +0000 (14:51 +0000)]
Added memory_get_peak_usage() function for retrieving peak memory usage of
a PHP script.
Hannes Magnusson [Tue, 30 May 2006 14:46:46 +0000 (14:46 +0000)]
MFH: Fixed DATE_COOKIE, DATE_RSS & tests
Antony Dovgal [Tue, 30 May 2006 13:16:48 +0000 (13:16 +0000)]
MFH: don't require libociei, this allows us to build ext/oci8 against basiclite OIC package
Derick Rethans [Tue, 30 May 2006 13:14:51 +0000 (13:14 +0000)]
- Now as text and not HTML.
Derick Rethans [Tue, 30 May 2006 13:12:21 +0000 (13:12 +0000)]
- MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by
Hannes Magnusson)