]>
granicus.if.org Git - php/log
Joe Orton [Wed, 30 Mar 2005 12:56:58 +0000 (12:56 +0000)]
Mark private functions as static.
<changelog@php.net> [Wed, 30 Mar 2005 01:32:45 +0000 (01:32 +0000)]
ChangeLog update
Antony Dovgal [Tue, 29 Mar 2005 17:23:36 +0000 (17:23 +0000)]
fix segfault & buffer overrun when there is no PDO drivers plugged in
(patch by su1d@phpclub.net)
Sara Golemon [Tue, 29 Mar 2005 04:02:03 +0000 (04:02 +0000)]
BugFix #31137 stream_filter_remove() segfaults when stream already closed
<changelog@php.net> [Tue, 29 Mar 2005 01:32:11 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 28 Mar 2005 18:46:57 +0000 (18:46 +0000)]
Proper fix for the memory leak.
Ilia Alshanetsky [Mon, 28 Mar 2005 18:09:28 +0000 (18:09 +0000)]
Fixed memory leak when variables_order does not contain 'S'.
Dmitry Stogov [Mon, 28 Mar 2005 18:06:29 +0000 (18:06 +0000)]
Fixed handling of attributes' namespaces
Greg Beaver [Mon, 28 Mar 2005 17:04:00 +0000 (17:04 +0000)]
update to current bundle ideal
Greg Beaver [Mon, 28 Mar 2005 16:38:59 +0000 (16:38 +0000)]
merge in PEAR 1.3.5
Dmitry Stogov [Mon, 28 Mar 2005 16:28:04 +0000 (16:28 +0000)]
Fixed handling of attributes' namespaces
Dmitry Stogov [Mon, 28 Mar 2005 15:21:50 +0000 (15:21 +0000)]
Fixed wrong SOAP headers encoding/decoding.
Pierre Joye [Mon, 28 Mar 2005 08:17:17 +0000 (08:17 +0000)]
- remove "debug" code
Pierre Joye [Mon, 28 Mar 2005 08:14:30 +0000 (08:14 +0000)]
- MFB, imagerectangle draws 2x each corners (alpha channel uglyness)
Joey Smith [Mon, 28 Mar 2005 07:26:06 +0000 (07:26 +0000)]
Adding comments to .ini files at philip@php.net's request.
<changelog@php.net> [Mon, 28 Mar 2005 01:34:07 +0000 (01:34 +0000)]
ChangeLog update
Edin Kadribasic [Mon, 28 Mar 2005 00:07:24 +0000 (00:07 +0000)]
Reshufle includes to make it compile on windows
Pierre Joye [Sun, 27 Mar 2005 23:43:52 +0000 (23:43 +0000)]
- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerotate
Ilia Alshanetsky [Sun, 27 Mar 2005 15:52:49 +0000 (15:52 +0000)]
revert copy patch.
<changelog@php.net> [Sun, 27 Mar 2005 01:34:12 +0000 (01:34 +0000)]
ChangeLog update
Edin Kadribasic [Sat, 26 Mar 2005 21:32:20 +0000 (21:32 +0000)]
Use PEAR bundle from the build template
Edin Kadribasic [Sat, 26 Mar 2005 21:14:19 +0000 (21:14 +0000)]
Script that creates PEAR bundle dir for distribution
foobar [Sat, 26 Mar 2005 03:13:58 +0000 (03:13 +0000)]
- Made it possible to build ext/xmlrpc with libxml2
foobar [Sat, 26 Mar 2005 03:09:09 +0000 (03:09 +0000)]
- Prevent compiling shared extensions when --enable-versioning is used
- Fix -export-symbols in Linux in the bundled libtool.m4:
o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&m=
106629582813118 &w=2
foobar [Sat, 26 Mar 2005 02:44:04 +0000 (02:44 +0000)]
BFN
foobar [Sat, 26 Mar 2005 02:43:02 +0000 (02:43 +0000)]
- Fixed bug #28839 (SIGSEGV in interactive mode (php -a))
(kameshj at fastmail dot fm)
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