]> granicus.if.org Git - php/log
php
19 years ago- Fix windows build (using config.w32 and keeping sync with config.m4)
foobar [Sat, 26 Mar 2005 02:19:56 +0000 (02:19 +0000)]
- Fix windows build (using config.w32 and keeping sync with config.m4)

19 years agoChangeLog update
<changelog@php.net> [Sat, 26 Mar 2005 01:37:31 +0000 (01:37 +0000)]
ChangeLog update

19 years agoFix path
foobar [Sat, 26 Mar 2005 01:29:43 +0000 (01:29 +0000)]
Fix path

19 years agoThese entries do not belong in NEWS file (internal issues)
foobar [Fri, 25 Mar 2005 23:16:28 +0000 (23:16 +0000)]
These entries do not belong in NEWS file (internal issues)

19 years ago- Increment year in copyright notice
Andi Gutmans [Fri, 25 Mar 2005 16:13:47 +0000 (16:13 +0000)]
- Increment year in copyright notice

19 years ago(PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.
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?

19 years agoChangeLog update
<changelog@php.net> [Fri, 25 Mar 2005 01:34:02 +0000 (01:34 +0000)]
ChangeLog update

19 years agoSlightly safer code.
Ilia Alshanetsky [Fri, 25 Mar 2005 00:30:43 +0000 (00:30 +0000)]
Slightly safer code.

19 years ago- Second part of removing temp solution
Marcus Boerger [Thu, 24 Mar 2005 23:56:14 +0000 (23:56 +0000)]
- Second part of removing temp solution

19 years ago- Remove potential bad solution for now
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.

19 years agoRemove: Has not existed for ages..
foobar [Thu, 24 Mar 2005 17:16:34 +0000 (17:16 +0000)]
Remove: Has not existed for ages..

19 years ago- Fix null handling found by thies
Marcus Boerger [Thu, 24 Mar 2005 12:32:06 +0000 (12:32 +0000)]
- Fix null handling found by thies

19 years ago- Add new test
Marcus Boerger [Thu, 24 Mar 2005 12:31:37 +0000 (12:31 +0000)]
- Add new test

19 years agoChangeLog update
<changelog@php.net> [Thu, 24 Mar 2005 01:35:55 +0000 (01:35 +0000)]
ChangeLog update

19 years ago- Fix typos
Andi Gutmans [Thu, 24 Mar 2005 01:11:11 +0000 (01:11 +0000)]
- Fix typos

19 years agofix leak when register_long_arrays is off
Antony Dovgal [Thu, 24 Mar 2005 00:17:16 +0000 (00:17 +0000)]
fix leak when register_long_arrays is off

19 years ago- Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)
Moriyoshi Koizumi [Wed, 23 Mar 2005 23:22:16 +0000 (23:22 +0000)]
- Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)

19 years ago- Add test case for iconv_mime_encode().
Moriyoshi Koizumi [Wed, 23 Mar 2005 23:07:42 +0000 (23:07 +0000)]
- Add test case for iconv_mime_encode().

19 years ago- Add sanity check in iconv_mime_encode(). Leaving the third parameter
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.

19 years agoConsolidate: call _get_zval_ptr_var() for IS_VAR case in
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().

19 years agowindows compatibility fix
Dmitry Stogov [Wed, 23 Mar 2005 15:12:54 +0000 (15:12 +0000)]
windows compatibility fix

19 years ago- Use a replacement for PQunescapeBytea so that linking against a pre-7.3
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.

19 years agoAllow define connection timeout throught "connection_timeout" option in SoapClient...
Dmitry Stogov [Wed, 23 Mar 2005 08:08:54 +0000 (08:08 +0000)]
Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.

19 years ago- Notices shouldn't be treatedas errors and thus not being conidered to be
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.

19 years agoFixed bug #31695 (Cannot redefine endpoint when using WSDL)
Dmitry Stogov [Wed, 23 Mar 2005 07:11:55 +0000 (07:11 +0000)]
Fixed bug #31695 (Cannot redefine endpoint when using WSDL)

19 years ago- Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq
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

19 years agoChangeLog update
<changelog@php.net> [Wed, 23 Mar 2005 01:35:05 +0000 (01:35 +0000)]
ChangeLog update

19 years agoMissing line
foobar [Wed, 23 Mar 2005 00:44:13 +0000 (00:44 +0000)]
Missing line

19 years ago- Missing file
foobar [Wed, 23 Mar 2005 00:39:43 +0000 (00:39 +0000)]
- Missing file

19 years agoclean
foobar [Wed, 23 Mar 2005 00:37:34 +0000 (00:37 +0000)]
clean

19 years ago- Add Armenian encoding / NLS (patch by Hayk Chamyan)
Moriyoshi Koizumi [Tue, 22 Mar 2005 22:22:11 +0000 (22:22 +0000)]
- Add Armenian encoding / NLS (patch by Hayk Chamyan)

19 years agoAdded SKIPIF
foobar [Tue, 22 Mar 2005 16:03:10 +0000 (16:03 +0000)]
Added SKIPIF

19 years agoAddded test for locale aware sort
foobar [Tue, 22 Mar 2005 15:38:25 +0000 (15:38 +0000)]
Addded test for locale aware sort

