]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 23 Mar 2005 15:12:54 +0000 (15:12 +0000)]
windows compatibility fix
Christopher Kings-Lynne [Wed, 23 Mar 2005 08:52:40 +0000 (08:52 +0000)]
- Use a replacement for PQunescapeBytea so that linking against a pre-7.3
libpq is possible. This is exactly what ext/pgsql currently does.
# I hope this is an acceptable improvement.
Dmitry Stogov [Wed, 23 Mar 2005 08:08:54 +0000 (08:08 +0000)]
Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.
Marcus Boerger [Wed, 23 Mar 2005 07:54:22 +0000 (07:54 +0000)]
- Notices shouldn't be treatedas errors and thus not being conidered to be
converted to exceptions.
Dmitry Stogov [Wed, 23 Mar 2005 07:11:55 +0000 (07:11 +0000)]
Fixed bug #31695 (Cannot redefine endpoint when using WSDL)
Christopher Kings-Lynne [Wed, 23 Mar 2005 03:24:41 +0000 (03:24 +0000)]
- Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq
<changelog@php.net> [Wed, 23 Mar 2005 01:35:05 +0000 (01:35 +0000)]
ChangeLog update
foobar [Wed, 23 Mar 2005 00:44:13 +0000 (00:44 +0000)]
Missing line
foobar [Wed, 23 Mar 2005 00:39:43 +0000 (00:39 +0000)]
- Missing file
foobar [Wed, 23 Mar 2005 00:37:34 +0000 (00:37 +0000)]
clean
Moriyoshi Koizumi [Tue, 22 Mar 2005 22:22:11 +0000 (22:22 +0000)]
- Add Armenian encoding / NLS (patch by Hayk Chamyan)
foobar [Tue, 22 Mar 2005 16:03:10 +0000 (16:03 +0000)]
Added SKIPIF
foobar [Tue, 22 Mar 2005 15:38:25 +0000 (15:38 +0000)]
Addded test for locale aware sort
Antony Dovgal [Tue, 22 Mar 2005 15:08:52 +0000 (15:08 +0000)]
fix #28803 (enabled debug causes bailout errors with CLI on AIX
because of fflush() called on already closed filedescriptor)
Ilia Alshanetsky [Tue, 22 Mar 2005 14:44:23 +0000 (14:44 +0000)]
Fixed compiler warning.
Marcus Boerger [Tue, 22 Mar 2005 10:36:25 +0000 (10:36 +0000)]
- Add function pdo_drivers()
Marcus Boerger [Tue, 22 Mar 2005 10:26:51 +0000 (10:26 +0000)]
- the driver's key name is not zero terminated, hence we need to either
estrNcpy() it or use the driver struct.
- table headers do not support single column mode so change to two cols
- there should be only one table header
Dmitry Stogov [Tue, 22 Mar 2005 10:19:08 +0000 (10:19 +0000)]
Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
Derick Rethans [Tue, 22 Mar 2005 09:01:13 +0000 (09:01 +0000)]
- Changed to reflect "current practise"
Christopher Kings-Lynne [Tue, 22 Mar 2005 08:51:23 +0000 (08:51 +0000)]
Tweak some #if's to be more orthogonal.
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity
(PHP pg_copy_from) Use non-deprecated API if it is available
(PHP pg_copy_to) Use non-deprecated API if it is available
Ilia Alshanetsky [Tue, 22 Mar 2005 01:45:17 +0000 (01:45 +0000)]
Simplify argument checking code for array_combine().
<changelog@php.net> [Tue, 22 Mar 2005 01:34:26 +0000 (01:34 +0000)]
ChangeLog update
Marcus Boerger [Mon, 21 Mar 2005 20:07:33 +0000 (20:07 +0000)]
- Fix Bug #32394 offsetUnset() segfaults in a foreach
Dmitry Stogov [Mon, 21 Mar 2005 15:52:53 +0000 (15:52 +0000)]
Support for <soap:body> "parts" attribute
Andrei Zmievski [Mon, 21 Mar 2005 06:43:28 +0000 (06:43 +0000)]
Define PHP_ABSTRACT_ME
Andrei Zmievski [Mon, 21 Mar 2005 06:20:17 +0000 (06:20 +0000)]
internal_function->fn_flags is not initialized at this point
John Coggeshall [Mon, 21 Mar 2005 03:54:29 +0000 (03:54 +0000)]
Added three new properties to the node: line, column and if it is propreitary or not
<changelog@php.net> [Mon, 21 Mar 2005 01:42:27 +0000 (01:42 +0000)]
ChangeLog update
Wez Furlong [Mon, 21 Mar 2005 01:24:36 +0000 (01:24 +0000)]
fix my silly typo
Marcus Boerger [Mon, 21 Mar 2005 00:32:48 +0000 (00:32 +0000)]
- Fix test (warnings are expected since there is no support for this)
Marcus Boerger [Mon, 21 Mar 2005 00:29:25 +0000 (00:29 +0000)]
- Add new tests
Marcus Boerger [Mon, 21 Mar 2005 00:29:06 +0000 (00:29 +0000)]
- Simplify code (only implement handlers that are necessary)
- Fix handling of read only property 'queryString'
- Fix overloading
- Move class init code to their defining .c files for simplification
- Mark class PDORow as final until there's a need to inherit this and
someone implements the handlers correct then.
Marcus Boerger [Sun, 20 Mar 2005 22:08:16 +0000 (22:08 +0000)]
- Added missing description (thanks jani)
Marcus Boerger [Sun, 20 Mar 2005 20:14:27 +0000 (20:14 +0000)]
- Add new test
Ilia Alshanetsky [Sun, 20 Mar 2005 19:47:13 +0000 (19:47 +0000)]
Detect shtool properly when build-dir != php source dir.
Marcus Boerger [Sun, 20 Mar 2005 19:45:36 +0000 (19:45 +0000)]
- Update
Dmitry Stogov [Sun, 20 Mar 2005 09:55:47 +0000 (09:55 +0000)]
Fixed SoapFault::details passing
Zeev Suraski [Sun, 20 Mar 2005 09:03:40 +0000 (09:03 +0000)]
Merge
foobar [Sun, 20 Mar 2005 02:57:10 +0000 (02:57 +0000)]
- Fixed a warning (might also be an error with some exotic compiler)
Christopher Kings-Lynne [Sun, 20 Mar 2005 02:46:02 +0000 (02:46 +0000)]
Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.
<changelog@php.net> [Sun, 20 Mar 2005 01:35:48 +0000 (01:35 +0000)]
ChangeLog update
Marcus Boerger [Sat, 19 Mar 2005 15:32:18 +0000 (15:32 +0000)]
- More fixes to gracefully act on exception thrown in overload methods
Marcus Boerger [Sat, 19 Mar 2005 15:15:32 +0000 (15:15 +0000)]
- Update test
Marcus Boerger [Sat, 19 Mar 2005 15:09:11 +0000 (15:09 +0000)]
- Add new test
Marcus Boerger [Sat, 19 Mar 2005 15:06:39 +0000 (15:06 +0000)]
- Fix #31185
foobar [Sat, 19 Mar 2005 14:37:09 +0000 (14:37 +0000)]
less wordy
Marcus Boerger [Sat, 19 Mar 2005 14:27:17 +0000 (14:27 +0000)]
- We don't need to block those here (works as it works with normal error
overloading)
Marcus Boerger [Sat, 19 Mar 2005 14:25:42 +0000 (14:25 +0000)]
- Fix all incarnations of bug #30266
# most probably we should emit a fatal error here but that has to be
# discussed first
Marcus Boerger [Sat, 19 Mar 2005 14:24:17 +0000 (14:24 +0000)]
- Check another incarnation of bug #30266
Antony Dovgal [Sat, 19 Mar 2005 13:56:00 +0000 (13:56 +0000)]
fix #32373 (segfault in bzopen('/wrong/path'))
Marcus Boerger [Sat, 19 Mar 2005 10:58:44 +0000 (10:58 +0000)]
- Add missing skipif part
Frank M. Kromann [Sat, 19 Mar 2005 10:55:47 +0000 (10:55 +0000)]
fix build when the pecl module is part of the php source tree
Marcus Boerger [Sat, 19 Mar 2005 10:55:35 +0000 (10:55 +0000)]
- Interface name was changed
Marcus Boerger [Sat, 19 Mar 2005 10:51:42 +0000 (10:51 +0000)]
- Fix warnings by doing it the Zend way
Marcus Boerger [Sat, 19 Mar 2005 10:08:57 +0000 (10:08 +0000)]
- ext/pgsql was updated
Christopher Kings-Lynne [Sat, 19 Mar 2005 09:21:51 +0000 (09:21 +0000)]
Another oversight - make sure constants related to pg_result_error_field are #if'd as well as the function itself
Christopher Kings-Lynne [Sat, 19 Mar 2005 09:20:52 +0000 (09:20 +0000)]
Add regression tests for pg_transaction_status and pg_result_error_field
Christopher Kings-Lynne [Sat, 19 Mar 2005 09:07:20 +0000 (09:07 +0000)]
Minor oversight in #if for an internal function
Rui Hirokawa [Sat, 19 Mar 2005 08:52:23 +0000 (08:52 +0000)]
oniguruma updated to 3.7.1 and changed UChar to OnigUChar.
Christopher Kings-Lynne [Sat, 19 Mar 2005 08:46:56 +0000 (08:46 +0000)]
Added several new functions to support the PostgreSQL v3 protocol
introduced in PostgreSQL 7.4.
(PHP pg_transaction_status) New function to get in-transaction status of
a database connection.
(PHP pg_query_params) New function to allow execution of parameterized
queries.
(PHP pg_prepare) New function to allow preparing named queries.
(PHP pg_execute) New function to allow execution of named prepared
queries.
(PHP pg_send_query_params) New function that is the async equivalent of
pg_query_params.
(PHP pg_send_prepare) New function that is the async equivalent of
pg_prepare.
(PHP pg_send_execute) New function that is the async equivalent of
pg_execute.
(PHP pg_result_error_field) New function that allows highly detailed
error information, most importantly the
SQLSTATE error code
# Regression tests are included for all but 2 functions, the rest will
# follow shortly. Docs will also follow shortly.
<changelog@php.net> [Sat, 19 Mar 2005 01:35:34 +0000 (01:35 +0000)]
ChangeLog update
Andi Gutmans [Sat, 19 Mar 2005 01:11:48 +0000 (01:11 +0000)]
- Fix typos
foobar [Fri, 18 Mar 2005 23:24:15 +0000 (23:24 +0000)]
Added config.w32 (modified version, original by: Grant.Croker at ca dot com)
Marcus Boerger [Fri, 18 Mar 2005 22:43:40 +0000 (22:43 +0000)]
- Readd revised version of Jani's fix:
'errors with -d having a check for invalid ini entries'
- Add -v for verbose mode
foobar [Fri, 18 Mar 2005 22:11:53 +0000 (22:11 +0000)]
Revert bad idea. (no more error for invalid -d options)
foobar [Fri, 18 Mar 2005 22:09:31 +0000 (22:09 +0000)]
revert
foobar [Fri, 18 Mar 2005 21:59:59 +0000 (21:59 +0000)]
Fix stupid typos
foobar [Fri, 18 Mar 2005 21:59:06 +0000 (21:59 +0000)]
Fix errors with -d having a check for invalid ini entries
George Schlossnagle [Fri, 18 Mar 2005 15:40:04 +0000 (15:40 +0000)]
doc should not be freed here, as it is used later in the code path.
Greg Beaver [Fri, 18 Mar 2005 01:55:10 +0000 (01:55 +0000)]
update to Archive_Tar 1.3.1
<changelog@php.net> [Fri, 18 Mar 2005 01:37:52 +0000 (01:37 +0000)]
ChangeLog update
Antony Dovgal [Thu, 17 Mar 2005 18:12:06 +0000 (18:12 +0000)]
fix typo in error message
Ilia Alshanetsky [Thu, 17 Mar 2005 17:20:52 +0000 (17:20 +0000)]
MFB: Fixed build of exif extension on win32.
Ilia Alshanetsky [Thu, 17 Mar 2005 17:16:43 +0000 (17:16 +0000)]
Fixed compiler warning on win32.
Rasmus Lerdorf [Thu, 17 Mar 2005 16:26:24 +0000 (16:26 +0000)]
Silence a warning here on systems where off_t is a long long.
foobar [Thu, 17 Mar 2005 13:43:32 +0000 (13:43 +0000)]
- Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry is passed
Rob Richards [Thu, 17 Mar 2005 12:37:18 +0000 (12:37 +0000)]
export php_dl to fix windows cli build
foobar [Thu, 17 Mar 2005 08:16:51 +0000 (08:16 +0000)]
Removed unused DEFS subst
foobar [Thu, 17 Mar 2005 08:15:50 +0000 (08:15 +0000)]
Fixed build properly
foobar [Thu, 17 Mar 2005 08:15:23 +0000 (08:15 +0000)]
Revert bad fix
Derick Rethans [Thu, 17 Mar 2005 07:31:22 +0000 (07:31 +0000)]
- ZTS fixes
#- Andrei, it would be nice if you could test ZTS builds too before you
# commit...
<changelog@php.net> [Thu, 17 Mar 2005 01:43:26 +0000 (01:43 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 17 Mar 2005 01:14:10 +0000 (01:14 +0000)]
Build fixes
Rasmus Lerdorf [Wed, 16 Mar 2005 22:00:07 +0000 (22:00 +0000)]
Fix Jani breakage
Ilia Alshanetsky [Wed, 16 Mar 2005 20:30:17 +0000 (20:30 +0000)]
Fixed bug #32326 (Check values of Connection/Transfer-Encoding
case-incentively).
Harrie Hazewinkel [Wed, 16 Mar 2005 14:29:40 +0000 (14:29 +0000)]
Adding SNMPv2 community based (i.e. protocol version) functions.
foobar [Wed, 16 Mar 2005 06:36:44 +0000 (06:36 +0000)]
- Remove these relics from era when TSRM was optional.
Wez Furlong [Wed, 16 Mar 2005 04:18:42 +0000 (04:18 +0000)]
don't call rshutdown twice for dl()'d modules.
Spotted by Andrei.
<changelog@php.net> [Wed, 16 Mar 2005 01:38:05 +0000 (01:38 +0000)]
ChangeLog update
Wez Furlong [Tue, 15 Mar 2005 23:46:29 +0000 (23:46 +0000)]
fix shutdown so that dl()'d modules are unloaded after all the dtors have
been called.
Andrei Zmievski [Tue, 15 Mar 2005 22:41:12 +0000 (22:41 +0000)]
Make it possible to load shared extensions from command line via
-dextension= mechanism.
Wez Furlong [Tue, 15 Mar 2005 15:58:04 +0000 (15:58 +0000)]
remove debuging code
Wez Furlong [Tue, 15 Mar 2005 15:57:49 +0000 (15:57 +0000)]
I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I
am being built against HEAD of php-src.
<changelog@php.net> [Tue, 15 Mar 2005 01:43:31 +0000 (01:43 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 15 Mar 2005 00:27:52 +0000 (00:27 +0000)]
Fixed possible usage of str without being initialized.
Greg Beaver [Mon, 14 Mar 2005 23:57:07 +0000 (23:57 +0000)]
this needs updating
foobar [Mon, 14 Mar 2005 21:11:33 +0000 (21:11 +0000)]
- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)
foobar [Mon, 14 Mar 2005 21:00:03 +0000 (21:00 +0000)]
- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)
Rasmus Lerdorf [Mon, 14 Mar 2005 19:25:39 +0000 (19:25 +0000)]
Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is then used to determine if a 302 or a 303 should be sent
on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.
Zeev Suraski [Mon, 14 Mar 2005 12:53:34 +0000 (12:53 +0000)]
Clarify logic