Revision tags: php4, php-4.0.7RC3 |
|
#
be52d66f |
| 27-Sep-2001 |
Derick Rethans |
- Fix crashbug in php_chunk_split()
|
#
7e42c73a |
| 27-Sep-2001 |
Zeev Suraski |
Another leak bites the dust?
|
#
51e2a6b8 |
| 26-Sep-2001 |
Derick Rethans |
- nl2br now handles different styles of line endings in one string. (Patch by Boian Bonev <boian@bonev.com>) @- nl2br now handles all styles of line-endings in one string. (Boian, @ De
- nl2br now handles different styles of line endings in one string. (Patch by Boian Bonev <boian@bonev.com>) @- nl2br now handles all styles of line-endings in one string. (Boian, @ Derick)
show more ...
|
Revision tags: POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now...
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
f1ce7dac |
| 24-Sep-2001 |
Derick Rethans |
- Fix crash bug (patch by <chocolateboy@lunomail.com>)
|
#
f61dfce3 |
| 23-Sep-2001 |
Jeroen van Wolffelaar |
Make chop the alias and rtrim the main function, in order to get automagically generated alias-listings correct.
|
#
03f74067 |
| 21-Sep-2001 |
Hartmut Holzgraefe |
proto fixes "double" -> "float"
|
#
0a867716 |
| 21-Sep-2001 |
Sascha Schumann |
don't use boyer_str_to_str. It is experimental
|
#
e929389e |
| 13-Sep-2001 |
Thies C. Arntzen |
fix strtr() when called with two parameters. this has been broken for some time! guys, when "optimizing" functions you _shoudl_ write a testcase for the working function and make _sure_ that
fix strtr() when called with two parameters. this has been broken for some time! guys, when "optimizing" functions you _shoudl_ write a testcase for the working function and make _sure_ that it works afterwards!
show more ...
|
#
61d4f7fe |
| 09-Sep-2001 |
Derick Rethans |
- Really fix nl2br now... it's actaulyl faster now
|
#
176cd90b |
| 09-Sep-2001 |
Derick Rethans |
- Fix for bug 11904 #- This is possibly not the best solution... feel free to improve
|
Revision tags: php-4.0.7RC2 |
|
#
25d4500a |
| 06-Sep-2001 |
Sterling Hughes |
I should really learn how to spell
|
#
b7ba9e00 |
| 06-Sep-2001 |
Sterling Hughes |
avoid lowercasing the string
|
#
03fbbb09 |
| 04-Sep-2001 |
Egon Schmid |
Fixed some protos.
|
#
38cacba1 |
| 04-Sep-2001 |
Sterling Hughes |
Thanks sebastian # I really like this whole qa team thingy
|
#
536c9696 |
| 04-Sep-2001 |
Sterling Hughes |
update php_trim as well...
|
#
c661449e |
| 04-Sep-2001 |
Sterling Hughes |
fix crash bug
|
#
e55315a3 |
| 04-Sep-2001 |
Sterling Hughes |
tabs -> spaces
|
#
fe03f6f4 |
| 04-Sep-2001 |
Sterling Hughes |
Begin cleanup, api wise...
|
#
f6d73d73 |
| 03-Sep-2001 |
Sterling Hughes |
stray tabs
|
#
f14ada19 |
| 03-Sep-2001 |
Sterling Hughes |
cleanup sscanf() just a tiny bit, just so it looks like the rest of the code in the string.c file.
|
#
bd4150ed |
| 22-Aug-2001 |
Gavin Sherry |
Fixed buffer overflow issue.
|
#
ff7a694e |
| 22-Aug-2001 |
Gavin Sherry |
Changed php_strip_tags() to check if <? was XML code.
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update
|