(make it win32-specific for 5_2, as discussed with Ilia)
?? ??? 2010, PHP 5.2.13
- Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL.
(Ilia)
+- Removed automatic file descriptor unlocking happening on shutdown and/or
+ stream close (on all OSes excluding Windows). (Tony, Ilia)
+
- Fixed build of mysqli with MySQL 5.5.0-m2. (Andrey)
#endif
if (close_handle) {
+#ifdef PHP_WIN32
if (data->lock_flag != LOCK_UN) {
php_stream_lock(stream, LOCK_UN);
}
+#endif
if (data->file) {
if (data->is_process_pipe) {
errno = 0;