]> granicus.if.org Git - php/log
php
22 years agoGo without #24499 hint sneaked in by accident
Marcus Boerger [Mon, 21 Jul 2003 20:49:47 +0000 (20:49 +0000)]
Go without #24499 hint sneaked in by accident

22 years agoFix register_globals
Zeev Suraski [Mon, 21 Jul 2003 17:42:24 +0000 (17:42 +0000)]
Fix register_globals

22 years agoRemove old code
Zeev Suraski [Mon, 21 Jul 2003 17:41:42 +0000 (17:41 +0000)]
Remove old code

22 years agosome code cleanups
Uwe Schindler [Mon, 21 Jul 2003 14:20:47 +0000 (14:20 +0000)]
some code cleanups

22 years agoFixed bug #24560 (parse_url() incorrectly handling certain file:// based
Ilia Alshanetsky [Mon, 21 Jul 2003 13:36:23 +0000 (13:36 +0000)]
Fixed bug #24560 (parse_url() incorrectly handling certain file:// based
schemas).

22 years agoFix bug #24499
Zeev Suraski [Mon, 21 Jul 2003 12:13:16 +0000 (12:13 +0000)]
Fix bug #24499

22 years agoAdd a couple of tests
Zeev Suraski [Mon, 21 Jul 2003 11:48:37 +0000 (11:48 +0000)]
Add a couple of tests

22 years agoMissing .cvsignore
foobar [Mon, 21 Jul 2003 08:27:23 +0000 (08:27 +0000)]
Missing .cvsignore

22 years agosome style fixes
foobar [Mon, 21 Jul 2003 08:20:48 +0000 (08:20 +0000)]
some style fixes

22 years agoRevert fix for #24729, and refix
Zeev Suraski [Mon, 21 Jul 2003 07:42:15 +0000 (07:42 +0000)]
Revert fix for #24729, and refix

22 years agoGo with a better fix for #24729
Marcus Boerger [Mon, 21 Jul 2003 07:13:26 +0000 (07:13 +0000)]
Go with a better fix for #24729

22 years agoreverted at Andi's request. replaced with more generic wrapper.
George Schlossnagle [Mon, 21 Jul 2003 06:05:58 +0000 (06:05 +0000)]
reverted at Andi's request.  replaced with more generic wrapper.

22 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update

22 years agoUnify
Marcus Boerger [Sun, 20 Jul 2003 22:03:28 +0000 (22:03 +0000)]
Unify

22 years agoBFN
Marcus Boerger [Sun, 20 Jul 2003 21:57:50 +0000 (21:57 +0000)]
BFN

22 years agoBFN
Marcus Boerger [Sun, 20 Jul 2003 20:48:54 +0000 (20:48 +0000)]
BFN

22 years agoBugfix #24729 = new ; causes crash when is not set
Marcus Boerger [Sun, 20 Jul 2003 20:45:59 +0000 (20:45 +0000)]
Bugfix #24729  = new ; causes crash when  is not set

22 years agoAdd test for bug #24499
Marcus Boerger [Sun, 20 Jul 2003 20:27:43 +0000 (20:27 +0000)]
Add test for bug #24499

22 years agoshould nt here
George Schlossnagle [Sun, 20 Jul 2003 20:16:07 +0000 (20:16 +0000)]
should nt here

22 years agoFix warnings and whitespace in output
Marcus Boerger [Sun, 20 Jul 2003 19:57:02 +0000 (19:57 +0000)]
Fix warnings and whitespace in output

22 years agoAdd support for instances in Reflection_Class.
Marcus Boerger [Sun, 20 Jul 2003 18:58:34 +0000 (18:58 +0000)]
Add support for instances in Reflection_Class.
# Thanks to Timm for the fast patch contained reply to my help request :-)))

22 years agoremoved references to smart_str, replaced with private string management
George Schlossnagle [Sun, 20 Jul 2003 18:45:40 +0000 (18:45 +0000)]
removed references to smart_str, replaced with private string management
function.  When snprintf is integrated into the engine, string_printf
should be altered to use that.

