]> granicus.if.org Git - php/log
php
19 years ago- Drop unnecessary exports to prevent forward BC problems
Marcus Boerger [Mon, 31 Oct 2005 21:20:44 +0000 (21:20 +0000)]
- Drop unnecessary exports to prevent forward BC problems

19 years agoFixed bug #35017 (Exception thrown in error handler may cause unexpected behavior)
Dmitry Stogov [Mon, 31 Oct 2005 19:25:14 +0000 (19:25 +0000)]
Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior)

19 years ago- Fix remaining memleaks
Marcus Boerger [Mon, 31 Oct 2005 07:47:40 +0000 (07:47 +0000)]
- Fix remaining memleaks
# all tests pass for me now for the first time in:
# pgsql, mysql, sqlite, sqlite2

19 years agofix misinterpretation of data when overriding types via bindColumn.
Wez Furlong [Mon, 31 Oct 2005 03:23:38 +0000 (03:23 +0000)]
fix misinterpretation of data when overriding types via bindColumn.
Very slightly modified patch from Marcus.

19 years agoCloses PECL Bug #5722; BLOB support was half-baked.
Wez Furlong [Mon, 31 Oct 2005 02:11:27 +0000 (02:11 +0000)]
Closes PECL Bug #5722; BLOB support was half-baked.

19 years agoimprove test portability.
Wez Furlong [Mon, 31 Oct 2005 02:07:38 +0000 (02:07 +0000)]
improve test portability.
improve infrastructure for LOB support.

19 years agobfn
foobar [Mon, 31 Oct 2005 00:11:42 +0000 (00:11 +0000)]
bfn

19 years ago- Fix memleak
Marcus Boerger [Sun, 30 Oct 2005 22:17:52 +0000 (22:17 +0000)]
- Fix memleak

19 years agoImprove iconv skip conditions
Ilia Alshanetsky [Sun, 30 Oct 2005 18:07:47 +0000 (18:07 +0000)]
Improve iconv skip conditions

19 years agoFixed bug #35022, #35019 (Regression in the behavior of key/current
Ilia Alshanetsky [Sun, 30 Oct 2005 18:03:30 +0000 (18:03 +0000)]
Fixed bug #35022, #35019 (Regression in the behavior of key/current
functions).

19 years ago- MFH Add docu
Marcus Boerger [Sun, 30 Oct 2005 16:07:45 +0000 (16:07 +0000)]
- MFH Add docu

19 years agoSimplify code.
Ilia Alshanetsky [Sun, 30 Oct 2005 13:48:30 +0000 (13:48 +0000)]
Simplify code.

19 years agoFixed Bug #35014 (array_product() always returns 0).
Ilia Alshanetsky [Sun, 30 Oct 2005 13:44:26 +0000 (13:44 +0000)]
Fixed Bug #35014 (array_product() always returns 0).

19 years agodos to unix line endings
Wez Furlong [Sat, 29 Oct 2005 20:41:54 +0000 (20:41 +0000)]
dos to unix line endings

19 years agoCloses PECL Bug #5772; FETCH_FUNC broken for mixed case function names
Wez Furlong [Sat, 29 Oct 2005 03:11:46 +0000 (03:11 +0000)]
Closes PECL Bug #5772; FETCH_FUNC broken for mixed case function names

19 years agoCloses PECL #5809; PDOStatement::execute(array(...)) would modify its args.
Wez Furlong [Sat, 29 Oct 2005 03:01:19 +0000 (03:01 +0000)]
Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args.
It should behave like bindValue() not bindParam().

19 years agoclean up the test2 table that some tests create
Wez Furlong [Sat, 29 Oct 2005 02:58:24 +0000 (02:58 +0000)]
clean up the test2 table that some tests create

19 years agoCloses PECL Bug #5802
Wez Furlong [Sat, 29 Oct 2005 02:41:50 +0000 (02:41 +0000)]
Closes PECL Bug #5802

19 years agoClose PECL Bug #5780
Wez Furlong [Sat, 29 Oct 2005 02:36:30 +0000 (02:36 +0000)]
Close PECL Bug #5780

