]>
granicus.if.org Git - php/log
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
Pierre Joye [Sat, 29 Jul 2006 22:52:49 +0000 (22:52 +0000)]
- vi happiness++
Antony Dovgal [Sat, 29 Jul 2006 22:41:20 +0000 (22:41 +0000)]
improve test
Pierre Joye [Sat, 29 Jul 2006 22:39:34 +0000 (22:39 +0000)]
- #38255, fails on array as well
Pierre Joye [Sat, 29 Jul 2006 22:30:22 +0000 (22:30 +0000)]
- entry for #37820 and leak
Pierre Joye [Sat, 29 Jul 2006 22:27:55 +0000 (22:27 +0000)]
- forgot the tests
Pierre Joye [Sat, 29 Jul 2006 22:10:50 +0000 (22:10 +0000)]
- fix leak when the key is not a valid key (like false or an array)
Seiji Masugata [Sat, 29 Jul 2006 17:11:09 +0000 (17:11 +0000)]
fix tests.
Pierre Joye [Sat, 29 Jul 2006 12:43:21 +0000 (12:43 +0000)]
- #8315, flaot is affected too
Pierre Joye [Sat, 29 Jul 2006 01:26:55 +0000 (01:26 +0000)]
- #8315, NULL character stops the validation
Hannes Magnusson [Fri, 28 Jul 2006 16:32:31 +0000 (16:32 +0000)]
Fix DateTime::RSS
Update tests
Ilia Alshanetsky [Fri, 28 Jul 2006 14:27:03 +0000 (14:27 +0000)]
cleanup of the phpinfo() output.
Ilia Alshanetsky [Fri, 28 Jul 2006 14:23:35 +0000 (14:23 +0000)]
ext/standard/info.c ext/standard/info.h
Ilia Alshanetsky [Fri, 28 Jul 2006 13:59:06 +0000 (13:59 +0000)]
Cleanup phpinfo() output
Antony Dovgal [Fri, 28 Jul 2006 13:47:56 +0000 (13:47 +0000)]
fix test
Antony Dovgal [Fri, 28 Jul 2006 12:58:59 +0000 (12:58 +0000)]
MFH: disable --leak-check
Antony Dovgal [Fri, 28 Jul 2006 12:23:18 +0000 (12:23 +0000)]
MFH: patch for #37846 (wordwrap() wraps incorrectly)
by Dmitry Kononov <ddk at krasn dot ru>
Ilia Alshanetsky [Thu, 27 Jul 2006 18:14:55 +0000 (18:14 +0000)]
Fixed a bug in the filter extension that prevented magic_quotes_gpc from
being applied when RAW filter is used.
Ilia Alshanetsky [Thu, 27 Jul 2006 17:04:15 +0000 (17:04 +0000)]
Binary safe multipart request handling
Ilia Alshanetsky [Thu, 27 Jul 2006 15:37:56 +0000 (15:37 +0000)]
Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
Ilia Alshanetsky [Thu, 27 Jul 2006 15:33:16 +0000 (15:33 +0000)]
An improved fix for bug #38224
Ilia Alshanetsky [Thu, 27 Jul 2006 14:13:30 +0000 (14:13 +0000)]
make C++ compilers happy
Ilia Alshanetsky [Thu, 27 Jul 2006 14:05:03 +0000 (14:05 +0000)]
removed debug code
Ilia Alshanetsky [Thu, 27 Jul 2006 14:00:13 +0000 (14:00 +0000)]
Fixed bug #38224 (session extension can't handle broken cookies).
Ilia Alshanetsky [Thu, 27 Jul 2006 13:00:00 +0000 (13:00 +0000)]
Fixed bug #38229 (strtotime() does not parse YYYY-MM format).
Antony Dovgal [Thu, 27 Jul 2006 10:53:15 +0000 (10:53 +0000)]
MFH: fix leak in php_local_infile_init() handler
Dmitry Stogov [Thu, 27 Jul 2006 10:44:03 +0000 (10:44 +0000)]
Fixed bug #38234 (Exception in __clone makes memory leak)
foobar [Thu, 27 Jul 2006 08:53:16 +0000 (08:53 +0000)]
MFH: - Added PHP_VERSION_ID == PHP_VERSION as integer.
Dmitry Stogov [Thu, 27 Jul 2006 08:20:38 +0000 (08:20 +0000)]
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
Antony Dovgal [Thu, 27 Jul 2006 08:11:47 +0000 (08:11 +0000)]
fix test on 64bit machines
Antony Dovgal [Thu, 27 Jul 2006 08:00:54 +0000 (08:00 +0000)]
initialize var
Antony Dovgal [Thu, 27 Jul 2006 07:39:30 +0000 (07:39 +0000)]
fix build with Intel C Compiler
foobar [Thu, 27 Jul 2006 05:17:34 +0000 (05:17 +0000)]
MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)
MFH: . Renamed the function to snmp_set_oid_output_format() which describes
MFH: it's behaviour better. Old one was left as an alias for it.
MFH: . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC
MFH: - Fixed some memleaks
foobar [Thu, 27 Jul 2006 01:21:27 +0000 (01:21 +0000)]
update credits
foobar [Thu, 27 Jul 2006 01:20:09 +0000 (01:20 +0000)]
MFH:- Fix build with ext/date/lib with shared extensions
foobar [Thu, 27 Jul 2006 01:18:55 +0000 (01:18 +0000)]
MFH: fix phpize build
Ilia Alshanetsky [Thu, 27 Jul 2006 00:36:55 +0000 (00:36 +0000)]
Fixed compiler warnings.
foobar [Wed, 26 Jul 2006 23:57:43 +0000 (23:57 +0000)]
MFH: - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 compatibility issue)
Pierre Joye [Wed, 26 Jul 2006 23:23:55 +0000 (23:23 +0000)]
- readability
Pierre Joye [Wed, 26 Jul 2006 23:22:53 +0000 (23:22 +0000)]
- fix test
Ilia Alshanetsky [Wed, 26 Jul 2006 23:18:41 +0000 (23:18 +0000)]
Improved fix for bug #38132
Dmitry Stogov [Wed, 26 Jul 2006 15:29:27 +0000 (15:29 +0000)]
Fixed bug #38220 (Crash on some object operations)
Antony Dovgal [Wed, 26 Jul 2006 13:22:06 +0000 (13:22 +0000)]
eliminate compilation warnings on AIX
foobar [Wed, 26 Jul 2006 12:07:13 +0000 (12:07 +0000)]
fix news
Antony Dovgal [Wed, 26 Jul 2006 11:11:11 +0000 (11:11 +0000)]
turn Off Zend MM and check for leaks when running tests through valgrind
Antony Dovgal [Wed, 26 Jul 2006 10:31:08 +0000 (10:31 +0000)]
nuke unused variable
Pierre Joye [Wed, 26 Jul 2006 10:06:10 +0000 (10:06 +0000)]
- 38212 & 38214
Pierre Joye [Wed, 26 Jul 2006 10:03:09 +0000 (10:03 +0000)]
- #38214, gif interlace never works
Dmitry Stogov [Wed, 26 Jul 2006 09:24:26 +0000 (09:24 +0000)]
Fixed bug #38211 (variable name and cookie name match breaks script execution)
Pierre Joye [Wed, 26 Jul 2006 08:59:55 +0000 (08:59 +0000)]
- MFH: mv 38179.phpt to bug38179.phpt
Antony Dovgal [Wed, 26 Jul 2006 08:57:44 +0000 (08:57 +0000)]
MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
Pierre Joye [Wed, 26 Jul 2006 08:53:30 +0000 (08:53 +0000)]
- MFH #38212, Segfault on invalid imagecreatefromgd2part() parameters
Dmitry Stogov [Wed, 26 Jul 2006 08:07:11 +0000 (08:07 +0000)]
Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.
Antony Dovgal [Wed, 26 Jul 2006 08:03:48 +0000 (08:03 +0000)]
MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
Antony Dovgal [Wed, 26 Jul 2006 06:59:40 +0000 (06:59 +0000)]
improve connection timeout check (implements FR #38210)
Hannes Magnusson [Tue, 25 Jul 2006 16:41:04 +0000 (16:41 +0000)]
MFH: Update protos & arginfo for memory_get_usage() & memory_get_peak_usage()
Antony Dovgal [Tue, 25 Jul 2006 15:54:03 +0000 (15:54 +0000)]
forgot to remove .cvsignore
Michael Wallner [Tue, 25 Jul 2006 14:44:53 +0000 (14:44 +0000)]
- ws
Ilia Alshanetsky [Tue, 25 Jul 2006 14:06:52 +0000 (14:06 +0000)]
Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key
names).
Dmitry Stogov [Tue, 25 Jul 2006 13:40:05 +0000 (13:40 +0000)]
Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.
Antony Dovgal [Tue, 25 Jul 2006 13:24:53 +0000 (13:24 +0000)]
news entry
Antony Dovgal [Tue, 25 Jul 2006 13:24:19 +0000 (13:24 +0000)]
move ext/hwapi to PECL
Antony Dovgal [Tue, 25 Jul 2006 12:52:18 +0000 (12:52 +0000)]
ext/filepro moved to PECL
Ilia Alshanetsky [Tue, 25 Jul 2006 12:34:38 +0000 (12:34 +0000)]
Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
class itself).
Antony Dovgal [Tue, 25 Jul 2006 10:36:19 +0000 (10:36 +0000)]
MFH: check g_hash for NULL before resetting it
Uwe Schindler [Tue, 25 Jul 2006 09:20:32 +0000 (09:20 +0000)]
MFH: Fix compilation with TSRM (now correct)