History log of /php-src/ext/standard/basic_functions.h (Results 226 – 250 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ea880d2b 27-Oct-1999 Thies C. Arntzen

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.

moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c
Win32 project need to be updated to reflect new position.
# i'm not really happy with this solution, but it seemed the easiest one!
# the whole output code is a bit hard to understand...
@- Output-Buffering system is now Thread-Safe. (Thies)

show more ...

# 21ce8b7c 26-Oct-1999 Andrei Zmievski

(PHP array_map) Away with it.

# ad84f02e 16-Oct-1999 Andi Gutmans

- Get windows version to compile again. No biggy if array_map is not #if 0'd
out even if it doesn't work.

# e74d81f2 15-Oct-1999 Andrei Zmievski

*** empty log message ***

# 738c3693 15-Oct-1999 Andrei Zmievski

@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)

# ac997bb6 15-Oct-1999 Thies C. Arntzen

(is_resource, is_bool) new functions
@- Added is_resource(), is_bool() functions. (Thies)

# cb78ebc0 04-Oct-1999 Andrei Zmievski

Taken from PHP3 source.

# 23e8d176 01-Oct-1999 Andrei Zmievski

Added array_reverse() function.

Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 8638a61d 21-Sep-1999 Thies C. Arntzen

added krsort() function

# 6735ebb2 20-Sep-1999 Andi Gutmans

- Move some more language specific functions over to Zend.
get_class() and friends.

# 96a19593 20-Sep-1999 Andi Gutmans

- Internal functions which are basic language functions should be in Zend
and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
get_class_name().

Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 4bb329ea 20-Sep-1999 Thies C. Arntzen

added array_count_values function.

# d3439023 04-Sep-1999 Rasmus Lerdorf

Catch a timeout and add user-level interface for connection handling

Revision tags: php-4.0b2
# a7af3828 28-Jul-1999 Andi Gutmans

- Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")

# 1b2c932c 26-Jul-1999 Andrey Hristov

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(modul

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(module)
PHP_RINIT_FUNCTION(module)
PHP_RSHUTDOWN_FUNCTION(module)
PHP_MINFO_FUNCTION(module)

These will expand to proper function prototypes.

Now to specify these in the module entry, use:

PHP_MINIT(module)
PHP_MSHUTDOWN(module)
PHP_RINIT(module)
PHP_RSHUTDOWN(module)
PHP_MINFO(module)

I've updated all modules in ext/standard and everything from ext/apache to ext/db.
If you can, please update your module to use these macros.

show more ...

Revision tags: BEFORE_NEW_OPERATOR_FIX
# 736f4831 24-Jul-1999 Andrey Hristov

A bunch of grunt work updating function entries and declarations.

Revision tags: BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 835b0d88 09-Jun-1999 Andrey Hristov

*** empty log message ***

# bc1e4a5a 07-Jun-1999 Andrey Hristov

Don't set is_ref in _phpi_splice()
More checking in array_merge()
Added keys() and values() array functions.

# f8f8defb 05-Jun-1999 Andrey Hristov

Added array_merge() function.

# 421414df 05-Jun-1999 Andrey Hristov

Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.
The first 5 work like their Perl counterparts. slice() returns a chunk of the array
specified by offset and len

Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.
The first 5 work like their Perl counterparts. slice() returns a chunk of the array
specified by offset and length arguments.

Backport to PHP3 and docs will be coming soon.

show more ...

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 39691bed 16-May-1999 Sascha Schumann

conv_proto *.[ch]

# 70282970 11-May-1999 Andrey Hristov

Added compact() function.

# d7ed9c14 10-May-1999 Andrey Hristov

Added in_array() function.

# a0b94fcc 08-May-1999 Andrey Hristov

-Added extract() function
-Added function_exists() function

# 7942eaf3 26-Apr-1999 Zeev Suraski

* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32. PHP w

* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32. PHP will NOT work if
compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).

This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.

show more ...

1234567891011