]> granicus.if.org Git - php/log
php
20 years agoThis commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2RC1'. php-5.0.0RC2RC1
SVN Migration [Wed, 14 Apr 2004 11:03:48 +0000 (11:03 +0000)]
This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2RC1'.

20 years ago- RC2RC1
Andi Gutmans [Wed, 14 Apr 2004 11:03:47 +0000 (11:03 +0000)]
- RC2RC1

20 years ago- Enable iconv by default
Derick Rethans [Wed, 14 Apr 2004 07:42:38 +0000 (07:42 +0000)]
- Enable iconv by default

20 years agoChangeLog update
<changelog@php.net> [Wed, 14 Apr 2004 00:35:36 +0000 (00:35 +0000)]
ChangeLog update

20 years agoClassnames shall start with an uppercase character
Marcus Boerger [Tue, 13 Apr 2004 20:25:49 +0000 (20:25 +0000)]
Classnames shall start with an uppercase character

20 years agoUpdate error messages in tests
Marcus Boerger [Tue, 13 Apr 2004 19:08:54 +0000 (19:08 +0000)]
Update error messages in tests

20 years agoNew tests (and ordering of tests)
Marcus Boerger [Tue, 13 Apr 2004 19:06:39 +0000 (19:06 +0000)]
New tests (and ordering of tests)

20 years agoBugfix #27979
Marcus Boerger [Tue, 13 Apr 2004 19:06:16 +0000 (19:06 +0000)]
Bugfix #27979

