#
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 ...
|
#
955b43ba |
| 10-Sep-2004 |
Sara Golemon |
Add stream_wrapper_unregister() Disables a wrapper (user-defined or built-in) for the life of the request. Add stream_wrapper_restore() Restores the wrapper originally defined at the
Add stream_wrapper_unregister() Disables a wrapper (user-defined or built-in) for the life of the request. Add stream_wrapper_restore() Restores the wrapper originally defined at the time the request started to the protocol name mentioned.
show more ...
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2 |
|
#
ca28e37b |
| 19-Aug-2004 |
Antony Dovgal |
fix #29737 in the right way with performance in mind
|
#
e156ed74 |
| 19-Aug-2004 |
Antony Dovgal |
fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error)
|
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1 |
|
#
74de8bdb |
| 11-Aug-2004 |
Sara Golemon |
Don't require the user to specify as a reference
|
Revision tags: php-5.0.1RC1 |
|
#
37b8c079 |
| 07-Aug-2004 |
Sara Golemon |
Fix inet_pton/ntop() on BSD
|
#
592b17d4 |
| 07-Aug-2004 |
Sara Golemon |
Binary safety fix for inet_pton()
|
#
75f4ec88 |
| 07-Aug-2004 |
Sara Golemon |
New Functions inet_pton() and inet_ntop()
|
#
47e7fef0 |
| 31-Jul-2004 |
Wez Furlong |
Allow win32 stuff to build non-zts. Fix stream crypto func (again? didn't I already commit that?)
|
#
ff531cca |
| 29-Jul-2004 |
Wez Furlong |
Missing ifdef; thanks Tony
|
#
cde7423c |
| 29-Jul-2004 |
Wez Furlong |
Misc. win32 thread safety fixes.
|
#
17adf438 |
| 22-Jul-2004 |
Wez Furlong |
Added stream_context_get_default() which returns the default context option. You may then set options that affect streams operations for the whole script. Added stream_socket_enable_cryp
Added stream_context_get_default() which returns the default context option. You may then set options that affect streams operations for the whole script. Added stream_socket_enable_crypto() which allows you to turn on or off a crypto layer (eg: SSL/TLS) on stream, if supported by the underlying transport. Registered a bunch of constants for that.
show more ...
|
#
5e5d2640 |
| 21-Jul-2004 |
Andrey Hristov |
add array_: intersect_key() intersect_ukey() diff_key() diff_ukey() The first two by a patch of Cristiano Duarte. The second two were implemented in almost the same way except
add array_: intersect_key() intersect_ukey() diff_key() diff_ukey() The first two by a patch of Cristiano Duarte. The second two were implemented in almost the same way except one small difference.
show more ...
|
Revision tags: RELEASE_0_1 |
|
#
a0191f05 |
| 18-Jul-2004 |
Wez Furlong |
don't allocate 0 bytes here either
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
53bf5ccb |
| 27-Jun-2004 |
Ilia Alshanetsky |
Removed unneeded if().
|
#
a2c24ae9 |
| 21-Jun-2004 |
Sara Golemon |
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace filters which relates to the fix just applied for userspace wrappers.
|