History log of /PHP-7.4/ext/standard/basic_functions.c (Results 1301 – 1325 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 614b4b78 17-Jul-1999 Zeev Suraski

I was sure I committed these already. Weird


# 459ed2b1 16-Jul-1999 Andrey Hristov

A little change in how array_splice/array_slice handle length parameter.

Makes it compatible with Perl.


# 7201cdac 16-Jul-1999 Andrey Hristov

Updated the functionality of array_splice.


# c5724cbd 16-Jul-1999 Zeev Suraski

License update


# 3e6bce59 14-Jul-1999 Andi Gutmans

- Add a bitwise flag to phpinfo()
- Import a draft of the new PHP license


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP
# c43c2354 09-Jul-1999 Zeev Suraski

Don't touch refcount and EA directly


Revision tags: BEFORE_REMOVING_GC_STEP2
# 5f62c347 09-Jul-1999 Zeev Suraski

Step 2:
Rename is_ref to EA


# 3a9cb022 09-Jul-1999 Zeev Suraski

Step 1 in nuking the garbage collector:
- Change the hash destructor to return int


Revision tags: BEFORE_REMOVING_GC_STEP1
# ad0076ee 05-Jul-1999 Thies C. Arntzen

ported IPTC fro php3


# 26a7fe78 28-Jun-1999 Andrey Hristov

oops


# db400222 28-Jun-1999 Andrey Hristov

*** empty log message ***


1...<<5152535455