]> granicus.if.org Git - php/log
php
17 years agoMFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too
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

17 years ago- MFH Update docu
Marcus Boerger [Mon, 4 Feb 2008 20:40:47 +0000 (20:40 +0000)]
- MFH Update docu

17 years agoMFH: allow using these constants in php.ini (f.e. PHP_SAPI..)
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..)

17 years ago- MFH Fix/add folding markers
Marcus Boerger [Mon, 4 Feb 2008 19:40:49 +0000 (19:40 +0000)]
- MFH Fix/add folding markers

17 years ago- MFH Really fix flag handling
Marcus Boerger [Mon, 4 Feb 2008 19:33:10 +0000 (19:33 +0000)]
- MFH Really fix flag handling

17 years ago- MFH Fix #44018 (RecursiveDirectoryIterator options inconsistancy)
Marcus Boerger [Mon, 4 Feb 2008 18:46:13 +0000 (18:46 +0000)]
- MFH Fix #44018 (RecursiveDirectoryIterator options inconsistancy)

17 years agoSimplify unique string generation and plug a leak.
Andrey Hristov [Mon, 4 Feb 2008 17:55:06 +0000 (17:55 +0000)]
Simplify unique string generation and plug a leak.

17 years agoFix a leak, memory warning and failing test case.
Andrey Hristov [Mon, 4 Feb 2008 17:33:46 +0000 (17:33 +0000)]
Fix a leak, memory warning and failing test case.

17 years ago- MFH Fix default flag value in contructor
Marcus Boerger [Mon, 4 Feb 2008 17:19:07 +0000 (17:19 +0000)]
- MFH Fix default flag value in contructor

17 years ago- MFH Fix messages and tests
Marcus Boerger [Mon, 4 Feb 2008 17:07:07 +0000 (17:07 +0000)]
- MFH Fix messages and tests

17 years ago- CS/WS
Marcus Boerger [Mon, 4 Feb 2008 16:48:06 +0000 (16:48 +0000)]
- CS/WS

17 years agoMFH: Add missing Reflection API metadata for DOM classes.
Sebastian Bergmann [Mon, 4 Feb 2008 15:22:59 +0000 (15:22 +0000)]
MFH: Add missing Reflection API metadata for DOM classes.

17 years ago- added some new tests for arsort
Robert Nicholson [Mon, 4 Feb 2008 00:05:24 +0000 (00:05 +0000)]
- added some new tests for arsort

17 years ago- Update .cvsignore
Marcus Boerger [Sun, 3 Feb 2008 18:30:49 +0000 (18:30 +0000)]
- Update .cvsignore

17 years ago- Small improvements, no malloc needed for the zval
Marcus Boerger [Sun, 3 Feb 2008 17:49:46 +0000 (17:49 +0000)]
- Small improvements, no malloc needed for the zval

17 years agoFixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling
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)

17 years ago- MFH Typo
Marcus Boerger [Sun, 3 Feb 2008 14:48:38 +0000 (14:48 +0000)]
- MFH Typo

17 years ago- MFH Rename it again
Marcus Boerger [Sun, 3 Feb 2008 14:45:00 +0000 (14:45 +0000)]
- MFH Rename it again
[DOC]
- MFH Add config_get_hash()

17 years ago- MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump
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

17 years ago- Fix warnings
Marcus Boerger [Sun, 3 Feb 2008 14:32:48 +0000 (14:32 +0000)]
- Fix warnings

17 years agoFixed reference problem (variable were converted)
Felipe Pena [Sun, 3 Feb 2008 14:30:25 +0000 (14:30 +0000)]
Fixed reference problem (variable were converted)

17 years ago- MFH: Support "first/last day of <month>" style texts.
Derick Rethans [Sun, 3 Feb 2008 14:15:07 +0000 (14:15 +0000)]
- MFH: Support "first/last day of <month>" style texts.