19 years agofix #28803 (enabled debug causes bailout errors with CLI on AIX
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)

19 years agoFixed compiler warning.
Ilia Alshanetsky [Tue, 22 Mar 2005 14:44:23 +0000 (14:44 +0000)]
Fixed compiler warning.

19 years ago- Add function pdo_drivers()
Marcus Boerger [Tue, 22 Mar 2005 10:36:25 +0000 (10:36 +0000)]
- Add function pdo_drivers()

19 years ago- the driver's key name is not zero terminated, hence we need to either
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

19 years agoFixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault...
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)

19 years ago- Changed to reflect "current practise"
Derick Rethans [Tue, 22 Mar 2005 09:01:13 +0000 (09:01 +0000)]
- Changed to reflect "current practise"

19 years agoTweak some #if's to be more orthogonal.
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

19 years agoSimplify argument checking code for array_combine().
Ilia Alshanetsky [Tue, 22 Mar 2005 01:45:17 +0000 (01:45 +0000)]
Simplify argument checking code for array_combine().

19 years agoChangeLog update
<changelog@php.net> [Tue, 22 Mar 2005 01:34:26 +0000 (01:34 +0000)]
ChangeLog update

19 years ago- Fix Bug #32394 offsetUnset() segfaults in a foreach
Marcus Boerger [Mon, 21 Mar 2005 20:07:33 +0000 (20:07 +0000)]
- Fix Bug #32394 offsetUnset() segfaults in a foreach

19 years agoSupport for <soap:body> "parts" attribute
Dmitry Stogov [Mon, 21 Mar 2005 15:52:53 +0000 (15:52 +0000)]
Support for <soap:body> "parts" attribute

19 years agoDefine PHP_ABSTRACT_ME
Andrei Zmievski [Mon, 21 Mar 2005 06:43:28 +0000 (06:43 +0000)]
Define PHP_ABSTRACT_ME

19 years agointernal_function->fn_flags is not initialized at this point
Andrei Zmievski [Mon, 21 Mar 2005 06:20:17 +0000 (06:20 +0000)]
internal_function->fn_flags is not initialized at this point

19 years agoAdded three new properties to the node: line, column and if it is propreitary or not
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

19 years agoChangeLog update
<changelog@php.net> [Mon, 21 Mar 2005 01:42:27 +0000 (01:42 +0000)]
ChangeLog update

19 years agofix my silly typo
Wez Furlong [Mon, 21 Mar 2005 01:24:36 +0000 (01:24 +0000)]
fix my silly typo

19 years ago- Fix test (warnings are expected since there is no support for this)
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)

19 years ago- Add new tests
Marcus Boerger [Mon, 21 Mar 2005 00:29:25 +0000 (00:29 +0000)]
- Add new tests

19 years ago- Simplify code (only implement handlers that are necessary)
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.

19 years ago- Added missing description (thanks jani)
Marcus Boerger [Sun, 20 Mar 2005 22:08:16 +0000 (22:08 +0000)]
- Added missing description (thanks jani)

19 years ago- Add new test
Marcus Boerger [Sun, 20 Mar 2005 20:14:27 +0000 (20:14 +0000)]
- Add new test

19 years agoDetect shtool properly when build-dir != php source dir.
Ilia Alshanetsky [Sun, 20 Mar 2005 19:47:13 +0000 (19:47 +0000)]
Detect shtool properly when build-dir != php source dir.

19 years ago- Update
Marcus Boerger [Sun, 20 Mar 2005 19:45:36 +0000 (19:45 +0000)]
- Update

19 years agoFixed SoapFault::details passing
Dmitry Stogov [Sun, 20 Mar 2005 09:55:47 +0000 (09:55 +0000)]
Fixed SoapFault::details passing

19 years agoMerge
Zeev Suraski [Sun, 20 Mar 2005 09:03:40 +0000 (09:03 +0000)]
Merge

19 years ago- Fixed a warning (might also be an error with some exotic compiler)
foobar [Sun, 20 Mar 2005 02:57:10 +0000 (02:57 +0000)]
- Fixed a warning (might also be an error with some exotic compiler)

19 years agoTwo of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.
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.

19 years agoChangeLog update
<changelog@php.net> [Sun, 20 Mar 2005 01:35:48 +0000 (01:35 +0000)]
ChangeLog update

19 years ago- More fixes to gracefully act on exception thrown in overload methods
Marcus Boerger [Sat, 19 Mar 2005 15:32:18 +0000 (15:32 +0000)]
- More fixes to gracefully act on exception thrown in overload methods

19 years ago- Update test
Marcus Boerger [Sat, 19 Mar 2005 15:15:32 +0000 (15:15 +0000)]
- Update test

19 years ago- Add new test
Marcus Boerger [Sat, 19 Mar 2005 15:09:11 +0000 (15:09 +0000)]
- Add new test

19 years ago- Fix #31185
Marcus Boerger [Sat, 19 Mar 2005 15:06:39 +0000 (15:06 +0000)]
- Fix #31185

