]> granicus.if.org Git - php/log
php
20 years agoThis is not mysqli, where 5th parameter is port.
foobar [Mon, 20 Jun 2005 00:16:31 +0000 (00:16 +0000)]
This is not mysqli, where 5th parameter is port.

20 years agoInstall headers too
foobar [Sun, 19 Jun 2005 23:36:18 +0000 (23:36 +0000)]
Install headers too

20 years ago- Add new test
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.

20 years ago- Added backward compability wrapper "php_parse_date()".
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...

20 years ago- Add new test
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.

20 years ago- Fixed layout of test description.
Derick Rethans [Sun, 19 Jun 2005 21:56:21 +0000 (21:56 +0000)]
- Fixed layout of test description.

20 years ago- Drop doubled $
Marcus Boerger [Sun, 19 Jun 2005 21:52:38 +0000 (21:52 +0000)]
- Drop doubled $

20 years ago- Add new test
Marcus Boerger [Sun, 19 Jun 2005 21:34:21 +0000 (21:34 +0000)]
- Add new test

20 years ago- Update tests to reflect current situation
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.

20 years agorevert - now it works again?!
foobar [Sun, 19 Jun 2005 17:06:48 +0000 (17:06 +0000)]
revert - now it works again?!

20 years agomake substr_count() 30% when counting instances of 1 byte long strings.
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.

20 years ago- Fixed test - strtotime() uses GMT if no TZ environment variable is set and if
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.

20 years ago- Ignore VIM swapfiles.
Derick Rethans [Sun, 19 Jun 2005 15:02:28 +0000 (15:02 +0000)]
- Ignore VIM swapfiles.

20 years ago- Add #20382 to the list, and expand testcase again.
Derick Rethans [Sun, 19 Jun 2005 15:01:43 +0000 (15:01 +0000)]
- Add #20382 to the list, and expand testcase again.

20 years agoChangeLog update
<changelog@php.net> [Sun, 19 Jun 2005 05:32:33 +0000 (05:32 +0000)]
ChangeLog update

20 years agoZTS fix.
Sebastian Bergmann [Sun, 19 Jun 2005 05:28:39 +0000 (05:28 +0000)]
ZTS fix.

20 years agofix test
foobar [Sat, 18 Jun 2005 23:23:45 +0000 (23:23 +0000)]
fix test

20 years agoreorder + typofix :)
foobar [Sat, 18 Jun 2005 21:17:10 +0000 (21:17 +0000)]
reorder + typofix :)

20 years ago- Allow default timezone to be set with the .ini setting "date.timezone".
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".

20 years ago- Update NEWS with bugfix happyness.
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.

20 years ago- Added testcase for bug #28024.
Derick Rethans [Sat, 18 Jun 2005 19:39:19 +0000 (19:39 +0000)]
- Added testcase for bug #28024.

20 years ago- Fixed bug in tm2unixtime where the wanted date was in the transition time
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.

20 years ago- Expand test cases for bug #32086 and #32555.
Derick Rethans [Sat, 18 Jun 2005 19:21:10 +0000 (19:21 +0000)]
- Expand test cases for bug #32086 and #32555.

20 years agoBFN
foobar [Sat, 18 Jun 2005 18:59:12 +0000 (18:59 +0000)]
BFN

20 years ago- Updated bundled shtool to version 2.0.2
foobar [Sat, 18 Jun 2005 18:54:40 +0000 (18:54 +0000)]
- Updated bundled shtool to version 2.0.2

20 years agoAdded offset & length parameters to substr_count() function.
Ilia Alshanetsky [Sat, 18 Jun 2005 18:23:12 +0000 (18:23 +0000)]
Added offset & length parameters to substr_count() function.

20 years agosome more things to do
foobar [Sat, 18 Jun 2005 18:11:33 +0000 (18:11 +0000)]
some more things to do

