| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Small fix | Andi Gutmans | 2002-08-03 | 1 | -1/+1 |
| | | |||||
| * | - Fix build on Windows. Also please don't use Java style opening function | Andi Gutmans | 2002-08-03 | 2 | -2/+3 |
| | | | | | | - bracket indentation. | ||||
| * | MFZE1 | Zeev Suraski | 2002-08-03 | 1 | -0/+4 |
| | | |||||
| * | - 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 |
| | | |||||
| * | ChangeLog update | 2002-08-03 | 1 | -0/+44 | |
| | | |||||
| * | 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 | 6 | -275/+299 |
| | | | | | | -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 | 10 | -35/+62 |
| | | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
| * | ChangeLog update | 2002-08-02 | 2 | -0/+73 | |
| | | |||||
| * | Fixed wrong usage of strncmp. | Stefan Roehrich | 2002-08-01 | 1 | -4/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | MFZE1 | Stanislav Malyshev | 2002-08-01 | 2 | -3/+7 |
| | | |||||
| * | 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.. | ||||
| * | Fix the levels. (php.ini-dist has output_buffering OFF) | foobar | 2002-08-01 | 1 | -1/+1 |
| | | |||||
| * | Use the constant instead of string for locale type. | foobar | 2002-08-01 | 1 | -3/+4 |
| | | |||||
| * | - free mimetype and statusline early if no longer needed or in deactivation | Marcus Boerger | 2002-08-01 | 1 | -11/+13 |
| | | | | | | #not setting them to NULL caused the segfault | ||||
| * | Need room for the \0 here to avoid an overflow | Rasmus Lerdorf | 2002-08-01 | 1 | -1/+1 |
| | | |||||
| * | made array_shift re-index like it did before previous fix | Brad LaFountain | 2002-08-01 | 1 | -6/+21 |
| | | |||||
| * | ChangeLog update | 2002-08-01 | 1 | -0/+43 | |
| | | |||||
| * | perhaps this tiem i will get it right | Jason Greene | 2002-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fix unwrapped entry | Jason Greene | 2002-07-31 | 1 | -1/+2 |
| | | |||||
| * | Fix my broken entry | Jason Greene | 2002-07-31 | 1 | -2/+10 |
| | | |||||
| * | 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 |
| | | |||||
| * | -problem with CLI/mbstring/output buffering | Marcus Boerger | 2002-07-31 | 1 | -8/+14 |
| | | |||||
| * | Fix for non-mbstring builds. Bad Yasuo! :) | Zeev Suraski | 2002-07-31 | 1 | -3/+2 |
| | | |||||
| * | Fix crash | Zeev Suraski | 2002-07-31 | 1 | -1/+1 |
| | | |||||
| * | WS | Dan Kalowsky | 2002-07-31 | 1 | -5/+5 |
| | | |||||
| * | Just adding in an error check that seems to work here well. | Dan Kalowsky | 2002-07-31 | 1 | -0/+5 |
| | | |||||
| * | Reverted the patch..it breaks the original behaviour of at least array_shift. | foobar | 2002-07-31 | 1 | -4/+5 |
| | | |||||
| * | removing the useless +1's on sizeof() and adding the mail_parameter for the | Dan Kalowsky | 2002-07-31 | 2 | -12/+8 |
| | | | | | | getquot inside the imap_get_quotaroot function. thank Jani. | ||||
| * | NEWS update | 2002-07-31 | 1 | -0/+2 | |
| | | |||||
| * | ChangeLog update | 2002-07-31 | 2 | -0/+69 | |
| | | |||||
| * | fixes a typo in the word "limit", adds the null character to the strlen, | Dan Kalowsky | 2002-07-30 | 1 | -13/+15 |
| | | | | | | | and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper". | ||||
| * | fixed bugs 16063 and 16068 | Brad LaFountain | 2002-07-30 | 1 | -5/+4 |
| | | | | | | increased preformance of array_pop and array_shift | ||||
| * | MFZE1 global declare | Jason Greene | 2002-07-30 | 3 | -2/+7 |
| | | |||||
| * | Fix segfault | Jason Greene | 2002-07-30 | 1 | -1/+1 |
| | | |||||
| * | ftp_close returns now TRUE on success and FALSE on failure. | Stefan Esser | 2002-07-30 | 1 | -1/+1 |
| | | |||||
| * | Commiting Steph@php.net's patch to re-enable touch on Win32 machines | Dan Kalowsky | 2002-07-30 | 1 | -2/+0 |
| | | |||||
| * | Add --skel=dir option to ext_skel (patch from David Viner) | Rasmus Lerdorf | 2002-07-30 | 1 | -11/+21 |
| | | |||||