19 years agoargh! we don't want to NULL the stmt here; freeing the results is not the same
Wez Furlong [Sat, 29 Oct 2005 02:16:35 +0000 (02:16 +0000)]
argh! we don't want to NULL the stmt here; freeing the results is not the same
as destroying the prepared statement handler, so we're leaking and breaking, as
can be seen by running the test suite.

brown paper bag for PDO in PHP 5.1RC4?

19 years agoCloses PECL Bug #5645; emits mysql client library version in MINFO output.
Wez Furlong [Sat, 29 Oct 2005 01:58:22 +0000 (01:58 +0000)]
Closes PECL Bug #5645; emits mysql client library version in MINFO output.

19 years agoBack to dev
Ilia Alshanetsky [Fri, 28 Oct 2005 15:45:05 +0000 (15:45 +0000)]
Back to dev

19 years agoMFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too...
Antony Dovgal [Fri, 28 Oct 2005 15:02:09 +0000 (15:02 +0000)]
MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)

19 years ago5.1.0RC4
Ilia Alshanetsky [Fri, 28 Oct 2005 15:00:49 +0000 (15:00 +0000)]
5.1.0RC4

19 years agoFixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit...
Dmitry Stogov [Fri, 28 Oct 2005 14:46:30 +0000 (14:46 +0000)]
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)

19 years agofix TSRM build
Antony Dovgal [Fri, 28 Oct 2005 12:00:10 +0000 (12:00 +0000)]
fix TSRM build

19 years agoFixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 10:06:43 +0000 (10:06 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)

19 years agoFixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
Dmitry Stogov [Fri, 28 Oct 2005 09:57:35 +0000 (09:57 +0000)]
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)

19 years agoFixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)
Dmitry Stogov [Fri, 28 Oct 2005 08:30:41 +0000 (08:30 +0000)]
Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)

19 years agoNetWare LibC sdk has stdarg.h
Anantha Kesari H Y [Fri, 28 Oct 2005 07:52:58 +0000 (07:52 +0000)]
NetWare LibC sdk has stdarg.h
--Kamesh

19 years ago$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opco...
Dmitry Stogov [Fri, 28 Oct 2005 06:05:57 +0000 (06:05 +0000)]
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes.

19 years agoMFH: fix crash setting attr from foreign doc (throws exception)
Rob Richards [Thu, 27 Oct 2005 23:51:22 +0000 (23:51 +0000)]
MFH: fix crash setting attr from foreign doc (throws exception)
add test

19 years agoMFH: commit forgotten part
Antony Dovgal [Thu, 27 Oct 2005 19:39:38 +0000 (19:39 +0000)]
MFH: commit forgotten part

19 years agoFixed SIGSEGV
Dmitry Stogov [Thu, 27 Oct 2005 19:25:52 +0000 (19:25 +0000)]
Fixed SIGSEGV

19 years agoMFH: add MySQL options and corresponding constants
Antony Dovgal [Thu, 27 Oct 2005 17:34:24 +0000 (17:34 +0000)]
MFH: add MySQL options and corresponding constants

19 years agoMFH: free && set to NULL S->stmt
Antony Dovgal [Thu, 27 Oct 2005 17:26:19 +0000 (17:26 +0000)]
MFH: free && set to NULL S->stmt

19 years agoFixed memory leak on error
Ilia Alshanetsky [Thu, 27 Oct 2005 14:07:30 +0000 (14:07 +0000)]
Fixed memory leak on error

19 years agoOne check is enough.
Ilia Alshanetsky [Thu, 27 Oct 2005 14:06:39 +0000 (14:06 +0000)]
One check is enough.

19 years agoTests for calendar extension
Rathna N [Thu, 27 Oct 2005 11:05:50 +0000 (11:05 +0000)]
Tests for calendar extension

19 years agofixes PECL Bug #5589
Wez Furlong [Thu, 27 Oct 2005 03:51:23 +0000 (03:51 +0000)]
fixes PECL Bug #5589