20 years ago- E_STRICT shouldn't be on by default on production servers.
Andi Gutmans [Sat, 18 Jun 2005 16:52:24 +0000 (16:52 +0000)]
- E_STRICT shouldn't be on by default on production servers.

20 years ago- Add another test for bug #20382.
Derick Rethans [Sat, 18 Jun 2005 14:11:15 +0000 (14:11 +0000)]
- Add another test for bug #20382.

20 years agoAdd note how to build DBA as shared
foobar [Sat, 18 Jun 2005 13:28:30 +0000 (13:28 +0000)]
Add note how to build DBA as shared

20 years agono trailing dots
foobar [Sat, 18 Jun 2005 13:17:52 +0000 (13:17 +0000)]
no trailing dots

20 years ago- If the ts is smaller than the first transition time, use the last one
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.

20 years ago- Fixed a problem where the timestamp we are looking up a TZ info structure for
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.

20 years ago- Added missing .cvsignore file.
Derick Rethans [Sat, 18 Jun 2005 11:12:38 +0000 (11:12 +0000)]
- Added missing .cvsignore file.

20 years ago- Fixed test case
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...

20 years agoChangeLog update
<changelog@php.net> [Sat, 18 Jun 2005 05:35:31 +0000 (05:35 +0000)]
ChangeLog update

20 years agoMake sure $_ENV is populated
foobar [Sat, 18 Jun 2005 02:24:37 +0000 (02:24 +0000)]
Make sure $_ENV is populated

20 years ago- This is no bug.
foobar [Sat, 18 Jun 2005 02:06:31 +0000 (02:06 +0000)]
- This is no bug.

20 years agoBFN
foobar [Sat, 18 Jun 2005 01:06:58 +0000 (01:06 +0000)]
BFN

20 years agotest for bug #33389
foobar [Sat, 18 Jun 2005 01:01:48 +0000 (01:01 +0000)]
test for bug #33389

20 years agoAdded offset parameter to the stream_copy_to_stream() function.
Ilia Alshanetsky [Fri, 17 Jun 2005 23:29:20 +0000 (23:29 +0000)]
Added offset parameter to the stream_copy_to_stream() function.

20 years agomissing entry
foobar [Fri, 17 Jun 2005 23:00:11 +0000 (23:00 +0000)]
missing entry

20 years ago- Fix test case.
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.

20 years agoUse the new dependency system
foobar [Fri, 17 Jun 2005 16:42:54 +0000 (16:42 +0000)]
Use the new dependency system

20 years agoNo short-tags!
foobar [Fri, 17 Jun 2005 16:40:05 +0000 (16:40 +0000)]
No short-tags!

20 years agofix for bug #33263 (mysqli_real_escape doesn't work in __construct)
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)

20 years ago*** empty log message ***
Andrei Zmievski [Fri, 17 Jun 2005 16:24:01 +0000 (16:24 +0000)]
*** empty log message ***

20 years agofix test - short_tags not allowed here!
foobar [Fri, 17 Jun 2005 16:22:55 +0000 (16:22 +0000)]
fix test - short_tags not allowed here!

20 years agoRemoved EX(fbc_constructor) (it is no longer needed)
Dmitry Stogov [Fri, 17 Jun 2005 15:06:28 +0000 (15:06 +0000)]
Removed EX(fbc_constructor) (it is no longer needed)

20 years ago- The incoming TS is GMT... but the hole filler wants local time so we
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

20 years ago- Add a couple of test files, which all still fail.
Derick Rethans [Fri, 17 Jun 2005 14:21:53 +0000 (14:21 +0000)]
- Add a couple of test files, which all still fail.

20 years ago- Simplify code a little.
Derick Rethans [Fri, 17 Jun 2005 14:11:12 +0000 (14:11 +0000)]
- Simplify code a little.

20 years agonuke unused variable
foobar [Fri, 17 Jun 2005 13:12:31 +0000 (13:12 +0000)]
nuke unused variable

