#
21903dfc |
| 10-Aug-2002 |
Marcus Boerger |
corrected handling of internal output buffers minor fixs |
Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
5a0c2837 |
| 29-Jun-2002 |
Thies C. Arntzen |
fix leak |
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2 |
|
#
23251ebd |
| 05-May-2002 |
Thies C. Arntzen |
re-add accidentily nuked session_adapt_url() |
#
c8f884fa |
| 05-May-2002 |
Sascha Schumann |
the output buffer is flushed during request shutdown before it reaches our rshutdown, so it is safe to delete the contents of the url rewriter variables here. |
#
9743860d |
| 04-May-2002 |
Sascha Schumann |
simplify handling of variables by maintaining two strings which are simply appended instead of traversing the hash table on each URL/form. also fix an unconditional segfault in rshut
simplify handling of variables by maintaining two strings which are simply appended instead of traversing the hash table on each URL/form. also fix an unconditional segfault in rshutdown due to efree'ing a static char *. remove remove_var, add reset_vars. move the function declarations into the right header file.
show more ...
|
#
2a4dea6c |
| 04-May-2002 |
Sascha Schumann |
include url.h to pull in declaration of php_url_encode |
#
9712a4b3 |
| 03-May-2002 |
Thies C. Arntzen |
@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject @ and remove variables from the URL-Rewriter. (thies) i have also modified the session module to use this - so i
@ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject @ and remove variables from the URL-Rewriter. (thies) i have also modified the session module to use this - so it doesn't need to fiddle with the output-system any more
show more ...
|
Revision tags: php-4.2.1RC1 |
|
#
42158ef7 |
| 28-Apr-2002 |
Thies C. Arntzen |
revert session_set_userdata - diffent patch will come shortly |
#
eb105693 |
| 27-Apr-2002 |
Thies C. Arntzen |
@ - added session_set_userdata() which enables you to specify one variable @ that will be kept in the browser in addition to the session-id. This @ only works when using trans-sid session
@ - added session_set_userdata() which enables you to specify one variable @ that will be kept in the browser in addition to the session-id. This @ only works when using trans-sid sessions (no cookie). (thies)
show more ...
|
#
bc977dd1 |
| 25-Apr-2002 |
jim winstead |
Do not add redundant id attribute. It doesn't make the output any more standards compliant. |
#
4a834dfa |
| 25-Apr-2002 |
Derick Rethans |
- Fix for bug 16810 (XHTML compliance) |
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
5428e463 |
| 26-Mar-2002 |
Sascha Schumann |
If an argument (<tag val=argument..) was not quoted, leave it that way. |
Revision tags: php-4.2.0RC1, help |
|
#
cd5f8608 |
| 04-Mar-2002 |
Sascha Schumann |
Restore use of inline |
#
8b5411b9 |
| 01-Mar-2002 |
Derick Rethans |
- Fix for Sun WorkShop 6 update 2 compiler (Bug #15812) |
#
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 |
|
#
4c69a970 |
| 11-Sep-2001 |
Sascha Schumann |
Remove some unused variables |
#
2bbbec10 |
| 10-Sep-2001 |
Sascha Schumann |
A round of "d'ohs" for me, please. We must not stop scanning after finding a "?", because we need the information regarding the "#". |
#
de963ce9 |
| 09-Sep-2001 |
Sascha Schumann |
Better fix for mark problem |
#
c86c9f52 |
| 09-Sep-2001 |
Sascha Schumann |
Fix mark-handling |
Revision tags: php-4.0.7RC2 |
|
#
b781720b |
| 27-Aug-2001 |
Zeev Suraski |
More fixes and refinements |
#
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. |
#
b8763a6f |
| 25-Aug-2001 |
Zeev Suraski |
Get rid of TRANS_SID - it's always possible to use it now. |
#
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 |