22 years agoRemove this then, too
Marcus Boerger [Sun, 20 Jul 2003 18:05:03 +0000 (18:05 +0000)]
Remove this then, too

22 years agoSQLite objects are not cloneable. Maybe we allow this later for sqlite_db.
Marcus Boerger [Sun, 20 Jul 2003 18:00:54 +0000 (18:00 +0000)]
SQLite objects are not cloneable. Maybe we allow this later for sqlite_db.

22 years agoMore informative errors here and these are real core errors
Marcus Boerger [Sun, 20 Jul 2003 17:50:23 +0000 (17:50 +0000)]
More informative errors here and these are real core errors

22 years agoFix uncloneable objetcs
Marcus Boerger [Sun, 20 Jul 2003 17:46:21 +0000 (17:46 +0000)]
Fix uncloneable objetcs

22 years agoUse only one line per error message and don't terminate with a dot as everywhere...
Marcus Boerger [Sun, 20 Jul 2003 16:00:40 +0000 (16:00 +0000)]
Use only one line per error message and don't terminate with a dot as everywhere else.

22 years agomore of Timm's implementation.
George Schlossnagle [Sun, 20 Jul 2003 15:42:42 +0000 (15:42 +0000)]
more of Timm's implementation.

22 years agoUpdate docu
Marcus Boerger [Sun, 20 Jul 2003 12:30:05 +0000 (12:30 +0000)]
Update docu

22 years agoMake it a macro
Marcus Boerger [Sun, 20 Jul 2003 12:23:46 +0000 (12:23 +0000)]
Make it a macro

22 years agoMissing headers
foobar [Sun, 20 Jul 2003 10:53:22 +0000 (10:53 +0000)]
Missing headers

22 years ago- Add class spl_array_it which is the iterator returned by spl_array.
Marcus Boerger [Sun, 20 Jul 2003 01:22:03 +0000 (01:22 +0000)]
- Add class spl_array_it which is the iterator returned by spl_array.
  This class can also be used alone without spl_array but doesn't allow
  recursive foreach usage.
- Fix protos to new proto system.
- Add test for spl_array_it.

22 years agoChangeLog update
<changelog@php.net> [Sun, 20 Jul 2003 00:30:10 +0000 (00:30 +0000)]
ChangeLog update

22 years agoAdd test for class spl_array
Marcus Boerger [Sat, 19 Jul 2003 21:04:16 +0000 (21:04 +0000)]
Add test for class spl_array

22 years agoAdd class spl_array which is an array wrapper
Marcus Boerger [Sat, 19 Jul 2003 20:54:22 +0000 (20:54 +0000)]
Add class spl_array which is an array wrapper

22 years agoThis is meant to be used in for(;has_more;next)
Marcus Boerger [Sat, 19 Jul 2003 20:04:51 +0000 (20:04 +0000)]
This is meant to be used in for(;has_more;next)
# Probably the name of such functions should be eol (End-Of-List).

22 years agoproto fixes
Andrey Hristov [Sat, 19 Jul 2003 19:23:34 +0000 (19:23 +0000)]
proto fixes

22 years agoId tag added.
Andrey Hristov [Sat, 19 Jul 2003 19:11:01 +0000 (19:11 +0000)]
Id tag added.
Proto fixes

22 years agoRevert stuid patch
Marcus Boerger [Sat, 19 Jul 2003 19:04:35 +0000 (19:04 +0000)]
Revert stuid patch

22 years agoFix clone
Marcus Boerger [Sat, 19 Jul 2003 18:53:10 +0000 (18:53 +0000)]
Fix clone

22 years agoId tag added
Andrey Hristov [Sat, 19 Jul 2003 18:52:49 +0000 (18:52 +0000)]
Id tag added

22 years agoId tags added
Andrey Hristov [Sat, 19 Jul 2003 18:32:04 +0000 (18:32 +0000)]
Id tags added

22 years agofix for Bug #24715 segfault in dom_document_create_element
Rob Richards [Sat, 19 Jul 2003 14:59:29 +0000 (14:59 +0000)]
fix for Bug #24715 segfault in dom_document_create_element
removed xmlmemorydump debug code