20 years ago- Rename tl_config.h to timelib_config.h
Derick Rethans [Fri, 17 Jun 2005 12:03:04 +0000 (12:03 +0000)]
- Rename tl_config.h to timelib_config.h

20 years agoUse new dependency system
foobar [Fri, 17 Jun 2005 11:48:17 +0000 (11:48 +0000)]
Use new dependency system

20 years agoUse the new dependency system
foobar [Fri, 17 Jun 2005 11:44:59 +0000 (11:44 +0000)]
Use the new dependency system

20 years agoUse the new dependency system
foobar [Fri, 17 Jun 2005 11:35:22 +0000 (11:35 +0000)]
Use the new dependency system

20 years agoimprove error messages when error raised from an internal class (do not hide class...
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)

20 years agoadd news entry and test for bug #33382
Antony Dovgal [Fri, 17 Jun 2005 10:53:15 +0000 (10:53 +0000)]
add news entry and test for bug #33382

20 years agoFixed bug #33277 (private method accessed by child class)
Dmitry Stogov [Fri, 17 Jun 2005 10:50:45 +0000 (10:50 +0000)]
Fixed bug #33277 (private method accessed by child class)

20 years agofix bug #33382 (array_reverse() fails after *sort())
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

20 years agoImproved PHP extension loading mechanism with support for module dependencies and...
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

20 years agoImproved PHP extension loading mechanism with support for module dependencies and...
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.

20 years agoChangeLog update
<changelog@php.net> [Fri, 17 Jun 2005 05:37:15 +0000 (05:37 +0000)]
ChangeLog update

20 years agoAttempt to fix win32 build by creating the missing hader file
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

20 years ago- Improve portability.
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.

20 years ago- Internal functions/methods can now return by reference
Marcus Boerger [Thu, 16 Jun 2005 23:02:23 +0000 (23:02 +0000)]
- Internal functions/methods can now return by reference

20 years agoFixed memory corruption.
Ilia Alshanetsky [Thu, 16 Jun 2005 22:50:32 +0000 (22:50 +0000)]
Fixed memory corruption.

20 years ago ifdef'ed the code but not the includes
Brian France [Thu, 16 Jun 2005 22:35:11 +0000 (22:35 +0000)]
ifdef'ed the code but not the includes

20 years agonuke unused entries
foobar [Thu, 16 Jun 2005 22:03:04 +0000 (22:03 +0000)]
nuke unused entries

20 years agofix typos
Johannes Schlüter [Thu, 16 Jun 2005 21:27:51 +0000 (21:27 +0000)]
fix typos

20 years agoFix VPATH build (again)
foobar [Thu, 16 Jun 2005 21:23:16 +0000 (21:23 +0000)]
Fix VPATH build (again)

20 years agothis is not an extension dir
foobar [Thu, 16 Jun 2005 21:22:33 +0000 (21:22 +0000)]
this is not an extension dir

20 years ago- No more memory_limit for running tests
Marcus Boerger [Thu, 16 Jun 2005 18:58:04 +0000 (18:58 +0000)]
- No more memory_limit for running tests

20 years ago- Fixed headers for FreeBSD
Derick Rethans [Thu, 16 Jun 2005 18:34:42 +0000 (18:34 +0000)]
- Fixed headers for FreeBSD
- Moved from ntohl to own macro
- Export timelib_dump_tzinfo

20 years ago- Added include dir.
Derick Rethans [Thu, 16 Jun 2005 18:15:30 +0000 (18:15 +0000)]
- Added include dir.

20 years ago- Fix up tests, remove windows specific test.
Derick Rethans [Thu, 16 Jun 2005 18:13:40 +0000 (18:13 +0000)]
- Fix up tests, remove windows specific test.

20 years ago- Move strtotime() related testcases to ext/date/tests.
Derick Rethans [Thu, 16 Jun 2005 17:35:08 +0000 (17:35 +0000)]
- Move strtotime() related testcases to ext/date/tests.

