]>
granicus.if.org Git - php/log
SVN Migration [Wed, 11 Feb 2004 17:00:49 +0000 (17:00 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Wed, 11 Feb 2004 16:53:03 +0000 (16:53 +0000)]
MFH: fixed a compilation error.
Ilia Alshanetsky [Wed, 11 Feb 2004 16:49:24 +0000 (16:49 +0000)]
Back to dev tree (forgot to restore versions).
Ilia Alshanetsky [Wed, 11 Feb 2004 14:52:34 +0000 (14:52 +0000)]
MFH: Win32 build fix.
Ilia Alshanetsky [Tue, 10 Feb 2004 17:44:44 +0000 (17:44 +0000)]
MFH:
Fixed win32 build.
Added missing headers needed for wait().
Removed duplicate signal.h header.
Ilia Alshanetsky [Tue, 10 Feb 2004 16:09:56 +0000 (16:09 +0000)]
MFH: Fixed bug #26653 (open_basedir incorrectly resolved on win32).
foobar [Tue, 10 Feb 2004 02:00:02 +0000 (02:00 +0000)]
typos
Ilia Alshanetsky [Tue, 10 Feb 2004 00:30:03 +0000 (00:30 +0000)]
MFH: Fixed bug #26758 (FastCGI exits immediately with status 255).
Ilia Alshanetsky [Tue, 10 Feb 2004 00:03:44 +0000 (00:03 +0000)]
MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
header that is not normally needed).
Ilia Alshanetsky [Mon, 9 Feb 2004 23:28:48 +0000 (23:28 +0000)]
MFH: Fixed bug #27196 (Missing content_length initialization in apache 2
sapis).
Frank M. Kromann [Mon, 9 Feb 2004 17:58:24 +0000 (17:58 +0000)]
Delay creation of exec handle til it's needed
Ilia Alshanetsky [Mon, 9 Feb 2004 04:28:07 +0000 (04:28 +0000)]
MFH: Fixed bug #27172 (Possible floating point exception in gmp_powm()).
Ilia Alshanetsky [Mon, 9 Feb 2004 04:08:25 +0000 (04:08 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 9 Feb 2004 04:05:56 +0000 (04:05 +0000)]
MFH: Fixed bug #27175 (tzset() is not being called by PHP on startup).
foobar [Sat, 7 Feb 2004 19:15:09 +0000 (19:15 +0000)]
MFH: fixed bug #27171
Ilia Alshanetsky [Fri, 6 Feb 2004 03:08:39 +0000 (03:08 +0000)]
MFH: Fixed possible memory leak with INI values.
Ilia Alshanetsky [Fri, 6 Feb 2004 02:28:38 +0000 (02:28 +0000)]
MFH: Fixed bug #27135 (Possible crash inside mb_strlen()).
# Patch by Moriyoshi
foobar [Thu, 5 Feb 2004 12:19:32 +0000 (12:19 +0000)]
MFH: emalloc -> safe_emalloc
Antony Dovgal [Thu, 5 Feb 2004 08:30:17 +0000 (08:30 +0000)]
MFH:
fix bug #27149
Ilia Alshanetsky [Wed, 4 Feb 2004 22:49:55 +0000 (22:49 +0000)]
MFH: Parse command line ini directives passed using -d before -i, to ensure
correct settings output.
Ilia Alshanetsky [Tue, 3 Feb 2004 14:47:29 +0000 (14:47 +0000)]
Go with RC2
Ilia Alshanetsky [Tue, 3 Feb 2004 14:46:32 +0000 (14:46 +0000)]
RC2 news bit.
Ilia Alshanetsky [Tue, 3 Feb 2004 14:44:17 +0000 (14:44 +0000)]
MFH: Fixed possible overflow.
Antony Dovgal [Tue, 3 Feb 2004 14:22:34 +0000 (14:22 +0000)]
MFH (making oci8 able to compile with Oracle 10)
Andrey Hristov [Mon, 2 Feb 2004 22:43:06 +0000 (22:43 +0000)]
typo fix
Moriyoshi Koizumi [Sun, 1 Feb 2004 19:56:16 +0000 (19:56 +0000)]
MFH(r-1.153): POSIX / ISO compliancy.
# this commit is granted by Ilia.
Ilia Alshanetsky [Thu, 29 Jan 2004 15:18:37 +0000 (15:18 +0000)]
MFH: Apache 2 portion of the fix for bug #25753.
Ilia Alshanetsky [Thu, 29 Jan 2004 14:35:34 +0000 (14:35 +0000)]
Fix for a possible crash in fgetcsv(). (Patch by Moriyoshi Koizumi)
foobar [Thu, 29 Jan 2004 03:21:22 +0000 (03:21 +0000)]
typofix
Ilia Alshanetsky [Thu, 29 Jan 2004 02:55:33 +0000 (02:55 +0000)]
MFH: Fixed bug #27007 (missing connection closure when connect fails in
pgsql)
Ilia Alshanetsky [Thu, 29 Jan 2004 02:18:17 +0000 (02:18 +0000)]
MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code).
Sara Golemon [Thu, 29 Jan 2004 00:11:41 +0000 (00:11 +0000)]
BFN
Sara Golemon [Thu, 29 Jan 2004 00:09:26 +0000 (00:09 +0000)]
This should not have been an INI_ALL directive.
Ilia Alshanetsky [Wed, 28 Jan 2004 21:49:15 +0000 (21:49 +0000)]
MFH: Fixed bug #27011 (64bit int/long confusion in preg_match*() functions)
foobar [Wed, 28 Jan 2004 19:26:44 +0000 (19:26 +0000)]
BFN
Rasmus Lerdorf [Wed, 28 Jan 2004 17:42:20 +0000 (17:42 +0000)]
If we have a text/html file with the executable bit set, we load up the
current ini, but if php's xbithack option is not set we forgot to restore
the previous ini settings potentially leaking ini settings from one request
to the next. Closes bug #25753 and a few others.
Martin Kraemer [Wed, 28 Jan 2004 16:27:42 +0000 (16:27 +0000)]
Bug fix: Images would be broken on big-endian machines because the putc
function wrote the first (instead of "the low order") byte. That resulted
in unexpected zero bytes.
Ilia Alshanetsky [Wed, 28 Jan 2004 01:43:59 +0000 (01:43 +0000)]
Bug fixing news.
Ilia Alshanetsky [Wed, 28 Jan 2004 01:43:55 +0000 (01:43 +0000)]
MFH: Fixed bug #27058 (crash in sybase_connect() with 2 arguments).
Ilia Alshanetsky [Wed, 28 Jan 2004 01:38:15 +0000 (01:38 +0000)]
MFH: Fixed bug #27056 (ints used instead of longs inside some GD functions)
Marcus Boerger [Tue, 27 Jan 2004 01:24:17 +0000 (01:24 +0000)]
still version 4 here
Marcus Boerger [Tue, 27 Jan 2004 00:32:35 +0000 (00:32 +0000)]
Use RPM variables
# as discussed with ilia
Antony Dovgal [Mon, 26 Jan 2004 14:04:22 +0000 (14:04 +0000)]
MFH
Marcus Boerger [Mon, 26 Jan 2004 08:38:38 +0000 (08:38 +0000)]
MFH
SVN Migration [Mon, 26 Jan 2004 08:37:24 +0000 (08:37 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Pierre Joye [Mon, 26 Jan 2004 01:37:13 +0000 (01:37 +0000)]
MFH, I'm done
Pierre Joye [Mon, 26 Jan 2004 01:34:03 +0000 (01:34 +0000)]
- MFH
Pierre Joye [Mon, 26 Jan 2004 01:26:47 +0000 (01:26 +0000)]
MFH
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:30:42 +0000 (00:30 +0000)]
BFN
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:27:54 +0000 (00:27 +0000)]
- MFH(r-1.3): Suppress a compiler warning by a rather useless typecasting.
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:21:57 +0000 (00:21 +0000)]
- MFH(r-1.2): Fix bug #26699 (mbstring doesn't identify "binary" as a valid encoding name)
foobar [Mon, 26 Jan 2004 00:18:25 +0000 (00:18 +0000)]
MFH: - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS does not work).
Ilia Alshanetsky [Mon, 26 Jan 2004 00:15:10 +0000 (00:15 +0000)]
A better bug description, for people without the official Ilia decoder
ring.
Ilia Alshanetsky [Sun, 25 Jan 2004 23:55:43 +0000 (23:55 +0000)]
bug fixing news.
Pierre Joye [Sun, 25 Jan 2004 23:54:49 +0000 (23:54 +0000)]
MFH
Pierre Joye [Sun, 25 Jan 2004 23:42:43 +0000 (23:42 +0000)]
MFH
Pierre Joye [Sun, 25 Jan 2004 23:35:02 +0000 (23:35 +0000)]
- 2004 (c)
Pierre Joye [Sun, 25 Jan 2004 23:20:01 +0000 (23:20 +0000)]
- year++;
Pierre Joye [Sun, 25 Jan 2004 23:04:55 +0000 (23:04 +0000)]
- wassup... really add Mail-1.1.2
Pierre Joye [Sun, 25 Jan 2004 23:00:11 +0000 (23:00 +0000)]
- Update: HTTP-1.2.2 Mail-1.1.2 DB-1.6.0RC1
Pierre Joye [Sun, 25 Jan 2004 22:58:50 +0000 (22:58 +0000)]
- Prepare 4.3.5, remove old archives
Ilia Alshanetsky [Sun, 25 Jan 2004 20:43:32 +0000 (20:43 +0000)]
sybase_ct extension fixes and improvements by Timm Friebe.
Timm Friebe [Sun, 25 Jan 2004 20:14:05 +0000 (20:14 +0000)]
- MFH
foobar [Fri, 23 Jan 2004 07:02:54 +0000 (07:02 +0000)]
MFH: typofix
foobar [Thu, 22 Jan 2004 03:25:37 +0000 (03:25 +0000)]
Nuke unused variable
foobar [Wed, 21 Jan 2004 22:50:32 +0000 (22:50 +0000)]
MFH
SVN Migration [Wed, 21 Jan 2004 22:48:29 +0000 (22:48 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ard Biesheuvel [Wed, 21 Jan 2004 10:12:17 +0000 (10:12 +0000)]
Fixed bug #26968 (Segfault with Interbase module built as shared)
Marcus Boerger [Wed, 21 Jan 2004 07:19:07 +0000 (07:19 +0000)]
Add these files to the actual package
Marcus Boerger [Wed, 21 Jan 2004 06:58:04 +0000 (06:58 +0000)]
Make this thing actually work again
# look at changelog
# pdf shouldn't be a default extension in this script it's seldom available
foobar [Wed, 21 Jan 2004 05:04:50 +0000 (05:04 +0000)]
MFH
foobar [Wed, 21 Jan 2004 04:00:47 +0000 (04:00 +0000)]
MFH: - Fixed bug #26973 (*printf() + modifier broken)
foobar [Wed, 21 Jan 2004 03:59:05 +0000 (03:59 +0000)]
MFH
foobar [Wed, 21 Jan 2004 03:49:26 +0000 (03:49 +0000)]
MFH
SVN Migration [Wed, 21 Jan 2004 03:49:16 +0000 (03:49 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Wed, 21 Jan 2004 02:33:22 +0000 (02:33 +0000)]
MFH: Fixed bug #26974 (rename() doesn't check the destination file against
safe_mode/open_basedir).
Antony Dovgal [Tue, 20 Jan 2004 11:37:17 +0000 (11:37 +0000)]
fix savelob() to make it possible to write data at the beginning of LOB
foobar [Tue, 20 Jan 2004 01:11:40 +0000 (01:11 +0000)]
MFH: Fixed bug #26969 (shared openssl build fails)
Marcus Boerger [Mon, 19 Jan 2004 19:58:57 +0000 (19:58 +0000)]
Correct license
Marcus Boerger [Mon, 19 Jan 2004 19:57:17 +0000 (19:57 +0000)]
Fix a memleak
foobar [Mon, 19 Jan 2004 19:07:08 +0000 (19:07 +0000)]
- Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini)
# This was no prob in PHP5, some memory corruption / leaks, whatever fixed
# in ZE2 but not in ZE1?
Ilia Alshanetsky [Mon, 19 Jan 2004 18:42:07 +0000 (18:42 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 19 Jan 2004 18:40:45 +0000 (18:40 +0000)]
MFH: Fixed bug #26967 (make various file operations return FALSE on error).
foobar [Mon, 19 Jan 2004 17:45:26 +0000 (17:45 +0000)]
BFN
Moriyoshi Koizumi [Mon, 19 Jan 2004 16:54:22 +0000 (16:54 +0000)]
- MFH(r-1.3): Turn off mbstring.func_overload as this test uses plain strlen()
for comparison.
Ilia Alshanetsky [Mon, 19 Jan 2004 03:55:44 +0000 (03:55 +0000)]
MFH: Added fgetcsv() tests.
SVN Migration [Mon, 19 Jan 2004 03:55:30 +0000 (03:55 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Mon, 19 Jan 2004 03:16:04 +0000 (03:16 +0000)]
MFH: Moved php_srand() call into php_rand().
foobar [Mon, 19 Jan 2004 02:31:19 +0000 (02:31 +0000)]
MFH: - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)
Ilia Alshanetsky [Sun, 18 Jan 2004 18:46:32 +0000 (18:46 +0000)]
Corrections for various fgetcsv() issues.
foobar [Sat, 17 Jan 2004 00:01:06 +0000 (00:01 +0000)]
MFH: Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)
foobar [Fri, 16 Jan 2004 19:12:46 +0000 (19:12 +0000)]
MFH: - Fixed bug #26937 (Warning in xml.c)
Ilia Alshanetsky [Fri, 16 Jan 2004 16:46:59 +0000 (16:46 +0000)]
Added Antony Dovgal as OCI8 maintainer.
foobar [Fri, 16 Jan 2004 11:27:00 +0000 (11:27 +0000)]
BFN
Ilia Alshanetsky [Fri, 16 Jan 2004 02:31:26 +0000 (02:31 +0000)]
MFH: Fixed Bug #26927 (preg_quote() does not escape \0).
SVN Migration [Fri, 16 Jan 2004 02:29:51 +0000 (02:29 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Thu, 15 Jan 2004 21:28:37 +0000 (21:28 +0000)]
Add missing fd creation
Antony Dovgal [Thu, 15 Jan 2004 15:14:41 +0000 (15:14 +0000)]
MFH: fix bug #26892
foobar [Thu, 15 Jan 2004 06:09:43 +0000 (06:09 +0000)]
Fix overflow
Ilia Alshanetsky [Thu, 15 Jan 2004 00:36:09 +0000 (00:36 +0000)]
MFH: Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
used).