Revision tags: php-5.0.0b3RC1 |
|
#
cb0fe578 |
| 14-Dec-2003 |
Zeev Suraski |
Cleanup
|
#
40a57344 |
| 04-Dec-2003 |
Wez Furlong |
Work around a bug in putenv() in the VS.Net C run time library (MSVCRT71) where it will double free a string.
|
#
37f135ce |
| 29-Nov-2003 |
Wez Furlong |
Add stream_socket_sendto and stream_socket_recvfrom which work very much like sendto() and recvfrom() syscalls.
|
#
b03d3fa5 |
| 24-Nov-2003 |
Ilia Alshanetsky |
Added php_strip_whitespace() and php_check_syntax() functions.
|
#
0101c278 |
| 19-Nov-2003 |
Sara Golemon |
New function: headers_list(). Ennumerate headers sent to SAPI engine
|
#
c53b53f9 |
| 14-Nov-2003 |
Ilia Alshanetsky |
Rename nanosleep() to time_nanosleep().
|
#
127ed194 |
| 12-Nov-2003 |
Ilia Alshanetsky |
Added configure check for nanosleep() availability.
|
#
3691ab69 |
| 12-Nov-2003 |
Ilia Alshanetsky |
Added nanosleep(), in addition to allowing setting of very short states. This function is signal safe.
|
#
7fe481c9 |
| 10-Nov-2003 |
Ilia Alshanetsky |
Fixed bug #26176 (Fixed handling of numeric keys in INI files).
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
ab7ee136 |
| 30-Oct-2003 |
Ilia Alshanetsky |
Added substr_compare().
|
#
8f6b374d |
| 28-Oct-2003 |
Ilia Alshanetsky |
By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).
|
#
17b9b2dc |
| 27-Oct-2003 |
Ilia Alshanetsky |
Added uuencode() & uudecode() functions.
|
Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
26f7af25 |
| 20-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25895 (Incorrect detection of safe_mode limited ini options)
|
#
e5103d76 |
| 19-Oct-2003 |
Shane Caraveo |
make file uri's work with streams
|
#
54d17696 |
| 15-Oct-2003 |
Wez Furlong |
MFB Fix for #25825
|
#
638b9403 |
| 09-Oct-2003 |
Andrey Hristov |
New array functions for doing intersection of arrays that are complementary to array_*diff* family of functions. Namely array_uintersect(), array_uintersect_assoc(), array_intersect_uassoc()
New array functions for doing intersection of arrays that are complementary to array_*diff* family of functions. Namely array_uintersect(), array_uintersect_assoc(), array_intersect_uassoc() and array_uintersect_uassoc(). Test case is also included. #docs and news entry later.
show more ...
|
#
628afb40 |
| 08-Oct-2003 |
Wez Furlong |
Implement stream_get_contents, which is somewhat akin to file_get_contents, except that it works on an already opened stream.
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2 |
|
#
e2166950 |
| 30-Sep-2003 |
Stanislav Malyshev |
MF4: allow realpath() for win32 non-ZTS
|
Revision tags: php-4.3.4RC1 |
|
#
3579f212 |
| 23-Sep-2003 |
Andrey Hristov |
4 new functions : array_udiff() array_udiff_assoc() array_diff_uassoc() array_udiff_uassoc() They work like array_diff() or array_diff_assoc() but callback function(s) can be
4 new functions : array_udiff() array_udiff_assoc() array_diff_uassoc() array_udiff_uassoc() They work like array_diff() or array_diff_assoc() but callback function(s) can be used to perform the comparisons. For example array_udiff_uassoc() expects 2 callbacks are last 2 parameters one is used to compare the values of the entries in the arrays the second to compare the keys. Class methods are also valid callbacks. Even when the data that should be used in the comparison is private or protected then a static method of a class should be used (this behaviour can be seen in the regression test - 007.phpt).
show more ...
|
Revision tags: RELEASE_0_7 |
|
#
e6fbb7ba |
| 06-Sep-2003 |
Sara Golemon |
http.h php_http,h rename
|
#
0be65c49 |
| 06-Sep-2003 |
Sara Golemon |
Introducing php_url_encode_hash_ex() internal function and http_build_query() userspace function.
|
#
3d6426ee |
| 02-Sep-2003 |
Ard Biesheuvel |
Fix use of EXTERN_C macros
|
#
367880b2 |
| 28-Aug-2003 |
Andrey Hristov |
proto fix
|
Revision tags: php-4.3.3 |
|
#
d50e0bf4 |
| 20-Aug-2003 |
Brian France |
Added a parameter to php_setcookie to toggle URL encoding of the cookie data Added the function setrawcookie that turns off URL encoding of the cookie data Changed setcookie to turn on the UR
Added a parameter to php_setcookie to toggle URL encoding of the cookie data Added the function setrawcookie that turns off URL encoding of the cookie data Changed setcookie to turn on the URL encoding of the cookie data
show more ...
|
Revision tags: php-4.3.3RC4 |
|
#
ebec2bb8 |
| 11-Aug-2003 |
foobar |
Moved the RINIT(crypt) stuff into crypt() itself.
|