]>
granicus.if.org Git - php/log
Dmitry Stogov [Mon, 20 Jun 2005 18:25:24 +0000 (18:25 +0000)]
Fixed possible crash on $x = $obj->$non_string
Ilia Alshanetsky [Mon, 20 Jun 2005 15:59:13 +0000 (15:59 +0000)]
Fixed bug #31054 (safe_mode & open_basedir checks only check first
include_path value).
foobar [Mon, 20 Jun 2005 13:37:32 +0000 (13:37 +0000)]
- Added session.hash_bits_per_character support. (3rd param)
(Changes by: waltzer at autumnweave dot com)
Antony Dovgal [Mon, 20 Jun 2005 12:46:34 +0000 (12:46 +0000)]
fix #29683 (headers_list() returns empty array)
foobar [Mon, 20 Jun 2005 11:10:11 +0000 (11:10 +0000)]
typo
Derick Rethans [Mon, 20 Jun 2005 11:08:28 +0000 (11:08 +0000)]
- Update TODO.
Derick Rethans [Mon, 20 Jun 2005 11:07:53 +0000 (11:07 +0000)]
- Make this work on big endian systems too.
- Added an additional malloc() check.
foobar [Mon, 20 Jun 2005 11:06:54 +0000 (11:06 +0000)]
Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>
foobar [Mon, 20 Jun 2005 11:01:07 +0000 (11:01 +0000)]
- Added AC_TIMELIB_C_BIGENDIAN
# No need to add it to config.m4, it's run in PHP configure.in already.
# Only added here so that the standalone configure.in (to be added later)
# can use it.
Derick Rethans [Mon, 20 Jun 2005 08:47:56 +0000 (08:47 +0000)]
- Update news with implemented FRs and added test for those FRs.
Derick Rethans [Mon, 20 Jun 2005 08:46:09 +0000 (08:46 +0000)]
- Implemented FR #29585 (Support week numbers in strtotime())
Derick Rethans [Mon, 20 Jun 2005 08:39:45 +0000 (08:39 +0000)]
- Update README, we require 0.9.8 now.
foobar [Mon, 20 Jun 2005 07:59:24 +0000 (07:59 +0000)]
reorder
foobar [Mon, 20 Jun 2005 07:26:46 +0000 (07:26 +0000)]
fix typo
foobar [Mon, 20 Jun 2005 07:04:07 +0000 (07:04 +0000)]
- No extra spaces before #ifndef
<changelog@php.net> [Mon, 20 Jun 2005 05:36:33 +0000 (05:36 +0000)]
ChangeLog update
Andi Gutmans [Mon, 20 Jun 2005 03:54:46 +0000 (03:54 +0000)]
- Fix typo
Marcus Boerger [Mon, 20 Jun 2005 03:05:14 +0000 (03:05 +0000)]
- BFN
Marcus Boerger [Mon, 20 Jun 2005 03:02:52 +0000 (03:02 +0000)]
- Fixed #33136:
- Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value
- Fix memleaks with overloading ArrayObject
Marcus Boerger [Mon, 20 Jun 2005 01:39:28 +0000 (01:39 +0000)]
- BFN
Marcus Boerger [Mon, 20 Jun 2005 01:37:48 +0000 (01:37 +0000)]
- Fix bug #33389 by fixing copying
Marcus Boerger [Mon, 20 Jun 2005 01:10:33 +0000 (01:10 +0000)]
- Output shows false lowercased
Marcus Boerger [Mon, 20 Jun 2005 01:08:57 +0000 (01:08 +0000)]
- Show true/flase
foobar [Mon, 20 Jun 2005 00:52:59 +0000 (00:52 +0000)]
- Plain path passed to PHP_INSTALL_HEADERS needs to have trailing /
foobar [Mon, 20 Jun 2005 00:20:45 +0000 (00:20 +0000)]
fix PHP_INSTALL_HEADERS() macro when 2 params are used
Marcus Boerger [Mon, 20 Jun 2005 00:19:18 +0000 (00:19 +0000)]
- Fix handling of ArrayObject/ArrayIterator flags and provide test
foobar [Mon, 20 Jun 2005 00:16:31 +0000 (00:16 +0000)]
This is not mysqli, where 5th parameter is port.
foobar [Sun, 19 Jun 2005 23:36:18 +0000 (23:36 +0000)]
Install headers too
Marcus Boerger [Sun, 19 Jun 2005 22:18:07 +0000 (22:18 +0000)]
- Add new test
# In this version we do not need to make the subscripted array a reference.
# Thus this implementation is in most cases the ideal implementation.
Derick Rethans [Sun, 19 Jun 2005 22:15:27 +0000 (22:15 +0000)]
- Added backward compability wrapper "php_parse_date()".
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...
Marcus Boerger [Sun, 19 Jun 2005 22:09:53 +0000 (22:09 +0000)]
- Add new test
# This does the same as 009 but achieves its goal completely different. It
# is easier but makes the array a reference which is not always practical.
Derick Rethans [Sun, 19 Jun 2005 21:56:21 +0000 (21:56 +0000)]
- Fixed layout of test description.
Marcus Boerger [Sun, 19 Jun 2005 21:52:38 +0000 (21:52 +0000)]
- Drop doubled $
Marcus Boerger [Sun, 19 Jun 2005 21:34:21 +0000 (21:34 +0000)]
- Add new test
Marcus Boerger [Sun, 19 Jun 2005 20:49:17 +0000 (20:49 +0000)]
- Update tests to reflect current situation
# I don't feel like discussing this issue anymore - maybe we need to find
# a way of returning proxies to get the requested behavior back - i'll give
# it a try for PHP 5.2. So long we'll have to stay with the original
# decision that we don't support references at all with ArrayAccess.
foobar [Sun, 19 Jun 2005 17:06:48 +0000 (17:06 +0000)]
revert - now it works again?!
Ilia Alshanetsky [Sun, 19 Jun 2005 16:31:51 +0000 (16:31 +0000)]
make substr_count() 30% when counting instances of 1 byte long strings.
Derick Rethans [Sun, 19 Jun 2005 16:13:34 +0000 (16:13 +0000)]
- Fixed test - strtotime() uses GMT if no TZ environment variable is set and if
no explicit timezone abbreviation (CEST) or timezone identifier
(Europe/Amsterdam) is set.
Derick Rethans [Sun, 19 Jun 2005 15:02:28 +0000 (15:02 +0000)]
- Ignore VIM swapfiles.
Derick Rethans [Sun, 19 Jun 2005 15:01:43 +0000 (15:01 +0000)]
- Add #20382 to the list, and expand testcase again.
<changelog@php.net> [Sun, 19 Jun 2005 05:32:33 +0000 (05:32 +0000)]
ChangeLog update
Sebastian Bergmann [Sun, 19 Jun 2005 05:28:39 +0000 (05:28 +0000)]
ZTS fix.
foobar [Sat, 18 Jun 2005 23:23:45 +0000 (23:23 +0000)]
fix test
foobar [Sat, 18 Jun 2005 21:17:10 +0000 (21:17 +0000)]
reorder + typofix :)
Derick Rethans [Sat, 18 Jun 2005 20:23:19 +0000 (20:23 +0000)]
- Allow default timezone to be set with the .ini setting "date.timezone".
Derick Rethans [Sat, 18 Jun 2005 19:40:31 +0000 (19:40 +0000)]
- Update NEWS with bugfix happyness.
- Update TODO file for ext/date. No known bugs currently.
Derick Rethans [Sat, 18 Jun 2005 19:39:19 +0000 (19:39 +0000)]
- Added testcase for bug #28024.
Derick Rethans [Sat, 18 Jun 2005 19:23:58 +0000 (19:23 +0000)]
- Fixed bug in tm2unixtime where the wanted date was in the transition time
between two zones.
#- In this case the wanted date actually didn't exist, and that wasn't
# handled correctly.
Derick Rethans [Sat, 18 Jun 2005 19:21:10 +0000 (19:21 +0000)]
- Expand test cases for bug #32086 and #32555.
foobar [Sat, 18 Jun 2005 18:59:12 +0000 (18:59 +0000)]
BFN
foobar [Sat, 18 Jun 2005 18:54:40 +0000 (18:54 +0000)]
- Updated bundled shtool to version 2.0.2
Ilia Alshanetsky [Sat, 18 Jun 2005 18:23:12 +0000 (18:23 +0000)]
Added offset & length parameters to substr_count() function.
foobar [Sat, 18 Jun 2005 18:11:33 +0000 (18:11 +0000)]
some more things to do
Andi Gutmans [Sat, 18 Jun 2005 16:52:24 +0000 (16:52 +0000)]
- E_STRICT shouldn't be on by default on production servers.
Derick Rethans [Sat, 18 Jun 2005 14:11:15 +0000 (14:11 +0000)]
- Add another test for bug #20382.
foobar [Sat, 18 Jun 2005 13:28:30 +0000 (13:28 +0000)]
Add note how to build DBA as shared
foobar [Sat, 18 Jun 2005 13:17:52 +0000 (13:17 +0000)]
no trailing dots
Derick Rethans [Sat, 18 Jun 2005 11:58:18 +0000 (11:58 +0000)]
- If the ts is smaller than the first transition time, use the last one
in the list.
#- This seems consistent with how "zdump" works, although I'm not 100% sure if
# it's correct.
Derick Rethans [Sat, 18 Jun 2005 11:15:29 +0000 (11:15 +0000)]
- Fixed a problem where the timestamp we are looking up a TZ info structure for
was in the last record in the tz database.
- Fixed problem in test case.
Derick Rethans [Sat, 18 Jun 2005 11:12:38 +0000 (11:12 +0000)]
- Added missing .cvsignore file.
Derick Rethans [Sat, 18 Jun 2005 10:25:40 +0000 (10:25 +0000)]
- Fixed test case
#- Still not sure why the first TS is incorrect...
<changelog@php.net> [Sat, 18 Jun 2005 05:35:31 +0000 (05:35 +0000)]
ChangeLog update
foobar [Sat, 18 Jun 2005 02:24:37 +0000 (02:24 +0000)]
Make sure $_ENV is populated
foobar [Sat, 18 Jun 2005 02:06:31 +0000 (02:06 +0000)]
- This is no bug.
foobar [Sat, 18 Jun 2005 01:06:58 +0000 (01:06 +0000)]
BFN
foobar [Sat, 18 Jun 2005 01:01:48 +0000 (01:01 +0000)]
test for bug #33389
Ilia Alshanetsky [Fri, 17 Jun 2005 23:29:20 +0000 (23:29 +0000)]
Added offset parameter to the stream_copy_to_stream() function.
foobar [Fri, 17 Jun 2005 23:00:11 +0000 (23:00 +0000)]
missing entry
Derick Rethans [Fri, 17 Jun 2005 22:45:31 +0000 (22:45 +0000)]
- Fix test case.
#- Bug might actually be in date() rendering things wrong, but that code
# is not yet replaced.
foobar [Fri, 17 Jun 2005 16:42:54 +0000 (16:42 +0000)]
Use the new dependency system
foobar [Fri, 17 Jun 2005 16:40:05 +0000 (16:40 +0000)]
No short-tags!
Georg Richter [Fri, 17 Jun 2005 16:32:43 +0000 (16:32 +0000)]
fix for bug #33263 (mysqli_real_escape doesn't work in __construct)
Andrei Zmievski [Fri, 17 Jun 2005 16:24:01 +0000 (16:24 +0000)]
*** empty log message ***
foobar [Fri, 17 Jun 2005 16:22:55 +0000 (16:22 +0000)]
fix test - short_tags not allowed here!
Dmitry Stogov [Fri, 17 Jun 2005 15:06:28 +0000 (15:06 +0000)]
Removed EX(fbc_constructor) (it is no longer needed)
Derick Rethans [Fri, 17 Jun 2005 14:54:00 +0000 (14:54 +0000)]
- The incoming TS is GMT... but the hole filler wants local time so we
have to convert it.
- Change e-mail address
Derick Rethans [Fri, 17 Jun 2005 14:21:53 +0000 (14:21 +0000)]
- Add a couple of test files, which all still fail.
Derick Rethans [Fri, 17 Jun 2005 14:11:12 +0000 (14:11 +0000)]
- Simplify code a little.
foobar [Fri, 17 Jun 2005 13:12:31 +0000 (13:12 +0000)]
nuke unused variable
Derick Rethans [Fri, 17 Jun 2005 12:03:04 +0000 (12:03 +0000)]
- Rename tl_config.h to timelib_config.h
foobar [Fri, 17 Jun 2005 11:48:17 +0000 (11:48 +0000)]
Use new dependency system
foobar [Fri, 17 Jun 2005 11:44:59 +0000 (11:44 +0000)]
Use the new dependency system
foobar [Fri, 17 Jun 2005 11:35:22 +0000 (11:35 +0000)]
Use the new dependency system
Antony Dovgal [Fri, 17 Jun 2005 11:25:31 +0000 (11:25 +0000)]
improve error messages when error raised from an internal class (do not hide class name)
Antony Dovgal [Fri, 17 Jun 2005 10:53:15 +0000 (10:53 +0000)]
add news entry and test for bug #33382
Dmitry Stogov [Fri, 17 Jun 2005 10:50:45 +0000 (10:50 +0000)]
Fixed bug #33277 (private method accessed by child class)
Antony Dovgal [Fri, 17 Jun 2005 10:50:15 +0000 (10:50 +0000)]
fix bug #33382 (array_reverse() fails after *sort())
no need to MFH - the bug existed only in HEAD
Dmitry Stogov [Fri, 17 Jun 2005 09:39:23 +0000 (09:39 +0000)]
Improved PHP extension loading mechanism with support for module dependencies and conflicts
Dmitry Stogov [Fri, 17 Jun 2005 09:36:26 +0000 (09:36 +0000)]
Improved PHP extension loading mechanism with support for module dependencies and conflicts.
<changelog@php.net> [Fri, 17 Jun 2005 05:37:15 +0000 (05:37 +0000)]
ChangeLog update
Frank M. Kromann [Fri, 17 Jun 2005 05:10:12 +0000 (05:10 +0000)]
Attempt to fix win32 build by creating the missing hader file
foobar [Thu, 16 Jun 2005 23:12:10 +0000 (23:12 +0000)]
- Improve portability.
# TODO: The standalone lib needs it's own build stuff, pretty much same as
# Zend has for standalone builds.
Marcus Boerger [Thu, 16 Jun 2005 23:02:23 +0000 (23:02 +0000)]
- Internal functions/methods can now return by reference
Ilia Alshanetsky [Thu, 16 Jun 2005 22:50:32 +0000 (22:50 +0000)]
Fixed memory corruption.
Brian France [Thu, 16 Jun 2005 22:35:11 +0000 (22:35 +0000)]
ifdef'ed the code but not the includes
foobar [Thu, 16 Jun 2005 22:03:04 +0000 (22:03 +0000)]
nuke unused entries
Johannes Schlüter [Thu, 16 Jun 2005 21:27:51 +0000 (21:27 +0000)]
fix typos
foobar [Thu, 16 Jun 2005 21:23:16 +0000 (21:23 +0000)]
Fix VPATH build (again)
foobar [Thu, 16 Jun 2005 21:22:33 +0000 (21:22 +0000)]
this is not an extension dir
Marcus Boerger [Thu, 16 Jun 2005 18:58:04 +0000 (18:58 +0000)]
- No more memory_limit for running tests