History log of /PHP-5.4/ext/standard/url.c (Results 126 – 138 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# cf0868fe 30-Oct-1999 Rasmus Lerdorf

Clean up regex header file mess. php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from

Clean up regex header file mess. php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from including the wrong versions
of regex header files.

show more ...


# 578c6035 19-Oct-1999 Thies C. Arntzen

(parse_url) fix for #2569: parse_url('-') crashes
@- Fixed parse_url('-') crash. (Thies)


# 2fa5e6dd 29-Sep-1999 Andrey Hristov

Fix for my fix.


Revision tags: PRE_FETCH_READ_PATCH
# 7665e9ef 27-Sep-1999 Andrey Hristov

Fix for bug #2199. Redirect was returning http:// which resulted in a crash.


Revision tags: before-sapi-split
# 7a1fff14 24-Sep-1999 Sascha Schumann

Use new Zend API.


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH, php-4.0b2
# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 5fa68825 22-Jun-1999 Thies C. Arntzen

urlencode and decode return an empty-string if the input-string is empty (matches php3 behaviour "more" closly)
Please read my previous mail and comment!


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 39691bed 16-May-1999 Sascha Schumann

conv_proto *.[ch]


# 0b771325 11-May-1999 Zeev Suraski

* Get Apache to work. POST doesn't work yet.
* There are now -I directives for the absolute path of php4, php4/libzend and the builddir for
the Apache module, so we can #include any php/Ze

* Get Apache to work. POST doesn't work yet.
* There are now -I directives for the absolute path of php4, php4/libzend and the builddir for
the Apache module, so we can #include any php/Zend header.
* Rename config.h to php_config.h

show more ...


# 0818d96c 24-Apr-1999 Zeev Suraski

A lot of cleanups... Removed old thread-safe code and other redundant code and files


# 6f7c0ede 23-Apr-1999 Zeev Suraski

Remove tls.[ch]


# 257de2ba 17-Apr-1999 Stig Bakken

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extensio

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

show more ...


123456