22 years agoAdd missing function to ease implementations
Marcus Boerger [Sat, 19 Jul 2003 14:19:04 +0000 (14:19 +0000)]
Add missing function to ease implementations

22 years agoFix the HPUX alloca fix as suggested by Sascha
foobar [Sat, 19 Jul 2003 13:10:24 +0000 (13:10 +0000)]
Fix the HPUX alloca fix as suggested by Sascha

22 years agoOS_UNIX/OS_WIN are set in the bundled libsqlite sources.
foobar [Sat, 19 Jul 2003 12:44:46 +0000 (12:44 +0000)]
OS_UNIX/OS_WIN are set in the bundled libsqlite sources.

22 years agoCleanup, as suggested by Andi.
Sebastian Bergmann [Sat, 19 Jul 2003 11:00:17 +0000 (11:00 +0000)]
Cleanup, as suggested by Andi.

22 years agoMove filter functionality to dedicated function
Marcus Boerger [Sat, 19 Jul 2003 09:50:18 +0000 (09:50 +0000)]
Move filter functionality to dedicated function

22 years agoAdd clone support
Marcus Boerger [Sat, 19 Jul 2003 09:49:28 +0000 (09:49 +0000)]
Add clone support

22 years agoShuffle code to ease writing clone handlers
Marcus Boerger [Sat, 19 Jul 2003 09:47:00 +0000 (09:47 +0000)]
Shuffle code to ease writing clone handlers

22 years ago- Don't use alloca on HP-UX (Moriyoshi Koizumi <moriyoshi@at.wakwak.com>)
Andi Gutmans [Sat, 19 Jul 2003 07:19:21 +0000 (07:19 +0000)]
- Don't use alloca on HP-UX (Moriyoshi Koizumi <moriyoshi@at.wakwak.com>)

22 years agofix invalid node pointers
Rob Richards [Fri, 18 Jul 2003 12:41:35 +0000 (12:41 +0000)]
fix invalid node pointers

22 years agoAdded test case for bug #24573
foobar [Fri, 18 Jul 2003 12:24:49 +0000 (12:24 +0000)]
Added test case for bug #24573

22 years agoAdd short notice regarding unbundled client lib
Sascha Schumann [Fri, 18 Jul 2003 09:53:04 +0000 (09:53 +0000)]
Add short notice regarding unbundled client lib

22 years ago- UDM_PARAM_SORT_ORDER has been added in Udm_Set_Agent_Param while
Sergey Kartashoff [Fri, 18 Jul 2003 09:14:25 +0000 (09:14 +0000)]
- UDM_PARAM_SORT_ORDER has been added in Udm_Set_Agent_Param while
  using with mnogosearch-3.2.14+ to set order of search results.

22 years ago- Coredump in Udm_Find was fixed.
Sergey Kartashoff [Fri, 18 Jul 2003 08:37:18 +0000 (08:37 +0000)]
- Coredump in Udm_Find was fixed.

22 years agoadded new functions:
Georg Richter [Fri, 18 Jul 2003 06:17:39 +0000 (06:17 +0000)]
added new functions:
  mysqli_connect_error
  mysqli_connect_errno

  which return possible errors for the last connect

22 years agoFix text output of numbers with absolute exponent greater than or equal 80.
Marcus Boerger [Thu, 17 Jul 2003 21:26:25 +0000 (21:26 +0000)]
Fix text output of numbers with absolute exponent greater than or equal 80.
#
# Probably not last conclusion on wisdom. But i looked up current apache
# sources and they have the same error and so this must do the trick.
#

22 years agoAdd test for bug #24640
Marcus Boerger [Thu, 17 Jul 2003 21:02:44 +0000 (21:02 +0000)]
Add test for bug #24640

22 years agoAdded test case for bug #24658
Moriyoshi Koizumi [Thu, 17 Jul 2003 18:50:56 +0000 (18:50 +0000)]
Added test case for bug #24658

