#
cebb0f76 |
| 03-Oct-2002 |
Andrey Hristov |
ws fixes.
|
#
9b517c4b |
| 03-Oct-2002 |
Derick Rethans |
- Revert changed to implicit_flush behavior. The new behavior was not intended in the first place.
|
#
b0fcd612 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Fixed broken higlight_string()
|
#
66a50c53 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added ob_flush_all() that flushes bufferred contents until it actually sent/printed. @ Added ob_flush_all() that flushes all buffers. (Yasuo)
|
#
bd177ce7 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Added ob_get_clean() and ob_get_flush(). Someone requested this feature before. @ Added ob_get_clean() and og_get_flush(). (Yasuo)
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
03322478 |
| 30-Sep-2002 |
Jon Parise |
@ - Added getopt() for parsing command line options and arguments. (Jon)
|
#
76947703 |
| 28-Sep-2002 |
Wez Furlong |
Rename streams functions to fit with naming conventions, adding aliases for old functions where required. Make use of recent changes to chunk size and timeout setting code.
|
#
315e0a59 |
| 27-Sep-2002 |
Wez Furlong |
Implement stream_select() which works just like socket_select, but only on streams. @ - Added stream_select() which works like socket_select but only works on @ streams returned by fope
Implement stream_select() which works just like socket_select, but only on streams. @ - Added stream_select() which works like socket_select but only works on @ streams returned by fopen(), fsockopen() and pfsockopen(). (Wez)
show more ...
|
#
3a67c677 |
| 26-Sep-2002 |
Wez Furlong |
Rename file_get_wrapper_data -> file_get_meta_data. It now always returns useful information for all streams. Unified that data with socket_get_status and made socket_get_status an alias
Rename file_get_wrapper_data -> file_get_meta_data. It now always returns useful information for all streams. Unified that data with socket_get_status and made socket_get_status an alias for file_get_meta_data. Fix Location header following which was broken in this commit: http://cvs.php.net/diff.php/php4/ext/standard/http_fopen_wrapper.c?r1=1.41&r2=1.42&ty=h
show more ...
|
#
fc46a46b |
| 25-Sep-2002 |
Andrey Hristov |
str_shuffle() function added. Like shuffle() for arrays - however the algorithm for creating the permutation is quite simple. More like the implementation of shuffle() for 4.2.1 .
|
#
696e0a23 |
| 25-Sep-2002 |
Wez Furlong |
Implement persistent streams. (for pfsockopen). Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c
|
#
5f1bffe0 |
| 24-Sep-2002 |
Zeev Suraski |
Fix indirection
|
#
35d29fb6 |
| 23-Sep-2002 |
Wez Furlong |
basic_functions.c
|
#
a920f004 |
| 21-Sep-2002 |
Andrey Hristov |
New function added - array_intersect_assoc() similar to array_intersect() but the keys are also used in the comparison. So the result is a subset of the result of array_intersect(). Test
New function added - array_intersect_assoc() similar to array_intersect() but the keys are also used in the comparison. So the result is a subset of the result of array_intersect(). Test will be committed too.
show more ...
|
#
aaf8d48f |
| 19-Sep-2002 |
Zeev Suraski |
Fix the last part of bug #13982 (ignore_user_abort() settings were 'leaking' between requests)
|
#
c5d4be21 |
| 17-Sep-2002 |
Hartmut Holzgraefe |
stupid lino-typo .... :(
|
#
0c7d9c37 |
| 17-Sep-2002 |
Hartmut Holzgraefe |
headers_sent() may now return information about where output started using the optional $file and $line reference parameters
|
#
afdfe38e |
| 11-Sep-2002 |
Andrey Hristov |
New function added : array_diff_assoc() . Like array_diff() but does additional checks on key values. Test script will be added too. #My first patch . it feels strange :)
|
Revision tags: RELEASE_0_91 |
|
#
97a601fc |
| 09-Sep-2002 |
Anantha Kesari H Y |
NetWare related changes/modifications
|
#
ec4a3fa6 |
| 08-Sep-2002 |
Stefan Esser |
Added EXPERIMENTAL ftps fopen wrapper. For now this leaks the control connection stream because you cannot close the control connection in ssl mode before you read the data.
|
Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
3e867bfd |
| 05-Sep-2002 |
Anantha Kesari H Y |
NetWare related additions/modifications
|
#
63922169 |
| 03-Sep-2002 |
foobar |
Use zend_ini_string instead of the 'alias'.
|
Revision tags: php-4.2.3RC2 |
|
#
f0b492b8 |
| 26-Aug-2002 |
Marcus Boerger |
fix proto and tweak error message
|
#
ba409639 |
| 25-Aug-2002 |
Marcus Boerger |
improoved error messages
|
#
149ad05b |
| 24-Aug-2002 |
Marcus Boerger |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de
|