]>
granicus.if.org Git - php/log
Stefan Esser [Wed, 23 Feb 2005 18:26:39 +0000 (18:26 +0000)]
Correcting bounds check before someone uses this code
Ard Biesheuvel [Wed, 23 Feb 2005 17:44:22 +0000 (17:44 +0000)]
Added search for libfbclient
Moriyoshi Koizumi [Wed, 23 Feb 2005 13:35:34 +0000 (13:35 +0000)]
- Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)
Derick Rethans [Wed, 23 Feb 2005 12:20:04 +0000 (12:20 +0000)]
- Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
(Patch by Antony Dogval)
Rob Richards [Wed, 23 Feb 2005 11:25:32 +0000 (11:25 +0000)]
fix libxml versions for comments
Stanislav Malyshev [Wed, 23 Feb 2005 11:17:52 +0000 (11:17 +0000)]
Custom object serializer infrastructure - PHP implementation
# The detailed announce on the list will follow
Stanislav Malyshev [Wed, 23 Feb 2005 11:15:51 +0000 (11:15 +0000)]
Custom object serializer infrastructure
# The detailed announce on the list will follow
Joe Orton [Wed, 23 Feb 2005 11:14:28 +0000 (11:14 +0000)]
Ignore generated files.
Anantha Kesari H Y [Wed, 23 Feb 2005 11:02:12 +0000 (11:02 +0000)]
NetWare can make use of Autoconf generated header file
Anantha Kesari H Y [Wed, 23 Feb 2005 10:54:06 +0000 (10:54 +0000)]
NetWare LibC has mkstemp implementation
Anantha Kesari H Y [Wed, 23 Feb 2005 10:31:44 +0000 (10:31 +0000)]
NetWare can make use autoconf generated header file
Anantha Kesari H Y [Wed, 23 Feb 2005 08:56:47 +0000 (08:56 +0000)]
NetWare LibC has pwd.h
foobar [Wed, 23 Feb 2005 07:50:28 +0000 (07:50 +0000)]
Hack the planet
<changelog@php.net> [Wed, 23 Feb 2005 01:36:05 +0000 (01:36 +0000)]
ChangeLog update
Marcus Boerger [Wed, 23 Feb 2005 01:34:14 +0000 (01:34 +0000)]
- Update docu
Marcus Boerger [Wed, 23 Feb 2005 01:16:21 +0000 (01:16 +0000)]
- Use PHP not C semantics
Marcus Boerger [Wed, 23 Feb 2005 01:13:13 +0000 (01:13 +0000)]
- Add new tests
Marcus Boerger [Wed, 23 Feb 2005 01:09:10 +0000 (01:09 +0000)]
- Allow to convert Traversable into Aggregate
Marcus Boerger [Wed, 23 Feb 2005 01:03:16 +0000 (01:03 +0000)]
- Allow to convert traversable into Iterator
Marcus Boerger [Wed, 23 Feb 2005 00:56:34 +0000 (00:56 +0000)]
- Add new tests
Marcus Boerger [Wed, 23 Feb 2005 00:52:46 +0000 (00:52 +0000)]
- Reorganize ctor_args handling (fixes some bugs)
Marcus Boerger [Wed, 23 Feb 2005 00:52:14 +0000 (00:52 +0000)]
- Show that PDOStatement implements Traversable
Marcus Boerger [Wed, 23 Feb 2005 00:29:44 +0000 (00:29 +0000)]
- Make ctor args optional
Marcus Boerger [Tue, 22 Feb 2005 21:22:23 +0000 (21:22 +0000)]
- Need to also revert operator
Marcus Boerger [Tue, 22 Feb 2005 20:59:52 +0000 (20:59 +0000)]
- Put this back in (forgot to revert)
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