]>
granicus.if.org Git - php/log
foobar [Sat, 26 Mar 2005 02:19:56 +0000 (02:19 +0000)]
- Fix windows build (using config.w32 and keeping sync with config.m4)
<changelog@php.net> [Sat, 26 Mar 2005 01:37:31 +0000 (01:37 +0000)]
ChangeLog update
foobar [Sat, 26 Mar 2005 01:29:43 +0000 (01:29 +0000)]
Fix path
foobar [Fri, 25 Mar 2005 23:16:28 +0000 (23:16 +0000)]
These entries do not belong in NEWS file (internal issues)
Andi Gutmans [Fri, 25 Mar 2005 16:13:47 +0000 (16:13 +0000)]
- Increment year in copyright notice
Christopher Kings-Lynne [Fri, 25 Mar 2005 06:26:31 +0000 (06:26 +0000)]
(PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.
# The version in libpq is newer and faster than the one in PHP, but it is
# necessary for me to add a string copy for freeing purposes. This copy
# is only needed in Windows AFAIK, how can I detect that?
<changelog@php.net> [Fri, 25 Mar 2005 01:34:02 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 25 Mar 2005 00:30:43 +0000 (00:30 +0000)]
Slightly safer code.
Marcus Boerger [Thu, 24 Mar 2005 23:56:14 +0000 (23:56 +0000)]
- Second part of removing temp solution
Marcus Boerger [Thu, 24 Mar 2005 23:52:34 +0000 (23:52 +0000)]
- Remove potential bad solution for now
# This seemed to be necessary since there were cases where exceptions were
# ignored by exit() with the result of a silent exit without showing the
# pending exception. Since atm we cannot reproduce it anymore we drop it.
foobar [Thu, 24 Mar 2005 17:16:34 +0000 (17:16 +0000)]
Remove: Has not existed for ages..
Marcus Boerger [Thu, 24 Mar 2005 12:32:06 +0000 (12:32 +0000)]
- Fix null handling found by thies
Marcus Boerger [Thu, 24 Mar 2005 12:31:37 +0000 (12:31 +0000)]
- Add new test
<changelog@php.net> [Thu, 24 Mar 2005 01:35:55 +0000 (01:35 +0000)]
ChangeLog update
Andi Gutmans [Thu, 24 Mar 2005 01:11:11 +0000 (01:11 +0000)]
- Fix typos
Antony Dovgal [Thu, 24 Mar 2005 00:17:16 +0000 (00:17 +0000)]
fix leak when register_long_arrays is off
Moriyoshi Koizumi [Wed, 23 Mar 2005 23:22:16 +0000 (23:22 +0000)]
- Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)
Moriyoshi Koizumi [Wed, 23 Mar 2005 23:07:42 +0000 (23:07 +0000)]
- Add test case for iconv_mime_encode().
Moriyoshi Koizumi [Wed, 23 Mar 2005 23:06:38 +0000 (23:06 +0000)]
- Add sanity check in iconv_mime_encode(). Leaving the third parameter
unspecified would yield bus error.
Andrei Zmievski [Wed, 23 Mar 2005 21:05:56 +0000 (21:05 +0000)]
Consolidate: call _get_zval_ptr_var() for IS_VAR case in
_get_zval_ptr().
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