History log of /PHP-8.2/ext/standard/basic_functions.h (Results 151 – 175 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# f47962c7 08-Aug-2001 Zeev Suraski

Implement import_request_variables()

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 3884b15b 04-Aug-2001 Thies C. Arntzen

fix possible crash - we should never keep the zval** as they might point
somewhere into the Engine. (there's still a new bug in strtok - hunting;-)

# f6ed403f 03-Aug-2001 Sascha Schumann

Don't copy the strtok parameter

# 7471943c 03-Aug-2001 Sascha Schumann

Replace our strtok implementation with a binary-safe one which code
does not cause headaches when reading it. Also happens to be a bit quicker.

# b1de7fc9 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation. Enough for today...

# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua

Revision tags: PRE_TSRM_MERGE_PATCH
# e8fe8f9d 18-Jul-2001 Sascha Schumann

Provide typedefs for php_int32

# 934e10c7 09-Jul-2001 Rasmus Lerdorf

Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a

Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
a gid check instead of a uid check.
@ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
@ a gid check instead of a uid check. (James E. Flemer, Rasmus)

show more ...

Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 17793473 22-May-2001 Andi Gutmans

- Start nuking not needed GINIT

# 4d78270b 21-May-2001 Andrei Zmievski

Moving some functions into Zend.

# 0b716d18 21-May-2001 Sean Bright

Added get_defined_constants() function. Returns an associative array of
constants mapped to their values.
@- Added get_defined_constants() function to return an associative array of
@ c

Added get_defined_constants() function. Returns an associative array of
constants mapped to their values.
@- Added get_defined_constants() function to return an associative array of
@ constants mapped to their values. (Sean)
# If anyone sees a problem let me know.

show more ...

# d5cfb03a 18-May-2001 Sascha Schumann

munmap() file in RSHUTDOWN, if PHPWRITE fails.

Revision tags: php-4.0.6RC1
# 8112d1be 09-May-2001 Andrei Zmievski

@- Added is_callable() function that can be used to find out whether
@ its argument is a valid callable construct. (Andrei)

Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# 0117c784 04-Mar-2001 Zeev Suraski

this function will never return true...

12345678910