]> granicus.if.org Git - php/log
php
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

19 years ago- ZTS fixes
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...

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

19 years agoBuild fixes
Rasmus Lerdorf [Thu, 17 Mar 2005 01:14:10 +0000 (01:14 +0000)]
Build fixes

19 years agoFix Jani breakage
Rasmus Lerdorf [Wed, 16 Mar 2005 22:00:07 +0000 (22:00 +0000)]
Fix Jani breakage

19 years agoFixed bug #32326 (Check values of Connection/Transfer-Encoding
Ilia Alshanetsky [Wed, 16 Mar 2005 20:30:17 +0000 (20:30 +0000)]
Fixed bug #32326 (Check values of Connection/Transfer-Encoding
case-incentively).

19 years agoAdding SNMPv2 community based (i.e. protocol version) functions.
Harrie Hazewinkel [Wed, 16 Mar 2005 14:29:40 +0000 (14:29 +0000)]
Adding SNMPv2 community based (i.e. protocol version) functions.

19 years ago- Remove these relics from era when TSRM was optional.
foobar [Wed, 16 Mar 2005 06:36:44 +0000 (06:36 +0000)]
- Remove these relics from era when TSRM was optional.

19 years agodon't call rshutdown twice for dl()'d modules.
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.

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

19 years agofix shutdown so that dl()'d modules are unloaded after all the dtors have
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.

19 years agoMake it possible to load shared extensions from command line via
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.

19 years agoremove debuging code
Wez Furlong [Tue, 15 Mar 2005 15:58:04 +0000 (15:58 +0000)]
remove debuging code

19 years agoI'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I
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.

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

19 years agoFixed possible usage of str without being initialized.
Ilia Alshanetsky [Tue, 15 Mar 2005 00:27:52 +0000 (00:27 +0000)]
Fixed possible usage of str without being initialized.

19 years agothis needs updating
Greg Beaver [Mon, 14 Mar 2005 23:57:07 +0000 (23:57 +0000)]
this needs updating

19 years ago- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)
foobar [Mon, 14 Mar 2005 21:11:33 +0000 (21:11 +0000)]
- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)

19 years ago- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)
foobar [Mon, 14 Mar 2005 21:00:03 +0000 (21:00 +0000)]
- Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)

19 years agoFix for bug #32263
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.

19 years agoClarify logic
Zeev Suraski [Mon, 14 Mar 2005 12:53:34 +0000 (12:53 +0000)]
Clarify logic

19 years agoMerge registry fix
Zeev Suraski [Mon, 14 Mar 2005 12:42:05 +0000 (12:42 +0000)]
Merge registry fix

19 years ago- Back to stone-age
foobar [Mon, 14 Mar 2005 09:47:31 +0000 (09:47 +0000)]
- Back to stone-age

19 years agows
Stanislav Malyshev [Mon, 14 Mar 2005 09:21:04 +0000 (09:21 +0000)]
ws

19 years ago- Fixed bug #30609 (cURL functions bypass open_basedir)
foobar [Mon, 14 Mar 2005 09:02:23 +0000 (09:02 +0000)]
- Fixed bug #30609 (cURL functions bypass open_basedir)

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

19 years ago*sigh*
foobar [Mon, 14 Mar 2005 01:16:43 +0000 (01:16 +0000)]
*sigh*

19 years ago- Turn off incorrect case folding to let test over.
Moriyoshi Koizumi [Mon, 14 Mar 2005 01:11:54 +0000 (01:11 +0000)]
- Turn off incorrect case folding to let test over.

19 years ago- Move stuff that belongs in Makefile into Makefile.frag
foobar [Mon, 14 Mar 2005 01:09:49 +0000 (01:09 +0000)]
- Move stuff that belongs in Makefile into Makefile.frag

19 years ago- Update tests
Marcus Boerger [Sun, 13 Mar 2005 22:35:34 +0000 (22:35 +0000)]
- Update tests

19 years agoDo not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
Stanislav Malyshev [Sun, 13 Mar 2005 17:48:45 +0000 (17:48 +0000)]
Do not convert ZEND_HANDLE_FP to ZEND_HANDLE_STREAM but allow using reader/closer
on it

19 years agoFixed compiler warning.
Ilia Alshanetsky [Sun, 13 Mar 2005 17:03:55 +0000 (17:03 +0000)]
Fixed compiler warning.

19 years ago- Fix signature definition
Marcus Boerger [Sun, 13 Mar 2005 16:35:01 +0000 (16:35 +0000)]
- Fix signature definition

19 years ago- More exact signatures (even though complete correct not possible atm)
Marcus Boerger [Sun, 13 Mar 2005 16:34:37 +0000 (16:34 +0000)]
- More exact signatures (even though complete correct not possible atm)

19 years agoFix get_extension_funcs() - extension names are now lowercased, so should
Stanislav Malyshev [Sun, 13 Mar 2005 15:30:10 +0000 (15:30 +0000)]
Fix get_extension_funcs() - extension names are now lowercased, so should
be function arguments.

19 years agocredits to Ilia
Andrey Hristov [Sun, 13 Mar 2005 14:17:17 +0000 (14:17 +0000)]
credits to Ilia

19 years ago- Actually this is a much better error decription
Marcus Boerger [Sun, 13 Mar 2005 13:22:02 +0000 (13:22 +0000)]
- Actually this is a much better error decription

19 years ago- Bugfix #32290
Marcus Boerger [Sun, 13 Mar 2005 13:15:08 +0000 (13:15 +0000)]
- Bugfix #32290

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

19 years ago- Update docu
Marcus Boerger [Sat, 12 Mar 2005 23:21:41 +0000 (23:21 +0000)]
- Update docu

19 years ago- Fix extension to be .inc
Marcus Boerger [Sat, 12 Mar 2005 23:05:03 +0000 (23:05 +0000)]
- Fix extension to be .inc

19 years ago- Allow to hook into RecursiveIteratorIterator's child handling
Marcus Boerger [Sat, 12 Mar 2005 23:03:33 +0000 (23:03 +0000)]
- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu

19 years ago- If an exception is pending we don't bail out but show the unhandled exception
Marcus Boerger [Sat, 12 Mar 2005 22:42:37 +0000 (22:42 +0000)]
- If an exception is pending we don't bail out but show the unhandled exception

19 years agoA more performance friendly version of Andrey's patch.
Ilia Alshanetsky [Sat, 12 Mar 2005 17:51:19 +0000 (17:51 +0000)]
A more performance friendly version of Andrey's patch.

19 years agoFRN
Andrey Hristov [Sat, 12 Mar 2005 14:46:41 +0000 (14:46 +0000)]
FRN