History log of /PHP-5.5/ext/standard/basic_functions.h (Results 76 – 100 of 193)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 92f0da58 19-May-2003 Derick Rethans

- Rename stream_register_filter() to stream_filter_register(),
stream_register_wrapper() to stream_wrapper_register() and added an alias for
the latter change.


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# b8e3e0bf 01-Apr-2003 Sebastian Bergmann

Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April's Fool joke.


# 53d90d8b 01-Apr-2003 Sterling Hughes

Add the landonize() and landonize_url() functions which provide a secure
alternative to the sha1() and sha1_file() functions.


Revision tags: php-4.3.2RC1
# c4a491e1 09-Mar-2003 Sara Golemon

Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies
user interface and reduces numbe

Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies
user interface and reduces number of function calls/reallocs needed.

show more ...


# 85a5ef3e 24-Feb-2003 Sara Golemon

Initial re-implementation of userfilters after filterchain redesign by wez. More userspace API to come.


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 59e4fdcc 09-Jan-2003 Wez Furlong

Implement fprintf() and vfprintf().
Add a couple of tests.


# 43630e2a 05-Jan-2003 Sara Golemon

Added stream_get_filters(); to list registered filters


# 350b0bbe 31-Dec-2002 Wez Furlong

Implement user-space filters.
See ext/standard/tests/file/userfilters.phpt for an example of their use.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: 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
# efeaa591 05-Nov-2002 Stig Bakken

Added separate functions for setting include_path, for environments
where ini_set has been disabled. New functions: get_include_path(),
set_include_path(), restore_include_path()


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 03322478 30-Sep-2002 Jon Parise

@ - Added getopt() for parsing command line options and arguments. (Jon)


# c74b9fac 23-Sep-2002 Wez Furlong

Implement a default_socket_timeout and auto_detect_line_endings ini options.
Also move user_agent from BG to FG.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 91df221a 07-Sep-2002 Sterling Hughes

@ Made the User-Agent that php's fopen wrappers send, configurable via
@ php.ini or via a stream context. (Sterling)

The stream context is untested, but it should/could work :) Either w

@ Made the User-Agent that php's fopen wrappers send, configurable via
@ php.ini or via a stream context. (Sterling)

The stream context is untested, but it should/could work :) Either way it
doesn't make the rest of the code bad. Wez -- please take a looksie for me
:)

show more ...


Revision tags: php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, 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, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# 1f9b519c 23-Mar-2002 Derick Rethans

- Remove read_uploaded_file


# e2f110d9 23-Mar-2002 Derick Rethans

- Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)


Revision tags: php-4.2.0RC1, help, php-4.1.2
# 513e598d 21-Feb-2002 Andrei Zmievski

Adding object aggregation capability along with tests.


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# e6809597 09-Jan-2002 jim winstead

Move type-handling functions into ext/standard/type.c (which had
a few otherwise unused functions in it).


# 57f3c395 29-Dec-2001 Derick Rethans

- Removed is_array_multidimensional


# cef0a461 29-Dec-2001 Derick Rethans

- Added extra parameter to count() that recursively counts elements in an
array and added is_array_multidimensional(). (patch by Vlad Bosinceanu
<glipy@fx.ro>)


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 49cc65cd 06-Dec-2001 Hartmut Holzgraefe

renamed rot13 to str_rot13()


# 71028d46 06-Dec-2001 Hartmut Holzgraefe

ported rot13() from php3


Revision tags: 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
# 3a50a032 07-Oct-2001 Sterling Hughes

@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
@ not been called. (Sterling)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 2c275bf7 21-Sep-2001 Hartmut Holzgraefe

renamed doubleval to floatval and made doubleval an alias to floatval
made is_float the function entry and is_double the alias


# 97fea093 16-Sep-2001 Sterling Hughes

Make rand thread safe when ZTS is defined.


12345678