]>
granicus.if.org Git - php/log
SVN Migration [Tue, 5 Aug 2003 23:22:09 +0000 (23:22 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Brian France [Tue, 5 Aug 2003 20:54:43 +0000 (20:54 +0000)]
added include config.h so shared extensions builds work correctly
Ilia Alshanetsky [Tue, 5 Aug 2003 20:16:47 +0000 (20:16 +0000)]
MFH: Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments)
Ilia Alshanetsky [Tue, 5 Aug 2003 20:05:17 +0000 (20:05 +0000)]
MFH: Fixed bug #17414 (pthreads bug workaround).
foobar [Tue, 5 Aug 2003 16:02:41 +0000 (16:02 +0000)]
MFH: fixed typos
Ilia Alshanetsky [Tue, 5 Aug 2003 13:34:20 +0000 (13:34 +0000)]
MFH: memory leak fix
foobar [Tue, 5 Aug 2003 12:36:57 +0000 (12:36 +0000)]
correct blame :)
foobar [Tue, 5 Aug 2003 12:35:14 +0000 (12:35 +0000)]
BFN
foobar [Tue, 5 Aug 2003 12:34:49 +0000 (12:34 +0000)]
MFH: - Fixed bug #21611 (version_compare() does not support "p" suffix)
Moriyoshi Koizumi [Tue, 5 Aug 2003 12:29:41 +0000 (12:29 +0000)]
MFH(r-1.2): putenv() should be put here as well.
foobar [Tue, 5 Aug 2003 11:22:24 +0000 (11:22 +0000)]
BFN
foobar [Tue, 5 Aug 2003 11:19:35 +0000 (11:19 +0000)]
MFH
foobar [Tue, 5 Aug 2003 11:17:25 +0000 (11:17 +0000)]
MFH: - Fixed bug #24936 (ext/fdf is not linked properly when compiled as shared extension). (Jani)
Ilia Alshanetsky [Tue, 5 Aug 2003 01:01:40 +0000 (01:01 +0000)]
MFH: remove useless variable when mbstring is not used.
Edin Kadribasic [Mon, 4 Aug 2003 22:30:04 +0000 (22:30 +0000)]
Sync to LICENSE file in the distro
Sascha Schumann [Mon, 4 Aug 2003 19:05:05 +0000 (19:05 +0000)]
don't overwrite script_path_translated if no PATH_TRANSLATED was received
Ilia Alshanetsky [Mon, 4 Aug 2003 17:15:06 +0000 (17:15 +0000)]
BFN
Ilia Alshanetsky [Mon, 4 Aug 2003 17:14:16 +0000 (17:14 +0000)]
MFH: Fixed bug #23104 (hash position of static arrays not being reset)
foobar [Mon, 4 Aug 2003 14:36:52 +0000 (14:36 +0000)]
MFH: Typo fixes
Uwe Schindler [Mon, 4 Aug 2003 12:46:38 +0000 (12:46 +0000)]
MFH
Uwe Schindler [Sun, 3 Aug 2003 19:31:13 +0000 (19:31 +0000)]
MFH
Moriyoshi Koizumi [Sun, 3 Aug 2003 13:59:48 +0000 (13:59 +0000)]
MFH(r-1.3): disable the test temporarily because "-d" flags in the command
line doesn't take effect under CGI mode. (See the relevant portion of
cgi_main.c that begins at line 996)
Uwe Schindler [Sun, 3 Aug 2003 11:23:25 +0000 (11:23 +0000)]
MFH
Ilia Alshanetsky [Sat, 2 Aug 2003 18:30:22 +0000 (18:30 +0000)]
MFH: Fixed bug #24177 (Status not set correctly after flush() in Apache 2)
Ilia Alshanetsky [Fri, 1 Aug 2003 20:21:21 +0000 (20:21 +0000)]
MFH: Fixed bug #22072 (Apache2 sapis do not detect aborted connections)
Ilia Alshanetsky [Fri, 1 Aug 2003 16:53:03 +0000 (16:53 +0000)]
MFH: Preserve exit status for non-php execution modes.
Ilia Alshanetsky [Fri, 1 Aug 2003 12:29:48 +0000 (12:29 +0000)]
MFH: Fixed bug #23509 (exit code lost when exit() called from
register_shutdown_function())
foobar [Fri, 1 Aug 2003 11:24:20 +0000 (11:24 +0000)]
MFH
foobar [Fri, 1 Aug 2003 10:08:57 +0000 (10:08 +0000)]
hothothot
Ilia Alshanetsky [Fri, 1 Aug 2003 02:17:31 +0000 (02:17 +0000)]
Fixed bug #24871 (methods misidentified as constructors)
Ilia Alshanetsky [Fri, 1 Aug 2003 02:15:56 +0000 (02:15 +0000)]
Added skip condition
Ilia Alshanetsky [Thu, 31 Jul 2003 23:00:21 +0000 (23:00 +0000)]
MFH: Fixed bug #24883 (variables created through register_globals, ignore
gpc_order and variables_order).
Ilia Alshanetsky [Thu, 31 Jul 2003 19:48:05 +0000 (19:48 +0000)]
MFH: Fixed bug #22154 (Possible crash when memory_limit is reached and
output buffering in addition to session.use_trans_sid is used).
foobar [Wed, 30 Jul 2003 21:57:02 +0000 (21:57 +0000)]
MFH
Ilia Alshanetsky [Wed, 30 Jul 2003 17:57:19 +0000 (17:57 +0000)]
BFN
Ilia Alshanetsky [Wed, 30 Jul 2003 17:55:21 +0000 (17:55 +0000)]
MFH: Fixed bug #24873 (incorrect handling of / inside open_basedir)
Ilia Alshanetsky [Wed, 30 Jul 2003 17:34:23 +0000 (17:34 +0000)]
MFH: Fixed bug #23792 (8 bit graphics don't rotate properly)
Ilia Alshanetsky [Wed, 30 Jul 2003 16:12:32 +0000 (16:12 +0000)]
Revert fix for bug #22836
foobar [Wed, 30 Jul 2003 14:09:52 +0000 (14:09 +0000)]
MFH
Ilia Alshanetsky [Wed, 30 Jul 2003 13:21:15 +0000 (13:21 +0000)]
Set proper php4 sources tag
Ilia Alshanetsky [Wed, 30 Jul 2003 13:20:50 +0000 (13:20 +0000)]
Restore version.
Ilia Alshanetsky [Wed, 30 Jul 2003 13:01:59 +0000 (13:01 +0000)]
4.3.3RC2 is a go
Ilia Alshanetsky [Tue, 29 Jul 2003 18:26:59 +0000 (18:26 +0000)]
MFH: persistent streams patch
Ilia Alshanetsky [Tue, 29 Jul 2003 17:54:15 +0000 (17:54 +0000)]
Test case & news for bug #22836.
foobar [Tue, 29 Jul 2003 11:20:39 +0000 (11:20 +0000)]
BFN
foobar [Tue, 29 Jul 2003 11:19:47 +0000 (11:19 +0000)]
MFZE2: made each() binary safe for keys
foobar [Tue, 29 Jul 2003 11:05:17 +0000 (11:05 +0000)]
past tense plus full name :)
Stefan Roehrich [Tue, 29 Jul 2003 09:40:04 +0000 (09:40 +0000)]
# Forgot NEWS entry for openssl change (rev. 1.52.2.15).
Ilia Alshanetsky [Mon, 28 Jul 2003 18:57:49 +0000 (18:57 +0000)]
MFH: Fixed a double free bug when freeing persistent streams.
Ilia Alshanetsky [Mon, 28 Jul 2003 18:35:34 +0000 (18:35 +0000)]
Backport virtual_realpath() from PHP5. This fixes a memory leak that would
occur inside every virtual_realpath() call.
Ilia Alshanetsky [Mon, 28 Jul 2003 14:42:56 +0000 (14:42 +0000)]
MFH: Make pclose() respect references.
foobar [Mon, 28 Jul 2003 10:44:59 +0000 (10:44 +0000)]
MFH
Zeev Suraski [Mon, 28 Jul 2003 07:28:55 +0000 (07:28 +0000)]
Fix nameclash with NSAPI API
Ilia Alshanetsky [Mon, 28 Jul 2003 04:02:55 +0000 (04:02 +0000)]
MFH: Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format)
SVN Migration [Mon, 28 Jul 2003 04:01:33 +0000 (04:01 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Ilia Alshanetsky [Sun, 27 Jul 2003 18:46:03 +0000 (18:46 +0000)]
MFH: Fixed bug #24557 (make fclose() respect refcount on the resource).
Ilia Alshanetsky [Sun, 27 Jul 2003 18:16:47 +0000 (18:16 +0000)]
MFH: Fixed bug #24827 (ob_gzhandler overrides Vary header)
Marcus Boerger [Sun, 27 Jul 2003 16:59:04 +0000 (16:59 +0000)]
MFH: Do show skipif's info
foobar [Fri, 25 Jul 2003 12:45:05 +0000 (12:45 +0000)]
some missing static with internal funcs.
foobar [Fri, 25 Jul 2003 12:16:04 +0000 (12:16 +0000)]
MFH
Edin Kadribasic [Fri, 25 Jul 2003 11:27:39 +0000 (11:27 +0000)]
Export symbols needed for shared extensions.
foobar [Fri, 25 Jul 2003 09:47:06 +0000 (09:47 +0000)]
Fix BFN, this was really MY patch that fixed it. :-p
Harrie Hazewinkel [Fri, 25 Jul 2003 07:36:42 +0000 (07:36 +0000)]
Adding bugfix.
Harrie Hazewinkel [Fri, 25 Jul 2003 07:32:39 +0000 (07:32 +0000)]
Bug 24760 fix, in which the port number when non-default is not handled
correctly and ends up as the default port. This seems to be caused by
some buffer overflow where the port number is assign zero, even though
it it is not assigned to the port variable.
Fix was reported and a fix proposed by "chuck+php at 2003 dot snew dot com"
(Bugfixing branch)
Moriyoshi Koizumi [Fri, 25 Jul 2003 05:52:26 +0000 (05:52 +0000)]
MFH(r-1.168): fix run-test.php so it can correctly handle skip conditions.
Jason Greene [Fri, 25 Jul 2003 01:50:09 +0000 (01:50 +0000)]
MFH: fix for #24629
foobar [Thu, 24 Jul 2003 19:58:30 +0000 (19:58 +0000)]
keep the style..
Uwe Schindler [Thu, 24 Jul 2003 19:16:25 +0000 (19:16 +0000)]
revert the shitty whitespace patch...
Uwe Schindler [Thu, 24 Jul 2003 17:46:57 +0000 (17:46 +0000)]
put $Id:...$ in readme
Ilia Alshanetsky [Thu, 24 Jul 2003 17:45:15 +0000 (17:45 +0000)]
MFH:
When encountering a test that users GET/POST make run-tests.php
use CGI sapi if it is avaliable.
If CLI sapi is not avaliable print a clear error when make test
is executed.
Uwe Schindler [Thu, 24 Jul 2003 17:42:40 +0000 (17:42 +0000)]
MFH: Possibility to use php4_execute to display server error pages or directory listing pages
Wez Furlong [Thu, 24 Jul 2003 15:25:14 +0000 (15:25 +0000)]
BFN
Wez Furlong [Thu, 24 Jul 2003 15:23:14 +0000 (15:23 +0000)]
MFH: Fix for #24629
foobar [Thu, 24 Jul 2003 10:50:49 +0000 (10:50 +0000)]
BFN
foobar [Thu, 24 Jul 2003 10:42:17 +0000 (10:42 +0000)]
MFH
foobar [Thu, 24 Jul 2003 10:25:34 +0000 (10:25 +0000)]
MFH
SVN Migration [Thu, 24 Jul 2003 10:25:16 +0000 (10:25 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Thu, 24 Jul 2003 10:13:44 +0000 (10:13 +0000)]
MFH
SVN Migration [Thu, 24 Jul 2003 10:13:18 +0000 (10:13 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Thu, 24 Jul 2003 09:15:05 +0000 (09:15 +0000)]
- No OnUpdateLong in this branch.
Zeev Suraski [Thu, 24 Jul 2003 08:04:20 +0000 (08:04 +0000)]
MFH fix for bug #19613
foobar [Thu, 24 Jul 2003 02:53:46 +0000 (02:53 +0000)]
MFH: missing cvs Id tags, proto fixes
foobar [Thu, 24 Jul 2003 02:47:11 +0000 (02:47 +0000)]
- MFH: Sync to HEAD (TSRMLS_FETCH() nukes, pval -> zval, php_error_docref)
foobar [Thu, 24 Jul 2003 01:56:06 +0000 (01:56 +0000)]
nitpicking again :)
Ilia Alshanetsky [Thu, 24 Jul 2003 00:03:51 +0000 (00:03 +0000)]
MFH: zlib fix
Wez Furlong [Wed, 23 Jul 2003 21:48:50 +0000 (21:48 +0000)]
Fix this test, at least for Tru 64 where 1 second it just too small an
interval for the test to succeed.
Ilia Alshanetsky [Wed, 23 Jul 2003 21:41:53 +0000 (21:41 +0000)]
MFH: Fixed GLOB_ONLYDIR to work on GNU libc based system.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:56:05 +0000 (16:56 +0000)]
BFN
Ilia Alshanetsky [Wed, 23 Jul 2003 16:54:54 +0000 (16:54 +0000)]
MFH: Removed unused variables.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:53:38 +0000 (16:53 +0000)]
MFH: Fixed bug #24752 (Unhandled "uniqueidentifier" field type)
Ilia Alshanetsky [Wed, 23 Jul 2003 16:44:27 +0000 (16:44 +0000)]
MFH: Fixed #24609 (segfault when using replace node across different docs)
Patch by: Rob Richards
# This patch somehow did not make it into 4.3.X, so on Rob's request in am
# MFHing it in.
Ilia Alshanetsky [Wed, 23 Jul 2003 16:07:00 +0000 (16:07 +0000)]
BFN
Ilia Alshanetsky [Wed, 23 Jul 2003 16:03:27 +0000 (16:03 +0000)]
MFH:
Fixed bug #23798 (Spaces were not being stripped from Bcc header)
Fixed bug #24663 (\n. sequences were not being escaped)
Pierre Joye [Wed, 23 Jul 2003 15:37:47 +0000 (15:37 +0000)]
MFH (test #24594)
Pierre Joye [Wed, 23 Jul 2003 15:37:14 +0000 (15:37 +0000)]
MFH (#24594)
SVN Migration [Wed, 23 Jul 2003 00:17:30 +0000 (00:17 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Tue, 22 Jul 2003 22:06:05 +0000 (22:06 +0000)]
MFH: The value might be a null pointer
Ilia Alshanetsky [Tue, 22 Jul 2003 16:07:01 +0000 (16:07 +0000)]
BFN
Ilia Alshanetsky [Tue, 22 Jul 2003 16:06:09 +0000 (16:06 +0000)]
MFH: r1.196: mysql_fixes
Zeev Suraski [Tue, 22 Jul 2003 15:46:48 +0000 (15:46 +0000)]
Fix potential crash (zend_hash_get_current_key_ex() doesn't touch the string arguments if
the key is not a string!)