History log of /PHP-7.4/ext/standard/basic_functions.h (Results 126 – 150 of 238)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-4.0.7RC2
# 42b5521a 05-Sep-2001 foobar

revert bad commit.


# f7306ce0 03-Sep-2001 Jeroen van Wolffelaar

Merge RAND_REDESIGN into MAIN


# d340c5b2 30-Aug-2001 foobar

@- Added ini_get_all() function which returns all registered ini entries
or the entries for the specified extension. (Jani)


# 7b73aee4 26-Aug-2001 Zeev Suraski

Make the session module more independent


# b8763a6f 25-Aug-2001 Zeev Suraski

Get rid of TRANS_SID - it's always possible to use it now.


12345678910