Revision tags: php-4.2.3RC1 |
|
#
5a5e206e |
| 24-Aug-2002 |
Zeev Suraski |
Fix import_request_variables()
|
#
9d348ea8 |
| 20-Aug-2002 |
Wez Furlong |
Implement filter API for streams. Filters can be stacked onto a stream; more details will follow in docs and on php-dev. Implement "string.rot13" filter Allows the foll
Implement filter API for streams. Filters can be stacked onto a stream; more details will follow in docs and on php-dev. Implement "string.rot13" filter Allows the following script: $fp = fopen("file.txt", "r"); stream_filter_prepend($fp, "string.rot13"); // File contents will be subject to a rot13 transformation before // being output. fpassthru($fp); fclose($fp);
show more ...
|
#
88c1d898 |
| 16-Aug-2002 |
Sterling Hughes |
clean this up a bit
|
#
b284497e |
| 16-Aug-2002 |
Ilia Alshanetsky |
Added safe_mode & open_basedir check when a user is chaning ini options that specify file system paths. Fixes bug #17168.
|
#
f50df31d |
| 13-Aug-2002 |
Rasmus Lerdorf |
bool not boolean
|
#
fc1ef270 |
| 12-Aug-2002 |
Wez Furlong |
Implement curl based wrappers. Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL fo
Implement curl based wrappers. Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL for url streams Not for production use... This enables http, https, ftp and ldap protocols as streams.
show more ...
|
Revision tags: dev |
|
#
fd26a5c0 |
| 05-Aug-2002 |
Marcus Boerger |
-New function ob_list_handlers @- Added ob_list_handlers() which returns an array of all active output @ handlers. (marcus)
|
#
e5fa36ee |
| 02-Aug-2002 |
Hartmut Holzgraefe |
added money_format() function this is similar to C-libs strfmon(), using the same format string semantics but a different function prototype, so i decided to give it a more speaking name
added money_format() function this is similar to C-libs strfmon(), using the same format string semantics but a different function prototype, so i decided to give it a more speaking name similar to number_format()
show more ...
|
#
bffe4cf2 |
| 28-Jul-2002 |
Stefan Esser |
Added sha1, sha1_file functions.
|
#
b7cc9f74 |
| 25-Jul-2002 |
Derick Rethans |
- Added parameter to print_r which returns the variable representation instead of echoing it. @- Added parameter to print_r which returns the variable representation @ instead of echoi
- Added parameter to print_r which returns the variable representation instead of echoing it. @- Added parameter to print_r which returns the variable representation @ instead of echoing it. (Derick)
show more ...
|
Revision tags: php-4.2.2 |
|
#
9b68acb7 |
| 16-Jul-2002 |
Jason Greene |
@Fixed infinite recursion crash bug in ticks (Jason) Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the followin
@Fixed infinite recursion crash bug in ticks (Jason) Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: <?php register_tick_function(a); declare(ticks=1) { function a() { print "blah\n"; } ; ; ; ; } ?>
show more ...
|
#
d907b2d5 |
| 10-Jul-2002 |
Jason Greene |
@Fixed socket_set_timeout on win32 (Jason, Edin, Jani)
|
#
728f2de4 |
| 08-Jul-2002 |
Derick Rethans |
Unify error messages
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
c73733c5 |
| 03-Jul-2002 |
Derick Rethans |
- Fix windows build #- I could not test this, please try!
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
cccc4e3c |
| 24-Jun-2002 |
Marcus Boerger |
register IMAGETYPE_<xxx> constants in image.c as they are needed there.
|
#
1f56d4ba |
| 23-Jun-2002 |
Marcus Boerger |
-imagetype2mimetype renamed to image_type_to_mime_type
|
#
c8f1529d |
| 22-Jun-2002 |
Marcus Boerger |
@GetImageSize now returns additional index 'MimeType' and new function @imagetype2mimetype to convert php imagetypes to mime-types. (Marcus) #the reason why i export php_imagetype2mimetype is
@GetImageSize now returns additional index 'MimeType' and new function @imagetype2mimetype to convert php imagetypes to mime-types. (Marcus) #the reason why i export php_imagetype2mimetype is that i use that for #exif, too. Followup example will explain why.
show more ...
|
Revision tags: php-4.3.0dev, php5_5_0 |
|
#
01dff4d9 |
| 12-Jun-2002 |
foobar |
- Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.
|
Revision tags: 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 |
|
#
465b2d54 |
| 11-May-2002 |
Rasmus Lerdorf |
Another safe-mode fix. parse_ini_file() did not check @ safe-mode fix for parse_ini_file() (Rasmus)
|
#
9cbcc9b8 |
| 11-May-2002 |
Rasmus Lerdorf |
show_source() safe-mode fix @ show_source() was evading safe-mode - fixed (Rasmus)
|
Revision tags: php-4.2.1RC2 |
|
#
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 ...
|
#
ebfff2df |
| 04-May-2002 |
Sascha Schumann |
ret set but unused
|
#
e919e7e5 |
| 04-May-2002 |
Sascha Schumann |
unused var
|
#
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 |
|
#
76057369 |
| 30-Apr-2002 |
Wez Furlong |
Implement user-space funtions to operate on stream contexts.
|