1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00
Files
archived-php-src/ext
Sterling Hughes f75db1e3cb A Whole buncha stuff, mostly bug fixing...
- Make constants case-sensitive, conforming with the rest of PHP &
	the C API.
	- Make module compatible with thread safety features.
	- open_listen_sok() -> open_listen_sock()
	- Remove ext_skel comments
	- Get rid of the ZVAL macro and replace with the correct Z_*_*
	macros
	- declare all functions local to the file as static.
	- Remove empty PHP_MSHUTDOWN() function.
	- Removed confirm_sockets_compiled()
	- Changed RETVAL_* macro's to RETURN_* macro's eliminating errors
	with incorrect return values and a potential leak/crash or two.
	- functions that return void, actually return void
	- Replaced 'long' in the prototypes with 'int'
	- Fixed fd_zero() function, it gave a WRONG_PARAM_COUNT when you
	gave it the proper parameter count.
	- Changed the way an arbitrary number of parameters were accessed
	from build_iovec() to use the Zend API.
	- Added socketpair() and shutdown() functions.
2000-08-20 10:31:27 +00:00
..
2000-08-20 08:28:00 +00:00
2000-07-18 19:13:14 +00:00
2000-07-13 18:44:57 +00:00
2000-08-15 18:46:59 +00:00
2000-08-08 20:28:19 +00:00
2000-07-13 19:09:32 +00:00
2000-07-17 21:13:44 +00:00
2000-08-19 14:10:11 +00:00
2000-07-14 18:42:35 +00:00
2000-08-18 22:24:27 +00:00
2000-08-16 15:23:05 +00:00
2000-08-04 18:14:38 +00:00
2000-07-15 16:09:18 +00:00
2000-08-10 19:27:30 +00:00
2000-07-16 18:51:00 +00:00
2000-08-12 20:45:48 +00:00
2000-08-04 02:23:28 +00:00
2000-05-01 22:38:42 +00:00