19 years agoTest PDO::ATTR_CASE attribute.
Dan Scott [Wed, 26 Oct 2005 23:09:06 +0000 (23:09 +0000)]
Test PDO::ATTR_CASE attribute.

19 years agoMFH: make compilers happy
Antony Dovgal [Wed, 26 Oct 2005 22:47:23 +0000 (22:47 +0000)]
MFH: make compilers happy

19 years agoMFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
Antony Dovgal [Wed, 26 Oct 2005 21:38:20 +0000 (21:38 +0000)]
MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)

19 years agoAdditional tweaks to the patch for bug #34249.
Ilia Alshanetsky [Wed, 26 Oct 2005 15:08:23 +0000 (15:08 +0000)]
Additional tweaks to the patch for bug #34249.

19 years agoMFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h)
Antony Dovgal [Wed, 26 Oct 2005 13:50:39 +0000 (13:50 +0000)]
MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h)

19 years agoMFH
foobar [Wed, 26 Oct 2005 11:33:25 +0000 (11:33 +0000)]
MFH

19 years agoCorrect non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but
Dan Scott [Wed, 26 Oct 2005 06:23:12 +0000 (06:23 +0000)]
Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but
that is the default value if the DEFAULT clause is omitted anyways.

19 years ago- MFH zend_is_callable_ex() has been changed
Marcus Boerger [Tue, 25 Oct 2005 23:20:29 +0000 (23:20 +0000)]
- MFH zend_is_callable_ex() has been changed

19 years ago- MFH zend_is_callable_ex() returns zend_class_entry* if available
Marcus Boerger [Tue, 25 Oct 2005 23:19:59 +0000 (23:19 +0000)]
- MFH zend_is_callable_ex() returns zend_class_entry* if available

19 years ago- fix #34980, divisor and offset never passed correctly (s/float/double/)
Pierre Joye [Tue, 25 Oct 2005 23:00:19 +0000 (23:00 +0000)]
- fix #34980, divisor and offset never passed correctly (s/float/double/)

19 years agofix bug #34965 tidy is not binary safe
Michael Wallner [Tue, 25 Oct 2005 18:04:59 +0000 (18:04 +0000)]
fix bug #34965 tidy is not binary safe

19 years agouse correct enum type for the arg
Antony Dovgal [Tue, 25 Oct 2005 16:02:33 +0000 (16:02 +0000)]
use correct enum type for the arg

19 years agoMFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
Ilia Alshanetsky [Tue, 25 Oct 2005 15:53:06 +0000 (15:53 +0000)]
MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).

19 years ago- fix the fix
Michael Wallner [Tue, 25 Oct 2005 15:35:39 +0000 (15:35 +0000)]
- fix the fix

19 years ago- MFH: fix bug #34821 zlib encoders fail on widely varying binary data on windows
Michael Wallner [Tue, 25 Oct 2005 15:16:20 +0000 (15:16 +0000)]
- MFH: fix bug #34821 zlib encoders fail on widely varying binary data on windows

19 years agoMFH: apply workaround for the leak only when GLIBC is used
Antony Dovgal [Tue, 25 Oct 2005 14:57:14 +0000 (14:57 +0000)]
MFH: apply workaround for the leak only when GLIBC is used

19 years agofix the order
Antony Dovgal [Tue, 25 Oct 2005 14:37:28 +0000 (14:37 +0000)]
fix the order

19 years ago- MFH: thread safe SSL crypto locks, fixes bug #33760
Michael Wallner [Tue, 25 Oct 2005 14:32:33 +0000 (14:32 +0000)]
- MFH: thread safe SSL crypto locks, fixes bug #33760

19 years agoDo not run tests if iconv extension is unavailable.
Ilia Alshanetsky [Tue, 25 Oct 2005 14:22:56 +0000 (14:22 +0000)]
Do not run tests if iconv extension is unavailable.

19 years agoMFH: fix problem with garbage appearing in hostnames
Antony Dovgal [Tue, 25 Oct 2005 08:19:33 +0000 (08:19 +0000)]
MFH: fix problem with garbage appearing in hostnames