20 years agoAnother setting leak in session code (bug #27963).
Ilia Alshanetsky [Tue, 13 Apr 2004 18:18:22 +0000 (18:18 +0000)]
Another setting leak in session code (bug #27963).

20 years agoExport symbols needed by bz2_filter
Sara Golemon [Tue, 13 Apr 2004 17:54:47 +0000 (17:54 +0000)]
Export symbols needed by bz2_filter

20 years agoThis wasn't updated for new parameters for object handlers yet...
Wez Furlong [Tue, 13 Apr 2004 17:51:36 +0000 (17:51 +0000)]
This wasn't updated for new parameters for object handlers yet...

20 years agoBFN
foobar [Tue, 13 Apr 2004 17:28:23 +0000 (17:28 +0000)]
BFN

20 years agofix bug #27979
Stanislav Malyshev [Tue, 13 Apr 2004 16:21:24 +0000 (16:21 +0000)]
fix bug #27979

20 years agoFix debug_backtrace to show arguments again
Zeev Suraski [Tue, 13 Apr 2004 16:07:19 +0000 (16:07 +0000)]
Fix debug_backtrace to show arguments again
We need to merge code from debug_backtrace & debug_print_backtrace at
some point!

20 years ago- Fix API no of Engine 2. The first number is the engine version and the
Andi Gutmans [Tue, 13 Apr 2004 15:27:36 +0000 (15:27 +0000)]
- Fix API no of Engine 2. The first number is the engine version and the
- rest is the API_NO. This way engine2_api_no is always greater than
- engine1_api_no.

20 years ago- Add hook for exception handler (Derick)
Andi Gutmans [Tue, 13 Apr 2004 15:19:21 +0000 (15:19 +0000)]
- Add hook for exception handler (Derick)

20 years agoFixed bug #27963 (Session lifetime setting may leak between requests).
Ilia Alshanetsky [Tue, 13 Apr 2004 00:39:05 +0000 (00:39 +0000)]
Fixed bug #27963 (Session lifetime setting may leak between requests).

20 years agoChangeLog update
<changelog@php.net> [Tue, 13 Apr 2004 00:34:35 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Add fontpath for win98/XP (Patch by Friedhelm Betz)
Derick Rethans [Mon, 12 Apr 2004 21:42:42 +0000 (21:42 +0000)]
- Add fontpath for win98/XP (Patch by Friedhelm Betz)

20 years agoFix order of macro parameter (synch with other macros)
Marcus Boerger [Mon, 12 Apr 2004 13:02:54 +0000 (13:02 +0000)]
Fix order of macro parameter (synch with other macros)

20 years ago- modifyable -> modifiable
Andi Gutmans [Mon, 12 Apr 2004 12:22:26 +0000 (12:22 +0000)]
- modifyable -> modifiable

20 years ago- Removed things related to attribute classes / consts which no
John Coggeshall [Mon, 12 Apr 2004 03:14:19 +0000 (03:14 +0000)]
- Removed things related to attribute classes / consts which no
  longer exist in Tidy
- Changed protos in comment blocks to studlyCaps
- Fixed problem where Tidy would throw exceptions if called from
  a procedural context. Tidy will now cause E_ERRORs if called from
  procedural form.

20 years agoChangeLog update
<changelog@php.net> [Mon, 12 Apr 2004 00:33:45 +0000 (00:33 +0000)]
ChangeLog update

20 years agoOpen basedir & safe_mode exception when copying or attaching to a memory
Ilia Alshanetsky [Sun, 11 Apr 2004 18:53:32 +0000 (18:53 +0000)]
Open basedir & safe_mode exception when copying or attaching to a memory
only database.

20 years agoChangeLog update
<changelog@php.net> [Sun, 11 Apr 2004 00:33:36 +0000 (00:33 +0000)]
ChangeLog update

20 years agostudlyCaps
Marcus Boerger [Sat, 10 Apr 2004 13:56:27 +0000 (13:56 +0000)]
studlyCaps

20 years agoChangeLog update
<changelog@php.net> [Sat, 10 Apr 2004 00:34:29 +0000 (00:34 +0000)]
ChangeLog update

20 years agoBugFix: Copy/Paste mistake referenced undefined variable on platforms without gettime...
Sara Golemon [Fri, 9 Apr 2004 19:18:59 +0000 (19:18 +0000)]
BugFix: Copy/Paste mistake referenced undefined variable on platforms without gettimeofday()

20 years agoChanged ibase_user_[add|modify|delete]() to use service resources
Ard Biesheuvel [Fri, 9 Apr 2004 18:45:30 +0000 (18:45 +0000)]
Changed ibase_user_[add|modify|delete]() to use service resources

20 years agoFixed bug #27928 (sqlite incorrectly handles invalid filenames).
Ilia Alshanetsky [Fri, 9 Apr 2004 18:02:05 +0000 (18:02 +0000)]
Fixed bug #27928 (sqlite incorrectly handles invalid filenames).

20 years ago- NEWS
Andi Gutmans [Fri, 9 Apr 2004 14:43:20 +0000 (14:43 +0000)]
- NEWS

20 years ago- Fix bug #26441 (When __set() returned a value it corrupted it)
Andi Gutmans [Fri, 9 Apr 2004 14:42:06 +0000 (14:42 +0000)]
- Fix bug #26441 (When __set() returned a value it corrupted it)

20 years agore-organize as per PEAR-Core discussion
Greg Beaver [Fri, 9 Apr 2004 07:38:48 +0000 (07:38 +0000)]
re-organize as per PEAR-Core discussion

20 years agoas per PEAR-Core discussion, remove all but absolutely essential
Greg Beaver [Fri, 9 Apr 2004 01:12:41 +0000 (01:12 +0000)]
as per PEAR-Core discussion, remove all but absolutely essential
packages for the installer, and for PEAR_Frontend_Web

20 years agoChangeLog update
<changelog@php.net> [Fri, 9 Apr 2004 00:33:16 +0000 (00:33 +0000)]
ChangeLog update

20 years agooops, PHPUnit2, not PHPUnit
Greg Beaver [Thu, 8 Apr 2004 23:52:36 +0000 (23:52 +0000)]
oops, PHPUnit2, not PHPUnit

20 years agoAdd new test
Marcus Boerger [Thu, 8 Apr 2004 22:47:13 +0000 (22:47 +0000)]
Add new test

20 years agoFix toString() issue again
Marcus Boerger [Thu, 8 Apr 2004 22:46:43 +0000 (22:46 +0000)]
Fix toString() issue again

20 years agoBFN
Marcus Boerger [Thu, 8 Apr 2004 20:38:17 +0000 (20:38 +0000)]
BFN

20 years agoBugfix #27519 Reflection_Function constructor crashes with non-existant
Marcus Boerger [Thu, 8 Apr 2004 20:37:06 +0000 (20:37 +0000)]
Bugfix #27519 Reflection_Function constructor crashes with non-existant
function's name

20 years ago- Add missing "CEST" timezone
Derick Rethans [Thu, 8 Apr 2004 19:21:05 +0000 (19:21 +0000)]
- Add missing "CEST" timezone

20 years agoRemove debug output
Frank M. Kromann [Thu, 8 Apr 2004 19:08:37 +0000 (19:08 +0000)]
Remove debug output

20 years agoInclude Mail 1.1.3 with PHP 5.
Jon Parise [Thu, 8 Apr 2004 18:27:26 +0000 (18:27 +0000)]
Include Mail 1.1.3 with PHP 5.

20 years ago- Added reworded destructor change
Derick Rethans [Thu, 8 Apr 2004 16:19:58 +0000 (16:19 +0000)]
- Added reworded destructor change

20 years ago- Added test and not the diff ;-)
Derick Rethans [Thu, 8 Apr 2004 16:17:35 +0000 (16:17 +0000)]
- Added test and not the diff ;-)

20 years agoremove crap
foobar [Thu, 8 Apr 2004 15:58:35 +0000 (15:58 +0000)]
remove crap

20 years agoDan wants tabs -> spaces
Greg Beaver [Thu, 8 Apr 2004 15:03:21 +0000 (15:03 +0000)]
Dan wants tabs -> spaces

20 years agoforgot phpunit -> phpunit2 for php5
Greg Beaver [Thu, 8 Apr 2004 14:59:31 +0000 (14:59 +0000)]
forgot phpunit -> phpunit2 for php5

20 years agoFixed: possible remote overflow and possible efree(NULL) crash
Stefan Esser [Thu, 8 Apr 2004 14:58:04 +0000 (14:58 +0000)]
Fixed: possible remote overflow and possible efree(NULL) crash

20 years agothis should update the list
Greg Beaver [Thu, 8 Apr 2004 14:30:13 +0000 (14:30 +0000)]
this should update the list

# Pierre-Alain, have you tested frontend_web with pager 2 yet?

20 years ago- Test case for bug #20382
Derick Rethans [Thu, 8 Apr 2004 14:18:23 +0000 (14:18 +0000)]
- Test case for bug #20382

20 years agoAdd code to fetch the pear bundle based on pear/go-pear-list.php
Wez Furlong [Thu, 8 Apr 2004 13:36:11 +0000 (13:36 +0000)]
Add code to fetch the pear bundle based on pear/go-pear-list.php
For the moment, this is turned off, but it should be turned on ready for
the next RC.
(waiting for feedback from Edin and the PEAR guys)

20 years agoAdd this list here, so that pear-core guys can manipulate the PEAR bundle
Wez Furlong [Thu, 8 Apr 2004 13:32:50 +0000 (13:32 +0000)]
Add this list here, so that pear-core guys can manipulate the PEAR bundle
for the win32 snapshot.

20 years agoEnable mbregex in win32 build
Wez Furlong [Thu, 8 Apr 2004 11:01:51 +0000 (11:01 +0000)]
Enable mbregex in win32 build

20 years ago- Fix test file outputs.
foobar [Thu, 8 Apr 2004 08:39:41 +0000 (08:39 +0000)]
- Fix test file outputs.

20 years agopfft..
foobar [Thu, 8 Apr 2004 07:56:50 +0000 (07:56 +0000)]
pfft..

20 years agoChangeLog update
<changelog@php.net> [Thu, 8 Apr 2004 00:35:41 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Add missing checks. Maybe fixes PR #27680
Moriyoshi Koizumi [Thu, 8 Apr 2004 00:30:06 +0000 (00:30 +0000)]
- Add missing checks. Maybe fixes PR #27680

20 years agoAllow compilation with gdlib 1.8
Edin Kadribasic [Wed, 7 Apr 2004 22:27:32 +0000 (22:27 +0000)]
Allow compilation with gdlib 1.8

20 years agoavoid deleting needed files when the .cvsignore file contains empty lines (mysqli)
Frank M. Kromann [Wed, 7 Apr 2004 18:48:23 +0000 (18:48 +0000)]
avoid deleting needed files when the .cvsignore file contains empty lines (mysqli)

20 years agoExport symbols required by zlib_filter extension
Frank M. Kromann [Wed, 7 Apr 2004 18:47:09 +0000 (18:47 +0000)]
Export symbols required by zlib_filter extension

20 years agoFix class name
Rob Richards [Wed, 7 Apr 2004 16:48:11 +0000 (16:48 +0000)]
Fix class name

20 years agoBFN
Rob Richards [Wed, 7 Apr 2004 16:25:55 +0000 (16:25 +0000)]
BFN

20 years agoFix bug #27821 xml_parse segfaults when xml_set_object called from class method
Rob Richards [Wed, 7 Apr 2004 16:24:17 +0000 (16:24 +0000)]
Fix bug #27821 xml_parse segfaults when xml_set_object called from class method
fix memleaks in compat.c

20 years ago- Hopefully fix the debug_backtrace() code.
Andi Gutmans [Wed, 7 Apr 2004 15:29:09 +0000 (15:29 +0000)]
- Hopefully fix the debug_backtrace() code.

20 years agocleanup
foobar [Wed, 7 Apr 2004 15:25:29 +0000 (15:25 +0000)]
cleanup

20 years ago- Fix crash bug in zend_debug_backtrace(). No idea how come this survived
Andi Gutmans [Wed, 7 Apr 2004 14:02:29 +0000 (14:02 +0000)]
- Fix crash bug in zend_debug_backtrace(). No idea how come this survived
- for so long....

20 years agoRevert the patch to "fix" #27664 and added more informal error msg.
foobar [Wed, 7 Apr 2004 13:56:33 +0000 (13:56 +0000)]
Revert the patch to "fix" #27664 and added more informal error msg.

20 years agoDon't define ibase_service struct type unless its member types are defined
Ard Biesheuvel [Wed, 7 Apr 2004 10:36:00 +0000 (10:36 +0000)]
Don't define ibase_service struct type unless its member types are defined

20 years agoFix incomplete class for the new object model
Stanislav Malyshev [Wed, 7 Apr 2004 08:06:09 +0000 (08:06 +0000)]
Fix incomplete class for the new object model

20 years agoChangeLog update
<changelog@php.net> [Wed, 7 Apr 2004 00:34:16 +0000 (00:34 +0000)]
ChangeLog update

20 years agodeveloper -> lead for cellog
Greg Beaver [Wed, 7 Apr 2004 00:29:58 +0000 (00:29 +0000)]
developer -> lead for cellog

20 years agoRemoved pointless check.
Ilia Alshanetsky [Tue, 6 Apr 2004 23:14:06 +0000 (23:14 +0000)]
Removed pointless check.

20 years agoadd PEAR_ErrorStack to description of PEAR
Greg Beaver [Tue, 6 Apr 2004 22:18:37 +0000 (22:18 +0000)]
add PEAR_ErrorStack to description of PEAR

20 years agochange release date
Greg Beaver [Tue, 6 Apr 2004 22:08:51 +0000 (22:08 +0000)]
change release date

20 years agoregister_namespace changed to registerNamespace for consistency
Rob Richards [Tue, 6 Apr 2004 18:26:19 +0000 (18:26 +0000)]
register_namespace changed to registerNamespace for consistency

20 years agoAllow character set conversion for yaz_record's array method, e.g.
Adam Dickmeiss [Tue, 6 Apr 2004 17:40:05 +0000 (17:40 +0000)]
Allow character set conversion for yaz_record's array method, e.g.
 yaz_record($id,$pos,"array;charset=marc8,iso-8859-1")

20 years agoreorder, reword, typos..
foobar [Tue, 6 Apr 2004 09:53:31 +0000 (09:53 +0000)]
reorder, reword, typos..

20 years agoRemove duplicate entry
foobar [Tue, 6 Apr 2004 09:43:18 +0000 (09:43 +0000)]
Remove duplicate entry

20 years agoChangeLog update
<changelog@php.net> [Tue, 6 Apr 2004 00:35:23 +0000 (00:35 +0000)]
ChangeLog update

20 years agoMore divide & conquer
Ard Biesheuvel [Mon, 5 Apr 2004 13:22:34 +0000 (13:22 +0000)]
More divide & conquer

20 years agoFix (using patterns)
Dmitry Stogov [Mon, 5 Apr 2004 05:24:15 +0000 (05:24 +0000)]
Fix (using patterns)

20 years agoChangeLog update
<changelog@php.net> [Mon, 5 Apr 2004 00:35:43 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Let it work safely
Moriyoshi Koizumi [Sun, 4 Apr 2004 19:23:19 +0000 (19:23 +0000)]
- Let it work safely

20 years ago- Fixed test
Derick Rethans [Sun, 4 Apr 2004 19:00:53 +0000 (19:00 +0000)]
- Fixed test

20 years agoRemoved unused variable.
Ilia Alshanetsky [Sun, 4 Apr 2004 18:28:59 +0000 (18:28 +0000)]
Removed unused variable.

20 years ago- Fix test: Any datetime value that exceeds the unix time range should
Moriyoshi Koizumi [Sun, 4 Apr 2004 18:07:36 +0000 (18:07 +0000)]
- Fix test: Any datetime value that exceeds the unix time range should
  not be unserialized.

20 years agoFixed a bug that prevented building of gd extension against external GD
Ilia Alshanetsky [Sun, 4 Apr 2004 17:59:08 +0000 (17:59 +0000)]
Fixed a bug that prevented building of gd extension against external GD
lib 1.X.

20 years agoCS
Ard Biesheuvel [Sun, 4 Apr 2004 13:51:56 +0000 (13:51 +0000)]
CS

20 years ago- Fixed comment and double 0
Derick Rethans [Sun, 4 Apr 2004 12:45:02 +0000 (12:45 +0000)]
- Fixed comment and double 0

20 years ago- One more test for a date/time related bug.
Derick Rethans [Sun, 4 Apr 2004 12:42:13 +0000 (12:42 +0000)]
- One more test for a date/time related bug.

20 years agoAdd a comment why it is in
Marcus Boerger [Sun, 4 Apr 2004 12:31:12 +0000 (12:31 +0000)]
Add a comment why it is in

20 years agoChangeLog update
<changelog@php.net> [Sun, 4 Apr 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

20 years agoPatch by Timm Friebe:
Andi Gutmans [Sat, 3 Apr 2004 21:50:12 +0000 (21:50 +0000)]
Patch by Timm Friebe:
It changes
set_exception_handler() to accept the pseudo-type "callable" (instead of
a string referring to a global function).

Examples:
  set_exception_handler('function_name');
  set_exception_handler(array('class_name', 'static_method'));
  set_exception_handler(array($instance, 'instance_method'));

This also makes set_exception_handler() more consistent with all the
other callback functionality, e.g. set_error_handler().

20 years ago- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).
Derick Rethans [Sat, 3 Apr 2004 17:23:53 +0000 (17:23 +0000)]
- MFB: Fixed bug #27849 (configure craps out on trivial syntax error).

20 years ago- Nuke more old junk
Andi Gutmans [Sat, 3 Apr 2004 17:01:13 +0000 (17:01 +0000)]
- Nuke more old junk

20 years agoThat should do it
Ard Biesheuvel [Sat, 3 Apr 2004 16:38:10 +0000 (16:38 +0000)]
That should do it

20 years agofixed #534 for real (remove notice if state=stable doesn't exist, and use "none"...
Greg Beaver [Sat, 3 Apr 2004 15:56:00 +0000 (15:56 +0000)]
fixed #534 for real (remove notice if state=stable doesn't exist, and use "none" for stable version number)

20 years agoSkip on Windows
Ard Biesheuvel [Sat, 3 Apr 2004 15:29:10 +0000 (15:29 +0000)]
Skip on Windows

20 years agoDon't rely on OS-based authentication (as it is not supported under Win32)
Ard Biesheuvel [Sat, 3 Apr 2004 15:24:11 +0000 (15:24 +0000)]
Don't rely on OS-based authentication (as it is not supported under Win32)