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

19 years ago- MFH: Improved error messages a bit.
Derick Rethans [Wed, 19 Oct 2005 07:22:20 +0000 (07:22 +0000)]
- MFH: Improved error messages a bit.

19 years agoMFH: initialize SG(request_info).auth_digest
Antony Dovgal [Tue, 18 Oct 2005 23:51:54 +0000 (23:51 +0000)]
MFH: initialize SG(request_info).auth_digest

19 years agoMFH: Fixed bug #34905 (Digest authentication does not work with Apache 1).
Ilia Alshanetsky [Tue, 18 Oct 2005 23:15:28 +0000 (23:15 +0000)]
MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1).

19 years agoMFH: Do not set authorizer unless safe_mode or open_basedir are being used.
Ilia Alshanetsky [Tue, 18 Oct 2005 22:51:10 +0000 (22:51 +0000)]
MFH: Do not set authorizer unless safe_mode or open_basedir are being used.

19 years ago- MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip and
Derick Rethans [Tue, 18 Oct 2005 15:04:07 +0000 (15:04 +0000)]
- MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip and
  bzip files).

19 years agounused var
Antony Dovgal [Tue, 18 Oct 2005 14:50:48 +0000 (14:50 +0000)]
unused var

19 years agoFixed bug #34899 (Fixed sqlite extension compile failure).
Ilia Alshanetsky [Tue, 18 Oct 2005 14:33:19 +0000 (14:33 +0000)]
Fixed bug #34899 (Fixed sqlite extension compile failure).

19 years agoMFH: use php_error_docref() instead of php_error() everywhere
Antony Dovgal [Tue, 18 Oct 2005 13:51:50 +0000 (13:51 +0000)]
MFH: use php_error_docref() instead of php_error() everywhere

19 years agoMFH: fix mime_magic problems with ZTS
Antony Dovgal [Tue, 18 Oct 2005 12:41:29 +0000 (12:41 +0000)]
MFH: fix mime_magic problems with ZTS

19 years agoMFH: fix bug #34902 (mysqli::character_set_name() - undefined method)
Antony Dovgal [Tue, 18 Oct 2005 10:02:36 +0000 (10:02 +0000)]
MFH: fix bug #34902 (mysqli::character_set_name() - undefined method)

19 years agoApply patch for #34900, sight unseen.
Dan Scott [Tue, 18 Oct 2005 01:05:22 +0000 (01:05 +0000)]
Apply patch for #34900, sight unseen.

19 years agoZTS fixes
Ilia Alshanetsky [Tue, 18 Oct 2005 00:20:52 +0000 (00:20 +0000)]
ZTS fixes

19 years agoZTS test fix
Ilia Alshanetsky [Tue, 18 Oct 2005 00:17:27 +0000 (00:17 +0000)]
ZTS test fix

19 years agoFixed test for ZTS builds
Ilia Alshanetsky [Tue, 18 Oct 2005 00:15:02 +0000 (00:15 +0000)]
Fixed test for ZTS builds

19 years agoFixed tests for ZTS builds
Ilia Alshanetsky [Tue, 18 Oct 2005 00:12:30 +0000 (00:12 +0000)]
Fixed tests for ZTS builds

19 years agoFixed test for ZTS builds
Ilia Alshanetsky [Tue, 18 Oct 2005 00:06:20 +0000 (00:06 +0000)]
Fixed test for ZTS builds

19 years agoBack to dev
Ilia Alshanetsky [Mon, 17 Oct 2005 22:24:42 +0000 (22:24 +0000)]
Back to dev

19 years ago5.1.0RC3
Ilia Alshanetsky [Mon, 17 Oct 2005 20:26:13 +0000 (20:26 +0000)]
5.1.0RC3

19 years agoMFH: only need context set once
Rob Richards [Mon, 17 Oct 2005 19:50:20 +0000 (19:50 +0000)]
MFH: only need context set once

19 years agoMFH: Properly fixed bug #34456 (original patch completely reverted).
Ilia Alshanetsky [Mon, 17 Oct 2005 15:31:10 +0000 (15:31 +0000)]
MFH: Properly fixed bug #34456 (original patch completely reverted).

19 years ago- Fixed bug #29361 (var_export() producing invalid code). (Derick)
Derick Rethans [Mon, 17 Oct 2005 14:38:12 +0000 (14:38 +0000)]
- Fixed bug #29361 (var_export() producing invalid code). (Derick)

19 years agoMFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case
Ilia Alshanetsky [Mon, 17 Oct 2005 14:30:35 +0000 (14:30 +0000)]
MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case
is being used).

19 years agoFixed bug #34873 (Segmentation Fault on foreach in object)
Dmitry Stogov [Mon, 17 Oct 2005 07:57:00 +0000 (07:57 +0000)]
Fixed bug #34873 (Segmentation Fault on foreach in object)

