Skip to content

Remove HAVE_INET_PTON #13410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 21, 2024
Prev Previous commit
Next Next commit
Reverted skip of test on Darwin
  • Loading branch information
jorgsowa committed Feb 16, 2024
commit ad6a418d862affe6bdc2408a0977b1758593b545
1 change: 1 addition & 0 deletions ext/standard/tests/network/ip2long_variation2_x64.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Test ip2long() function : usage variation 2, 64 bit
in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies octal;
otherwise, the number is interpreted as decimal).
*/
if(PHP_OS == 'Darwin') die("skip - inet_pton behaves differently on Darwin");
if(PHP_INT_SIZE != 8) {die('skip 64 bit only');}
?>
--FILE--
Expand Down