History log of /PHP-7.1/ext/standard/basic_functions.c (Results 926 – 950 of 1271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 17793473 22-May-2001 Andi Gutmans

- Start nuking not needed GINIT


# 4d78270b 21-May-2001 Andrei Zmievski

Moving some functions into Zend.


# d160031c 21-May-2001 Andi Gutmans

- EG's are passed automatically to internal functions.


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


# dc43b9f5 20-May-2001 Derick Rethans

- Reversed 'fix' for #9698
- Fix for bug #9698/#10681 (patch by kettler@gmx.net)
@- Added the 'u' modifier to printf/sprintf which prints unsigned longs.
@ (Derick)


# 16b94858 19-May-2001 foobar

Fixed bug #10964


# d5cfb03a 18-May-2001 Sascha Schumann

munmap() file in RSHUTDOWN, if PHPWRITE fails.


# 82b31fb7 15-May-2001 Jon Parise

@ - Added disk_total_space() to return the total size of a filesystem.
@ (Patch from Steven Bower)


# 6c5db8d2 15-May-2001 Jon Parise

@ - Renamed diskfreespace() to disk_free_space() to conform to established
@ naming conventions. (jon)


Revision tags: php-4.0.6RC1
# 1f9808b4 14-May-2001 Andrei Zmievski

Clean up call_user_func_*().


# 803bebb3 14-May-2001 Sterling Hughes

Use zend_is_callable to test whether or not the given callback is valid
before calling the function.


# 47ee387d 14-May-2001 Sterling Hughes

Use zend_is_callable() and fix sp of deprecated.


# c58fdadc 14-May-2001 Sterling Hughes

Couple of changes (and a little whitespace correction, sorry to mix :(

1) Depreciate the call_user_method*() variety of functions, their
functionality can be easily duplicated by

Couple of changes (and a little whitespace correction, sorry to mix :(

1) Depreciate the call_user_method*() variety of functions, their
functionality can be easily duplicated by using the call_user_func*()
functions (using the array(&$obj, "method") syntax).

2) Change some pval's to zval's.

3) Improve the error handling mechanism of call_user_func*() to report
an the class name and the function name if an object or class name is
given.

show more ...


# 8a86d178 14-May-2001 Andrei Zmievski

Need to use ELS_FETCH() here.


# 553e04be 14-May-2001 Andrei Zmievski

@- Fixed a bug in call_user_*() functions that would not allow calling
functions/methods that accepted parameters by reference. (Andrei)

* Allow separation of arguments in call_user_*

@- Fixed a bug in call_user_*() functions that would not allow calling
functions/methods that accepted parameters by reference. (Andrei)

* Allow separation of arguments in call_user_* functions - this allows calling
functions that force parameters by reference.
* Use executor function table instead of compiler one.

show more ...


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


# f3342a5b 06-May-2001 James Moore

Fix win32 build


# 6c21f7ef 06-May-2001 foobar

Moved ts_alloca_id() into MINIT like Andi requested.


# 8e006f81 06-May-2001 foobar

Fix bug: #8834. Now there should be more random salts..


Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


# 34f03f2c 30-Apr-2001 David Croft

@ - Added key_exists() to check if a given key or index exists in an
@ array or object (David Croft)
Added key_exists() to check if a given key or index exists in an array or object


Revision tags: php-4.0.5RC8, php-4.0.5RC7
# 86c84da7 17-Apr-2001 Wez Furlong

Discovered warn_not_available and used it.


# 57af70f7 17-Apr-2001 Wez Furlong

Changes for streams. Added temporary fopenstream function to PHP so that
the streams can be tested.


# 9762f642 07-Apr-2001 André Langhorst

fix proto


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# fa068b52 24-Mar-2001 Sascha Schumann

Fix ZTS build


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