Hey Dave,
This looks to be coming from my 'fix' for
https://mantis.smedley.id.au/view.php?id=773
index 53c7b61f..a3f1b997 100644
--- a/ext/opcache/zend_shared_alloc.c
+++ b/ext/opcache/zend_shared_alloc.c
@@ -302,6 +302,9 @@ void zend_shared_alloc_shutdown(void)
g_shared_alloc_handler = NULL;
#ifndef ZEND_WIN32
close(lock_file);
+#ifdef __OS2__
+ unlink(lock_file);
+#endif
# ifdef ZTS
tsrm_mutex_free(zts_lock);
I'll have another think about this...
Cheers,
Paul
On 14/10/22 03:16, David McKenna wrote:
> Hey Paul,
>
> Since upgrading to php 8.1.11, I have been noticing the occasional
> exception usually when using Wordpress, and also when I shutdown Apache
> I get an exception. Not show stoppers, but thought I should report...
> I'll attach some logs.
>
> Regards,
>
> On Sunday, October 9, 2022 at 6:47:53 PM UTC-4 David McKenna wrote:
>
> Hey Paul,
>
> Thanks for this update... especially for the new modules. Working
> well here. Hope to test Wordpress updates which have never worked in
> the past - always thought it was a Linux Vs. OS/2 file permissions
> issue...
>
> Regards,
>
> On Tuesday, October 4, 2022 at 5:58:32 AM UTC-4 Paul Smedley wrote:
>
> Hey guys,
>
>
https://smedley.id.au/tmp/php-8.1.11-os2-20221004.zip
> <
https://smedley.id.au/tmp/php-8.1.11-os2-20221004.zip>
>
> More modules moved from php.dll to separate modules.
>
> Attempted fix for Lewis's sem file issue with opcache.
>
> Cheers,
>
> Paul
>
> --
> You received this message because you are subscribed to the Google
> Groups "Apache for OS/2" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
apache2+u...@googlegroups.com
> <mailto:
apache2+u...@googlegroups.com>.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/apache2/14f65895-8c98-4fe9-a31a-3db6b1b76694n%40googlegroups.com <
https://groups.google.com/d/msgid/apache2/14f65895-8c98-4fe9-a31a-3db6b1b76694n%40googlegroups.com?utm_medium=email&utm_source=footer>.