History log of /PHP-7.2/ext/standard/url_scanner_ex.re (Results 76 – 100 of 141)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dfb0d70b 11-Mar-2003 Sascha Schumann

reverting jani's non-sense commits


# 7a1ecedf 10-Mar-2003 foobar

64bit issue fixed


Revision tags: php-4.3.1
# e1802d72 12-Feb-2003 Ilia Alshanetsky

Fixed bug #22048 (incorrect insertion of session id when tabs are used to
separate tag elements).


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix, php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# aa9bb5ae 30-Sep-2002 Sascha Schumann

Fix my stupid mistake which broke <form> handling


# 41c0b437 25-Sep-2002 Sascha Schumann

Allow - as part of an attribute

PR: #19573


# 7af64ef5 25-Sep-2002 Sascha Schumann

Fix #13472 by making it possible to append the <input> stuff after
<fieldset> for xhtml compliance.


# 3cadecec 25-Sep-2002 Sascha Schumann

Allow malformed HTML such as

<a onClick=window.open("/hardware/somevar.php?hinfoid=","chgti") ..>

where ["'] are part of the attribute value.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 7bd7e14e 20-Aug-2002 Marcus Boerger

Changed handling of output buffer sizes.
#.c to follow


# 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


123456