History log of /PHP-7.4/win32/ioutil.h (Results 26 – 50 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.2.1RC1
# 331019c5 09-Dec-2017 Anatol Belski

Use cheaper ascii conversion for mode


# f3fd860e 09-Dec-2017 Anatol Belski

Revamp fopen implementation, rely on open


# 36cdca65 08-Dec-2017 Anatol Belski

Cleanup


# 94f16f19 08-Dec-2017 Anatol Belski

Rework mkdir impl and expose wide char variant


# c9274a4c 08-Dec-2017 Anatol Belski

Move declarations


# a9a49b82 08-Dec-2017 Anatol Belski

Improve ioutil access impl and refactor tsrm_win32_access


# 2fbdaec0 07-Dec-2017 Anatol Belski

Revamp unlink() implementation and improve error handling


# 17d621e7 07-Dec-2017 Anatol Belski

Allow delete-sharing mode for CreateFile by default

This effectively allows a UNIX like semantics for deleting files
with an open handle. Some OS related limitations still persist,
b

Allow delete-sharing mode for CreateFile by default

This effectively allows a UNIX like semantics for deleting files
with an open handle. Some OS related limitations still persist,
but the Windows 95 times can be considered as definitely over.

show more ...


Revision tags: php-7.1.13RC1, php-7.0.27RC1, php-7.2.0
# 4a2ccd90 27-Nov-2017 Anatol Belski

Keep up with Linux extension to POSIX.1-2001 getcwd()

If both buf and size are zero, the buf is allocated as big as required.
Otherwise, the size is still to respect.

Fix var na

Keep up with Linux extension to POSIX.1-2001 getcwd()

If both buf and size are zero, the buf is allocated as big as required.
Otherwise, the size is still to respect.

Fix var name

Improve error check

Ensure the end buffer length is not bigger than requested

show more ...


# e9927994 27-Nov-2017 Anatol Belski

Sync with the POSIX signature


# 34b19387 27-Nov-2017 Anatol Belski

Fix normalized path length calculation and error handling


Revision tags: php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 5d15fdc4 14-Jul-2017 Anatol Belski

Fixed bug #74923 Crash when crawling through network share


# ba5df1c6 09-Jul-2017 Anatol Belski

comply with POSIX signature


# 8d0d326f 09-Jul-2017 Anatol Belski

fix warning


Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1
# 02e9e59b 17-May-2017 Anatol Belski

improve error handling


# 6e3d24bc 17-May-2017 Anatol Belski

fix wrong error check


Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18
# 936e341b 03-Apr-2017 Anatol Belski

missing bits for php_sys_stat_ex so everything is handled with wide chars

rename to pathw_len


Revision tags: php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1
# 92a60a67 27-Aug-2016 Anatol Belski

fix leak


Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 1e02e528 03-Aug-2016 Kalle Sommer Nielsen

Fixed compiler warning (Sorry Anatol, but this one was killing me)


# d8403aa0 29-Jul-2016 Anatol Belski

set errno in ioutil access routine


# 6dbfd428 29-Jul-2016 Anatol Belski

move error check to right place

this only makes sense when length was passed


# 41d172d2 29-Jul-2016 Anatol Belski

fix and improve the ioutil cwd routine for nts

- move intermediate var to stack
- fix length calculation
- improve error code setting


# addb2e22 24-Jul-2016 Anatol Belski

fix compiler warning


123