]>
granicus.if.org Git - php/log
Moriyoshi Koizumi [Mon, 8 Dec 2003 07:18:46 +0000 (07:18 +0000)]
MFH(r-1.45): Avoid using non-portable test syntax.
Moriyoshi Koizumi [Sun, 7 Dec 2003 21:55:16 +0000 (21:55 +0000)]
Those casts are really necessary.
# Heads up; please be careful using is*() functions. The function of that kind
# takes an integer value as its argument and expects the value to be range of
# 0-255 as a parameter. So if you pass a plain char value to it, the char
# value will be converted implicitly to an integer value of the range
# -128 ~ 127, which will end up with an unwanted result, most likely with
# non-ASCII characters. This has been considered to be a big flaw in the
# specification of the ctype functions. However, the malfunction is not
# reproducible with the recent versions of the GNU C library because it is
# made to deal with such exceptional cases, while Microsoft's C library
# and several standard C libraries of BSD origin aren't.
#
# See also bug #10896, #12127, #18318, and #21689.
#
foobar [Sun, 7 Dec 2003 17:02:26 +0000 (17:02 +0000)]
BFN
foobar [Sun, 7 Dec 2003 16:53:30 +0000 (16:53 +0000)]
MFH: Fix for bug #26548: Malformed HTTP dates in headers
Stanislav Malyshev [Sun, 7 Dec 2003 12:57:26 +0000 (12:57 +0000)]
fix potential buffer overrun
Greg Beaver [Sun, 7 Dec 2003 00:31:50 +0000 (00:31 +0000)]
MFH
Greg Beaver [Sun, 7 Dec 2003 00:11:45 +0000 (00:11 +0000)]
MFH last 2 commits
Greg Beaver [Sat, 6 Dec 2003 23:52:44 +0000 (23:52 +0000)]
MFH
Greg Beaver [Sat, 6 Dec 2003 23:44:23 +0000 (23:44 +0000)]
MFH
Greg Beaver [Sat, 6 Dec 2003 22:19:53 +0000 (22:19 +0000)]
MFH
Greg Beaver [Sat, 6 Dec 2003 22:14:49 +0000 (22:14 +0000)]
MFH
Greg Beaver [Sat, 6 Dec 2003 22:08:58 +0000 (22:08 +0000)]
MFH
Ilia Alshanetsky [Sat, 6 Dec 2003 22:07:00 +0000 (22:07 +0000)]
Fixed memory corruption occuring in fgetcsv() on certain files.
Greg Beaver [Sat, 6 Dec 2003 21:54:06 +0000 (21:54 +0000)]
MFH
Greg Beaver [Sat, 6 Dec 2003 21:47:54 +0000 (21:47 +0000)]
getting ready for both packages to be released
Marcus Boerger [Sat, 6 Dec 2003 21:28:07 +0000 (21:28 +0000)]
Update error/warning messages
Marcus Boerger [Sat, 6 Dec 2003 20:46:48 +0000 (20:46 +0000)]
MFH: Do not dynamically load the extension in skipif
foobar [Sat, 6 Dec 2003 16:28:19 +0000 (16:28 +0000)]
No maintainer for oci8 / oracle
SVN Migration [Sat, 6 Dec 2003 06:06:51 +0000 (06:06 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Andrei Zmievski [Fri, 5 Dec 2003 21:57:01 +0000 (21:57 +0000)]
Remove erroneous array_shift(). The args passed to Getopt are supposed
to be without leading command name anyway. This has been the rule since
the first release.
Rob Richards [Fri, 5 Dec 2003 19:21:05 +0000 (19:21 +0000)]
Fix bug #26531: get_elements_by_tag_name() wildcard fails
Moriyoshi Koizumi [Thu, 4 Dec 2003 22:53:38 +0000 (22:53 +0000)]
MFH
Moriyoshi Koizumi [Thu, 4 Dec 2003 22:50:54 +0000 (22:50 +0000)]
MFH: it'd be a bad idea to make subpackages dependent on the php build system.
foobar [Thu, 4 Dec 2003 15:59:04 +0000 (15:59 +0000)]
MFH: Only add 'install-modules' into install targets when there are such
modules to install
foobar [Thu, 4 Dec 2003 13:42:25 +0000 (13:42 +0000)]
MFH: Fix for "make install" with empty INSTALL_IT
foobar [Thu, 4 Dec 2003 12:45:32 +0000 (12:45 +0000)]
MFH: Fix compile with c++ (bug #26519)
Uwe Schindler [Thu, 4 Dec 2003 08:56:07 +0000 (08:56 +0000)]
Fix bug #25916: get_browser() -> PHP Fatal error: Nesting level too deep - recursive dependency?
foobar [Thu, 4 Dec 2003 06:37:14 +0000 (06:37 +0000)]
BFN
Ilia Alshanetsky [Thu, 4 Dec 2003 00:14:50 +0000 (00:14 +0000)]
MFH: Typo fix.
Ilia Alshanetsky [Wed, 3 Dec 2003 23:00:36 +0000 (23:00 +0000)]
MFH: Test case for bug #24773.
Ilia Alshanetsky [Wed, 3 Dec 2003 22:51:54 +0000 (22:51 +0000)]
MFH: Remove unnecessary casts.
Moriyoshi Koizumi [Wed, 3 Dec 2003 20:59:12 +0000 (20:59 +0000)]
MFH(r-1.71): Possible fix for bug #26391 (parse_url() destroys strings
that contain a character in range of 0x80-0xff)
# I couldn't reproduce it with Panther though.
Moriyoshi Koizumi [Wed, 3 Dec 2003 19:33:25 +0000 (19:33 +0000)]
BFN
Rob Richards [Wed, 3 Dec 2003 12:30:02 +0000 (12:30 +0000)]
require libxml 2.5.11 for threaded error handling
certain cases crash unlocking libxml mutex with earlier versions
Frank M. Kromann [Tue, 2 Dec 2003 18:37:50 +0000 (18:37 +0000)]
set freed pointer to null to avoid reuse
Rob Richards [Tue, 2 Dec 2003 15:09:31 +0000 (15:09 +0000)]
Fix bug 26443: No errror reporting for Errors in the domxml extension
Ilia Alshanetsky [Mon, 1 Dec 2003 23:21:25 +0000 (23:21 +0000)]
MFH: Optimize substr_replace
foobar [Mon, 1 Dec 2003 16:40:59 +0000 (16:40 +0000)]
MFH: ws fixes
foobar [Mon, 1 Dec 2003 16:38:23 +0000 (16:38 +0000)]
MFH: - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)
Rob Richards [Mon, 1 Dec 2003 16:19:15 +0000 (16:19 +0000)]
Fix bug #26443: No errror reporting for Errors in the domxml extension
foobar [Mon, 1 Dec 2003 16:12:42 +0000 (16:12 +0000)]
MFH
foobar [Mon, 1 Dec 2003 14:01:49 +0000 (14:01 +0000)]
MFH
Greg Beaver [Mon, 1 Dec 2003 00:21:21 +0000 (00:21 +0000)]
MFH: bugfixes
foobar [Sun, 30 Nov 2003 09:39:48 +0000 (09:39 +0000)]
BFN
Wez Furlong [Sat, 29 Nov 2003 20:48:49 +0000 (20:48 +0000)]
Fix:
#26467 flock does not force wouldblock argument to be passed by reference
Thanks to Manuel Lemos
Ilia Alshanetsky [Sat, 29 Nov 2003 19:06:45 +0000 (19:06 +0000)]
Bug fixing news.
Ilia Alshanetsky [Sat, 29 Nov 2003 19:05:59 +0000 (19:05 +0000)]
MFH: Fixed bug #26463 (Incorrect handling of semicolons after heredoc)
SVN Migration [Sat, 29 Nov 2003 19:05:15 +0000 (19:05 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Sat, 29 Nov 2003 18:22:46 +0000 (18:22 +0000)]
MFH: Fixed a memory leak when tokenizing scripts with heredoc.
Greg Beaver [Sat, 29 Nov 2003 17:54:39 +0000 (17:54 +0000)]
add dependency on xml extension - we need it for every installation/package function
Greg Beaver [Sat, 29 Nov 2003 16:39:31 +0000 (16:39 +0000)]
MFH Bug #324
foobar [Sat, 29 Nov 2003 13:35:33 +0000 (13:35 +0000)]
MFH: - fixed Bug #26462 (phpize + ext/bcmath -> compile error)
foobar [Sat, 29 Nov 2003 12:10:14 +0000 (12:10 +0000)]
BFN
foobar [Sat, 29 Nov 2003 12:08:03 +0000 (12:08 +0000)]
- Fixed bug #26447 (--with-openssl=shared causes compile errors).NEWS
Wez Furlong [Sat, 29 Nov 2003 12:02:40 +0000 (12:02 +0000)]
fix zts build...
foobar [Sat, 29 Nov 2003 07:16:16 +0000 (07:16 +0000)]
MFH
Ilia Alshanetsky [Sat, 29 Nov 2003 04:50:03 +0000 (04:50 +0000)]
Bug fixing news & corrections.
Ilia Alshanetsky [Sat, 29 Nov 2003 04:47:40 +0000 (04:47 +0000)]
Added missing skip conditon.
Ilia Alshanetsky [Sat, 29 Nov 2003 04:43:11 +0000 (04:43 +0000)]
MFH: Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not
binary safe for array keys).
SVN Migration [Sat, 29 Nov 2003 04:43:07 +0000 (04:43 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Sara Golemon [Sat, 29 Nov 2003 03:41:09 +0000 (03:41 +0000)]
MFH
foobar [Sat, 29 Nov 2003 02:29:05 +0000 (02:29 +0000)]
MFH
SVN Migration [Sat, 29 Nov 2003 02:28:50 +0000 (02:28 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Christian Stocker [Sat, 29 Nov 2003 00:53:34 +0000 (00:53 +0000)]
add xml files for bug26384.phpt
Christian Stocker [Sat, 29 Nov 2003 00:43:38 +0000 (00:43 +0000)]
enhanced bug-26384-fix. It now only does an DocCopy, if xsl:key was
found in xslt-document by default.
Wez Furlong [Fri, 28 Nov 2003 22:48:31 +0000 (22:48 +0000)]
Probable fix for #25575; STDIN/STDOUT/STDERR streams not registered
as network sockets when PHP run from x?inetd.
Wez Furlong [Fri, 28 Nov 2003 22:11:34 +0000 (22:11 +0000)]
Fix for bug #25939; feof not working correctly for sockets.
Possibly also fixes #23220; warnings issued by fgets on ssl sockets.
Greg Beaver [Fri, 28 Nov 2003 20:07:14 +0000 (20:07 +0000)]
odd merge conflict fixed
Ilia Alshanetsky [Fri, 28 Nov 2003 18:51:14 +0000 (18:51 +0000)]
Fixed bug #26440 (MFH missing context options).
Ilia Alshanetsky [Fri, 28 Nov 2003 18:33:18 +0000 (18:33 +0000)]
MFH: More memory leak fixes for stream contexts.
Ilia Alshanetsky [Fri, 28 Nov 2003 18:15:23 +0000 (18:15 +0000)]
Bug fixing news.
Rob Richards [Fri, 28 Nov 2003 17:39:25 +0000 (17:39 +0000)]
Fix for bug #26446: domxml_open_file() returns an empty error-Array
Wez Furlong [Fri, 28 Nov 2003 17:14:12 +0000 (17:14 +0000)]
MFH: Fix for Bug #25664; calling ITypeInfo::Invoke with bogus params.
Ilia Alshanetsky [Fri, 28 Nov 2003 00:00:34 +0000 (00:00 +0000)]
MFH: Fixed a memory leak.
foobar [Thu, 27 Nov 2003 23:18:13 +0000 (23:18 +0000)]
BFN
foobar [Thu, 27 Nov 2003 23:04:49 +0000 (23:04 +0000)]
MFH: - Fixed bug #26438 (error in thttpd SAPI installation)
Ilia Alshanetsky [Thu, 27 Nov 2003 01:08:51 +0000 (01:08 +0000)]
MFH: Removed dead code.
# This fixes memory corruption reported by valgrind.
Greg Beaver [Wed, 26 Nov 2003 15:11:19 +0000 (15:11 +0000)]
MFH Bug #293
Ard Biesheuvel [Wed, 26 Nov 2003 14:04:56 +0000 (14:04 +0000)]
Fix crash bug reported by jani/ilia
foobar [Wed, 26 Nov 2003 00:33:48 +0000 (00:33 +0000)]
MFH: On error do not leave content_type_dup unitialized.
Ilia Alshanetsky [Tue, 25 Nov 2003 22:23:54 +0000 (22:23 +0000)]
MFH: Fixed bug #25963 (PostgreSQL error message include \n characters).
Ilia Alshanetsky [Tue, 25 Nov 2003 16:05:18 +0000 (16:05 +0000)]
Replace fopen() inside domxml_xslt_process() with streams code to prevent
a possible crash and enforce safe_mode & open_basedir restrictions.
Revert workaround for bug #26384, which is due to a bug in libxslt.
Christian will commit a better workaround shortly.
foobar [Tue, 25 Nov 2003 09:22:09 +0000 (09:22 +0000)]
MFH: for regression..this works in PHP 4
SVN Migration [Tue, 25 Nov 2003 09:20:57 +0000 (09:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Tue, 25 Nov 2003 08:08:30 +0000 (08:08 +0000)]
MFH: - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
Ilia Alshanetsky [Tue, 25 Nov 2003 02:19:47 +0000 (02:19 +0000)]
Fixed bug #26384 (crash inside domxslt->process() due to a double free).
foobar [Mon, 24 Nov 2003 16:10:17 +0000 (16:10 +0000)]
MFH: Fix build for other archs than x86.
Ilia Alshanetsky [Mon, 24 Nov 2003 01:43:59 +0000 (01:43 +0000)]
MFH: Fixed bug #26355 (flock() doesn't initialize the wouldblock argument)
Rob Richards [Sat, 22 Nov 2003 14:43:08 +0000 (14:43 +0000)]
fix default recovery mode
Moriyoshi Koizumi [Sat, 22 Nov 2003 13:40:39 +0000 (13:40 +0000)]
BFN
Moriyoshi Koizumi [Sat, 22 Nov 2003 13:38:46 +0000 (13:38 +0000)]
MFH(r-1.98): Fixed bug #26194 (iconv() not properly defined with libiconv).
Rasmus Lerdorf [Sat, 22 Nov 2003 00:55:29 +0000 (00:55 +0000)]
Compile fix
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:44:50 +0000 (16:44 +0000)]
removed ext/standard/tests/time/bug26320.phpt
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:40:01 +0000 (16:40 +0000)]
MFH
SVN Migration [Wed, 19 Nov 2003 16:37:51 +0000 (16:37 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:22:10 +0000 (16:22 +0000)]
MFH
SVN Migration [Wed, 19 Nov 2003 16:19:29 +0000 (16:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Wed, 19 Nov 2003 15:50:05 +0000 (15:50 +0000)]
MFH: Fixed bug #26309 (Fixed argument parsing for imageftbbox()).
Ilia Alshanetsky [Wed, 19 Nov 2003 15:34:36 +0000 (15:34 +0000)]
MFH: Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).
foobar [Wed, 19 Nov 2003 04:44:24 +0000 (04:44 +0000)]
MFH: - Fixed bug #26267 (gmp_random() leaks memory and does not produce random numbers)