History log of /PHP-7.1/ext/standard/basic_functions.c (Results 826 – 850 of 1271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 27c46480 28-Feb-2002 Derick Rethans

- Make it a boolean


# 15cadf0c 27-Feb-2002 Derick Rethans

- Fix proto


Revision tags: php-4.1.2
# 15daf992 21-Feb-2002 Yasuo Ohgaki

Added fmod() function
# Is there any reason that math.c does not use errno?


# 513e598d 21-Feb-2002 Andrei Zmievski

Adding object aggregation capability along with tests.


# 150d3392 10-Feb-2002 Jason Greene

Renamed zval_debug_dump() to debug_zval_dump()


# 91ac18bc 10-Feb-2002 Jason Greene

@Added zval_debug_dump which works similar to var_dump yet displays extra
internal information such as refcounts, and the true type names (Jason)


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 33b66a22 25-Jan-2002 Derick Rethans

- Fixed highlight_* (make it more robust)
#- Thx Mr S for noticing this.


# 96a9eba0 25-Jan-2002 Derick Rethans

- Added optional parameter to highlight_string and highlight_file which
makes these functions return a highlighted string instead of dumping
to standard output. (Derick)
@- Added opti

- Added optional parameter to highlight_string and highlight_file which
makes these functions return a highlighted string instead of dumping
to standard output. (Derick)
@- Added optional parameter to highlight_string and highlight_file which
@ makes these functions return a highlighted string instead of dumping
@ to standard output. (Derick)

show more ...


# 831473d7 09-Jan-2002 jim winstead

Rename finite/isinf/isnan to more standard is_*() names.


# e6809597 09-Jan-2002 jim winstead

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


# 87ad1fdb 05-Jan-2002 Egon Schmid

Fixed some protos.


# 461e1050 05-Jan-2002 jim winstead

Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
pow() tests.
@- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
# Jeroen was on crack, and apparently flunke

Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
pow() tests.
@- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
# Jeroen was on crack, and apparently flunked arithmetic. Names of new
# functions subject to change if people get persnickety about them.
# (They're currently the same as the underlying C library function
# names. Hope nobody forgets to update the tests if they change the
# names.)
# Oh, and pow() uses the new parameter-passing API now.

show more ...


# 8c8b49ed 02-Jan-2002 Zak Greant

Adding key_exists alias for array_key_exists, at the request of One-Who-Shall-Not-Be-Named-Because-He-Is-On-Vacation


# 2f6ffb54 30-Dec-2001 Zak Greant

Converted getenv to use zend_parse_parameters


# 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
# 3cb1db98 08-Dec-2001 Derick Rethans

- Added var_export, which shows a representation of a variable, much like
var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a vari

- Added var_export, which shows a representation of a variable, much like
var_dump, but in such a way you can use it as PHP code.
@- Added var_export, which shows a representation of a variable, much like
@ var_dump, but in such a way you can use it as PHP code. (Derick)

show more ...


# d95a4e2c 07-Dec-2001 Sterling Hughes

Fix long2ip's handling of unsigned longs, by accepting a string argument and
then manually converting the string to an unsigned long using strtoul()


# 9f456af6 07-Dec-2001 Egon Schmid

Fixed some protos.


# 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
# 1f14640b 03-Dec-2001 Derick Rethans

- Added ob_get_level, which returns the nesting level of the output buffering
mechanism. (patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>)
@- Added ob_get_level, which returns the nesting le

- Added ob_get_level, which returns the nesting level of the output buffering
mechanism. (patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>)
@- Added ob_get_level, which returns the nesting level of the output buffering
@ mechanism. (Yasuo, Derick)

show more ...


Revision tags: php-4.1.0RC4
# 9190271c 30-Nov-2001 Derick Rethans

- Added ob_flush and ob_clean functions, which do not end the buffer like
ob_end_flush and ob_end_clean do.
@- Added ob_flush and ob_clean functions, which flush and clean an
@ output

- Added ob_flush and ob_clean functions, which do not end the buffer like
ob_end_flush and ob_end_clean do.
@- Added ob_flush and ob_clean functions, which flush and clean an
@ output buffer without destroying the buffer. (Derick)

show more ...


Revision tags: php-4.1.0RC3
# f17f3371 18-Nov-2001 Derick Rethans

- Added md5_file(), which calculaties the MD5 sum of a file.
(patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
@- Added md5_file(), which calculaties the MD5 sum of a file.
@

- Added md5_file(), which calculaties the MD5 sum of a file.
(patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
@- Added md5_file(), which calculaties the MD5 sum of a file.
@ (patch by: Alessandro Astarita <aleast@capri.it>) (Derick)

show more ...


1...<<31323334353637383940>>...51