]>
granicus.if.org Git - php/log
Edin Kadribasic [Wed, 17 Nov 2004 00:24:42 +0000 (00:24 +0000)]
Fix build here too
Ilia Alshanetsky [Tue, 16 Nov 2004 21:04:27 +0000 (21:04 +0000)]
MFH: Fixed possible usage of un-initialized variable.
Dmitry Stogov [Tue, 16 Nov 2004 13:51:32 +0000 (13:51 +0000)]
indentation fixed.
Dmitry Stogov [Tue, 16 Nov 2004 13:07:27 +0000 (13:07 +0000)]
Fixed bug #30799 (SoapServer doesn't handle private or protected properties)
SVN Migration [Tue, 16 Nov 2004 13:04:40 +0000 (13:04 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
Dmitry Stogov [Tue, 16 Nov 2004 12:13:40 +0000 (12:13 +0000)]
Class mapping was implemented (Bug #29385 Soapserver always uses std class).
SVN Migration [Tue, 16 Nov 2004 12:07:33 +0000 (12:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
Derick Rethans [Tue, 16 Nov 2004 07:48:32 +0000 (07:48 +0000)]
- Make this compile for the Mac again
Ilia Alshanetsky [Mon, 15 Nov 2004 23:44:14 +0000 (23:44 +0000)]
MFH: Fixed bug #29801 (Set limit on the size of mmapable data).
Ilia Alshanetsky [Mon, 15 Nov 2004 23:35:50 +0000 (23:35 +0000)]
Fixed build.
Edin Kadribasic [Mon, 15 Nov 2004 23:29:42 +0000 (23:29 +0000)]
MFH
Frank M. Kromann [Mon, 15 Nov 2004 23:16:20 +0000 (23:16 +0000)]
Avoid renaming of sprintf to php_sprintf
Frank M. Kromann [Mon, 15 Nov 2004 23:14:40 +0000 (23:14 +0000)]
Fix win32 build.
Frank M. Kromann [Mon, 15 Nov 2004 22:47:57 +0000 (22:47 +0000)]
MFH: Adding most of the changes suggested in #30280. Mostly fix's for possible leaks.
Derick Rethans [Mon, 15 Nov 2004 19:26:57 +0000 (19:26 +0000)]
- MFH: Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)
Sergey Kartashoff [Mon, 15 Nov 2004 19:07:35 +0000 (19:07 +0000)]
# Unix EOLs fixed
Sergey Kartashoff [Mon, 15 Nov 2004 19:02:39 +0000 (19:02 +0000)]
# Copyright header & version info changed to PHP 5 standatd notice
Derick Rethans [Mon, 15 Nov 2004 16:42:10 +0000 (16:42 +0000)]
- Those are also fixed with the same commit.
Derick Rethans [Mon, 15 Nov 2004 16:30:46 +0000 (16:30 +0000)]
- Fixed bug #28599 (strtotime fails with zero base time).
Antony Dovgal [Mon, 15 Nov 2004 14:08:33 +0000 (14:08 +0000)]
MFH: fix CLI leaks when using malformed option string
Derick Rethans [Mon, 15 Nov 2004 13:41:41 +0000 (13:41 +0000)]
- MF4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats
Sergey Kartashoff [Sun, 14 Nov 2004 19:30:16 +0000 (19:30 +0000)]
# Unix EOLs fixed
Sergey Kartashoff [Sun, 14 Nov 2004 18:23:52 +0000 (18:23 +0000)]
- More mnogosearch-3.2.23+ compatibility
Marcus Boerger [Sun, 14 Nov 2004 18:09:44 +0000 (18:09 +0000)]
BFN
Marcus Boerger [Sun, 14 Nov 2004 18:07:15 +0000 (18:07 +0000)]
MFH #30783 Apache crash when using ReflectionFunction::getStaticVariables()
MFH proto fixes
Antony Dovgal [Sun, 14 Nov 2004 13:35:48 +0000 (13:35 +0000)]
MFH: fix #30780 (tidy segfaults on 'new tidyNode;')
Rob Richards [Sat, 13 Nov 2004 14:33:59 +0000 (14:33 +0000)]
BFN
Rob Richards [Sat, 13 Nov 2004 14:33:25 +0000 (14:33 +0000)]
MFH: Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).
Rob Richards [Thu, 11 Nov 2004 13:09:03 +0000 (13:09 +0000)]
support file:/// under windows again
Ard Biesheuvel [Thu, 11 Nov 2004 12:29:34 +0000 (12:29 +0000)]
MFH: fix return value of ibase_execute()
Dmitry Stogov [Thu, 11 Nov 2004 09:16:36 +0000 (09:16 +0000)]
Support for lists in non-WSDL mode was implemented
Support for "xsi:type" was improved
Antony Dovgal [Thu, 11 Nov 2004 06:58:00 +0000 (06:58 +0000)]
MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path)
Ilia Alshanetsky [Thu, 11 Nov 2004 00:38:44 +0000 (00:38 +0000)]
MFH: Fixed bug #30750 (Meaningful error message when upload directory is not
accessible).
Wez Furlong [Wed, 10 Nov 2004 20:21:48 +0000 (20:21 +0000)]
MFH: CloseHandle
Ilia Alshanetsky [Wed, 10 Nov 2004 01:44:28 +0000 (01:44 +0000)]
MFH: Fixed possible overflow.
Dmitry Stogov [Tue, 9 Nov 2004 08:13:04 +0000 (08:13 +0000)]
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
Ilia Alshanetsky [Tue, 9 Nov 2004 00:44:29 +0000 (00:44 +0000)]
MFH: Fixed crash inside cpdf_setdash() if called before page init.
Ilia Alshanetsky [Mon, 8 Nov 2004 04:54:58 +0000 (04:54 +0000)]
MFH: Fixed possible crash on fstat() failure.
Derick Rethans [Fri, 5 Nov 2004 15:08:11 +0000 (15:08 +0000)]
- Fix for bug #30367, #30490 and possibly #30011.
Antony Dovgal [Fri, 5 Nov 2004 12:31:58 +0000 (12:31 +0000)]
MFH: fix build (hm. looks like nobody noticed that..)
Marcus Boerger [Thu, 4 Nov 2004 20:15:38 +0000 (20:15 +0000)]
MFH Bug #30627
Dmitry Stogov [Thu, 4 Nov 2004 15:29:54 +0000 (15:29 +0000)]
Fixed bug #30685 (Malformed SOAPClient http header reequest).
Edin Kadribasic [Thu, 4 Nov 2004 02:42:14 +0000 (02:42 +0000)]
MFH
Edin Kadribasic [Thu, 4 Nov 2004 02:22:10 +0000 (02:22 +0000)]
MFH: zend_strtod compilation on windows
Moriyoshi Koizumi [Thu, 4 Nov 2004 00:15:11 +0000 (00:15 +0000)]
- MFH: Add entry for zend_strtod.c in belief that this is still active.
Derick Rethans [Wed, 3 Nov 2004 23:27:28 +0000 (23:27 +0000)]
- MFH: Fixed bug #30630: Added a BSD based strtod function that is
locale-independent. (PHP part)
Derick Rethans [Wed, 3 Nov 2004 23:14:32 +0000 (23:14 +0000)]
- MFH: Fixed bug #30630: Added a BSD based strtod function that is
locale-independent.
SVN Migration [Wed, 3 Nov 2004 23:13:33 +0000 (23:13 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
Andrey Hristov [Tue, 2 Nov 2004 17:25:14 +0000 (17:25 +0000)]
MFH
Ilia Alshanetsky [Tue, 2 Nov 2004 16:42:46 +0000 (16:42 +0000)]
Bug fixing news.
Ilia Alshanetsky [Tue, 2 Nov 2004 16:41:26 +0000 (16:41 +0000)]
Fixed bug #30658 (Ensure that temporary files created by GD are removed).
Sebastian Bergmann [Tue, 2 Nov 2004 13:19:48 +0000 (13:19 +0000)]
MFH: Patch by Joe Orton <jorton@redhat.com>.
Ilia Alshanetsky [Tue, 2 Nov 2004 00:37:55 +0000 (00:37 +0000)]
MFH: Fixed open_basedir & safe_mode bypass inside readlink() function.
Georg Richter [Mon, 1 Nov 2004 09:52:04 +0000 (09:52 +0000)]
Added default multi resultset support for mysqli_connect (#30645)
Georg Richter [Mon, 1 Nov 2004 07:59:05 +0000 (07:59 +0000)]
fixed error handling in mysqli_multi_query
Georg Richter [Mon, 1 Nov 2004 07:57:46 +0000 (07:57 +0000)]
MFH:
Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)
Fixed memleak in mysqli_stmt_bind_result
Fixed error handling for mysqli_multi_query
Ilia Alshanetsky [Mon, 1 Nov 2004 04:52:51 +0000 (04:52 +0000)]
Fixed bug #30613 (Prevent infinite recursion in url redirection).
Marcus Boerger [Sun, 31 Oct 2004 15:43:06 +0000 (15:43 +0000)]
- Fix arginfo
Sebastian Bergmann [Sun, 31 Oct 2004 10:20:01 +0000 (10:20 +0000)]
MFH: Invokation -> Invocation
Marcus Boerger [Sat, 30 Oct 2004 20:22:51 +0000 (20:22 +0000)]
- Fix (readd function name which got lost during earlier comit)
Marcus Boerger [Sat, 30 Oct 2004 19:56:34 +0000 (19:56 +0000)]
BFN
Marcus Boerger [Sat, 30 Oct 2004 19:53:44 +0000 (19:53 +0000)]
MFH
Marcus Boerger [Sat, 30 Oct 2004 19:26:04 +0000 (19:26 +0000)]
Bump api after latest changes
Marcus Boerger [Sat, 30 Oct 2004 19:21:59 +0000 (19:21 +0000)]
MFH
Marcus Boerger [Sat, 30 Oct 2004 19:16:39 +0000 (19:16 +0000)]
MFH change zend_object_handlers->get_method()
Marcus Boerger [Sat, 30 Oct 2004 14:35:01 +0000 (14:35 +0000)]
MFH
Marcus Boerger [Sat, 30 Oct 2004 10:46:24 +0000 (10:46 +0000)]
MFH Fix protos
Andi Gutmans [Fri, 29 Oct 2004 00:37:51 +0000 (00:37 +0000)]
- [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)
Greg Beaver [Thu, 28 Oct 2004 19:33:23 +0000 (19:33 +0000)]
sync with pear-core
Greg Beaver [Thu, 28 Oct 2004 19:31:07 +0000 (19:31 +0000)]
PEAR => 1.3.3
Antony Dovgal [Thu, 28 Oct 2004 05:05:39 +0000 (05:05 +0000)]
fix Win32 & Netware build
Andi Gutmans [Wed, 27 Oct 2004 18:15:53 +0000 (18:15 +0000)]
- MFH
Antony Dovgal [Wed, 27 Oct 2004 12:05:14 +0000 (12:05 +0000)]
BFN
Antony Dovgal [Wed, 27 Oct 2004 11:59:48 +0000 (11:59 +0000)]
MFH: fix bug #30388 (rename across filesystems loses ownership and permission info)
Wez Furlong [Wed, 27 Oct 2004 11:07:53 +0000 (11:07 +0000)]
Fix possible crash; patch by Kamesh Jayachandran
Andrey Hristov [Tue, 26 Oct 2004 23:34:43 +0000 (23:34 +0000)]
news entry
Andi Gutmans [Tue, 26 Oct 2004 23:25:34 +0000 (23:25 +0000)]
- MFH
Ilia Alshanetsky [Tue, 26 Oct 2004 22:40:51 +0000 (22:40 +0000)]
MFH: Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean).
Wez Furlong [Tue, 26 Oct 2004 09:32:01 +0000 (09:32 +0000)]
BFN
Wez Furlong [Tue, 26 Oct 2004 09:28:34 +0000 (09:28 +0000)]
Fix for Bug #29418 (double free when openssl_csr_new fails).
Also hook up MSHUTDOWN function which appears to have never been enabled.
Patch by Kamesh Jayachandran
Greg Beaver [Mon, 25 Oct 2004 17:14:34 +0000 (17:14 +0000)]
sync with PEAR_1_3 branch of pear-core
Greg Beaver [Mon, 25 Oct 2004 17:06:12 +0000 (17:06 +0000)]
update for PEAR 1.3.2
Greg Beaver [Mon, 25 Oct 2004 04:11:40 +0000 (04:11 +0000)]
pass in first parameter to work with go-pear 0.5.0 "local" option
Antony Dovgal [Sat, 23 Oct 2004 09:34:17 +0000 (09:34 +0000)]
MFH: commit fixes by <mikael dot suvi at trigger dot ee>
(segfaults under heavy load)
Edin Kadribasic [Fri, 22 Oct 2004 10:47:35 +0000 (10:47 +0000)]
Revert Linux LFS patch
Edin Kadribasic [Fri, 22 Oct 2004 00:03:17 +0000 (00:03 +0000)]
BFN
Edin Kadribasic [Thu, 21 Oct 2004 23:57:37 +0000 (23:57 +0000)]
MFB: Linux LFS support, fixes 27792
Joe Orton [Thu, 21 Oct 2004 08:22:58 +0000 (08:22 +0000)]
MFH: Fix case where php_handle_aborted_connection was called
outside a try/end_try block (#25570).
Andi Gutmans [Thu, 21 Oct 2004 00:47:11 +0000 (00:47 +0000)]
- Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
Andi Gutmans [Wed, 20 Oct 2004 19:33:35 +0000 (19:33 +0000)]
- MFH
Georg Richter [Tue, 19 Oct 2004 05:17:26 +0000 (05:17 +0000)]
Minor fix for mysqli_connect: checking socket_len for NULL Values
(Thx to Paul DuBois)
Ilia Alshanetsky [Mon, 18 Oct 2004 22:42:16 +0000 (22:42 +0000)]
MFH: Fixed bug #30475 (curl_getinfo() may crash in some situations).
Antony Dovgal [Mon, 18 Oct 2004 15:17:04 +0000 (15:17 +0000)]
BFN
Antony Dovgal [Mon, 18 Oct 2004 15:07:06 +0000 (15:07 +0000)]
MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
Anantha Kesari H Y [Mon, 18 Oct 2004 10:36:35 +0000 (10:36 +0000)]
removing a call to php_output_activate in php_module_startup(Fix for bug#30397)
Derick Rethans [Mon, 18 Oct 2004 06:04:10 +0000 (06:04 +0000)]
- Revert patch until it is discussed
Anantha Kesari H Y [Sat, 16 Oct 2004 10:34:59 +0000 (10:34 +0000)]
Fix for Bug #30397
Anantha Kesari H Y [Sat, 16 Oct 2004 09:48:23 +0000 (09:48 +0000)]
Fix for 30457
Marcus Boerger [Tue, 12 Oct 2004 22:35:38 +0000 (22:35 +0000)]
BFN
Marcus Boerger [Tue, 12 Oct 2004 22:23:48 +0000 (22:23 +0000)]
BFN