]>
granicus.if.org Git - php/log
Pierre Joye [Sat, 13 Mar 2004 23:36:29 +0000 (23:36 +0000)]
- MFH bug #27582 (imagefilltoborder crashes)
SVN Migration [Sat, 13 Mar 2004 23:22:57 +0000 (23:22 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Greg Beaver [Sat, 13 Mar 2004 18:29:29 +0000 (18:29 +0000)]
oops
Greg Beaver [Sat, 13 Mar 2004 17:34:36 +0000 (17:34 +0000)]
fix #1008: safe mode raises warning
fix register_argc_argv in pear.bat
Sara Golemon [Fri, 12 Mar 2004 21:49:01 +0000 (21:49 +0000)]
BFN
Ilia Alshanetsky [Fri, 12 Mar 2004 17:43:17 +0000 (17:43 +0000)]
MFH: Add checks of return values from user callback functions.
Rasmus Lerdorf [Fri, 12 Mar 2004 17:42:09 +0000 (17:42 +0000)]
MFH
getopt() doesn't work if variables_order does not include "S" because it
only looks in $_SERVER for argv. So, if we don't find argv in $_SERVER
fall back to looking in the global symbol table where register_argc_argv
would have put it.
Rasmus Lerdorf [Fri, 12 Mar 2004 17:27:55 +0000 (17:27 +0000)]
Fix/workaround for http://bugs.php.net/27533
Ilia Alshanetsky [Fri, 12 Mar 2004 14:07:14 +0000 (14:07 +0000)]
MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
mechanism is triggered).
Sara Golemon [Fri, 12 Mar 2004 00:16:38 +0000 (00:16 +0000)]
Test getaddrinfo() for brokenness. Pretend it doesn't exist if it misbehaves.
Sara Golemon [Thu, 11 Mar 2004 18:44:26 +0000 (18:44 +0000)]
BFN
Moriyoshi Koizumi [Wed, 10 Mar 2004 20:56:07 +0000 (20:56 +0000)]
- MFH (r-1.212): Revert ini setting patch as I notified in...
Rasmus Lerdorf [Tue, 9 Mar 2004 17:06:53 +0000 (17:06 +0000)]
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
stdout as is implied in the documentation. Currently it simply does
absolutely nothing and there is no way to reset it to stdout.
foobar [Tue, 9 Mar 2004 14:20:14 +0000 (14:20 +0000)]
test for bug #27457
SVN Migration [Tue, 9 Mar 2004 14:19:51 +0000 (14:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Tue, 9 Mar 2004 12:52:08 +0000 (12:52 +0000)]
order
Ilia Alshanetsky [Tue, 9 Mar 2004 02:24:20 +0000 (02:24 +0000)]
MFH: Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is
disabled).
Ard Biesheuvel [Mon, 8 Mar 2004 18:52:40 +0000 (18:52 +0000)]
Possible fix for #27408 (wordsize/alignment issue)
Ilia Alshanetsky [Mon, 8 Mar 2004 03:16:13 +0000 (03:16 +0000)]
MFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).
Marcus Boerger [Mon, 8 Mar 2004 00:01:03 +0000 (00:01 +0000)]
MFH: recognize db-4.2.x
Ilia Alshanetsky [Sat, 6 Mar 2004 19:30:35 +0000 (19:30 +0000)]
MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)
Ilia Alshanetsky [Sat, 6 Mar 2004 19:06:12 +0000 (19:06 +0000)]
MFH: Fixed bug #27460 (base64_decode() does not handle extra padding).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:35:53 +0000 (18:35 +0000)]
MFH: Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).
Ilia Alshanetsky [Sat, 6 Mar 2004 18:26:06 +0000 (18:26 +0000)]
Fixed bug #27437 (wrong freetype include inside GD library).
Pierre Joye [Sat, 6 Mar 2004 17:47:16 +0000 (17:47 +0000)]
- Add #27238 entry
Pierre Joye [Sat, 6 Mar 2004 17:41:31 +0000 (17:41 +0000)]
- MFH #27238 fix (ilia ok)
Sara Golemon [Thu, 4 Mar 2004 22:29:23 +0000 (22:29 +0000)]
MFH: Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with platform issues.
Christian Stocker [Thu, 4 Mar 2004 13:38:10 +0000 (13:38 +0000)]
MFH (fix a linefeed problem, if more than one configureoption)
Derick Rethans [Mon, 1 Mar 2004 08:11:46 +0000 (08:11 +0000)]
- MFH: Fixed bug #27443 (defined() returns wrong type).
SVN Migration [Mon, 1 Mar 2004 08:07:26 +0000 (08:07 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Anil Madhavapeddy [Sun, 29 Feb 2004 15:59:18 +0000 (15:59 +0000)]
MFH 'pear install -R' fix, ilia@ ok
Ilia Alshanetsky [Sat, 28 Feb 2004 22:59:03 +0000 (22:59 +0000)]
MFH: Remove unused variable.
Ilia Alshanetsky [Sat, 28 Feb 2004 21:00:40 +0000 (21:00 +0000)]
MFH: Memory allocation check.
Greg Beaver [Fri, 27 Feb 2004 02:27:12 +0000 (02:27 +0000)]
MFH
foobar [Thu, 26 Feb 2004 01:07:32 +0000 (01:07 +0000)]
Remove bogus test: see bug #20993
foobar [Thu, 26 Feb 2004 00:13:02 +0000 (00:13 +0000)]
typofix
Ilia Alshanetsky [Thu, 26 Feb 2004 00:03:57 +0000 (00:03 +0000)]
MFH: Handle situation where feof() occurs before the HTTP header is
retrieved.
Ilia Alshanetsky [Wed, 25 Feb 2004 22:12:03 +0000 (22:12 +0000)]
MFH:
Fixed bug #21760 (Use of uninitialized pointer inside php_read()).
Fixed 3 possible crashes due to integer overflow or invalid user input
inside the sockets extension.
foobar [Wed, 25 Feb 2004 18:54:33 +0000 (18:54 +0000)]
MFH: Test for bug #27395
SVN Migration [Wed, 25 Feb 2004 18:54:16 +0000 (18:54 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Wed, 25 Feb 2004 13:20:31 +0000 (13:20 +0000)]
MFH: ZTS build fix
foobar [Wed, 25 Feb 2004 12:36:24 +0000 (12:36 +0000)]
MFH: Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS)
Ilia Alshanetsky [Tue, 24 Feb 2004 21:53:57 +0000 (21:53 +0000)]
MFH: Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
response code).
Christian Stocker [Tue, 24 Feb 2004 14:26:27 +0000 (14:26 +0000)]
fix for bug 27349 "Invalid parsing of CDATA sections in XSL templates"
foobar [Tue, 24 Feb 2004 08:49:41 +0000 (08:49 +0000)]
MFH: - Fixed bug #26005 (Random "cannot change the session ini settings" errors).
Ilia Alshanetsky [Mon, 23 Feb 2004 19:50:47 +0000 (19:50 +0000)]
MFH: Fixed bug #27341 (HEAD requests fail to return data).
foobar [Mon, 23 Feb 2004 19:15:05 +0000 (19:15 +0000)]
MFH: fixed bug #27337 (missing sapi_shutdown())
Christian Stocker [Mon, 23 Feb 2004 10:33:51 +0000 (10:33 +0000)]
skip test, if no XSLT support is compiled in
Derick Rethans [Sun, 22 Feb 2004 20:07:17 +0000 (20:07 +0000)]
- MFH: Fixed bug #27354 (Modulus operator crashes PHP).
SVN Migration [Sun, 22 Feb 2004 20:04:31 +0000 (20:04 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Sun, 22 Feb 2004 18:03:24 +0000 (18:03 +0000)]
MFH: wbmp conversion warning fix.
Sara Golemon [Sat, 21 Feb 2004 19:37:59 +0000 (19:37 +0000)]
MFH
Sara Golemon [Fri, 20 Feb 2004 21:09:08 +0000 (21:09 +0000)]
MFH: long is not always 32-bit
Greg Beaver [Fri, 20 Feb 2004 17:17:04 +0000 (17:17 +0000)]
stupid oversight, no 4.2 dep
Pierre Joye [Fri, 20 Feb 2004 15:38:29 +0000 (15:38 +0000)]
- Update to DB-1.6.0
SVN Migration [Fri, 20 Feb 2004 15:36:25 +0000 (15:36 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Pierre Joye [Fri, 20 Feb 2004 15:33:59 +0000 (15:33 +0000)]
- 1.3b6=>1.3 stable, prepare stable release
Ilia Alshanetsky [Fri, 20 Feb 2004 01:09:25 +0000 (01:09 +0000)]
MFH: missing safe_mode & open_basedir checks.
Greg Beaver [Thu, 19 Feb 2004 15:55:37 +0000 (15:55 +0000)]
MFH
Ilia Alshanetsky [Thu, 19 Feb 2004 02:20:14 +0000 (02:20 +0000)]
MFH: Fixed possible resource/memory leak.
foobar [Thu, 19 Feb 2004 02:13:39 +0000 (02:13 +0000)]
MFH: emalloc -> safe_emalloc
foobar [Thu, 19 Feb 2004 01:54:44 +0000 (01:54 +0000)]
MFH: improve error message
Ilia Alshanetsky [Wed, 18 Feb 2004 19:49:17 +0000 (19:49 +0000)]
MFH: Fixed bug #27295 (memory leak inside sscanf()).
SVN Migration [Wed, 18 Feb 2004 19:48:14 +0000 (19:48 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Wed, 18 Feb 2004 00:01:05 +0000 (00:01 +0000)]
MFH
SVN Migration [Wed, 18 Feb 2004 00:00:37 +0000 (00:00 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Tue, 17 Feb 2004 21:30:57 +0000 (21:30 +0000)]
MFH: Fixed bug #27293 (two crashes inside image2wbmp()).
Ard Biesheuvel [Tue, 17 Feb 2004 20:57:26 +0000 (20:57 +0000)]
Really disallow persistent connections if ini option is set
foobar [Tue, 17 Feb 2004 10:39:17 +0000 (10:39 +0000)]
- Fixed bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings).
foobar [Mon, 16 Feb 2004 17:44:55 +0000 (17:44 +0000)]
MFH
foobar [Mon, 16 Feb 2004 17:42:22 +0000 (17:42 +0000)]
typofix :)
Ilia Alshanetsky [Mon, 16 Feb 2004 17:09:52 +0000 (17:09 +0000)]
MFH: Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).
foobar [Mon, 16 Feb 2004 16:51:23 +0000 (16:51 +0000)]
MFH
SVN Migration [Mon, 16 Feb 2004 16:50:54 +0000 (16:50 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Sergey Kartashoff [Mon, 16 Feb 2004 16:40:27 +0000 (16:40 +0000)]
- A fix to make UDM_LIMIT_DATE work was applied. Thanks to
d.rousseau at nnx.com
Ilia Alshanetsky [Mon, 16 Feb 2004 16:03:35 +0000 (16:03 +0000)]
Back to dev.
Ilia Alshanetsky [Mon, 16 Feb 2004 15:34:16 +0000 (15:34 +0000)]
Go with RC3
Ilia Alshanetsky [Mon, 16 Feb 2004 15:15:22 +0000 (15:15 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 16 Feb 2004 15:13:49 +0000 (15:13 +0000)]
MFH: Better gmp fix.
Derick Rethans [Mon, 16 Feb 2004 14:29:31 +0000 (14:29 +0000)]
- Update news too
Derick Rethans [Mon, 16 Feb 2004 14:29:07 +0000 (14:29 +0000)]
- MFH: Fixed zero bytes memory allocation when no extra ini files are found in
the --with-config-file-scan-dir specified directory. (Eric Colinet, Derick)
Pierre Joye [Sun, 15 Feb 2004 23:07:30 +0000 (23:07 +0000)]
- DB 1.6RC6
Pierre Joye [Sun, 15 Feb 2004 23:06:56 +0000 (23:06 +0000)]
- remove DB 1.6RC1
Ard Biesheuvel [Sun, 15 Feb 2004 20:47:21 +0000 (20:47 +0000)]
CS/WS
Ard Biesheuvel [Sun, 15 Feb 2004 18:45:56 +0000 (18:45 +0000)]
MFH
Ard Biesheuvel [Sun, 15 Feb 2004 18:43:46 +0000 (18:43 +0000)]
MFH reverted fix for #26777
Ilia Alshanetsky [Sun, 15 Feb 2004 17:23:11 +0000 (17:23 +0000)]
MFH: Fixed bug #27258 (moved FPE check to correct location).
Fixed several possible FPE.
Timm Friebe [Sun, 15 Feb 2004 10:55:55 +0000 (10:55 +0000)]
- Fixed bug #26407 (Result set fetching broken around transactions)
Timm Friebe [Sun, 15 Feb 2004 10:38:57 +0000 (10:38 +0000)]
- Changed initialization of function arguments to message handler
# Hopefully fixes bug #27157 (Compile Failure on Solaris 8), user does
# not know how to use patch and therefore couldn't verify this works.
Greg Beaver [Sat, 14 Feb 2004 20:30:31 +0000 (20:30 +0000)]
re-add as binary
Greg Beaver [Sat, 14 Feb 2004 20:29:45 +0000 (20:29 +0000)]
remove in order to re-add binary
Greg Beaver [Sat, 14 Feb 2004 20:29:10 +0000 (20:29 +0000)]
MFH
Ard Biesheuvel [Fri, 13 Feb 2004 10:51:02 +0000 (10:51 +0000)]
BFN
Ard Biesheuvel [Fri, 13 Feb 2004 10:43:24 +0000 (10:43 +0000)]
Fixed bug #27235 (NUMERIC x.0 field returns empty string on 0)
CS/WS
# MFB not necessary, bug doesn't apply to HEAD
Stefan Esser [Thu, 12 Feb 2004 18:36:57 +0000 (18:36 +0000)]
MFH
SVN Migration [Thu, 12 Feb 2004 14:09:54 +0000 (14:09 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Thu, 12 Feb 2004 01:35:49 +0000 (01:35 +0000)]
BFN
foobar [Thu, 12 Feb 2004 01:32:40 +0000 (01:32 +0000)]
MFH: ws fix
foobar [Thu, 12 Feb 2004 01:29:13 +0000 (01:29 +0000)]
MFH: - Fixed bug #23467 (Showing incorrect Time Zone)
# patch by scottmacvicar at ntlworld dot com
Marcus Boerger [Wed, 11 Feb 2004 22:00:38 +0000 (22:00 +0000)]
MFH: Bug #27104 CLI/CGI SAPI module variable name conflict