]>
granicus.if.org Git - php/log
Jani Taskinen [Mon, 4 Feb 2008 20:45:20 +0000 (20:45 +0000)]
MFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too
Marcus Boerger [Mon, 4 Feb 2008 20:40:47 +0000 (20:40 +0000)]
- MFH Update docu
Jani Taskinen [Mon, 4 Feb 2008 20:39:21 +0000 (20:39 +0000)]
MFH: allow using these constants in php.ini (f.e. PHP_SAPI..)
Marcus Boerger [Mon, 4 Feb 2008 19:40:49 +0000 (19:40 +0000)]
- MFH Fix/add folding markers
Marcus Boerger [Mon, 4 Feb 2008 19:33:10 +0000 (19:33 +0000)]
- MFH Really fix flag handling
Marcus Boerger [Mon, 4 Feb 2008 18:46:13 +0000 (18:46 +0000)]
- MFH Fix #44018 (RecursiveDirectoryIterator options inconsistancy)
Andrey Hristov [Mon, 4 Feb 2008 17:55:06 +0000 (17:55 +0000)]
Simplify unique string generation and plug a leak.
Andrey Hristov [Mon, 4 Feb 2008 17:33:46 +0000 (17:33 +0000)]
Fix a leak, memory warning and failing test case.
Marcus Boerger [Mon, 4 Feb 2008 17:19:07 +0000 (17:19 +0000)]
- MFH Fix default flag value in contructor
Marcus Boerger [Mon, 4 Feb 2008 17:07:07 +0000 (17:07 +0000)]
- MFH Fix messages and tests
Marcus Boerger [Mon, 4 Feb 2008 16:48:06 +0000 (16:48 +0000)]
- CS/WS
Sebastian Bergmann [Mon, 4 Feb 2008 15:22:59 +0000 (15:22 +0000)]
MFH: Add missing Reflection API metadata for DOM classes.
Robert Nicholson [Mon, 4 Feb 2008 00:05:24 +0000 (00:05 +0000)]
- added some new tests for arsort
Marcus Boerger [Sun, 3 Feb 2008 18:30:49 +0000 (18:30 +0000)]
- Update .cvsignore
Marcus Boerger [Sun, 3 Feb 2008 17:49:46 +0000 (17:49 +0000)]
- Small improvements, no malloc needed for the zval
Ilia Alshanetsky [Sun, 3 Feb 2008 16:14:16 +0000 (16:14 +0000)]
Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling
encryption without crypto type)
Marcus Boerger [Sun, 3 Feb 2008 14:48:38 +0000 (14:48 +0000)]
- MFH Typo
Marcus Boerger [Sun, 3 Feb 2008 14:45:00 +0000 (14:45 +0000)]
- MFH Rename it again
[DOC]
- MFH Add config_get_hash()
Marcus Boerger [Sun, 3 Feb 2008 14:35:59 +0000 (14:35 +0000)]
- MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump
Marcus Boerger [Sun, 3 Feb 2008 14:32:48 +0000 (14:32 +0000)]
- Fix warnings
Felipe Pena [Sun, 3 Feb 2008 14:30:25 +0000 (14:30 +0000)]
Fixed reference problem (variable were converted)
Derick Rethans [Sun, 3 Feb 2008 14:15:07 +0000 (14:15 +0000)]
- MFH: Support "first/last day of <month>" style texts.
Marcus Boerger [Sun, 3 Feb 2008 13:32:07 +0000 (13:32 +0000)]
- Only one line heading
Felipe Pena [Sun, 3 Feb 2008 12:59:41 +0000 (12:59 +0000)]
Missing Johannes' name
Zoe Slattery [Sun, 3 Feb 2008 09:34:59 +0000 (09:34 +0000)]
Moving the the phpt generation script to scripts/dev directory at Jani's suggestion.
Marcus Boerger [Sat, 2 Feb 2008 23:09:38 +0000 (23:09 +0000)]
- MFH Synch directory changes
[DOC]
# Class FilesystemIterator was introduced to have a better DirectoryIterator
# without having to change DirectoryIterator or RecursiveDirectoryIterator.
# On top of FilterIterator the new GlobIterator was introduced. This one allows
# to implement Countable(). But a glob stream flattens all structure, so it
# cannot be derived from RedursiveIterator. With the new structure all children
# of FilesystemIterator have nearly the same behavior. Just their capabilities
# are a bit different. Check out new inheritance tree on SplFileInfo:
#
# [marcus@frodo PHP_5_3]$ php ext/spl/examples/class_tree.php SplFileInfo
# make: `sapi/cli/php' is up to date.
# SplFileInfo
# |-DirectoryIterator (Iterator)
# | \-FilesystemIterator
# | |-GlobIterator (Countable)
# | \-RecursiveDirectoryIterator (RecursiveIterator)
# | \-Phar (ArrayAccess, Countable)
# |-PharFileInfo
# \-SplFileObject (RecursiveIterator, SeekableIterator)
# \-SplTempFileObject
Antony Dovgal [Sat, 2 Feb 2008 22:29:41 +0000 (22:29 +0000)]
MFH: fix leak appearing when calling non-static protected or private methods as static
Marcus Boerger [Sat, 2 Feb 2008 21:02:25 +0000 (21:02 +0000)]
- MFH Show interfaces
Derick Rethans [Sat, 2 Feb 2008 17:25:54 +0000 (17:25 +0000)]
- MFH: Make timezone_open() work again.
Marcus Boerger [Sat, 2 Feb 2008 15:48:04 +0000 (15:48 +0000)]
- MFH Add comment that explains why we need E_ERROR in those cases
Marcus Boerger [Sat, 2 Feb 2008 15:19:06 +0000 (15:19 +0000)]
- Fix tests
Marcus Boerger [Sat, 2 Feb 2008 15:18:30 +0000 (15:18 +0000)]
- Fix remaining issue (should be last one)
Marcus Boerger [Sat, 2 Feb 2008 14:37:29 +0000 (14:37 +0000)]
- Fix the expectations. Tests still fails because of something else.
Marcus Boerger [Sat, 2 Feb 2008 14:19:03 +0000 (14:19 +0000)]
- Drop useless TODO, this would need to be fixed in a generic way
Marcus Boerger [Sat, 2 Feb 2008 14:03:13 +0000 (14:03 +0000)]
- It appears HEAD needs to be MFB'ed and this needs another fix now
Marcus Boerger [Sat, 2 Feb 2008 13:58:31 +0000 (13:58 +0000)]
- MFH Use new parameter parsing API
Marcus Boerger [Sat, 2 Feb 2008 13:56:59 +0000 (13:56 +0000)]
- Fix flag handling in message generation
Marcus Boerger [Sat, 2 Feb 2008 13:33:41 +0000 (13:33 +0000)]
- MFH Fix tests
Rasmus Lerdorf [Sat, 2 Feb 2008 09:53:44 +0000 (09:53 +0000)]
Countable requires SPL
Felipe Pena [Sat, 2 Feb 2008 04:03:03 +0000 (04:03 +0000)]
Fix the fix
Felipe Pena [Sat, 2 Feb 2008 03:20:51 +0000 (03:20 +0000)]
Fix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 03:15:46 +0000 (03:15 +0000)]
Fix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 03:00:57 +0000 (03:00 +0000)]
Fix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:45:44 +0000 (02:45 +0000)]
Fix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:36:08 +0000 (02:36 +0000)]
Fix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:29:27 +0000 (02:29 +0000)]
Fix tests (new error message)
Rasmus Lerdorf [Sat, 2 Feb 2008 01:51:17 +0000 (01:51 +0000)]
Another batch of fixed tests
Felipe Pena [Sat, 2 Feb 2008 01:48:29 +0000 (01:48 +0000)]
Ops, fix the fix
Felipe Pena [Sat, 2 Feb 2008 01:40:45 +0000 (01:40 +0000)]
Fix tests (new error message)
Rasmus Lerdorf [Sat, 2 Feb 2008 01:31:18 +0000 (01:31 +0000)]
Fix a few more tests
Rasmus Lerdorf [Sat, 2 Feb 2008 01:12:01 +0000 (01:12 +0000)]
What's the [0] for here? Looks wrong and causes stuff to segv
Rasmus Lerdorf [Sat, 2 Feb 2008 01:01:04 +0000 (01:01 +0000)]
Fix test and convert to UNIX line endings
Rasmus Lerdorf [Sat, 2 Feb 2008 00:55:35 +0000 (00:55 +0000)]
Fix more tests (some of these were not broken by the recent changes)
Rasmus Lerdorf [Sat, 2 Feb 2008 00:44:45 +0000 (00:44 +0000)]
2 more test fixes
Rasmus Lerdorf [Sat, 2 Feb 2008 00:29:17 +0000 (00:29 +0000)]
Fix some tests
Marcus Boerger [Fri, 1 Feb 2008 23:46:36 +0000 (23:46 +0000)]
- Fix build, thanks Christian Rodriguez for noticing
# I wonder why the other machine didn't catch this
Antony Dovgal [Fri, 1 Feb 2008 23:19:16 +0000 (23:19 +0000)]
fix test, add 64bit version
Rasmus Lerdorf [Fri, 1 Feb 2008 23:09:10 +0000 (23:09 +0000)]
Small tweak. Need to make array and string callback syntax behave the
same way. Also change "cannot" to "should not" since we obviously
"can" make the call.
Marcus Boerger [Fri, 1 Feb 2008 21:27:55 +0000 (21:27 +0000)]
[DOC]
- Fix callable/static mess, the following will now all result in a E_STRICT
. binding a dynamic function as a static callback
. static call of a dynamic function
. is_callable() on a static binding to a dynamic function
# [marcus@frodo PHP_5_3]$ php -a -d error_reporting=8191
# make: `sapi/cli/php' is up to date.
# Interactive shell
#
# php > class t{ function f() { echo "Funny\n"; } }
# php > $c = array("t","f");
# php > call_user_func($c);
#
# Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method t::f() cannot be called statically in php shell code on line 1
# Funny
# php > var_dump(is_callable($c));
#
# Strict Standards: Non-static method t::f() cannot be called statically in php shell code on line 1
# bool(true)
# php > t::f();
#
# Strict Standards: Non-static method t::f() should not be called statically in php shell code on line 1
# Funny
# php >
Felipe Pena [Fri, 1 Feb 2008 18:01:50 +0000 (18:01 +0000)]
MFH: Added new parameter for strstr(), stristr()
Zoe Slattery [Fri, 1 Feb 2008 17:45:38 +0000 (17:45 +0000)]
Command line script to help generate the basic framework of a PHPT
Zoe Slattery [Fri, 1 Feb 2008 17:21:18 +0000 (17:21 +0000)]
A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143.
Robert Nicholson [Fri, 1 Feb 2008 16:33:17 +0000 (16:33 +0000)]
- a few more gd tests (committed on behalf of andy wharmby)
Josie Messa [Fri, 1 Feb 2008 15:29:59 +0000 (15:29 +0000)]
- Committing new tests for MBString extension.
More details can be found here: http://news.php.net/php.qa/62382
Felipe Pena [Fri, 1 Feb 2008 13:41:19 +0000 (13:41 +0000)]
New tests and fix tests (new error message)
Felipe Pena [Fri, 1 Feb 2008 12:28:44 +0000 (12:28 +0000)]
MFH: New parameter 'before_needle'
Hannes Magnusson [Fri, 1 Feb 2008 10:45:48 +0000 (10:45 +0000)]
glob:// was added in 5.3, no need to mention bug fixes for it
Christopher Jones [Thu, 31 Jan 2008 22:03:23 +0000 (22:03 +0000)]
MFH: New test for old, suspended bug
Rob Richards [Thu, 31 Jan 2008 21:58:57 +0000 (21:58 +0000)]
MFH: fix bug #42369 (Implicit conversion to string leaks memory)
add test
Rasmus Lerdorf [Thu, 31 Jan 2008 21:36:40 +0000 (21:36 +0000)]
Typo
Rasmus Lerdorf [Thu, 31 Jan 2008 21:03:32 +0000 (21:03 +0000)]
These two tests both need a timezone
Ilia Alshanetsky [Thu, 31 Jan 2008 20:50:27 +0000 (20:50 +0000)]
PDO is hardly experimental
Christopher Jones [Thu, 31 Jan 2008 20:21:27 +0000 (20:21 +0000)]
Update test environement description. Typos
Nuno Lopes [Thu, 31 Jan 2008 18:46:03 +0000 (18:46 +0000)]
try to fix build with gcc 4: take #2
Rasmus Lerdorf [Thu, 31 Jan 2008 18:31:54 +0000 (18:31 +0000)]
There are plenty of other non-Windows operating systems
Nuno Lopes [Thu, 31 Jan 2008 18:30:42 +0000 (18:30 +0000)]
try to fix build with gcc 4: take #1
Marcus Boerger [Thu, 31 Jan 2008 11:21:15 +0000 (11:21 +0000)]
- fix flag handling in is_callable()
Marcus Boerger [Thu, 31 Jan 2008 07:44:01 +0000 (07:44 +0000)]
- MFH Fix test
Elizabeth Marie Smith [Thu, 31 Jan 2008 02:35:44 +0000 (02:35 +0000)]
Fix windows build
Christopher Jones [Thu, 31 Jan 2008 01:33:30 +0000 (01:33 +0000)]
Merge DRCP & FAN support. PHP6 sync will happen later
Marcus Boerger [Wed, 30 Jan 2008 23:45:12 +0000 (23:45 +0000)]
- WS
Marcus Boerger [Wed, 30 Jan 2008 23:43:13 +0000 (23:43 +0000)]
- MFH Get rid of overoptimization
Marcus Boerger [Wed, 30 Jan 2008 23:08:13 +0000 (23:08 +0000)]
- Sub path may be NULL
Marcus Boerger [Wed, 30 Jan 2008 20:31:07 +0000 (20:31 +0000)]
- Fixed glob:// stream handling in (Recursive)DirectoryIterator.
Ilia Alshanetsky [Wed, 30 Jan 2008 18:25:51 +0000 (18:25 +0000)]
Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)
Zoe Slattery [Wed, 30 Jan 2008 17:50:38 +0000 (17:50 +0000)]
Removing superfluous --INI-- section
Felipe Pena [Wed, 30 Jan 2008 16:06:44 +0000 (16:06 +0000)]
Fix test
Rob Richards [Wed, 30 Jan 2008 15:28:46 +0000 (15:28 +0000)]
MFH: fix bug #41562 (SimpleXML memory issue)
Felipe Pena [Wed, 30 Jan 2008 14:49:20 +0000 (14:49 +0000)]
Fix test
Felipe Pena [Wed, 30 Jan 2008 14:45:20 +0000 (14:45 +0000)]
Revert
Robin Fernandes [Wed, 30 Jan 2008 14:25:57 +0000 (14:25 +0000)]
Adding tests for class features, including __autoload(), property inheritance rules and class constants.
Felipe Pena [Wed, 30 Jan 2008 13:42:01 +0000 (13:42 +0000)]
Fix the fix (isInstance - order of parameters)
Antony Dovgal [Wed, 30 Jan 2008 12:50:59 +0000 (12:50 +0000)]
fix ZTS build
Felipe Pena [Wed, 30 Jan 2008 11:43:10 +0000 (11:43 +0000)]
Fix tests
Felipe Pena [Wed, 30 Jan 2008 10:27:28 +0000 (10:27 +0000)]
Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)
Dmitry Stogov [Wed, 30 Jan 2008 09:41:12 +0000 (09:41 +0000)]
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
Rasmus Lerdorf [Wed, 30 Jan 2008 08:52:17 +0000 (08:52 +0000)]
fix typo
Dmitry Stogov [Wed, 30 Jan 2008 08:10:17 +0000 (08:10 +0000)]
ZTS fix
Sebastian Bergmann [Wed, 30 Jan 2008 06:48:13 +0000 (06:48 +0000)]
MFH: Fix arginfo.
Stanislav Malyshev [Wed, 30 Jan 2008 03:17:57 +0000 (03:17 +0000)]
fix #43941: invalid utf-8 not accepted