Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 45 | -9882/+0 |
| | |||||
* | sync to libmcve-3.0 | Brad House | 2002-08-06 | 2 | -14/+401 |
| | |||||
* | Keeping function prototype variables the same | Dan Kalowsky | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | datatype inconsistency found by Dan Kalowsky | Marcus Boerger | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | Touch file | Sascha Schumann | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | removed a possible NULL pointer referencing inside an error handler | Harald Radi | 2002-08-05 | 1 | -2/+11 |
| | |||||
* | found a memleak | Harald Radi | 2002-08-05 | 1 | -2/+3 |
| | |||||
* | Removing the imap_popen command... because as Jani puts it "it never worked | Dan Kalowsky | 2002-08-05 | 2 | -225/+11 |
| | | | | | and it never will work" until IMAP servers support this feature. | ||||
* | Made ldap_connect/bind/unbind() use zend_parse_parameters() | Stig Venaas | 2002-08-05 | 1 | -90/+28 |
| | |||||
* | Correct carset if iconv is active | Marcus Boerger | 2002-08-05 | 1 | -2/+16 |
| | | | | | #Same solution would work for mbstring - but that must wait | ||||
* | ws fix | Marcus Boerger | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | -fix one warning | Marcus Boerger | 2002-08-05 | 1 | -4/+19 |
| | | | | | -send Content-Type Header with charset | ||||
* | -New function ob_list_handlers | Marcus Boerger | 2002-08-05 | 1 | -0/+1 |
| | | | | | | @- Added ob_list_handlers() which returns an array of all active output @ handlers. (marcus) | ||||
* | need to export var_replace and var_destroy for win32 | Shane Caraveo | 2002-08-04 | 3 | -6/+6 |
| | |||||
* | move html_entities.c to proper place | Marcus Boerger | 2002-08-04 | 1 | -1/+4 |
| | | | | | #nice to have snaps.php.net | ||||
* | -Send charset US-ASCII or ini setting default_charset. | Marcus Boerger | 2002-08-04 | 1 | -2/+8 |
| | | | | | | #After some discussion with Ilia Alshanetsky #But perhaps we should have a look for a mbstring solution... | ||||
* | Add PHP_MINFO_* | foobar | 2002-08-04 | 2 | -4/+18 |
| | |||||
* | -Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCII | Marcus Boerger | 2002-08-04 | 1 | -3/+6 |
| | | | | | -Full list of ASCII aliases | ||||
* | -Fix warnings (fixed all?) | Marcus Boerger | 2002-08-04 | 2 | -5/+5 |
| | |||||
* | ups.. :) | Georg Richter | 2002-08-04 | 1 | -1/+1 |
| | |||||
* | - a small fix to mnogosearch extension (affecting UDM_BROWSER_CHARSET) | Sergey Kartashoff | 2002-08-04 | 1 | -1/+1 |
| | |||||
* | added meta tag (w3c compliance) | Georg Richter | 2002-08-04 | 1 | -1/+1 |
| | | | | | Thx to Ilia Alshanetsky (ilia@prohost.org) | ||||
* | -Add new file to windows build | Marcus Boerger | 2002-08-04 | 1 | -0/+2 |
| | |||||
* | -New encoding/decoding HTML-ENTITIES. | Marcus Boerger | 2002-08-04 | 5 | -1/+572 |
| | | | | | | | | | #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) | ||||
* | -Allow double quotes for encoding lists (if used in ini for example) | Marcus Boerger | 2002-08-04 | 1 | -3/+34 |
| | | | | | | | | -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) | ||||
* | Close pipes to avoid deadlock. | James E. Flemer | 2002-08-03 | 1 | -0/+6 |
| | | | | | Submitted By: Melvyn Sopacua <msopacua@idg.nl> | ||||
* | Cleaning up the imap_get_quotaroot return array to remove useless data | Dan Kalowsky | 2002-08-03 | 1 | -19/+0 |
| | |||||
* | # mnogosearch example fix | Sergey Kartashoff | 2002-08-03 | 1 | -1/+13 |
| | |||||
* | - UDM_PARAM_STORED mnogosearch parameter has been added to set | Sergey Kartashoff | 2002-08-03 | 2 | -3/+13 |
| | | | | | stored address. | ||||
* | - Fix build on Windows. Also please don't use Java style opening function | Andi Gutmans | 2002-08-03 | 2 | -2/+3 |
| | | | | | - bracket indentation. | ||||
* | - An Udm_Make_Excerpt function has been added to mnogosearch extension | Sergey Kartashoff | 2002-08-03 | 3 | -1/+59 |
| | | | | | to support excerpts while using with mnogosearch-3.2.5 or later. | ||||
* | one last fix for array_shift | Brad LaFountain | 2002-08-03 | 1 | -0/+1 |
| | |||||
* | Fix typo in #if. Bug #17538. | James E. Flemer | 2002-08-02 | 1 | -1/+1 |
| | |||||
* | -use const to clarify code | Marcus Boerger | 2002-08-02 | 5 | -273/+297 |
| | | | | | -fix tsrmls build (therefore rfc1867.c) | ||||
* | added money_format() function | Hartmut Holzgraefe | 2002-08-02 | 4 | -1/+31 |
| | | | | | | | 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() | ||||
* | - UDM_PARAM_WORD_MATCH icorrect behavior has been fixed in | Sergey Kartashoff | 2002-08-02 | 1 | -2/+0 |
| | | | | | mnogosearch extension | ||||
* | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 3 | -21/+35 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | array_pop wasnt setting next index | Brad LaFountain | 2002-08-01 | 1 | -13/+10 |
| | |||||
* | That was not correct.. | foobar | 2002-08-01 | 1 | -3/+0 |
| | |||||
* | Reset index when doing array_pop() | foobar | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | Add test for the index resetting. | foobar | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | Ugh | Rasmus Lerdorf | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | Adding in some BC for users to imap_get_quota() function | Dan Kalowsky | 2002-08-01 | 1 | -0/+6 |
| | |||||
* | Added tests for array_shift/array_pop. | foobar | 2002-08-01 | 2 | -0/+96 |
| | |||||
* | Nuke compile warning. | foobar | 2002-08-01 | 1 | -1/+2 |
| | |||||
* | - Removed the DOS line endings | foobar | 2002-08-01 | 1 | -1/+1 |
| | | | | | | - Changed the '//' comment (this is C, not C++) to /* */ # Brad, use some editor which works.. | ||||
* | made array_shift re-index like it did before previous fix | Brad LaFountain | 2002-08-01 | 1 | -6/+21 |
| | |||||
* | add support for the curl dns cache | Sterling Hughes | 2002-07-31 | 1 | -222/+228 |
| | |||||
* | -fix warnings in windows build | Marcus Boerger | 2002-07-31 | 1 | -11/+11 |
| | |||||
* | Fix crash | Zeev Suraski | 2002-07-31 | 1 | -1/+1 |
| |