17 years ago- Only one line heading
Marcus Boerger [Sun, 3 Feb 2008 13:32:07 +0000 (13:32 +0000)]
- Only one line heading

17 years agoMissing Johannes' name
Felipe Pena [Sun, 3 Feb 2008 12:59:41 +0000 (12:59 +0000)]
Missing Johannes' name

17 years agoMoving the the phpt generation script to scripts/dev directory at Jani's suggestion.
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.

17 years ago- MFH Synch directory changes
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

17 years agoMFH: fix leak appearing when calling non-static protected or private methods as static
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

17 years ago- MFH Show interfaces
Marcus Boerger [Sat, 2 Feb 2008 21:02:25 +0000 (21:02 +0000)]
- MFH Show interfaces

17 years ago- MFH: Make timezone_open() work again.
Derick Rethans [Sat, 2 Feb 2008 17:25:54 +0000 (17:25 +0000)]
- MFH: Make timezone_open() work again.

17 years ago- MFH Add comment that explains why we need E_ERROR in those cases
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

17 years ago- Fix tests
Marcus Boerger [Sat, 2 Feb 2008 15:19:06 +0000 (15:19 +0000)]
- Fix tests

17 years ago- Fix remaining issue (should be last one)
Marcus Boerger [Sat, 2 Feb 2008 15:18:30 +0000 (15:18 +0000)]
- Fix remaining issue (should be last one)

17 years ago- Fix the expectations. Tests still fails because of something else.
Marcus Boerger [Sat, 2 Feb 2008 14:37:29 +0000 (14:37 +0000)]
- Fix the expectations. Tests still fails because of something else.

17 years ago- Drop useless TODO, this would need to be fixed in a generic way
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

17 years ago- It appears HEAD needs to be MFB'ed and this needs another fix now
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

17 years ago- MFH Use new parameter parsing API
Marcus Boerger [Sat, 2 Feb 2008 13:58:31 +0000 (13:58 +0000)]
- MFH Use new parameter parsing API

17 years ago- Fix flag handling in message generation
Marcus Boerger [Sat, 2 Feb 2008 13:56:59 +0000 (13:56 +0000)]
- Fix flag handling in message generation

17 years ago- MFH Fix tests
Marcus Boerger [Sat, 2 Feb 2008 13:33:41 +0000 (13:33 +0000)]
- MFH Fix tests

17 years agoCountable requires SPL
Rasmus Lerdorf [Sat, 2 Feb 2008 09:53:44 +0000 (09:53 +0000)]
Countable requires SPL