22 years agoPEAR binaries go where the php bin goes
Tomas V.V.Cox [Thu, 17 Jul 2003 06:30:21 +0000 (06:30 +0000)]
PEAR binaries go where the php bin goes

22 years agoChangeLog update
<changelog@php.net> [Thu, 17 Jul 2003 00:30:28 +0000 (00:30 +0000)]
ChangeLog update

22 years agoRemove bogus comment (noticed by Zak)
Marcus Boerger [Wed, 16 Jul 2003 22:55:02 +0000 (22:55 +0000)]
Remove bogus comment (noticed by Zak)

22 years agoUpdate examples
Marcus Boerger [Wed, 16 Jul 2003 21:52:03 +0000 (21:52 +0000)]
Update examples

22 years agoFix handling of empty settings
Marcus Boerger [Wed, 16 Jul 2003 20:53:17 +0000 (20:53 +0000)]
Fix handling of empty settings

22 years agoMore examples
Marcus Boerger [Wed, 16 Jul 2003 20:18:33 +0000 (20:18 +0000)]
More examples

22 years agoUpdate examples
Marcus Boerger [Wed, 16 Jul 2003 20:17:34 +0000 (20:17 +0000)]
Update examples

22 years agoAdd tree example
Marcus Boerger [Wed, 16 Jul 2003 18:47:26 +0000 (18:47 +0000)]
Add tree example

22 years agoAdd directory iterator class
Marcus Boerger [Wed, 16 Jul 2003 15:13:23 +0000 (15:13 +0000)]
Add directory iterator class

22 years agoCreated shorter/sensible key names for dbase_get_header_info
Zak Greant [Wed, 16 Jul 2003 11:08:03 +0000 (11:08 +0000)]
Created shorter/sensible key names for dbase_get_header_info
 * 'decimal places' becomes 'precision'
 * 'printf format' becomes 'format'
 * 'record offset' becomes 'offset'

 BTW No docs have been committed for this function yet, nor is it part of any
 release. This change should affect no users.

22 years agoMake array write stuff work again correct and fix tests
Marcus Boerger [Wed, 16 Jul 2003 10:41:43 +0000 (10:41 +0000)]
Make array write stuff work again correct and fix tests

22 years agoUpdate and remove parts no longer possible
Marcus Boerger [Wed, 16 Jul 2003 09:48:36 +0000 (09:48 +0000)]
Update and remove parts no longer possible

22 years agoheat wave
foobar [Wed, 16 Jul 2003 09:30:56 +0000 (09:30 +0000)]
heat wave

22 years ago- Added snmp_read_mib() which reads a MIB file into the active MIB tree.
foobar [Wed, 16 Jul 2003 09:28:47 +0000 (09:28 +0000)]
- Added snmp_read_mib() which reads a MIB file into the active MIB tree.

22 years agoFix bug in the verification of interface-function implementation
Zeev Suraski [Wed, 16 Jul 2003 09:13:47 +0000 (09:13 +0000)]
Fix bug in the verification of interface-function implementation

22 years agoMore cleanup for assign-op handling of objects
Zeev Suraski [Wed, 16 Jul 2003 08:57:08 +0000 (08:57 +0000)]
More cleanup for assign-op handling of objects

22 years agoFix warning
Zeev Suraski [Wed, 16 Jul 2003 08:48:22 +0000 (08:48 +0000)]
Fix warning

22 years agoBugfix #22690
Marcus Boerger [Wed, 16 Jul 2003 08:36:04 +0000 (08:36 +0000)]
Bugfix #22690

22 years agoAdd /libpath directives for zlib.
Sebastian Bergmann [Wed, 16 Jul 2003 08:13:14 +0000 (08:13 +0000)]
Add /libpath directives for zlib.

