Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2 |
|
#
d697a558 |
| 26-Aug-2001 |
Zeev Suraski |
Fix my session updates. trans_sid handling will no longer slow down performance unless a session is actually in use.
|
#
13ff1832 |
| 25-Aug-2001 |
Zeev Suraski |
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular
Move the trans-sid mechanism to use the output buffering mechanism. Advantages: - Would work with the output buffering mechanism in general, and with output compression in particular - Should yield better performance (untested as of yet)
show more ...
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
480ffb3d |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
ef13ab57 |
| 04-Jul-2001 |
Sascha Schumann |
Improve url scanner speed (up to 40% for large chunks of data) and handle some corner cases better. The scanner has been changed to the format as proposed in "RE2C - A More Versatile Scanner
Improve url scanner speed (up to 40% for large chunks of data) and handle some corner cases better. The scanner has been changed to the format as proposed in "RE2C - A More Versatile Scanner Generator" by Cowan et al.
show more ...
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
c57830c1 |
| 26-Oct-2000 |
Sascha Schumann |
Reinstantiate single quotes properly. Add url_adapt_single_url() API which modifies a single URL. Might be used to modify the Location: URL.
|
#
1c85ad02 |
| 16-Oct-2000 |
Sascha Schumann |
Enable users to set the HTML tags to rewrite through a configuration directive
|
#
82d199b6 |
| 12-Oct-2000 |
Sascha Schumann |
Move structure definition into its own file, so that public header files don't need to include the complete source code.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
16d7cb88 |
| 20-Sep-2000 |
Sascha Schumann |
Remove this pseudo optimization from the previous rewrite. Since we leave/enter the loop more often, the cost of maintaining c_arg/c_val is higher than simply copying the tag/arg string
Remove this pseudo optimization from the previous rewrite. Since we leave/enter the loop more often, the cost of maintaining c_arg/c_val is higher than simply copying the tag/arg string once.
show more ...
|
#
f27f790f |
| 20-Sep-2000 |
Sascha Schumann |
Another 5%-10% speed increase achieved by - making ctx->val read-only - adding a special appendc function for appending single characters
|
#
cd9ab22f |
| 20-Sep-2000 |
Sascha Schumann |
Rename prototype to currently used name. These stupid names will go away once the transition periode ends.
|
#
a2dc8a2f |
| 20-Sep-2000 |
Sascha Schumann |
2nd Rewrite of the main scanner engine. This version is cleaner and faster. It handles the following tags currently: <FRAME .. SRC=URL ..> <INPUT .. TYPE=IMAGE SRC=URL ..> <
2nd Rewrite of the main scanner engine. This version is cleaner and faster. It handles the following tags currently: <FRAME .. SRC=URL ..> <INPUT .. TYPE=IMAGE SRC=URL ..> <A .. HREF=URL ..> <AREA .. HREF=URL ..> <IMG .. SRC=URL ..> Additional ones can be added within seconds. The support for HTML forms has been significantly improved. The scanner will now add proper Hidden Fields for the Session ID.
show more ...
|
#
cc53ad51 |
| 19-Sep-2000 |
Sascha Schumann |
Reduce the amount of copying in the mainloop. We copy tag/arg only, if we need to preserve them for a new loop iteration (after we leave mainloop). Otherwise, we can just let them point to th
Reduce the amount of copying in the mainloop. We copy tag/arg only, if we need to preserve them for a new loop iteration (after we leave mainloop). Otherwise, we can just let them point to the work area.
show more ...
|
#
4b3fb7b0 |
| 19-Sep-2000 |
Sascha Schumann |
Add new URL scanner. This version is up to 20% faster. It will be enabled by default once I'm sure that it works in every case. To enable it, apply s/url_adapt_ext/url_adapt_ext_ex/ to s
Add new URL scanner. This version is up to 20% faster. It will be enabled by default once I'm sure that it works in every case. To enable it, apply s/url_adapt_ext/url_adapt_ext_ex/ to session.c
show more ...
|