19 years agoless wordy
foobar [Sat, 19 Mar 2005 14:37:09 +0000 (14:37 +0000)]
less wordy

19 years ago- We don't need to block those here (works as it works with normal error
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)

19 years ago- Fix all incarnations of bug #30266
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

19 years ago- Check another incarnation of bug #30266
Marcus Boerger [Sat, 19 Mar 2005 14:24:17 +0000 (14:24 +0000)]
- Check another incarnation of bug #30266

19 years agofix #32373 (segfault in bzopen('/wrong/path'))
Antony Dovgal [Sat, 19 Mar 2005 13:56:00 +0000 (13:56 +0000)]
fix #32373 (segfault in bzopen('/wrong/path'))

19 years ago- Add missing skipif part
Marcus Boerger [Sat, 19 Mar 2005 10:58:44 +0000 (10:58 +0000)]
- Add missing skipif part

19 years agofix build when the pecl module is part of the php source tree
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

19 years ago- Interface name was changed
Marcus Boerger [Sat, 19 Mar 2005 10:55:35 +0000 (10:55 +0000)]
- Interface name was changed

19 years ago- Fix warnings by doing it the Zend way
Marcus Boerger [Sat, 19 Mar 2005 10:51:42 +0000 (10:51 +0000)]
- Fix warnings by doing it the Zend way

19 years ago- ext/pgsql was updated
Marcus Boerger [Sat, 19 Mar 2005 10:08:57 +0000 (10:08 +0000)]
- ext/pgsql was updated

19 years agoAnother oversight - make sure constants related to pg_result_error_field are #if...
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

19 years agoAdd regression tests for pg_transaction_status and pg_result_error_field
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

19 years agoMinor oversight in #if for an internal function
Christopher Kings-Lynne [Sat, 19 Mar 2005 09:07:20 +0000 (09:07 +0000)]
Minor oversight in #if for an internal function

19 years agooniguruma updated to 3.7.1 and changed UChar to OnigUChar.
Rui Hirokawa [Sat, 19 Mar 2005 08:52:23 +0000 (08:52 +0000)]
oniguruma updated to 3.7.1 and changed UChar to OnigUChar.

19 years agoAdded several new functions to support the PostgreSQL v3 protocol
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.

19 years agoChangeLog update
<changelog@php.net> [Sat, 19 Mar 2005 01:35:34 +0000 (01:35 +0000)]
ChangeLog update

19 years ago- Fix typos
Andi Gutmans [Sat, 19 Mar 2005 01:11:48 +0000 (01:11 +0000)]
- Fix typos

19 years agoAdded config.w32 (modified version, original by: Grant.Croker at ca dot com)
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)

19 years ago- Readd revised version of Jani's fix:
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

19 years agoRevert bad idea. (no more error for invalid -d options)
foobar [Fri, 18 Mar 2005 22:11:53 +0000 (22:11 +0000)]
Revert bad idea. (no more error for invalid -d options)

19 years agorevert
foobar [Fri, 18 Mar 2005 22:09:31 +0000 (22:09 +0000)]
revert

19 years agoFix stupid typos
foobar [Fri, 18 Mar 2005 21:59:59 +0000 (21:59 +0000)]
Fix stupid typos

19 years agoFix errors with -d having a check for invalid ini entries
foobar [Fri, 18 Mar 2005 21:59:06 +0000 (21:59 +0000)]
Fix errors with -d having a check for invalid ini entries

19 years agodoc should not be freed here, as it is used later in the code path.
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.

19 years agoupdate to Archive_Tar 1.3.1
Greg Beaver [Fri, 18 Mar 2005 01:55:10 +0000 (01:55 +0000)]
update to Archive_Tar 1.3.1

19 years agoChangeLog update
<changelog@php.net> [Fri, 18 Mar 2005 01:37:52 +0000 (01:37 +0000)]
ChangeLog update

19 years agofix typo in error message
Antony Dovgal [Thu, 17 Mar 2005 18:12:06 +0000 (18:12 +0000)]
fix typo in error message

19 years agoMFB: Fixed build of exif extension on win32.
Ilia Alshanetsky [Thu, 17 Mar 2005 17:20:52 +0000 (17:20 +0000)]
MFB: Fixed build of exif extension on win32.

19 years agoFixed compiler warning on win32.
Ilia Alshanetsky [Thu, 17 Mar 2005 17:16:43 +0000 (17:16 +0000)]
Fixed compiler warning on win32.

19 years agoSilence a warning here on systems where off_t is a long long.
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.

19 years ago- Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry...
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

19 years agoexport php_dl to fix windows cli build
Rob Richards [Thu, 17 Mar 2005 12:37:18 +0000 (12:37 +0000)]
export php_dl to fix windows cli build

19 years agoRemoved unused DEFS subst
foobar [Thu, 17 Mar 2005 08:16:51 +0000 (08:16 +0000)]
Removed unused DEFS subst

19 years agoFixed build properly
foobar [Thu, 17 Mar 2005 08:15:50 +0000 (08:15 +0000)]
Fixed build properly

19 years agoRevert bad fix
foobar [Thu, 17 Mar 2005 08:15:23 +0000 (08:15 +0000)]
Revert bad fix