19 years agoMFH: Further URL validations in safe_mode/open_basedir configs.
Ilia Alshanetsky [Mon, 17 Oct 2005 02:43:20 +0000 (02:43 +0000)]
MFH: Further URL validations in safe_mode/open_basedir configs.

19 years agoMFH
foobar [Sun, 16 Oct 2005 20:41:26 +0000 (20:41 +0000)]
MFH

19 years agoNEWS file is about changes between releases. (RCs are not releases..)
foobar [Sun, 16 Oct 2005 17:54:31 +0000 (17:54 +0000)]
NEWS file is about changes between releases. (RCs are not releases..)

19 years ago- Updated timezone database to version 2005.14.
Derick Rethans [Sat, 15 Oct 2005 18:13:19 +0000 (18:13 +0000)]
- Updated timezone database to version 2005.14.

19 years ago- Fixed timezone guessing on Windows. (Derick, Nuno)
Derick Rethans [Sat, 15 Oct 2005 18:12:29 +0000 (18:12 +0000)]
- Fixed timezone guessing on Windows. (Derick, Nuno)

19 years agofixed an error in mysqli_fetch_fields (function returns NULL instead of array
Georg Richter [Sat, 15 Oct 2005 06:32:26 +0000 (06:32 +0000)]
fixed an error in mysqli_fetch_fields (function returns NULL instead of array
when row_number > num_fields).
Thanks to Marc Deslisle and phpMyAdmin team for the report.

19 years agoMFH: add test for bug #34873
Antony Dovgal [Fri, 14 Oct 2005 21:52:18 +0000 (21:52 +0000)]
MFH: add test for bug #34873

19 years agoPear installer fix
Ilia Alshanetsky [Fri, 14 Oct 2005 15:35:56 +0000 (15:35 +0000)]
Pear installer fix

19 years agoZTS fix
Ilia Alshanetsky [Fri, 14 Oct 2005 15:30:39 +0000 (15:30 +0000)]
ZTS fix

19 years agoBack to dev
Ilia Alshanetsky [Fri, 14 Oct 2005 15:30:26 +0000 (15:30 +0000)]
Back to dev

19 years ago- Use the non-zlib version of the PHAR.
Derick Rethans [Fri, 14 Oct 2005 13:41:47 +0000 (13:41 +0000)]
- Use the non-zlib version of the PHAR.

19 years agoPrepare for 5.1RC2
Ilia Alshanetsky [Fri, 14 Oct 2005 13:36:35 +0000 (13:36 +0000)]
Prepare for 5.1RC2

19 years agoMFH: fix test failures
Ilia Alshanetsky [Thu, 13 Oct 2005 21:26:45 +0000 (21:26 +0000)]
MFH: fix test failures

19 years agoMFH: move constants to class
Rob Richards [Thu, 13 Oct 2005 21:20:12 +0000 (21:20 +0000)]
MFH: move constants to class

19 years agoMFH: insure stream usage
Rob Richards [Thu, 13 Oct 2005 20:34:37 +0000 (20:34 +0000)]
MFH: insure stream usage

19 years agoMFH: bump libxml min version to 2.6.11
Rob Richards [Thu, 13 Oct 2005 20:33:40 +0000 (20:33 +0000)]
MFH: bump libxml min version to 2.6.11

19 years ago- MFH SPL example was changed, so change PDO test accordingly
Marcus Boerger [Thu, 13 Oct 2005 19:49:59 +0000 (19:49 +0000)]
- MFH SPL example was changed, so change PDO test accordingly

19 years ago- MFH Add ability to bypass key() surrounding and make that default
Marcus Boerger [Thu, 13 Oct 2005 19:49:27 +0000 (19:49 +0000)]
- MFH Add ability to bypass key() surrounding and make that default

19 years agoMFH
foobar [Thu, 13 Oct 2005 19:28:58 +0000 (19:28 +0000)]
MFH

19 years ago- Do not try to autoload the class, use internal only
Marcus Boerger [Thu, 13 Oct 2005 18:37:19 +0000 (18:37 +0000)]
- Do not try to autoload the class, use internal only

19 years agoMFH: fix #34856 (configure fails to detect libiconv's type)
Antony Dovgal [Thu, 13 Oct 2005 15:23:11 +0000 (15:23 +0000)]
MFH: fix #34856 (configure fails to detect libiconv's type)

19 years agoMFH: fix #34855 (ibase_service_attach() segfault on AMD64)
Antony Dovgal [Thu, 13 Oct 2005 12:58:48 +0000 (12:58 +0000)]
MFH: fix #34855 (ibase_service_attach() segfault on AMD64)

19 years ago- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page...
foobar [Thu, 13 Oct 2005 10:02:59 +0000 (10:02 +0000)]
- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)