]>
granicus.if.org Git - php/log
Marcus Boerger [Tue, 22 Feb 2005 20:25:56 +0000 (20:25 +0000)]
- Revert signature of PDO:prepare()
old: proto object PDO::prepare(string statment [, array driver_options [, string classname ]])
now: proto object PDO::prepare(string statment [, array options])
param 'classname' and and 'ctor_args' are now set through options
using index PDO_ATTR_STATEMENT_CLASS
- Change all deriver_options parameters to 'options' to reflect the fact
that they may contain statement as well as driver specific flags
Marcus Boerger [Tue, 22 Feb 2005 19:27:34 +0000 (19:27 +0000)]
- Allow to derive PDOStatement
- Verify fetch modes
- Add last fetch mode PDO_FETCH_FUNC (only valid inside fetchAll()) that
allows to completley customize the way data is treated on the fly
Ilia Alshanetsky [Tue, 22 Feb 2005 14:58:49 +0000 (14:58 +0000)]
Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
mysql_list_fields() was not called previously).
Marcus Boerger [Tue, 22 Feb 2005 14:53:57 +0000 (14:53 +0000)]
- We cannot provide this fallback becuase it requires zend_object ptr's.
# Found that out after discussing with Stas. As a consequence still every
# extension that provides specialised class types is responsible for
# calling its __destruct. This is currently not done for several exts.
foobar [Tue, 22 Feb 2005 13:52:51 +0000 (13:52 +0000)]
Fix cross-compile
foobar [Tue, 22 Feb 2005 13:49:52 +0000 (13:49 +0000)]
Fix build (it was #ifNdef NETWARE..)
Marcus Boerger [Tue, 22 Feb 2005 12:06:59 +0000 (12:06 +0000)]
- Fix signatures they are all meant to be able to deal with any type in any
object storage (though we are still missing several parts)
Marcus Boerger [Tue, 22 Feb 2005 11:43:05 +0000 (11:43 +0000)]
- Force calling of dtors unless otherwise specified (fixes several __destruct bugs)
Marcus Boerger [Tue, 22 Feb 2005 11:37:53 +0000 (11:37 +0000)]
- Call dtor
Moriyoshi Koizumi [Tue, 22 Feb 2005 09:57:45 +0000 (09:57 +0000)]
- Update libmbfl (fixes bug #32063).
Anantha Kesari H Y [Tue, 22 Feb 2005 08:48:33 +0000 (08:48 +0000)]
NetWare can include autoconf generated config headers
Pierre Joye [Tue, 22 Feb 2005 08:05:05 +0000 (08:05 +0000)]
- ifdef all (protos and functions) and using the correct version
- fix protos ending
- ws
Anantha Kesari H Y [Tue, 22 Feb 2005 06:13:49 +0000 (06:13 +0000)]
NetWare can make use of the configure script generated header file.
Anantha Kesari H Y [Tue, 22 Feb 2005 06:05:20 +0000 (06:05 +0000)]
NetWare can use Autoconf based build system.
Moriyoshi Koizumi [Tue, 22 Feb 2005 05:07:37 +0000 (05:07 +0000)]
- Silly typo.
<changelog@php.net> [Tue, 22 Feb 2005 01:36:03 +0000 (01:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 22 Feb 2005 00:24:13 +0000 (00:24 +0000)]
Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).
foobar [Mon, 21 Feb 2005 21:00:04 +0000 (21:00 +0000)]
Nuke unused variables when PCRE is not compiled in
foobar [Mon, 21 Feb 2005 20:57:18 +0000 (20:57 +0000)]
Remove the useless TSRM_FETCH calls
Marcus Boerger [Mon, 21 Feb 2005 18:55:51 +0000 (18:55 +0000)]
- Add new test
Marcus Boerger [Mon, 21 Feb 2005 18:54:45 +0000 (18:54 +0000)]
- Show warnings
Hartmut Holzgraefe [Mon, 21 Feb 2005 16:10:03 +0000 (16:10 +0000)]
"SET SESSION" is not supported by MySQL 3.23, as session is the default
scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470)
Pierre Joye [Mon, 21 Feb 2005 15:31:35 +0000 (15:31 +0000)]
- examples usage, initial commit
Moriyoshi Koizumi [Mon, 21 Feb 2005 15:17:00 +0000 (15:17 +0000)]
- BFN
Moriyoshi Koizumi [Mon, 21 Feb 2005 15:14:32 +0000 (15:14 +0000)]
- WS fix.
Moriyoshi Koizumi [Mon, 21 Feb 2005 15:14:02 +0000 (15:14 +0000)]
- Fix bug #28568 (known_post_content_types is not thread safe).
# What is eventually necessiated is entire SAPI redesign, I think.
Moriyoshi Koizumi [Mon, 21 Feb 2005 15:10:19 +0000 (15:10 +0000)]
- Add missing entry.
Pierre Joye [Mon, 21 Feb 2005 15:05:54 +0000 (15:05 +0000)]
- add xmlTextWriterStartComment and xmlTextWriterEndComment support
Ard Biesheuvel [Mon, 21 Feb 2005 13:57:02 +0000 (13:57 +0000)]
Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.h
Moriyoshi Koizumi [Mon, 21 Feb 2005 10:19:11 +0000 (10:19 +0000)]
- Fix bug #30868 (evaluated pointer comparison in mbregex causes compile
failure).
Anantha Kesari H Y [Mon, 21 Feb 2005 10:13:07 +0000 (10:13 +0000)]
NetWare LibC has lstat implementation
Moriyoshi Koizumi [Mon, 21 Feb 2005 10:12:43 +0000 (10:12 +0000)]
- Fix bug #30573 (compiler warning due to invalid type cast)
Anantha Kesari H Y [Mon, 21 Feb 2005 10:07:28 +0000 (10:07 +0000)]
NetWare can make use of autogenerated config header file
Anantha Kesari H Y [Mon, 21 Feb 2005 10:05:07 +0000 (10:05 +0000)]
NetWare has pthreads implementation
Anantha Kesari H Y [Mon, 21 Feb 2005 10:01:34 +0000 (10:01 +0000)]
NetWare can use the tsrm_config.h
Anantha Kesari H Y [Mon, 21 Feb 2005 09:56:28 +0000 (09:56 +0000)]
NetWare LibC has a lstat implementation
Anantha Kesari H Y [Mon, 21 Feb 2005 09:50:48 +0000 (09:50 +0000)]
In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG
Anantha Kesari H Y [Mon, 21 Feb 2005 09:44:58 +0000 (09:44 +0000)]
NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware.
Moriyoshi Koizumi [Mon, 21 Feb 2005 09:43:55 +0000 (09:43 +0000)]
- Fix bug #29989 (type re_registers redefined in oniguruma.h)
Anantha Kesari H Y [Mon, 21 Feb 2005 09:17:30 +0000 (09:17 +0000)]
NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.h
Anantha Kesari H Y [Mon, 21 Feb 2005 09:12:44 +0000 (09:12 +0000)]
NetWare LibC has pwd.h
Anantha Kesari H Y [Mon, 21 Feb 2005 09:08:54 +0000 (09:08 +0000)]
In NetWare statfs f_bavail member is known as f_bfree
Moriyoshi Koizumi [Mon, 21 Feb 2005 07:57:08 +0000 (07:57 +0000)]
- Fix compiler warnings.
Moriyoshi Koizumi [Mon, 21 Feb 2005 07:45:37 +0000 (07:45 +0000)]
- Add testcases for bug #28220 and #30549.
<changelog@php.net> [Mon, 21 Feb 2005 01:33:58 +0000 (01:33 +0000)]
ChangeLog update
Hartmut Holzgraefe [Sun, 20 Feb 2005 23:56:14 +0000 (23:56 +0000)]
fix for PECL bug #3529
Hartmut Holzgraefe [Sun, 20 Feb 2005 23:08:34 +0000 (23:08 +0000)]
fix for PECL bug 3530
Pierre Joye [Sun, 20 Feb 2005 22:56:32 +0000 (22:56 +0000)]
- zend_bool for boolean arg
Moriyoshi Koizumi [Sun, 20 Feb 2005 22:20:23 +0000 (22:20 +0000)]
- Forgot to add this one.
Moriyoshi Koizumi [Sun, 20 Feb 2005 22:18:09 +0000 (22:18 +0000)]
- Update libmbfl (fixes bug #30549 and #31911).
- Update oniguruma to 3.7.0
Rob Richards [Sun, 20 Feb 2005 22:01:24 +0000 (22:01 +0000)]
use new error handling when not throwing exceptions
Rob Richards [Sun, 20 Feb 2005 21:49:45 +0000 (21:49 +0000)]
add function to allow extensions to use new error handling if set by user
Pierre Joye [Sun, 20 Feb 2005 19:31:52 +0000 (19:31 +0000)]
- more zend_bool.
Fix flush buffer in output_memory
Fix isparm in start_dtd_entity
Marcus Boerger [Sun, 20 Feb 2005 19:26:27 +0000 (19:26 +0000)]
- Shutup notices
Marcus Boerger [Sun, 20 Feb 2005 19:26:05 +0000 (19:26 +0000)]
- Add tests
Marcus Boerger [Sun, 20 Feb 2005 19:25:17 +0000 (19:25 +0000)]
- Change tests to use ' instead of " for string values becuase that is
working for more SQL dialects.
Marcus Boerger [Sun, 20 Feb 2005 19:12:55 +0000 (19:12 +0000)]
- Forgot to change extension name
Pierre Joye [Sun, 20 Feb 2005 19:00:25 +0000 (19:00 +0000)]
- int is not zend_bool, fixed indented output
Ilia Alshanetsky [Sun, 20 Feb 2005 18:23:33 +0000 (18:23 +0000)]
Simplify Code.
Marcus Boerger [Sun, 20 Feb 2005 18:23:12 +0000 (18:23 +0000)]
- Add tests
Marcus Boerger [Sun, 20 Feb 2005 17:57:00 +0000 (17:57 +0000)]
- Missed that file in last commit
Marcus Boerger [Sun, 20 Feb 2005 17:56:19 +0000 (17:56 +0000)]
- Attempt at an unified test suite
Marcus Boerger [Sun, 20 Feb 2005 16:16:45 +0000 (16:16 +0000)]
- Add test
Marcus Boerger [Sun, 20 Feb 2005 16:12:57 +0000 (16:12 +0000)]
- Add fetch flag PDO_FETCH_CLASSTYPE
Marcus Boerger [Sun, 20 Feb 2005 15:28:31 +0000 (15:28 +0000)]
- Update tests
Marcus Boerger [Sun, 20 Feb 2005 15:28:09 +0000 (15:28 +0000)]
- Only call the ctor once
Marcus Boerger [Sun, 20 Feb 2005 15:07:29 +0000 (15:07 +0000)]
- Bump API
Marcus Boerger [Sun, 20 Feb 2005 14:31:44 +0000 (14:31 +0000)]
- Fix memleak and optimize PDO_FETCH_CLASS
Marcus Boerger [Sun, 20 Feb 2005 13:42:03 +0000 (13:42 +0000)]
- Call ctor after initializing the props like regular db exts do
Marcus Boerger [Sun, 20 Feb 2005 13:37:04 +0000 (13:37 +0000)]
- Update test
Marcus Boerger [Sun, 20 Feb 2005 13:33:45 +0000 (13:33 +0000)]
- Need to specify class_entry in PDO_FETCH_CLASS mode
Dmitry Stogov [Sun, 20 Feb 2005 10:19:11 +0000 (10:19 +0000)]
Fixed possible memory corruption
<changelog@php.net> [Sun, 20 Feb 2005 01:36:02 +0000 (01:36 +0000)]
ChangeLog update
Marcus Boerger [Sat, 19 Feb 2005 23:58:03 +0000 (23:58 +0000)]
- Add test
Marcus Boerger [Sat, 19 Feb 2005 23:48:47 +0000 (23:48 +0000)]
- Add test
Marcus Boerger [Sat, 19 Feb 2005 23:48:30 +0000 (23:48 +0000)]
- Add fetch mode PDO_FETCH_UNIQUE
Marcus Boerger [Sat, 19 Feb 2005 23:36:58 +0000 (23:36 +0000)]
- Simplify
Marcus Boerger [Sat, 19 Feb 2005 23:12:24 +0000 (23:12 +0000)]
- Add PDO_FETCH_GROUP test
Marcus Boerger [Sat, 19 Feb 2005 23:11:23 +0000 (23:11 +0000)]
- Add PDO_FETCH_GROUP to fetchAll()
Marcus Boerger [Sat, 19 Feb 2005 21:50:46 +0000 (21:50 +0000)]
- Update/Add tests
Marcus Boerger [Sat, 19 Feb 2005 21:49:42 +0000 (21:49 +0000)]
- Add full PDO_FETCH_CLASS capabilities to fetchAll()
Marcus Boerger [Sat, 19 Feb 2005 21:35:31 +0000 (21:35 +0000)]
- Default to stdClass in PDO_FETCH_CLASS mode if no classname is given
Marcus Boerger [Sat, 19 Feb 2005 19:52:41 +0000 (19:52 +0000)]
- Add first tests
Rui Hirokawa [Sat, 19 Feb 2005 14:33:41 +0000 (14:33 +0000)]
fixed #31987 zend-multibyte in ZTS.
Marcus Boerger [Sat, 19 Feb 2005 14:02:24 +0000 (14:02 +0000)]
- Regroup and add a test
<changelog@php.net> [Sat, 19 Feb 2005 01:35:15 +0000 (01:35 +0000)]
ChangeLog update
Wez Furlong [Fri, 18 Feb 2005 15:39:22 +0000 (15:39 +0000)]
add this note.
Wez Furlong [Fri, 18 Feb 2005 15:32:14 +0000 (15:32 +0000)]
prep for release
Wez Furlong [Fri, 18 Feb 2005 15:11:27 +0000 (15:11 +0000)]
Fix connecting to remote host, patch by Tim Friebe
Derick Rethans [Fri, 18 Feb 2005 13:37:23 +0000 (13:37 +0000)]
- Fixed bug #32021: Crash caused by range('', 'z')
Rob Richards [Fri, 18 Feb 2005 11:57:24 +0000 (11:57 +0000)]
Fragment must have associated document to append xml otherwise it is read-only
Rob Richards [Fri, 18 Feb 2005 11:47:20 +0000 (11:47 +0000)]
Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)
Wez Furlong [Fri, 18 Feb 2005 01:39:36 +0000 (01:39 +0000)]
Update for pending PEAR release.
<changelog@php.net> [Fri, 18 Feb 2005 01:36:34 +0000 (01:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 17 Feb 2005 22:56:47 +0000 (22:56 +0000)]
Improved search paths.
Marcus Boerger [Thu, 17 Feb 2005 21:05:04 +0000 (21:05 +0000)]
- A little optimization to prevent problems when trying to reimplement an
interface inherited from an interfaces that was just implemented......
Marcus Boerger [Thu, 17 Feb 2005 20:54:56 +0000 (20:54 +0000)]
- No C++ ruleZ here
Marcus Boerger [Thu, 17 Feb 2005 20:49:56 +0000 (20:49 +0000)]
- Actually we must do this in two steps: 1st resize the table and set all
interfaces, 2nd implement the interfaces
Marcus Boerger [Thu, 17 Feb 2005 20:28:46 +0000 (20:28 +0000)]
- Incrementation is done elsewhere
Marcus Boerger [Thu, 17 Feb 2005 20:15:40 +0000 (20:15 +0000)]
- Fix windows build (funny MS compiler)