| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix crashbug in php_chunk_split() | Derick Rethans | 2001-09-27 | 1 | -1/+1 |
| | | |||||
| * | Another leak bites the dust? | Zeev Suraski | 2001-09-27 | 1 | -2/+2 |
| | | |||||
| * | - nl2br now handles different styles of line endings in one string. (Patch | Derick Rethans | 2001-09-26 | 1 | -21/+93 |
| | | | | | | | | by Boian Bonev <boian@bonev.com>) @- nl2br now handles all styles of line-endings in one string. (Boian, @ Derick) | ||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | | | I've got pretty much everything now... | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -62/+62 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | - Fix crash bug (patch by <chocolateboy@lunomail.com>) | Derick Rethans | 2001-09-24 | 1 | -0/+5 |
| | | |||||
| * | Make chop the alias and rtrim the main function, in order to get automagically | Jeroen van Wolffelaar | 2001-09-23 | 1 | -4/+4 |
| | | | | | | generated alias-listings correct. | ||||
| * | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -1/+1 |
| | | |||||
| * | don't use boyer_str_to_str. It is experimental | Sascha Schumann | 2001-09-21 | 1 | -1/+1 |
| | | |||||
| * | fix strtr() when called with two parameters. this has been broken for some time! | Thies C. Arntzen | 2001-09-13 | 1 | -1/+1 |
| | | | | | | | guys, when "optimizing" functions you _shoudl_ write a testcase for the working function and make _sure_ that it works afterwards! | ||||
| * | - Really fix nl2br now... it's actaulyl faster now | Derick Rethans | 2001-09-09 | 1 | -13/+15 |
| | | |||||
| * | - Fix for bug 11904 | Derick Rethans | 2001-09-09 | 1 | -2/+15 |
| | | | | | | #- This is possibly not the best solution... feel free to improve | ||||
| * | I should really learn how to spell | Sterling Hughes | 2001-09-06 | 1 | -2/+2 |
| | | |||||
| * | avoid lowercasing the string | Sterling Hughes | 2001-09-06 | 1 | -0/+4 |
| | | |||||
| * | Fixed some protos. | Egon Schmid | 2001-09-04 | 1 | -42/+42 |
| | | |||||
| * | Thanks sebastian | Sterling Hughes | 2001-09-04 | 1 | -1/+1 |
| | | | | | | # I really like this whole qa team thingy | ||||
| * | update php_trim as well... | Sterling Hughes | 2001-09-04 | 1 | -1/+1 |
| | | |||||
| * | fix crash bug | Sterling Hughes | 2001-09-04 | 1 | -7/+7 |
| | | |||||
| * | tabs -> spaces | Sterling Hughes | 2001-09-04 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
