Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Begin cleanup, api wise... | Sterling Hughes | 2001-09-04 | 1 | -410/+421 | |
| | ||||||
* | stray tabs | Sterling Hughes | 2001-09-03 | 1 | -3/+3 | |
| | ||||||
* | cleanup sscanf() just a tiny bit, just so it looks like the rest of the code | Sterling Hughes | 2001-09-03 | 1 | -21/+15 | |
| | | | | | in the string.c file. | |||||
* | Fixed buffer overflow issue. | Gavin Sherry | 2001-08-22 | 1 | -5/+12 | |
| | ||||||
* | Changed php_strip_tags() to check if <? was XML code. | Gavin Sherry | 2001-08-22 | 1 | -3/+11 | |
| | ||||||
* | API update | Zeev Suraski | 2001-08-21 | 1 | -1/+2 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -57/+57 | |
| | ||||||
* | Fix some build probs on *bsd | Wez Furlong | 2001-08-10 | 1 | -0/+30 | |
| | ||||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -23/+20 | |
| | ||||||
* | Removed some duplicate code out of addclashes | Jeroen van Wolffelaar | 2001-08-05 | 1 | -8/+3 | |
| | | | | | | | # Not TSRM-safe, I am afraid... @- addcslashes now warns when charlist is invalid. The returned string @ remained the same (Jeroen) | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2001-08-05 | 1 | -3/+5 | |
| | ||||||
* | Error-handling for the second parameter of [l|r]trim | Jeroen van Wolffelaar | 2001-08-05 | 1 | -5/+31 | |
| | ||||||
* | fix possible crash - we should never keep the zval** as they might point | Thies C. Arntzen | 2001-08-04 | 1 | -2/+2 | |
| | | | | | somewhere into the Engine. (there's still a new bug in strtok - hunting;-) | |||||
* | #- Fix silly bug that caused segfault | Jeroen van Wolffelaar | 2001-08-03 | 1 | -3/+3 | |
| | ||||||
* | Un-revert patch | Jeroen van Wolffelaar | 2001-08-03 | 1 | -69/+131 | |
| | ||||||
* | Reverting last patch, segfaults. | Jeroen van Wolffelaar | 2001-08-03 | 1 | -131/+69 | |
| | ||||||
* | - Added new parameter to [l|r]trim, to specify _what_ to trim | Jeroen van Wolffelaar | 2001-08-03 | 1 | -29/+65 | |
| | | | | | | @- Added optional second parameter to trim, chop and ltrim. You can @ now specify which characters to trim (jeroen) | |||||
* | Don't copy the strtok parameter | Sascha Schumann | 2001-08-03 | 1 | -2/+6 | |
| | ||||||
* | Replace our strtok implementation with a binary-safe one which code | Sascha Schumann | 2001-08-03 | 1 | -40/+62 | |
| | | | | | does not cause headaches when reading it. Also happens to be a bit quicker. | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -8/+7 | |
| | ||||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 | |
| | ||||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+0 | |
| | | | | the way | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -10/+5 | |
| | ||||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 | |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | |||||
* | Add optional support for using boyer-moore to str_replace. | Sascha Schumann | 2001-07-20 | 1 | -10/+104 | |
| | ||||||
* | __USE_GNU should not be defined by an application. | Sascha Schumann | 2001-07-09 | 1 | -1/+0 | |
| | ||||||
* | More ifdefs, just in case. | Wez Furlong | 2001-07-05 | 1 | -0/+10 | |
| | ||||||
* | Added loads of #ifdefs; should fix Bug #11889. | Wez Furlong | 2001-07-05 | 1 | -0/+33 | |
| | ||||||
* | Fix build on linux | Jason Greene | 2001-07-05 | 1 | -0/+1 | |
| | | | | | Heads up Wez | |||||
* | (PHP nl_langinfo) Added function when provided by OS | Wez Furlong | 2001-07-04 | 1 | -0/+119 | |
| | | | | | | | | | (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns locale information. (Wez Furlong) # There are a lot of constants used by nl_langinfo; should we do something # along the lines of what we do for syslog? | |||||
* | @added optional suffix removal parameter to basename() (Hartmut) | Hartmut Holzgraefe | 2001-06-23 | 1 | -8/+31 | |
| | | | | | | added optional suffix removal parameter to basename() this makes it more simmilar to the basename command | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+8 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -28/+99 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | Fix proto decription. | Sean Bright | 2001-04-29 | 1 | -2/+1 | |
| | ||||||
* | Really fix bug #10362. | Sean Bright | 2001-04-29 | 1 | -2/+2 | |
| | | | | | | # My previous fix caused a segfault when there were parens in an unallowed # tag :( Thanks Andi. | |||||
* | Fix for bug #10362 | Sean Bright | 2001-04-28 | 1 | -0/+4 | |
| | ||||||
* | @- Fixed crash in pathinfo() | Thies C. Arntzen | 2001-04-13 | 1 | -1/+1 | |
| | ||||||
* | - Fix whitespace | Andi Gutmans | 2001-02-26 | 1 | -6/+6 | |
| | ||||||
* | Fix for bug #9449 to stop infinate loop in wordwrap. | James Moore | 2001-02-26 | 1 | -0/+1 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Safer bin2hex | Stanislav Malyshev | 2001-02-22 | 1 | -1/+2 | |
| | ||||||
* | fixed buffer-overwrite | Thies C. Arntzen | 2001-02-18 | 1 | -1/+1 | |
| | ||||||
* | 0..255 | Thies C. Arntzen | 2001-02-15 | 1 | -1/+1 | |
| | ||||||
* | Fix strip_tags to not strip a lone > character | Rasmus Lerdorf | 2001-02-02 | 1 | -0/+2 | |
| | | | | | @ Fix strip_tags to not strip a lone > character (Rasmus) | |||||
* | @- Improved str_replace() to accept an array for any parameter - similar | Andrei Zmievski | 2001-01-22 | 1 | -30/+142 | |
| | | | | | @ to preg_replace(). (Andrei) | |||||
* | - Fix for bug #8367 (wordwrap not cutting correctly) | Derick Rethans | 2001-01-18 | 1 | -4/+3 | |
| | ||||||
* | Added string comparison function strcoll(). It uses the current locale to | Sean Bright | 2001-01-17 | 1 | -0/+18 | |
| | | | | | | do the comparisons. @- Added localeconv() and strcoll() functions for localization. (Sean) | |||||
* | Added localeconv() function. Operates similarly to localeconv() defined in | Sean Bright | 2001-01-14 | 1 | -0/+150 | |
| | | | | | locale.h. Should work well under non-ZTS as well as ZTS. | |||||
* | added iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -127/+0 | |
| | ||||||
* | WS fix | Sascha Schumann | 2001-01-08 | 1 | -7/+7 | |
| |