19 years agoFixed compiler warning
Ilia Alshanetsky [Tue, 25 Oct 2005 03:53:25 +0000 (03:53 +0000)]
Fixed compiler warning

19 years agoMFH
foobar [Mon, 24 Oct 2005 22:46:26 +0000 (22:46 +0000)]
MFH

19 years agoMFH: fix #34970 (ldap configuration issues)
Antony Dovgal [Mon, 24 Oct 2005 20:24:35 +0000 (20:24 +0000)]
MFH: fix #34970 (ldap configuration issues)

19 years ago- Fix issue with entities in attributes
Marcus Boerger [Mon, 24 Oct 2005 08:29:36 +0000 (08:29 +0000)]
- Fix issue with entities in attributes

19 years agoFixed bug #34950 (Unable to get WSDL through proxy)
Dmitry Stogov [Mon, 24 Oct 2005 07:44:17 +0000 (07:44 +0000)]
Fixed bug #34950 (Unable to get WSDL through proxy)

19 years agoReverted patch for bug #34934. Bug is marked as bogus.
Dmitry Stogov [Mon, 24 Oct 2005 06:58:42 +0000 (06:58 +0000)]
Reverted patch for bug #34934. Bug is marked as bogus.

19 years agoMFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)
Antony Dovgal [Sun, 23 Oct 2005 18:34:26 +0000 (18:34 +0000)]
MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)

19 years agoFixed memory leak on error.
Ilia Alshanetsky [Sun, 23 Oct 2005 15:29:09 +0000 (15:29 +0000)]
Fixed memory leak on error.

19 years agoCloses PECL Bug #5750; uri: dsn is not handled correctly.
Wez Furlong [Sun, 23 Oct 2005 04:10:20 +0000 (04:10 +0000)]
Closes PECL Bug #5750; uri: dsn is not handled correctly.
Patch from curt@php.net

19 years agokeep the order! :)
foobar [Sat, 22 Oct 2005 17:38:35 +0000 (17:38 +0000)]
keep the order! :)

19 years agoFix #34957; file access checks should use VCWD_ACCESS()
Wez Furlong [Sat, 22 Oct 2005 17:02:10 +0000 (17:02 +0000)]
Fix #34957; file access checks should use VCWD_ACCESS()

19 years agofix ws
Antony Dovgal [Fri, 21 Oct 2005 15:53:22 +0000 (15:53 +0000)]
fix ws

19 years agoFixed bug #34934 (offsetExists is not called from array_key_exists)
Dmitry Stogov [Fri, 21 Oct 2005 15:19:40 +0000 (15:19 +0000)]
Fixed bug #34934 (offsetExists is not called from array_key_exists)

19 years agoMFH: fix possible crash in dns_get_record()
Antony Dovgal [Fri, 21 Oct 2005 13:49:01 +0000 (13:49 +0000)]
MFH: fix possible crash in dns_get_record()
cleanup code a bit
(partly fixes #34938)

19 years agoFixed bug #31341 (escape on curly inconsistent)
Dmitry Stogov [Fri, 21 Oct 2005 13:22:05 +0000 (13:22 +0000)]
Fixed bug #31341 (escape on curly inconsistent)

19 years agoFixed fgetcsv() and fputcsv() inconsistency.
Dmitry Stogov [Fri, 21 Oct 2005 12:13:39 +0000 (12:13 +0000)]
Fixed fgetcsv() and fputcsv() inconsistency.

19 years agoFixed bug #34782 (token_get_all() gives wrong result)
Dmitry Stogov [Fri, 21 Oct 2005 09:32:40 +0000 (09:32 +0000)]
Fixed bug #34782 (token_get_all() gives wrong result)

19 years agoFixed bug #29268 (__autoload() not called with Reflection->getClass())
Dmitry Stogov [Fri, 21 Oct 2005 08:03:28 +0000 (08:03 +0000)]
Fixed bug #29268 (__autoload() not called with Reflection->getClass())

19 years agoFixed tests to work with ZTS builds
Ilia Alshanetsky [Thu, 20 Oct 2005 19:22:09 +0000 (19:22 +0000)]
Fixed tests to work with ZTS builds

19 years agoMFH: use proper constants
Antony Dovgal [Thu, 20 Oct 2005 16:54:48 +0000 (16:54 +0000)]
MFH: use proper constants

19 years agoMFH: use constants instead of their values
Antony Dovgal [Thu, 20 Oct 2005 16:51:03 +0000 (16:51 +0000)]
MFH: use constants instead of their values

19 years agoMFH: fix copy/paste typo
Antony Dovgal [Thu, 20 Oct 2005 16:47:18 +0000 (16:47 +0000)]
MFH: fix copy/paste typo

19 years agoMFH: Fixed test for cygwin installs
Ilia Alshanetsky [Thu, 20 Oct 2005 14:43:00 +0000 (14:43 +0000)]
MFH: Fixed test for cygwin installs

19 years agoRemoved unnecesary local variable
Dmitry Stogov [Thu, 20 Oct 2005 11:31:41 +0000 (11:31 +0000)]
Removed unnecesary local variable

19 years agoFixed bug #34893 (PHP5.1 overloading, Cannot access private property)
Dmitry Stogov [Thu, 20 Oct 2005 09:47:12 +0000 (09:47 +0000)]
Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)