22 years ago- Fixes some problems (debug mode only). (bug #23051 and bug #23685)
foobar [Wed, 16 Jul 2003 06:03:46 +0000 (06:03 +0000)]
- Fixes some problems (debug mode only). (bug #23051 and bug #23685)

22 years ago- Use the correct paths to apu-config / apr-config
foobar [Wed, 16 Jul 2003 05:46:36 +0000 (05:46 +0000)]
- Use the correct paths to apu-config / apr-config

22 years agoRemove extra proto. (copy/paste error?)
foobar [Wed, 16 Jul 2003 05:10:29 +0000 (05:10 +0000)]
Remove extra proto. (copy/paste error?)

22 years agoFixed bug #22529 (object_id parameter in all snmp*() functions broken.)
foobar [Wed, 16 Jul 2003 04:54:40 +0000 (04:54 +0000)]
Fixed bug #22529 (object_id parameter in all snmp*() functions broken.)

22 years agoAdded test case for bug #22690
foobar [Wed, 16 Jul 2003 00:38:54 +0000 (00:38 +0000)]
Added test case for bug #22690

22 years agosafe mode fix
Uwe Schindler [Tue, 15 Jul 2003 22:19:00 +0000 (22:19 +0000)]
safe mode fix

22 years agoAdded function dbase_get_header_info
Zak Greant [Tue, 15 Jul 2003 18:19:51 +0000 (18:19 +0000)]
Added function dbase_get_header_info
 * Passed a handle for an open dbase database, it returns an array of
   associative arrays. Each associative array contains information on a
   single column, including name, column type, length, precision, ...

22 years agoMake virtual() an alias for nsapi_virtual() -- better for docs/naming in future
Uwe Schindler [Tue, 15 Jul 2003 17:30:33 +0000 (17:30 +0000)]
Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future

22 years agowhitespace
Hartmut Holzgraefe [Tue, 15 Jul 2003 17:28:41 +0000 (17:28 +0000)]
whitespace

22 years ago#1 $_ENV is not always set, use getenv() instead
Hartmut Holzgraefe [Tue, 15 Jul 2003 16:55:44 +0000 (16:55 +0000)]
#1 $_ENV is not always set, use getenv() instead
#2 bail out after 1000 loop iterations to avoid hanging tests

22 years agoadded new function mysqli_stmt_data_seek
Georg Richter [Tue, 15 Jul 2003 14:00:19 +0000 (14:00 +0000)]
added new function mysqli_stmt_data_seek

22 years agotest for bind + sql_mode=PIPES_AS_CONCAT
Georg Richter [Tue, 15 Jul 2003 13:13:59 +0000 (13:13 +0000)]
test for bind + sql_mode=PIPES_AS_CONCAT

22 years agoadded support for rebind
Georg Richter [Tue, 15 Jul 2003 10:37:19 +0000 (10:37 +0000)]
added support for rebind

22 years agoadditional test for multi-bind
Georg Richter [Tue, 15 Jul 2003 10:36:18 +0000 (10:36 +0000)]
additional test for multi-bind

22 years agoMake this test work regardless of safe_mode setting (bug #24654)
foobar [Tue, 15 Jul 2003 07:06:42 +0000 (07:06 +0000)]
Make this test work regardless of safe_mode setting (bug #24654)

22 years agoMFB: fix for #24249
Edin Kadribasic [Mon, 14 Jul 2003 23:23:01 +0000 (23:23 +0000)]
MFB: fix for #24249

22 years agoMFH
Rui Hirokawa [Mon, 14 Jul 2003 23:09:46 +0000 (23:09 +0000)]
MFH

22 years agofix setting new encoding
Rob Richards [Mon, 14 Jul 2003 21:51:28 +0000 (21:51 +0000)]
fix setting new encoding

22 years agoFix for mips compiler.
Wez Furlong [Mon, 14 Jul 2003 19:38:13 +0000 (19:38 +0000)]
Fix for mips compiler.

22 years agoUpdating the SNMP credits in ext/standard/credits_ext.h
Harrie Hazewinkel [Mon, 14 Jul 2003 18:59:18 +0000 (18:59 +0000)]
Updating the SNMP credits in ext/standard/credits_ext.h

22 years agoApplying the correct format of the CREDITS.
Harrie Hazewinkel [Mon, 14 Jul 2003 18:55:35 +0000 (18:55 +0000)]
Applying the correct format of the CREDITS.