20 years ago- Fix TSRM build
Marcus Boerger [Thu, 16 Jun 2005 17:29:29 +0000 (17:29 +0000)]
- Fix TSRM build

20 years ago- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
Derick Rethans [Thu, 16 Jun 2005 17:12:41 +0000 (17:12 +0000)]
- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
  prevent duplicate header names.

20 years agosilence notices
foobar [Thu, 16 Jun 2005 17:12:26 +0000 (17:12 +0000)]
silence notices

20 years agotypofix
foobar [Thu, 16 Jun 2005 16:46:06 +0000 (16:46 +0000)]
typofix

20 years agoDon't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and...
Wez Furlong [Thu, 16 Jun 2005 15:36:39 +0000 (15:36 +0000)]
Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and safely) used.
This allows our test-suite to run in E_STRICT mode.

20 years agotypo
Dmitry Stogov [Thu, 16 Jun 2005 15:11:03 +0000 (15:11 +0000)]
typo

20 years agoFix compile on win32 at least.
Wez Furlong [Thu, 16 Jun 2005 15:03:36 +0000 (15:03 +0000)]
Fix compile on win32 at least.

20 years agoAllowed return by refrence from internal functions
Dmitry Stogov [Thu, 16 Jun 2005 14:56:13 +0000 (14:56 +0000)]
Allowed return by refrence from internal functions

20 years agoDon't crash here if there are errors (such as failing to load extensions via
Wez Furlong [Thu, 16 Jun 2005 14:54:51 +0000 (14:54 +0000)]
Don't crash here if there are errors (such as failing to load extensions via
php.ini) during startup.

20 years agorename to zend_
Stanislav Malyshev [Thu, 16 Jun 2005 14:27:08 +0000 (14:27 +0000)]
rename to zend_

20 years agoFixed bug #33318 (throw 1; results in Invalid opcode 108/1/8)
Dmitry Stogov [Thu, 16 Jun 2005 14:20:00 +0000 (14:20 +0000)]
Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8)

20 years agoFixlet
Zeev Suraski [Thu, 16 Jun 2005 13:31:21 +0000 (13:31 +0000)]
Fixlet

20 years ago- Fixed a regression with "last saturday"
Derick Rethans [Thu, 16 Jun 2005 13:30:26 +0000 (13:30 +0000)]
- Fixed a regression with "last saturday"

20 years agoCompilation warnings
Dmitry Stogov [Thu, 16 Jun 2005 12:26:44 +0000 (12:26 +0000)]
Compilation warnings

20 years agoZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.
Dmitry Stogov [Thu, 16 Jun 2005 12:17:39 +0000 (12:17 +0000)]
ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.

20 years agoexport zval getters
Stanislav Malyshev [Thu, 16 Jun 2005 11:50:08 +0000 (11:50 +0000)]
export zval getters

20 years ago- Update maintainers and credits.
Derick Rethans [Thu, 16 Jun 2005 10:44:41 +0000 (10:44 +0000)]
- Update maintainers and credits.

20 years agoUSER_OPCODE API is improvet.
Dmitry Stogov [Thu, 16 Jun 2005 06:00:48 +0000 (06:00 +0000)]
USER_OPCODE API is improvet.
Implemented ability to dispatch from user handler to internal handler of another opcode.

20 years agoChangeLog update
<changelog@php.net> [Thu, 16 Jun 2005 05:38:57 +0000 (05:38 +0000)]
ChangeLog update

20 years agoFixed memory leak.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:42:55 +0000 (23:42 +0000)]
Fixed memory leak.

20 years agoAvoid double-free.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:30:20 +0000 (23:30 +0000)]
Avoid double-free.

20 years agoAdded test for bug #33056.
Ilia Alshanetsky [Wed, 15 Jun 2005 23:24:28 +0000 (23:24 +0000)]
Added test for bug #33056.