History log of /PHP-5.5/ext/standard/basic_functions.c (Results 376 – 400 of 1086)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c81db6bc 27-Apr-2005 Dmitry Stogov

Fixed bug #29210 (Function: is_callable - no support for private and protected classes)


# 4c3fdcaa 21-Apr-2005 foobar

- Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)


# 6f539ae9 10-Apr-2005 Ilia Alshanetsky

Added time_sleep_until() function, which is a high precision mechanism of
making a script sleep until specified timestamp.


# 1d600503 06-Apr-2005 Ilia Alshanetsky

Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# b31c44d0 10-Mar-2005 Zeev Suraski

Oops, revert.


# 1b5d558f 10-Mar-2005 Zeev Suraski

Fix prototype


# 975ff6f5 07-Mar-2005 Ilia Alshanetsky

Added htmlspecialchars_decode() function for fast conversion from
htmlspecialchars() generated entities back to characters.


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# ea6ea219 18-Jan-2005 Dmitry Stogov

Fixed bug #31190 (exceptions in call_user_func_array())


# 6ffb0dca 09-Jan-2005 foobar

- Fix leaks with registered shutdown functions.


# 4db9db0c 08-Jan-2005 foobar

- Fix possible crash (PR#26223). Leaks remain.


# 4cf9d270 30-Dec-2004 foobar

- Fixed bug #28930 (PHP sources pick wrong header files generated by bison)


# f64c4f45 27-Dec-2004 Zeev Suraski

MFB - description fix


Revision tags: php-5.0.3, php-4.3.10
# d10b86f8 12-Dec-2004 Wez Furlong

Add stream_socket_pair(), a streams based version of socketpair().
Modified patch from Vincent [six at t0x dot net]


Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 11363296 15-Nov-2004 Frank M. Kromann

Avoid renaming of sprintf to php_sprintf


# b5c10402 03-Nov-2004 Antony Dovgal

fix build


# 494d6659 02-Nov-2004 Andrey Hristov

make sleep() return it's return value when possible
#on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM
#interrupts sleep() it returns the number of seconds that has to be

make sleep() return it's return value when possible
#on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM
#interrupts sleep() it returns the number of seconds that has to be slept
#till the number of seconds wanted by the script. Sleep() on Windows is
# void.

show more ...


Revision tags: PRE_NEW_VM_GEN_PATCH
# 2ffbbb15 08-Oct-2004 Marcus Boerger

Revert for now


# 476013ce 05-Oct-2004 Marcus Boerger

- Use ZEND_ARG_SEND_AUTOMATIC for several array functions


# 11bcaedf 04-Oct-2004 Andi Gutmans

- Rename delete_global_variable() to zend_delete_global_variable()


# db507dd1 04-Oct-2004 Andi Gutmans

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
-

- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

show more ...


# 8f1a327e 29-Sep-2004 Sterling Hughes

Add strptime function.


# 32e478b9 26-Sep-2004 Marcus Boerger

- Add fputcsv() (David Sklar)


# 24437ccb 25-Sep-2004 Anantha Kesari H Y

cleaned up confusing NetWare specific check. disabled chown and chgrp for NetWare


Revision tags: php-5.0.2, php-4.3.9
# 31a17d90 20-Sep-2004 Wez Furlong

Enable hypot for all


Revision tags: php-5.0.2RC1, php-4.3.9RC3
# 34550382 14-Sep-2004 Sara Golemon

Added stream_filter_remove() to cancel a stream filter.

Register filters as resources when
instantiated by stream_filter_(ap|pre)pend().

Export php_stream_filter_flush() interna

Added stream_filter_remove() to cancel a stream filter.

Register filters as resources when
instantiated by stream_filter_(ap|pre)pend().

Export php_stream_filter_flush() internal function to wind buffered data
out of a particular filter until consumed by a later filter or sent to
stream->readbuffer or stream->ops->write()

show more ...


1...<<11121314151617181920>>...44