]>
granicus.if.org Git - php/log
Zeev Suraski [Thu, 8 Aug 2002 08:42:22 +0000 (08:42 +0000)]
MFZE1
Georg Richter [Thu, 8 Aug 2002 08:17:24 +0000 (08:17 +0000)]
Ups, forgot to remove load_infile tests. Thx to Brad Bulgar
Dan Kalowsky [Thu, 8 Aug 2002 05:52:15 +0000 (05:52 +0000)]
fix for bug #18794, not checking for actual files
Yasuo Ohgaki [Thu, 8 Aug 2002 03:08:54 +0000 (03:08 +0000)]
Add some assertion
Yasuo Ohgaki [Thu, 8 Aug 2002 01:50:23 +0000 (01:50 +0000)]
Forgot this one. Fix build
Yasuo Ohgaki [Thu, 8 Aug 2002 01:46:07 +0000 (01:46 +0000)]
Fix build
<changelog@php.net> [Thu, 8 Aug 2002 00:18:02 +0000 (00:18 +0000)]
ChangeLog update
Georg Richter [Wed, 7 Aug 2002 22:02:11 +0000 (22:02 +0000)]
added zend_error messages for deprecated functions
inserted zak and me in author list/credits
Georg Richter [Wed, 7 Aug 2002 21:21:46 +0000 (21:21 +0000)]
removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT)
Marcus Boerger [Wed, 7 Aug 2002 18:29:36 +0000 (18:29 +0000)]
-new functions php_error_func<0> to support unified error messages
#read followup
Harald Radi [Wed, 7 Aug 2002 18:16:44 +0000 (18:16 +0000)]
dump memory leaks on shutdown
Joseph Tate [Wed, 7 Aug 2002 17:03:42 +0000 (17:03 +0000)]
#Stupid. Sorry.
Joseph Tate [Wed, 7 Aug 2002 16:52:00 +0000 (16:52 +0000)]
#Don't use C++ Comments bug #18783
Marcus Boerger [Wed, 7 Aug 2002 16:35:48 +0000 (16:35 +0000)]
left on debug infos
#overlooked that in diff
Marcus Boerger [Wed, 7 Aug 2002 16:19:43 +0000 (16:19 +0000)]
Ignore additional thumbnails
#anybody interested in expansion to support multiple thumbnails?
Harald Radi [Wed, 7 Aug 2002 14:47:42 +0000 (14:47 +0000)]
make win32 debug output more verbose
Brad House [Wed, 7 Aug 2002 14:29:16 +0000 (14:29 +0000)]
more syncing with libmcve-3.0
Yasuo Ohgaki [Wed, 7 Aug 2002 11:50:49 +0000 (11:50 +0000)]
Fixed crash. Patch by <kilbi@rad.rwth-aachen.de>
Brad LaFountain [Wed, 7 Aug 2002 03:03:09 +0000 (03:03 +0000)]
Sync with Sourceforge CVS
<changelog@php.net> [Wed, 7 Aug 2002 00:18:32 +0000 (00:18 +0000)]
ChangeLog update
Dan Kalowsky [Tue, 6 Aug 2002 22:08:23 +0000 (22:08 +0000)]
A folding we will go, a folding we will go,
adding the fold and vim lines to make this easier to follow
Marko Karppinen [Tue, 6 Aug 2002 22:05:38 +0000 (22:05 +0000)]
Fix the framework support
Marko Karppinen [Tue, 6 Aug 2002 19:39:12 +0000 (19:39 +0000)]
Updated proto to match the function (fix compile bustage on osx)
Marko Karppinen [Tue, 6 Aug 2002 17:51:24 +0000 (17:51 +0000)]
The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or
$CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS.
Brad House [Tue, 6 Aug 2002 16:36:05 +0000 (16:36 +0000)]
sync to libmcve-3.0
Tomas V.V.Cox [Tue, 6 Aug 2002 16:35:19 +0000 (16:35 +0000)]
Changed Windows 9x detection code (reported by Alex Merz)
Marko Karppinen [Tue, 6 Aug 2002 16:01:34 +0000 (16:01 +0000)]
Support compiling and linking against Darwin / Mac OS X frameworks
Dan Kalowsky [Tue, 6 Aug 2002 03:48:15 +0000 (03:48 +0000)]
Keeping function prototype variables the same
Marcus Boerger [Tue, 6 Aug 2002 03:32:16 +0000 (03:32 +0000)]
datatype inconsistency found by Dan Kalowsky
<changelog@php.net> [Tue, 6 Aug 2002 00:20:49 +0000 (00:20 +0000)]
NEWS update
<changelog@php.net> [Tue, 6 Aug 2002 00:19:36 +0000 (00:19 +0000)]
ChangeLog update
Sascha Schumann [Tue, 6 Aug 2002 00:07:05 +0000 (00:07 +0000)]
Touch file
Harald Radi [Mon, 5 Aug 2002 23:41:25 +0000 (23:41 +0000)]
removed a possible NULL pointer referencing inside an error handler
Harald Radi [Mon, 5 Aug 2002 23:38:35 +0000 (23:38 +0000)]
found a memleak
Dan Kalowsky [Mon, 5 Aug 2002 21:53:09 +0000 (21:53 +0000)]
Removing the imap_popen command... because as Jani puts it "it never worked
and it never will work" until IMAP servers support this feature.
Stig Venaas [Mon, 5 Aug 2002 21:14:14 +0000 (21:14 +0000)]
Made ldap_connect/bind/unbind() use zend_parse_parameters()
Marcus Boerger [Mon, 5 Aug 2002 19:00:09 +0000 (19:00 +0000)]
Correct carset if iconv is active
#Same solution would work for mbstring - but that must wait
Marcus Boerger [Mon, 5 Aug 2002 18:54:53 +0000 (18:54 +0000)]
Added php_ob_handler_used to check if a specific output handler is used
in c.
Marcus Boerger [Mon, 5 Aug 2002 18:42:41 +0000 (18:42 +0000)]
ws fix
Marcus Boerger [Mon, 5 Aug 2002 18:32:05 +0000 (18:32 +0000)]
-keep mimetype until sapi deactivation
-move NULL check for sapi_apply_default_charset to proper position.
Marcus Boerger [Mon, 5 Aug 2002 18:26:06 +0000 (18:26 +0000)]
-fix one warning
-send Content-Type Header with charset
Alan Knowles [Mon, 5 Aug 2002 12:58:38 +0000 (12:58 +0000)]
revert change - this was due to an bug in php HEAD a few days ago
Marcus Boerger [Mon, 5 Aug 2002 12:02:36 +0000 (12:02 +0000)]
Add html_entities.c
foobar [Mon, 5 Aug 2002 10:40:26 +0000 (10:40 +0000)]
consistency
Alan Knowles [Mon, 5 Aug 2002 10:37:40 +0000 (10:37 +0000)]
Fixed array_shift messing up array_slice..
Marcus Boerger [Mon, 5 Aug 2002 03:24:50 +0000 (03:24 +0000)]
:-)
Marcus Boerger [Mon, 5 Aug 2002 03:09:42 +0000 (03:09 +0000)]
-New function ob_list_handlers
@- Added ob_list_handlers() which returns an array of all active output
@ handlers. (marcus)
<changelog@php.net> [Mon, 5 Aug 2002 00:18:35 +0000 (00:18 +0000)]
NEWS update
<changelog@php.net> [Mon, 5 Aug 2002 00:17:44 +0000 (00:17 +0000)]
ChangeLog update
Shane Caraveo [Sun, 4 Aug 2002 23:45:38 +0000 (23:45 +0000)]
need to export var_replace and var_destroy for win32
Marcus Boerger [Sun, 4 Aug 2002 22:54:24 +0000 (22:54 +0000)]
move html_entities.c to proper place
#nice to have snaps.php.net
Marcus Boerger [Sun, 4 Aug 2002 22:49:48 +0000 (22:49 +0000)]
-Send charset US-ASCII or ini setting default_charset.
#After some discussion with Ilia Alshanetsky
#But perhaps we should have a look for a mbstring solution...
foobar [Sun, 4 Aug 2002 21:37:44 +0000 (21:37 +0000)]
Add PHP_MINFO_*
Marcus Boerger [Sun, 4 Aug 2002 20:50:53 +0000 (20:50 +0000)]
-Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCII
-Full list of ASCII aliases
Sander Roobol [Sun, 4 Aug 2002 19:00:53 +0000 (19:00 +0000)]
Nuke notice (thanks to Arnaud Limbourg)
Marcus Boerger [Sun, 4 Aug 2002 18:59:19 +0000 (18:59 +0000)]
-Fix warnings (fixed all?)
Georg Richter [Sun, 4 Aug 2002 18:59:16 +0000 (18:59 +0000)]
ups.. :)
Sergey Kartashoff [Sun, 4 Aug 2002 18:58:20 +0000 (18:58 +0000)]
- a small fix to mnogosearch extension (affecting UDM_BROWSER_CHARSET)
Georg Richter [Sun, 4 Aug 2002 18:57:02 +0000 (18:57 +0000)]
added meta tag (w3c compliance)
Thx to Ilia Alshanetsky (ilia@prohost.org)
Marcus Boerger [Sun, 4 Aug 2002 18:33:28 +0000 (18:33 +0000)]
-Add new file to windows build
Marcus Boerger [Sun, 4 Aug 2002 14:20:11 +0000 (14:20 +0000)]
-New encoding/decoding HTML-ENTITIES.
#This allows to enforce named and numeric entities in output.
#Example:CMS that reads UTF8 or ISO-8859-1 but exports HTML in ASCII.
#Using mbstring.http_output=HTML-ENTITIES users receive entities which
#can displayed correctly independant of any brwoser side encoding.
@New mbstring encoding/decoding HTML-ENTITIES. (marcus)
Marcus Boerger [Sun, 4 Aug 2002 14:10:58 +0000 (14:10 +0000)]
-Allow double quotes for encoding lists (if used in ini for example)
-New parameter 'L' for mb_http_input() to retieve input encoding as
comma separated string.
@New parameter 'L' for mb_http_input() to retrieve input encoding as
comma separated string. (marcus)
<changelog@php.net> [Sun, 4 Aug 2002 00:18:09 +0000 (00:18 +0000)]
ChangeLog update
James E. Flemer [Sat, 3 Aug 2002 14:54:30 +0000 (14:54 +0000)]
Close pipes to avoid deadlock.
Submitted By: Melvyn Sopacua <msopacua@idg.nl>
Dan Kalowsky [Sat, 3 Aug 2002 14:48:47 +0000 (14:48 +0000)]
Cleaning up the imap_get_quotaroot return array to remove useless data
Rasmus Lerdorf [Sat, 3 Aug 2002 14:09:56 +0000 (14:09 +0000)]
Yup, sizeof() includes the space for the \0
Marcus Boerger [Sat, 3 Aug 2002 11:44:12 +0000 (11:44 +0000)]
-additional section INI that allows to set special ini settings on call
by adding '-c foo=bar' strings to php call. Each line must have format
foo=bar. This of cause only works for cli version.
-made sections SKIPIF,INI,GET,POST optional
Sergey Kartashoff [Sat, 3 Aug 2002 11:34:53 +0000 (11:34 +0000)]
# mnogosearch example fix
Sergey Kartashoff [Sat, 3 Aug 2002 11:23:51 +0000 (11:23 +0000)]
- UDM_PARAM_STORED mnogosearch parameter has been added to set
stored address.
Andi Gutmans [Sat, 3 Aug 2002 09:50:07 +0000 (09:50 +0000)]
- Small fix
Andi Gutmans [Sat, 3 Aug 2002 09:48:34 +0000 (09:48 +0000)]
- Fix build on Windows. Also please don't use Java style opening function
- bracket indentation.
Zeev Suraski [Sat, 3 Aug 2002 09:44:27 +0000 (09:44 +0000)]
MFZE1
Sergey Kartashoff [Sat, 3 Aug 2002 08:53:27 +0000 (08:53 +0000)]
- An Udm_Make_Excerpt function has been added to mnogosearch extension
to support excerpts while using with mnogosearch-3.2.5 or later.
Brad LaFountain [Sat, 3 Aug 2002 00:40:46 +0000 (00:40 +0000)]
one last fix for array_shift
<changelog@php.net> [Sat, 3 Aug 2002 00:17:40 +0000 (00:17 +0000)]
ChangeLog update
James E. Flemer [Fri, 2 Aug 2002 14:35:24 +0000 (14:35 +0000)]
Fix typo in #if. Bug #17538.
Marcus Boerger [Fri, 2 Aug 2002 10:22:31 +0000 (10:22 +0000)]
-use const to clarify code
-fix tsrmls build (therefore rfc1867.c)
Hartmut Holzgraefe [Fri, 2 Aug 2002 10:08:53 +0000 (10:08 +0000)]
added money_format() function
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name similar to number_format()
Sergey Kartashoff [Fri, 2 Aug 2002 07:22:19 +0000 (07:22 +0000)]
- UDM_PARAM_WORD_MATCH icorrect behavior has been fixed in
mnogosearch extension
Rui Hirokawa [Fri, 2 Aug 2002 06:53:48 +0000 (06:53 +0000)]
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
<changelog@php.net> [Fri, 2 Aug 2002 00:23:21 +0000 (00:23 +0000)]
ChangeLog update
Stefan Roehrich [Thu, 1 Aug 2002 21:12:09 +0000 (21:12 +0000)]
Fixed wrong usage of strncmp.
Brad LaFountain [Thu, 1 Aug 2002 17:34:31 +0000 (17:34 +0000)]
array_pop wasnt setting next index
foobar [Thu, 1 Aug 2002 16:44:47 +0000 (16:44 +0000)]
That was not correct..
foobar [Thu, 1 Aug 2002 16:39:52 +0000 (16:39 +0000)]
Reset index when doing array_pop()
foobar [Thu, 1 Aug 2002 16:39:14 +0000 (16:39 +0000)]
Add test for the index resetting.
Stanislav Malyshev [Thu, 1 Aug 2002 16:07:19 +0000 (16:07 +0000)]
MFZE1
Rasmus Lerdorf [Thu, 1 Aug 2002 15:51:56 +0000 (15:51 +0000)]
Ugh
Dan Kalowsky [Thu, 1 Aug 2002 14:47:48 +0000 (14:47 +0000)]
Adding in some BC for users to imap_get_quota() function
foobar [Thu, 1 Aug 2002 12:33:02 +0000 (12:33 +0000)]
Added tests for array_shift/array_pop.
foobar [Thu, 1 Aug 2002 12:07:15 +0000 (12:07 +0000)]
Nuke compile warning.
foobar [Thu, 1 Aug 2002 12:06:46 +0000 (12:06 +0000)]
- Removed the DOS line endings
- Changed the '//' comment (this is C, not C++) to /* */
# Brad, use some editor which works..
foobar [Thu, 1 Aug 2002 12:02:22 +0000 (12:02 +0000)]
Fix the levels. (php.ini-dist has output_buffering OFF)
foobar [Thu, 1 Aug 2002 11:49:41 +0000 (11:49 +0000)]
Use the constant instead of string for locale type.
Marcus Boerger [Thu, 1 Aug 2002 09:00:30 +0000 (09:00 +0000)]
- free mimetype and statusline early if no longer needed or in deactivation
#not setting them to NULL caused the segfault
Rasmus Lerdorf [Thu, 1 Aug 2002 07:49:53 +0000 (07:49 +0000)]
Need room for the \0 here to avoid an overflow
Brad LaFountain [Thu, 1 Aug 2002 04:38:11 +0000 (04:38 +0000)]
made array_shift re-index like it did before previous fix
<changelog@php.net> [Thu, 1 Aug 2002 00:17:10 +0000 (00:17 +0000)]
ChangeLog update
Jason Greene [Wed, 31 Jul 2002 23:06:53 +0000 (23:06 +0000)]
perhaps this tiem i will get it right
Jason Greene [Wed, 31 Jul 2002 22:49:28 +0000 (22:49 +0000)]
Fix unwrapped entry