History log of /PHP-7.1/ext/standard/basic_functions.c (Results 1201 – 1225 of 1271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2560bfd5 14-Aug-1999 Zeev Suraski

Rename TestClass to OverloadedTestClass


Revision tags: php-4.0b2
# fd87bb33 07-Aug-1999 Andrey Hristov

Modified array_walk() function so that the userland callback is passed
a key and possible user data in addition to the value. It's still backward
compatible with one argument version.


# 125300b5 07-Aug-1999 Zeev Suraski

Fix&improve conversion scripts


# edabed56 06-Aug-1999 Zeev Suraski

count/sizeof had their arguments setup wrong (messup between Beta 1 and 2)


# 37d7d084 06-Aug-1999 Zeev Suraski

- Improved register_shutdown_function() - you may now supply arguments that
will be passed to the shutdown function
- Improved call_user_func() and call_user_method() - they now support pas

- Improved register_shutdown_function() - you may now supply arguments that
will be passed to the shutdown function
- Improved call_user_func() and call_user_method() - they now support passing
arguments by reference
- Fixed usort() and uksort()

show more ...


# 4b8a100e 06-Aug-1999 Thies C. Arntzen

fix for #1947


# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)


# 91ec4763 01-Aug-1999 Andi Gutmans

Support resource type in gettype()


# e3246872 29-Jul-1999 Andi Gutmans

-Tiny fix


# 7d0715d5 29-Jul-1999 Andi Gutmans

- Added function documentation prototypes. Thanks to Egon Schmid for
straightening me out :)


# a7af3828 28-Jul-1999 Andi Gutmans

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


# 5aa3eff9 28-Jul-1999 Andrey Hristov

Fix link functions problem.


# 71ffa09f 27-Jul-1999 Andi Gutmans

- strttotime is compiled in on win32 again.


# 15d87d24 27-Jul-1999 Andrey Hristov

check for nKeyLength not arKey


# cd0dd562 27-Jul-1999 Andrey Hristov

Fix for bug #1887.


# ad671669 27-Jul-1999 Andrey Hristov

Fix for bug #1891


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


# 8f51f72d 26-Jul-1999 Andi Gutmans

- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
win32 from compiling. This needs to be fixed!!!
- Check out libzend to com

- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
win32 from compiling. This needs to be fixed!!!
- Check out libzend to compile the tree now.

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
# 974f2782 23-Jul-1999 Andrey Hristov

Added function entry for similar_text().


# 244cc30c 23-Jul-1999 Andrey Hristov

Added function entry for strip_tags.


# 9dd45ec8 23-Jul-1999 Andrey Hristov

Ported strtotime() function.


Revision tags: php-4.0b1
# 64dae03e 22-Jul-1999 Andrey Hristov

-Ported all remaining date() options
-Made array_walk() work somewhat, but it's not
possible to change array values from inside the
walk function yet


# 2d1b6f08 20-Jul-1999 Andrey Hristov

Added headers_sent() function


# 45183516 17-Jul-1999 Andrey Hristov

Proto change


1...<<4142434445464748495051