17 years agoFix the fix
Felipe Pena [Sat, 2 Feb 2008 04:03:03 +0000 (04:03 +0000)]
Fix the fix

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 03:20:51 +0000 (03:20 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 03:15:46 +0000 (03:15 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 03:00:57 +0000 (03:00 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:45:44 +0000 (02:45 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:36:08 +0000 (02:36 +0000)]
Fix tests (new error message)

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 02:29:27 +0000 (02:29 +0000)]
Fix tests (new error message)

17 years agoAnother batch of fixed tests
Rasmus Lerdorf [Sat, 2 Feb 2008 01:51:17 +0000 (01:51 +0000)]
Another batch of fixed tests

17 years agoOps, fix the fix
Felipe Pena [Sat, 2 Feb 2008 01:48:29 +0000 (01:48 +0000)]
Ops, fix the fix

17 years agoFix tests (new error message)
Felipe Pena [Sat, 2 Feb 2008 01:40:45 +0000 (01:40 +0000)]
Fix tests (new error message)

17 years agoFix a few more tests
Rasmus Lerdorf [Sat, 2 Feb 2008 01:31:18 +0000 (01:31 +0000)]
Fix a few more tests

17 years agoWhat's the [0] for here? Looks wrong and causes stuff to segv
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

17 years agoFix test and convert to UNIX line endings
Rasmus Lerdorf [Sat, 2 Feb 2008 01:01:04 +0000 (01:01 +0000)]
Fix test and convert to UNIX line endings

17 years agoFix more tests (some of these were not broken by the recent changes)
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)

17 years ago2 more test fixes
Rasmus Lerdorf [Sat, 2 Feb 2008 00:44:45 +0000 (00:44 +0000)]
2 more test fixes

17 years agoFix some tests
Rasmus Lerdorf [Sat, 2 Feb 2008 00:29:17 +0000 (00:29 +0000)]
Fix some tests

17 years ago- Fix build, thanks Christian Rodriguez for noticing
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

17 years agofix test, add 64bit version
Antony Dovgal [Fri, 1 Feb 2008 23:19:16 +0000 (23:19 +0000)]
fix test, add 64bit version

17 years agoSmall tweak. Need to make array and string callback syntax behave the
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.

17 years ago[DOC]
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 >

17 years agoMFH: Added new parameter for strstr(), stristr()
Felipe Pena [Fri, 1 Feb 2008 18:01:50 +0000 (18:01 +0000)]
MFH: Added new parameter for strstr(), stristr()

17 years agoCommand line script to help generate the basic framework of a PHPT
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

17 years agoA few new tests for math functions - Note the "constants" test will fail on Windows...
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.

17 years ago- a few more gd tests (committed on behalf of andy wharmby)
Robert Nicholson [Fri, 1 Feb 2008 16:33:17 +0000 (16:33 +0000)]
- a few more gd tests (committed on behalf of andy wharmby)

17 years ago- Committing new tests for MBString extension.
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

17 years agoNew tests and fix tests (new error message)
Felipe Pena [Fri, 1 Feb 2008 13:41:19 +0000 (13:41 +0000)]
New tests and fix tests (new error message)

17 years agoMFH: New parameter 'before_needle'
Felipe Pena [Fri, 1 Feb 2008 12:28:44 +0000 (12:28 +0000)]
MFH: New parameter 'before_needle'

17 years agoglob:// was added in 5.3, no need to mention bug fixes for it
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

17 years agoMFH: New test for old, suspended bug
Christopher Jones [Thu, 31 Jan 2008 22:03:23 +0000 (22:03 +0000)]
MFH: New test for old, suspended bug

17 years agoMFH: fix bug #42369 (Implicit conversion to string leaks memory)
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

17 years agoTypo
Rasmus Lerdorf [Thu, 31 Jan 2008 21:36:40 +0000 (21:36 +0000)]
Typo

17 years agoThese two tests both need a timezone
Rasmus Lerdorf [Thu, 31 Jan 2008 21:03:32 +0000 (21:03 +0000)]
These two tests both need a timezone

17 years agoPDO is hardly experimental
Ilia Alshanetsky [Thu, 31 Jan 2008 20:50:27 +0000 (20:50 +0000)]
PDO is hardly experimental

17 years agoUpdate test environement description. Typos
Christopher Jones [Thu, 31 Jan 2008 20:21:27 +0000 (20:21 +0000)]
Update test environement description. Typos

17 years agotry to fix build with gcc 4: take #2
Nuno Lopes [Thu, 31 Jan 2008 18:46:03 +0000 (18:46 +0000)]
try to fix build with gcc 4: take #2

17 years agoThere are plenty of other non-Windows operating systems
Rasmus Lerdorf [Thu, 31 Jan 2008 18:31:54 +0000 (18:31 +0000)]
There are plenty of other non-Windows operating systems

17 years agotry to fix build with gcc 4: take #1
Nuno Lopes [Thu, 31 Jan 2008 18:30:42 +0000 (18:30 +0000)]
try to fix build with gcc 4: take #1

17 years ago- fix flag handling in is_callable()
Marcus Boerger [Thu, 31 Jan 2008 11:21:15 +0000 (11:21 +0000)]
- fix flag handling in is_callable()

17 years ago- MFH Fix test
Marcus Boerger [Thu, 31 Jan 2008 07:44:01 +0000 (07:44 +0000)]
- MFH Fix test

17 years agoFix windows build
Elizabeth Marie Smith [Thu, 31 Jan 2008 02:35:44 +0000 (02:35 +0000)]
Fix windows build

17 years agoMerge DRCP & FAN support. PHP6 sync will happen later
Christopher Jones [Thu, 31 Jan 2008 01:33:30 +0000 (01:33 +0000)]
Merge DRCP & FAN support. PHP6 sync will happen later

17 years ago- WS
Marcus Boerger [Wed, 30 Jan 2008 23:45:12 +0000 (23:45 +0000)]
- WS

17 years ago- MFH Get rid of overoptimization
Marcus Boerger [Wed, 30 Jan 2008 23:43:13 +0000 (23:43 +0000)]
- MFH Get rid of overoptimization

17 years ago- Sub path may be NULL
Marcus Boerger [Wed, 30 Jan 2008 23:08:13 +0000 (23:08 +0000)]
- Sub path may be NULL

17 years ago- Fixed glob:// stream handling in (Recursive)DirectoryIterator.
Marcus Boerger [Wed, 30 Jan 2008 20:31:07 +0000 (20:31 +0000)]
- Fixed glob:// stream handling in (Recursive)DirectoryIterator.

17 years agoFixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)
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)

