]>
granicus.if.org Git - php/log
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!)
Edin Kadribasic [Tue, 22 Jul 2003 12:34:38 +0000 (12:34 +0000)]
New curl lib needs additional libs to link (#24725)
Sascha Schumann [Tue, 22 Jul 2003 01:39:52 +0000 (01:39 +0000)]
fix typo, shorten line
Ilia Alshanetsky [Tue, 22 Jul 2003 01:35:02 +0000 (01:35 +0000)]
BFN + proper credit for session bug fix.
Ilia Alshanetsky [Tue, 22 Jul 2003 01:32:21 +0000 (01:32 +0000)]
MFH: r1.165 safe_mode patch
Sascha Schumann [Tue, 22 Jul 2003 01:10:30 +0000 (01:10 +0000)]
Proper fix for #24592
The core issue is that undefined variables are refcounted (refcount != 0)
while is_ref is still set to 0. I don't know whether this is a bug in
the engine, but is it not the first time this irregularity has caused
problems for the session extension.
The irregularity confused ZEND_SET_SYMBOL_WITH_LENGTH which then did
the wrong thing WRT null values.
Fortunately, nulls can simply be ignored in this case, thus the old
code is restored and a new condition is added.
Ilia Alshanetsky [Mon, 21 Jul 2003 21:49:52 +0000 (21:49 +0000)]
MFH: Fixed bug #24592 (Possible crash in session extnsion, with NULL values).
SVN Migration [Mon, 21 Jul 2003 21:47:53 +0000 (21:47 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Uwe Schindler [Mon, 21 Jul 2003 14:20:30 +0000 (14:20 +0000)]
some code cleanups
foobar [Mon, 21 Jul 2003 14:03:42 +0000 (14:03 +0000)]
nitpicking right from the start.. :)
Ilia Alshanetsky [Mon, 21 Jul 2003 13:37:10 +0000 (13:37 +0000)]
MFH: Fixed bug #24560 (parse_url() incorrectly handling certain file://
based schemas).
foobar [Mon, 21 Jul 2003 08:43:27 +0000 (08:43 +0000)]
expat upgrade news
foobar [Mon, 21 Jul 2003 08:42:49 +0000 (08:42 +0000)]
- Upgraded bundled Expat library to 1.95.6 (Jani)
# Fixes bug #20442 (and possibly others not reported to us)
foobar [Mon, 21 Jul 2003 08:27:47 +0000 (08:27 +0000)]
MFH
foobar [Sun, 20 Jul 2003 15:19:39 +0000 (15:19 +0000)]
- CURLOPT_ENCODING is always defined, check the version instead.
foobar [Sun, 20 Jul 2003 10:54:03 +0000 (10:54 +0000)]
MFH: missing CVS Id tags and license headers
foobar [Sat, 19 Jul 2003 15:37:08 +0000 (15:37 +0000)]
extra period :)
Moriyoshi Koizumi [Sat, 19 Jul 2003 15:11:12 +0000 (15:11 +0000)]
BFN
foobar [Fri, 18 Jul 2003 12:29:54 +0000 (12:29 +0000)]
MFH
foobar [Fri, 18 Jul 2003 12:25:09 +0000 (12:25 +0000)]
MFH: test case for bug #24573
SVN Migration [Fri, 18 Jul 2003 12:24:50 +0000 (12:24 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
foobar [Fri, 18 Jul 2003 12:19:17 +0000 (12:19 +0000)]
BFN
foobar [Fri, 18 Jul 2003 09:28:53 +0000 (09:28 +0000)]
BFN
Sergey Kartashoff [Fri, 18 Jul 2003 09:15:09 +0000 (09:15 +0000)]
- UDM_PARAM_SORT_ORDER has been added in Udm_Set_Agent_Param while
using with mnogosearch-3.2.14+ to set order of search results.
Sergey Kartashoff [Fri, 18 Jul 2003 08:48:34 +0000 (08:48 +0000)]
- Coredump in Udm_Find was fixed.
foobar [Fri, 18 Jul 2003 01:40:50 +0000 (01:40 +0000)]
removed the extra CVS Id tag.
foobar [Fri, 18 Jul 2003 01:37:44 +0000 (01:37 +0000)]
MFH: Fixed bug #24640 (var_export and var_dump can not output large float). (Marcus)
Marcus Boerger [Thu, 17 Jul 2003 22:23:16 +0000 (22:23 +0000)]
BFN
Marcus Boerger [Thu, 17 Jul 2003 22:14:44 +0000 (22:14 +0000)]
MFH
SVN Migration [Thu, 17 Jul 2003 21:02:45 +0000 (21:02 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Wed, 16 Jul 2003 20:56:06 +0000 (20:56 +0000)]
MFH: Fix handling of empty settings
Sebastian Bergmann [Wed, 16 Jul 2003 14:50:26 +0000 (14:50 +0000)]
MFH: /libpath directives for zlib
foobar [Wed, 16 Jul 2003 08:47:49 +0000 (08:47 +0000)]
bfn
foobar [Wed, 16 Jul 2003 08:45:31 +0000 (08:45 +0000)]
MFH: Fixed bug #22690 (ob_start() broken with create_function() callbacks). (Marcus)
foobar [Wed, 16 Jul 2003 06:04:01 +0000 (06:04 +0000)]
MFH
foobar [Wed, 16 Jul 2003 05:47:56 +0000 (05:47 +0000)]
MFH: this is internal function -> static
foobar [Wed, 16 Jul 2003 05:46:46 +0000 (05:46 +0000)]
MFH
foobar [Wed, 16 Jul 2003 05:16:49 +0000 (05:16 +0000)]
MFH
foobar [Wed, 16 Jul 2003 05:15:07 +0000 (05:15 +0000)]
Update credits.
foobar [Wed, 16 Jul 2003 05:14:35 +0000 (05:14 +0000)]
Fix the credits (partial MFH)
foobar [Wed, 16 Jul 2003 04:54:55 +0000 (04:54 +0000)]
MFH
foobar [Wed, 16 Jul 2003 00:39:33 +0000 (00:39 +0000)]
MFH
SVN Migration [Wed, 16 Jul 2003 00:38:55 +0000 (00:38 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Uwe Schindler [Tue, 15 Jul 2003 22:19:23 +0000 (22:19 +0000)]
MFH: safe mode fix
Uwe Schindler [Tue, 15 Jul 2003 17:31:03 +0000 (17:31 +0000)]
MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future
Hartmut Holzgraefe [Tue, 15 Jul 2003 17:28:54 +0000 (17:28 +0000)]
MFH
Hartmut Holzgraefe [Tue, 15 Jul 2003 17:05:03 +0000 (17:05 +0000)]
MFH
foobar [Tue, 15 Jul 2003 07:06:52 +0000 (07:06 +0000)]
MFH
Edin Kadribasic [Mon, 14 Jul 2003 23:25:24 +0000 (23:25 +0000)]
BFN
Edin Kadribasic [Mon, 14 Jul 2003 23:20:01 +0000 (23:20 +0000)]
Fixed bug #24949.
foobar [Mon, 14 Jul 2003 16:23:28 +0000 (16:23 +0000)]
MFH
foobar [Mon, 14 Jul 2003 16:13:30 +0000 (16:13 +0000)]
- Sync with HEAD. (php_error -> php_error_docref, proto fixes, code cleanup)
foobar [Mon, 14 Jul 2003 16:02:32 +0000 (16:02 +0000)]
Bump year to 2003
foobar [Mon, 14 Jul 2003 15:59:18 +0000 (15:59 +0000)]
Year update
Rui Hirokawa [Mon, 14 Jul 2003 13:31:44 +0000 (13:31 +0000)]
fixed a typo.
Wez Furlong [Mon, 14 Jul 2003 10:43:51 +0000 (10:43 +0000)]
less WTF factor
foobar [Mon, 14 Jul 2003 03:58:59 +0000 (03:58 +0000)]
MFH
Moriyoshi Koizumi [Sun, 13 Jul 2003 19:46:39 +0000 (19:46 +0000)]
MFH: fixed leaks that occurs if the third parameter already contains a valid
value.
Stefan Roehrich [Sun, 13 Jul 2003 10:13:24 +0000 (10:13 +0000)]
MFH: fixed certificate version, serial number not always 0.
SVN Migration [Sun, 13 Jul 2003 08:03:47 +0000 (08:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Rui Hirokawa [Sun, 13 Jul 2003 07:34:28 +0000 (07:34 +0000)]
added strict detection mode in mb_detect_encoding to detect corrupted byte sequence.
Martin Jansen [Sat, 12 Jul 2003 15:18:02 +0000 (15:18 +0000)]
* MFH
Moriyoshi Koizumi [Sat, 12 Jul 2003 09:33:58 +0000 (09:33 +0000)]
MFH(r-1.393): fixed bug #24556
foobar [Fri, 11 Jul 2003 07:49:10 +0000 (07:49 +0000)]
MFH
Frank M. Kromann [Fri, 11 Jul 2003 06:04:43 +0000 (06:04 +0000)]
Sync protos with HEAD
Frank M. Kromann [Fri, 11 Jul 2003 05:54:45 +0000 (05:54 +0000)]
Allow the use of both ming 0.2a and 0.3a (API\s changed)
foobar [Fri, 11 Jul 2003 04:32:31 +0000 (04:32 +0000)]
BFN
foobar [Fri, 11 Jul 2003 04:30:40 +0000 (04:30 +0000)]
BFN
foobar [Fri, 11 Jul 2003 04:24:37 +0000 (04:24 +0000)]
BFN
foobar [Fri, 11 Jul 2003 04:24:11 +0000 (04:24 +0000)]
MFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken).
foobar [Fri, 11 Jul 2003 02:08:38 +0000 (02:08 +0000)]
MFH: Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com)
foobar [Fri, 11 Jul 2003 01:57:39 +0000 (01:57 +0000)]
MFH: sync
foobar [Thu, 10 Jul 2003 22:45:34 +0000 (22:45 +0000)]
MFH: Use the proper way to get the max requests per child.
foobar [Thu, 10 Jul 2003 16:09:43 +0000 (16:09 +0000)]
MFH: Fixed bug #24563 (preg_match() crashes PHP under Apache2)
Frank M. Kromann [Thu, 10 Jul 2003 05:07:46 +0000 (05:07 +0000)]
Adding missing compression paramters to output functions
foobar [Thu, 10 Jul 2003 01:40:10 +0000 (01:40 +0000)]
MFH: revert previous patch, it was not correct.
foobar [Thu, 10 Jul 2003 01:17:46 +0000 (01:17 +0000)]
MFH: Fix crash bug
foobar [Thu, 10 Jul 2003 00:17:40 +0000 (00:17 +0000)]
MFH: Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed parameters)
Pierre Joye [Thu, 10 Jul 2003 00:11:11 +0000 (00:11 +0000)]
- MFH
foobar [Wed, 9 Jul 2003 23:16:21 +0000 (23:16 +0000)]
Fixed bug #24519 (aggregate_methods_by_list() does not increment refcount)
Frank M. Kromann [Wed, 9 Jul 2003 22:38:36 +0000 (22:38 +0000)]
oops. fix spelling
Frank M. Kromann [Wed, 9 Jul 2003 22:36:28 +0000 (22:36 +0000)]
Adding missing MSSQL Server ini settings
Jay Smith [Wed, 9 Jul 2003 18:51:18 +0000 (18:51 +0000)]
MFH: - fixed bug #24548 (get_browser() does not return platform)
Brad House [Wed, 9 Jul 2003 13:48:33 +0000 (13:48 +0000)]
bugfixes: typecasting issues. don't assume long and int are the same size, as they are not on 64bit architectures. New CONSTANTS were not cast at all yet. MC_TTID was cast as a long, when it should have been a MCVE_int64 (normally long long).
Edin Kadribasic [Wed, 9 Jul 2003 11:08:51 +0000 (11:08 +0000)]
How did this get uppercased ;)
Edin Kadribasic [Wed, 9 Jul 2003 11:07:27 +0000 (11:07 +0000)]
For Pierre-Alain Joye.
Pierre Joye [Wed, 9 Jul 2003 10:43:01 +0000 (10:43 +0000)]
- MFH
Pierre Joye [Wed, 9 Jul 2003 10:38:22 +0000 (10:38 +0000)]
- MFH
Pierre Joye [Tue, 8 Jul 2003 20:39:46 +0000 (20:39 +0000)]
- MFH
foobar [Tue, 8 Jul 2003 14:13:10 +0000 (14:13 +0000)]
MFH
Sergey Kartashoff [Tue, 8 Jul 2003 14:00:58 +0000 (14:00 +0000)]
- Output of UDM_PARAM_WORDINFO_ALL was fixed
foobar [Tue, 8 Jul 2003 13:54:14 +0000 (13:54 +0000)]
MFH: - Fixed bug #24537 (apache2 compile missed include directories)
Sergey Kartashoff [Tue, 8 Jul 2003 13:27:30 +0000 (13:27 +0000)]
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
Derick Rethans [Tue, 8 Jul 2003 09:44:34 +0000 (09:44 +0000)]
- MFH: Fixed email addresses