]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Wed, 23 Jul 2003 21:41:44 +0000 (21:41 +0000)]
Fixed GLOB_ONLYDIR to work on GNU libc based system.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:54:34 +0000 (16:54 +0000)]
Removed unused variables.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:53:26 +0000 (16:53 +0000)]
Fixed bug #24752 (Unhandled "uniqueidentifier" field type)
Original Patch By: s.sonnenberg[at]coolspot.de
Ilia Alshanetsky [Wed, 23 Jul 2003 16:03:10 +0000 (16:03 +0000)]
Fixed bug #23798 (Spaces were not being stripped from Bcc header)
Fixed bug #24663 (\n. sequences were not being escaped)
Stanislav Malyshev [Wed, 23 Jul 2003 08:58:46 +0000 (08:58 +0000)]
Remove namespace leftovers
Zeev Suraski [Wed, 23 Jul 2003 08:56:34 +0000 (08:56 +0000)]
Go back to ZE1-like code
Zeev Suraski [Wed, 23 Jul 2003 08:53:23 +0000 (08:53 +0000)]
Fix interface
Sebastian Bergmann [Wed, 23 Jul 2003 04:02:26 +0000 (04:02 +0000)]
Fix segfault. Patch by Timm Friebe <thekid@thekid.de>.
<changelog@php.net> [Wed, 23 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update
Pierre Joye [Wed, 23 Jul 2003 00:23:21 +0000 (00:23 +0000)]
- Fix leak when no fill is done (ilia)
Pierre Joye [Wed, 23 Jul 2003 00:17:29 +0000 (00:17 +0000)]
- Remove imagepng, not used in test
Pierre Joye [Wed, 23 Jul 2003 00:11:33 +0000 (00:11 +0000)]
- imagefill tests
Pierre Joye [Wed, 23 Jul 2003 00:08:57 +0000 (00:08 +0000)]
- Fix #bug24594
Rewrite the imagefill function (non recursive, uses of connected points
algorithm)
Marcus Boerger [Tue, 22 Jul 2003 23:05:17 +0000 (23:05 +0000)]
Added pg_version() which returns an associative array of client/protocol/server
version.
@Added pg_version() function. (Marcus)
Marcus Boerger [Tue, 22 Jul 2003 23:01:24 +0000 (23:01 +0000)]
Add reson
Marcus Boerger [Tue, 22 Jul 2003 22:05:46 +0000 (22:05 +0000)]
The value might be a null pointer
Marcus Boerger [Tue, 22 Jul 2003 21:12:32 +0000 (21:12 +0000)]
Postgres decision on this
Marcus Boerger [Tue, 22 Jul 2003 20:53:56 +0000 (20:53 +0000)]
Fix for the moment
Zeev Suraski [Tue, 22 Jul 2003 16:08:50 +0000 (16:08 +0000)]
- Use the new infrastructure of zend_symtable_*() (fixes bug #24565)
- Fix bogus use of get_current_key()
Zeev Suraski [Tue, 22 Jul 2003 16:06:07 +0000 (16:06 +0000)]
Improve infrastructure of numeric handling of elements in symbol tables.
When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like a number") or a string element in
your hands, use zend_symtable_*() functions, in place of zend_hash_*()
functions.
Ilia Alshanetsky [Tue, 22 Jul 2003 16:05:32 +0000 (16:05 +0000)]
* Fixed bug #24535 (Crash when retrieving data from unbuffered result after
the original connection has been changed).
* Fixed a crash when trying to fetch an unbuffered result after
mysql_close() has been called.
* Added a check to make sure no unbuffered results are inside the buffer
when calling functions that internally execute a query. Affected functions
are: mysql_select_db(), mysql_list_dbs(), mysql_list_tables(),
mysql_list_processes(), mysql_list_fields(), mysql_stat() and mysql_ping().
* Do not re-select a database if the database to be selected is the same.
Zeev Suraski [Tue, 22 Jul 2003 13:54:45 +0000 (13:54 +0000)]
Add test
Zeev Suraski [Tue, 22 Jul 2003 13:50:00 +0000 (13:50 +0000)]
API update
Zeev Suraski [Tue, 22 Jul 2003 13:49:33 +0000 (13:49 +0000)]
Fix isset()/empty() for non-trivial object elements
(API change - read_property now accepts an extra element)
Fixes bug #24436
Edin Kadribasic [Tue, 22 Jul 2003 12:36:59 +0000 (12:36 +0000)]
MFB
Thies C. Arntzen [Tue, 22 Jul 2003 10:38:34 +0000 (10:38 +0000)]
@ - Added optional Parameter to OCIWriteTemporaryLob which allows to
@ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB)
@ (Patch by Novicky Marek <novicky@aarongroup.cz>) (Thies)
Jason Greene [Tue, 22 Jul 2003 07:20:55 +0000 (07:20 +0000)]
Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second
Patch submitted from meebery@php.net
Ilia Alshanetsky [Tue, 22 Jul 2003 01:32:01 +0000 (01:32 +0000)]
Make php_check_safe_mode_include_dir check independent of unrelated
open_basedir directive and make it properly handle undefined/empty
safe_mode_include_dir directive when safe_mode is enabled.
Sascha Schumann [Tue, 22 Jul 2003 01:11:07 +0000 (01:11 +0000)]
MFB proper fix for #24592
<changelog@php.net> [Tue, 22 Jul 2003 00:30:54 +0000 (00:30 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 21 Jul 2003 21:47:52 +0000 (21:47 +0000)]
Fixed bug #24592 (Possible crash in session extnsion, with NULL values)
Marcus Boerger [Mon, 21 Jul 2003 20:53:00 +0000 (20:53 +0000)]
Reset vars when reusing a persistent connection as requested from postgres developers
Marcus Boerger [Mon, 21 Jul 2003 20:49:47 +0000 (20:49 +0000)]
Go without #24499 hint sneaked in by accident
Zeev Suraski [Mon, 21 Jul 2003 17:42:24 +0000 (17:42 +0000)]
Fix register_globals
Zeev Suraski [Mon, 21 Jul 2003 17:41:42 +0000 (17:41 +0000)]
Remove old code
Uwe Schindler [Mon, 21 Jul 2003 14:20:47 +0000 (14:20 +0000)]
some code cleanups
Ilia Alshanetsky [Mon, 21 Jul 2003 13:36:23 +0000 (13:36 +0000)]
Fixed bug #24560 (parse_url() incorrectly handling certain file:// based
schemas).
Zeev Suraski [Mon, 21 Jul 2003 12:13:16 +0000 (12:13 +0000)]
Fix bug #24499
Zeev Suraski [Mon, 21 Jul 2003 11:48:37 +0000 (11:48 +0000)]
Add a couple of tests
foobar [Mon, 21 Jul 2003 08:27:23 +0000 (08:27 +0000)]
Missing .cvsignore
foobar [Mon, 21 Jul 2003 08:20:48 +0000 (08:20 +0000)]
some style fixes
Zeev Suraski [Mon, 21 Jul 2003 07:42:15 +0000 (07:42 +0000)]
Revert fix for #24729, and refix
Marcus Boerger [Mon, 21 Jul 2003 07:13:26 +0000 (07:13 +0000)]
Go with a better fix for #24729
George Schlossnagle [Mon, 21 Jul 2003 06:05:58 +0000 (06:05 +0000)]
reverted at Andi's request. replaced with more generic wrapper.
<changelog@php.net> [Mon, 21 Jul 2003 00:30:29 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Sun, 20 Jul 2003 22:03:28 +0000 (22:03 +0000)]
Unify
Marcus Boerger [Sun, 20 Jul 2003 21:57:50 +0000 (21:57 +0000)]
BFN
Marcus Boerger [Sun, 20 Jul 2003 20:48:54 +0000 (20:48 +0000)]
BFN
Marcus Boerger [Sun, 20 Jul 2003 20:45:59 +0000 (20:45 +0000)]
Bugfix #24729 = new ; causes crash when is not set
Marcus Boerger [Sun, 20 Jul 2003 20:27:43 +0000 (20:27 +0000)]
Add test for bug #24499
George Schlossnagle [Sun, 20 Jul 2003 20:16:07 +0000 (20:16 +0000)]
should nt here
Marcus Boerger [Sun, 20 Jul 2003 19:57:02 +0000 (19:57 +0000)]
Fix warnings and whitespace in output
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 :-)))
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.
Marcus Boerger [Sun, 20 Jul 2003 18:05:03 +0000 (18:05 +0000)]
Remove this then, too
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.
Marcus Boerger [Sun, 20 Jul 2003 17:50:23 +0000 (17:50 +0000)]
More informative errors here and these are real core errors
Marcus Boerger [Sun, 20 Jul 2003 17:46:21 +0000 (17:46 +0000)]
Fix uncloneable objetcs
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.
George Schlossnagle [Sun, 20 Jul 2003 15:42:42 +0000 (15:42 +0000)]
more of Timm's implementation.
Marcus Boerger [Sun, 20 Jul 2003 12:30:05 +0000 (12:30 +0000)]
Update docu
Marcus Boerger [Sun, 20 Jul 2003 12:23:46 +0000 (12:23 +0000)]
Make it a macro
foobar [Sun, 20 Jul 2003 10:53:22 +0000 (10:53 +0000)]
Missing headers
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.
<changelog@php.net> [Sun, 20 Jul 2003 00:30:10 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Sat, 19 Jul 2003 21:04:16 +0000 (21:04 +0000)]
Add test for class spl_array
Marcus Boerger [Sat, 19 Jul 2003 20:54:22 +0000 (20:54 +0000)]
Add class spl_array which is an array wrapper
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).
Andrey Hristov [Sat, 19 Jul 2003 19:23:34 +0000 (19:23 +0000)]
proto fixes
Andrey Hristov [Sat, 19 Jul 2003 19:11:01 +0000 (19:11 +0000)]
Id tag added.
Proto fixes
Marcus Boerger [Sat, 19 Jul 2003 19:04:35 +0000 (19:04 +0000)]
Revert stuid patch
Marcus Boerger [Sat, 19 Jul 2003 18:53:10 +0000 (18:53 +0000)]
Fix clone
Andrey Hristov [Sat, 19 Jul 2003 18:52:49 +0000 (18:52 +0000)]
Id tag added
Andrey Hristov [Sat, 19 Jul 2003 18:32:04 +0000 (18:32 +0000)]
Id tags added
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
Marcus Boerger [Sat, 19 Jul 2003 14:19:04 +0000 (14:19 +0000)]
Add missing function to ease implementations
foobar [Sat, 19 Jul 2003 13:10:24 +0000 (13:10 +0000)]
Fix the HPUX alloca fix as suggested by Sascha
foobar [Sat, 19 Jul 2003 12:44:46 +0000 (12:44 +0000)]
OS_UNIX/OS_WIN are set in the bundled libsqlite sources.
Sebastian Bergmann [Sat, 19 Jul 2003 11:00:17 +0000 (11:00 +0000)]
Cleanup, as suggested by Andi.
Marcus Boerger [Sat, 19 Jul 2003 09:50:18 +0000 (09:50 +0000)]
Move filter functionality to dedicated function
Marcus Boerger [Sat, 19 Jul 2003 09:49:28 +0000 (09:49 +0000)]
Add clone support
Marcus Boerger [Sat, 19 Jul 2003 09:47:00 +0000 (09:47 +0000)]
Shuffle code to ease writing clone handlers
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>)
Rob Richards [Fri, 18 Jul 2003 12:41:35 +0000 (12:41 +0000)]
fix invalid node pointers
foobar [Fri, 18 Jul 2003 12:24:49 +0000 (12:24 +0000)]
Added test case for bug #24573
Sascha Schumann [Fri, 18 Jul 2003 09:53:04 +0000 (09:53 +0000)]
Add short notice regarding unbundled client lib
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.
Sergey Kartashoff [Fri, 18 Jul 2003 08:37:18 +0000 (08:37 +0000)]
- Coredump in Udm_Find was fixed.
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
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.
#
Marcus Boerger [Thu, 17 Jul 2003 21:02:44 +0000 (21:02 +0000)]
Add test for bug #24640
Moriyoshi Koizumi [Thu, 17 Jul 2003 18:50:56 +0000 (18:50 +0000)]
Added test case for bug #24658
Tomas V.V.Cox [Thu, 17 Jul 2003 06:30:21 +0000 (06:30 +0000)]
PEAR binaries go where the php bin goes
<changelog@php.net> [Thu, 17 Jul 2003 00:30:28 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Wed, 16 Jul 2003 22:55:02 +0000 (22:55 +0000)]
Remove bogus comment (noticed by Zak)
Marcus Boerger [Wed, 16 Jul 2003 21:52:03 +0000 (21:52 +0000)]
Update examples
Marcus Boerger [Wed, 16 Jul 2003 20:53:17 +0000 (20:53 +0000)]
Fix handling of empty settings
Marcus Boerger [Wed, 16 Jul 2003 20:18:33 +0000 (20:18 +0000)]
More examples
Marcus Boerger [Wed, 16 Jul 2003 20:17:34 +0000 (20:17 +0000)]
Update examples
Marcus Boerger [Wed, 16 Jul 2003 18:47:26 +0000 (18:47 +0000)]
Add tree example