17 years agoRemoving superfluous --INI-- section
Zoe Slattery [Wed, 30 Jan 2008 17:50:38 +0000 (17:50 +0000)]
Removing superfluous --INI-- section

17 years agoFix test
Felipe Pena [Wed, 30 Jan 2008 16:06:44 +0000 (16:06 +0000)]
Fix test

17 years agoMFH: fix bug #41562 (SimpleXML memory issue)
Rob Richards [Wed, 30 Jan 2008 15:28:46 +0000 (15:28 +0000)]
MFH: fix bug #41562 (SimpleXML memory issue)

17 years agoFix test
Felipe Pena [Wed, 30 Jan 2008 14:49:20 +0000 (14:49 +0000)]
Fix test

17 years agoRevert
Felipe Pena [Wed, 30 Jan 2008 14:45:20 +0000 (14:45 +0000)]
Revert

17 years agoAdding tests for class features, including __autoload(), property inheritance rules...
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.

17 years agoFix the fix (isInstance - order of parameters)
Felipe Pena [Wed, 30 Jan 2008 13:42:01 +0000 (13:42 +0000)]
Fix the fix (isInstance - order of parameters)

17 years agofix ZTS build
Antony Dovgal [Wed, 30 Jan 2008 12:50:59 +0000 (12:50 +0000)]
fix ZTS build

17 years agoFix tests
Felipe Pena [Wed, 30 Jan 2008 11:43:10 +0000 (11:43 +0000)]
Fix tests

17 years agoFixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)
Felipe Pena [Wed, 30 Jan 2008 10:27:28 +0000 (10:27 +0000)]
Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator)

17 years agoImproved PHP binary size and startup speed with GCC4 visibility control (Nuno)
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)

17 years agofix typo
Rasmus Lerdorf [Wed, 30 Jan 2008 08:52:17 +0000 (08:52 +0000)]
fix typo

17 years agoZTS fix
Dmitry Stogov [Wed, 30 Jan 2008 08:10:17 +0000 (08:10 +0000)]
ZTS fix

17 years agoMFH: Fix arginfo.
Sebastian Bergmann [Wed, 30 Jan 2008 06:48:13 +0000 (06:48 +0000)]
MFH: Fix arginfo.

17 years agofix #43941: invalid utf-8 not accepted
Stanislav Malyshev [Wed, 30 Jan 2008 03:17:57 +0000 (03:17 +0000)]
fix #43941: invalid utf-8 not accepted