]>
granicus.if.org Git - php/log
Antony Dovgal [Thu, 10 Aug 2006 13:43:18 +0000 (13:43 +0000)]
typos in comments and other minor improvements
Antony Dovgal [Thu, 10 Aug 2006 12:15:58 +0000 (12:15 +0000)]
improve connection character set detection:
* output a warning if invalid character set was passed to the function
* use NLS_LANG by default
Nuno Lopes [Wed, 9 Aug 2006 23:22:49 +0000 (23:22 +0000)]
sync install instructions with the phpdoc xml sources
Antony Dovgal [Wed, 9 Aug 2006 15:27:42 +0000 (15:27 +0000)]
BFN
Antony Dovgal [Wed, 9 Aug 2006 15:24:27 +0000 (15:24 +0000)]
add support for NCLOBs
fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
Ilia Alshanetsky [Wed, 9 Aug 2006 14:45:00 +0000 (14:45 +0000)]
Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution).
Antony Dovgal [Wed, 9 Aug 2006 12:15:43 +0000 (12:15 +0000)]
MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
Antony Dovgal [Wed, 9 Aug 2006 11:49:06 +0000 (11:49 +0000)]
fix leak on failure
Antony Dovgal [Wed, 9 Aug 2006 10:16:50 +0000 (10:16 +0000)]
MFH: fix #8112 (Persistent connections misbehave when Apache process times out)
Michael Wallner [Tue, 8 Aug 2006 15:55:27 +0000 (15:55 +0000)]
MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)
Ilia Alshanetsky [Tue, 8 Aug 2006 14:54:49 +0000 (14:54 +0000)]
Fixed bug #38377 (session_destroy() gives warning after
session_regenerate_id()).
Antony Dovgal [Tue, 8 Aug 2006 13:49:27 +0000 (13:49 +0000)]
tix fypo
Stanislav Malyshev [Tue, 8 Aug 2006 13:34:14 +0000 (13:34 +0000)]
fix bug with variables clobbered by longjmp
Antony Dovgal [Tue, 8 Aug 2006 13:12:00 +0000 (13:12 +0000)]
zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to get the real length
Pierre Joye [Tue, 8 Aug 2006 11:56:36 +0000 (11:56 +0000)]
- fix compiler warnings
Antony Dovgal [Tue, 8 Aug 2006 10:54:24 +0000 (10:54 +0000)]
there is no realiable way to detect memrchr() presence because of a mess in glibc
so let's use our own implementation
Pierre Joye [Tue, 8 Aug 2006 10:36:58 +0000 (10:36 +0000)]
- compiler warnings
Antony Dovgal [Tue, 8 Aug 2006 10:22:25 +0000 (10:22 +0000)]
use memrchr/zend_memrchr instead of strrchr
Antony Dovgal [Tue, 8 Aug 2006 09:51:06 +0000 (09:51 +0000)]
add new test
Derick Rethans [Tue, 8 Aug 2006 09:46:46 +0000 (09:46 +0000)]
- Added some docs here so that nobody needs to figure it out once more.
Antony Dovgal [Tue, 8 Aug 2006 09:41:09 +0000 (09:41 +0000)]
add zend_memrchr()
Marcus Boerger [Tue, 8 Aug 2006 00:40:19 +0000 (00:40 +0000)]
- Speling
Marcus Boerger [Mon, 7 Aug 2006 23:28:05 +0000 (23:28 +0000)]
- Test name must not be more than a single line
Marcus Boerger [Mon, 7 Aug 2006 23:24:33 +0000 (23:24 +0000)]
- MFH Fixed Bug #38064 ignored constructor visibility
Antony Dovgal [Mon, 7 Aug 2006 21:27:40 +0000 (21:27 +0000)]
suppress errors from date() if no date.timezone set
don't try to look for libtool if $sys_libtool_path is empty
Pierre Joye [Mon, 7 Aug 2006 20:28:03 +0000 (20:28 +0000)]
- should not have been commited
Antony Dovgal [Mon, 7 Aug 2006 20:23:35 +0000 (20:23 +0000)]
fix types of the variables
Ilia Alshanetsky [Mon, 7 Aug 2006 17:32:13 +0000 (17:32 +0000)]
Fixed memory leak with persistent connections
Ilia Alshanetsky [Mon, 7 Aug 2006 16:53:12 +0000 (16:53 +0000)]
Removed extra byte
Dmitry Stogov [Mon, 7 Aug 2006 15:15:22 +0000 (15:15 +0000)]
Fixed bug #38287 (static variables mess up global vars)
Rob Richards [Mon, 7 Aug 2006 10:15:12 +0000 (10:15 +0000)]
should be RETURN_ not RETVAL_
Rob Richards [Mon, 7 Aug 2006 10:09:52 +0000 (10:09 +0000)]
asXML() needs to return bool when serializing doc and filename is passed in
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings
Antony Dovgal [Mon, 7 Aug 2006 09:49:53 +0000 (09:49 +0000)]
nuke unused variable
Marcus Boerger [Mon, 7 Aug 2006 08:34:40 +0000 (08:34 +0000)]
- Update
Marcus Boerger [Mon, 7 Aug 2006 07:57:12 +0000 (07:57 +0000)]
- Fix bug #38290
Antony Dovgal [Sun, 6 Aug 2006 20:46:02 +0000 (20:46 +0000)]
use -O0 with --enable-debug
Antony Dovgal [Sun, 6 Aug 2006 20:17:51 +0000 (20:17 +0000)]
fix test
Antony Dovgal [Sun, 6 Aug 2006 20:10:19 +0000 (20:10 +0000)]
add test
Christian Stocker [Sun, 6 Aug 2006 19:38:45 +0000 (19:38 +0000)]
Fix #38354 (Unwanted reformatting of XML when using AsXML)
Antony Dovgal [Sun, 6 Aug 2006 17:41:51 +0000 (17:41 +0000)]
MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
Antony Dovgal [Sun, 6 Aug 2006 14:09:58 +0000 (14:09 +0000)]
long -> int
Marcus Boerger [Sun, 6 Aug 2006 13:47:51 +0000 (13:47 +0000)]
- MFH Fix cvs access through SplFileObject
Antony Dovgal [Sun, 6 Aug 2006 13:27:46 +0000 (13:27 +0000)]
avoid extra strlen() call
Antony Dovgal [Sat, 5 Aug 2006 20:56:43 +0000 (20:56 +0000)]
fix PECL bug #7827
add small optimization
Antony Dovgal [Sat, 5 Aug 2006 13:17:50 +0000 (13:17 +0000)]
MFH
Ilia Alshanetsky [Fri, 4 Aug 2006 22:13:59 +0000 (22:13 +0000)]
Improved fix for bug #37671
Antony Dovgal [Fri, 4 Aug 2006 20:55:00 +0000 (20:55 +0000)]
revert previous patch
Ilia Alshanetsky [Fri, 4 Aug 2006 20:31:19 +0000 (20:31 +0000)]
Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()).
Antony Dovgal [Fri, 4 Aug 2006 15:01:37 +0000 (15:01 +0000)]
add new test
Antony Dovgal [Fri, 4 Aug 2006 11:50:15 +0000 (11:50 +0000)]
MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution)
Antony Dovgal [Fri, 4 Aug 2006 08:11:47 +0000 (08:11 +0000)]
fix test
Derick Rethans [Fri, 4 Aug 2006 06:48:20 +0000 (06:48 +0000)]
- There is a 2.3 now as well.
Antony Dovgal [Thu, 3 Aug 2006 19:35:23 +0000 (19:35 +0000)]
fix leak in php_sapi_filter()
Ilia Alshanetsky [Thu, 3 Aug 2006 14:49:11 +0000 (14:49 +0000)]
Fixed bug #38303 (spl_autoload_register() supress all errors silently).
Antony Dovgal [Thu, 3 Aug 2006 14:17:58 +0000 (14:17 +0000)]
MFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows)
Dmitry Stogov [Thu, 3 Aug 2006 13:54:05 +0000 (13:54 +0000)]
Added version specific registry keys to allow different configurations for different php version.
Dmitry Stogov [Thu, 3 Aug 2006 11:04:52 +0000 (11:04 +0000)]
In addtion to path to php.ini, PHPRC now may specify full file name
Antony Dovgal [Thu, 3 Aug 2006 10:57:41 +0000 (10:57 +0000)]
make it consistent
Antony Dovgal [Thu, 3 Aug 2006 10:53:15 +0000 (10:53 +0000)]
MFH: improve error message
Dmitry Stogov [Thu, 3 Aug 2006 09:56:50 +0000 (09:56 +0000)]
Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs
Antony Dovgal [Wed, 2 Aug 2006 23:29:17 +0000 (23:29 +0000)]
fix test
Antony Dovgal [Wed, 2 Aug 2006 22:03:47 +0000 (22:03 +0000)]
fix ZTS build
Ilia Alshanetsky [Wed, 2 Aug 2006 15:44:33 +0000 (15:44 +0000)]
Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).
Ilia Alshanetsky [Wed, 2 Aug 2006 15:21:54 +0000 (15:21 +0000)]
Expose the xml_utf8_encode function.
Antony Dovgal [Wed, 2 Aug 2006 10:04:11 +0000 (10:04 +0000)]
init variable, eliminate compile warning
Antony Dovgal [Wed, 2 Aug 2006 09:16:52 +0000 (09:16 +0000)]
MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)
Antony Dovgal [Tue, 1 Aug 2006 22:42:11 +0000 (22:42 +0000)]
MFH: implement my own FR #36995
add missing ifdefs
Michael Wallner [Tue, 1 Aug 2006 16:49:17 +0000 (16:49 +0000)]
- update test
Michael Wallner [Tue, 1 Aug 2006 16:45:40 +0000 (16:45 +0000)]
MFH: use library error message on time string parse failure
Ilia Alshanetsky [Tue, 1 Aug 2006 16:31:29 +0000 (16:31 +0000)]
Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).
Michael Wallner [Tue, 1 Aug 2006 15:55:03 +0000 (15:55 +0000)]
MFH:
- fix leaks on multiple calls to DateTime::__construct()
- throw exception on unparseable time strings in DateTime::__construct()
Ilia Alshanetsky [Tue, 1 Aug 2006 15:06:01 +0000 (15:06 +0000)]
Fixed memory leak on unused bound name parameters.
Michael Wallner [Tue, 1 Aug 2006 13:28:28 +0000 (13:28 +0000)]
MFH:
- OO fixes:
. no is_ref for objects in PHP5+
. initialize objects when created with the `new` operator
. check for proper initialization in child classes
- fix typo: transistion -> transition
- add test
Antony Dovgal [Tue, 1 Aug 2006 13:28:03 +0000 (13:28 +0000)]
MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers enabled)
Antony Dovgal [Tue, 1 Aug 2006 12:08:25 +0000 (12:08 +0000)]
improve error message on Win32
Antony Dovgal [Tue, 1 Aug 2006 12:04:20 +0000 (12:04 +0000)]
BFN
Antony Dovgal [Tue, 1 Aug 2006 08:32:59 +0000 (08:32 +0000)]
BFN
Antony Dovgal [Tue, 1 Aug 2006 08:32:07 +0000 (08:32 +0000)]
MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's session.cache_expire)
Ilia Alshanetsky [Mon, 31 Jul 2006 20:18:11 +0000 (20:18 +0000)]
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
destruction).
Ilia Alshanetsky [Mon, 31 Jul 2006 20:14:40 +0000 (20:14 +0000)]
Fixed tests from being always skipped.
Dmitry Stogov [Mon, 31 Jul 2006 15:31:01 +0000 (15:31 +0000)]
Prevented possible double call in case of fault
Dmitry Stogov [Mon, 31 Jul 2006 13:41:34 +0000 (13:41 +0000)]
Fixed crash in SoapClient::__setSoapHeaders()
Christian Stocker [Mon, 31 Jul 2006 13:05:35 +0000 (13:05 +0000)]
return false instead of null, if it's an invalid document
Christian Stocker [Mon, 31 Jul 2006 12:56:52 +0000 (12:56 +0000)]
make a NEWS entry about
- Fixed XSLTProcessor::importStylesheet() to return TRUE on success
Christian Stocker [Mon, 31 Jul 2006 12:50:42 +0000 (12:50 +0000)]
return true, if xsl import did work
Antony Dovgal [Mon, 31 Jul 2006 10:30:23 +0000 (10:30 +0000)]
MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC)
Ilia Alshanetsky [Mon, 31 Jul 2006 03:41:20 +0000 (03:41 +0000)]
Fixed compiler warning.
Pierre Joye [Mon, 31 Jul 2006 00:41:45 +0000 (00:41 +0000)]
- #36732 entry
- move openssl bug fixes
Pierre Joye [Mon, 31 Jul 2006 00:33:42 +0000 (00:33 +0000)]
- #36732, add req_extensions support to openssl_csr_new and _sign
(ben at psc dot edu)
- fix leaks in openssl_csr_new and sign
Antony Dovgal [Sun, 30 Jul 2006 20:51:24 +0000 (20:51 +0000)]
MFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault)
Pierre Joye [Sun, 30 Jul 2006 17:10:06 +0000 (17:10 +0000)]
- group openssl entries
Pierre Joye [Sun, 30 Jul 2006 17:03:13 +0000 (17:03 +0000)]
- #28382, add support for x509 extensions
Pierre Joye [Sun, 30 Jul 2006 16:26:20 +0000 (16:26 +0000)]
- 38261: openssl_x509_parse leaks with invalid certs
Antony Dovgal [Sun, 30 Jul 2006 11:54:17 +0000 (11:54 +0000)]
improve checks and fix #38251
Antony Dovgal [Sun, 30 Jul 2006 11:34:02 +0000 (11:34 +0000)]
MFH: fix compile warnings (#38257)
Antony Dovgal [Sun, 30 Jul 2006 11:19:56 +0000 (11:19 +0000)]
fix bug #38253 (PDO produces segfault with default fetch mode)
add test
Georg Richter [Sun, 30 Jul 2006 11:03:30 +0000 (11:03 +0000)]
Added testcase for bug #37090
Pierre Joye [Sun, 30 Jul 2006 09:18:07 +0000 (09:18 +0000)]
- silent compiler warnings (signess)
Andrei Zmievski [Sun, 30 Jul 2006 03:31:18 +0000 (03:31 +0000)]
Make array_merge(_recursive) handle binary keys safely. (Patch by Matt W)
Pierre Joye [Sat, 29 Jul 2006 23:03:56 +0000 (23:03 +0000)]
- MFH: make the test more obvious and add an explanation