19 years agoFixed bug #34712 (zend.ze1_compatibility_mode = on segfault)
Dmitry Stogov [Thu, 20 Oct 2005 08:55:10 +0000 (08:55 +0000)]
Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault)

19 years agoFixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)
Dmitry Stogov [Thu, 20 Oct 2005 08:14:59 +0000 (08:14 +0000)]
Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)

19 years agoFixed bug #31177 (menory leaks and corruption because of incorrect refcounting).
Dmitry Stogov [Thu, 20 Oct 2005 07:30:42 +0000 (07:30 +0000)]
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).

19 years agoFixed bug #31177 (menory leaks and corruption because of incorrect refcounting)
Dmitry Stogov [Thu, 20 Oct 2005 07:23:26 +0000 (07:23 +0000)]
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)

19 years agoAdded forgotten tests
Dmitry Stogov [Thu, 20 Oct 2005 07:04:25 +0000 (07:04 +0000)]
Added forgotten tests

19 years agoremove unused obsolete files from pear CVS
Greg Beaver [Thu, 20 Oct 2005 01:49:42 +0000 (01:49 +0000)]
remove unused obsolete files from pear CVS

# to run PEAR tests, grab pear-core/tests and use "pear run-tests -rq"

19 years agoMFH: Fixed -m memory leak
Ilia Alshanetsky [Wed, 19 Oct 2005 21:57:45 +0000 (21:57 +0000)]
MFH: Fixed -m memory leak

19 years ago- Fixed bug #34874 and #33546 (Problems with lone daynames).
Derick Rethans [Wed, 19 Oct 2005 21:08:35 +0000 (21:08 +0000)]
- Fixed bug #34874 and #33546 (Problems with lone daynames).

19 years agoMFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).
Ilia Alshanetsky [Wed, 19 Oct 2005 20:33:33 +0000 (20:33 +0000)]
MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).

19 years agoMFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).
Ilia Alshanetsky [Wed, 19 Oct 2005 14:11:56 +0000 (14:11 +0000)]
MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).

19 years agoMFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
Ilia Alshanetsky [Wed, 19 Oct 2005 13:41:44 +0000 (13:41 +0000)]
MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.

19 years agoFixed test
Dmitry Stogov [Wed, 19 Oct 2005 12:48:24 +0000 (12:48 +0000)]
Fixed test

19 years agoMFH: Fixed error messages and tests
foobar [Wed, 19 Oct 2005 11:18:51 +0000 (11:18 +0000)]
MFH: Fixed error messages and tests

19 years agofix news entry
Antony Dovgal [Wed, 19 Oct 2005 11:18:14 +0000 (11:18 +0000)]
fix news entry

19 years agoFixed memory leak in ZTS mode
Dmitry Stogov [Wed, 19 Oct 2005 07:54:53 +0000 (07:54 +0000)]
Fixed memory leak in ZTS mode