History log of /PHP-8.2/ext/standard/basic_functions.h (Results 126 – 150 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE
# 921e5b47 04-Oct-2003 Moriyoshi Koizumi

Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard
# which is even supported by Microsoft's libc.

Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4
# 12ac36ca 07-Aug-2003 Moriyoshi Koizumi

Move shutdown code to better place

Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 90b29aa0 05-Aug-2003 Zeev Suraski

Replace fast_call_user_function() with zend_call_function()

Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 10ec176f 28-Jun-2003 Sebastian Bergmann

Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.

Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 9ac50a13 20-May-2003 Sterling Hughes

convert array functions to use fast_call_user_function(), gives a nice
performance win.

# 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>)

12345678910