Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Igor

Pages: [1] 2 3 ... 9
1
Web applications / Re: Need memcached module for php7!
« on: March 13, 2026, 08:43:40 pm »
Hi Pete,

Too bad!
I could probably port it myself, but I ran into problems setting up environment.
I'm guessing Paul known how to make it compile.
It's a shame he declined.

2
Web applications / Need memcached module for php7!
« on: March 11, 2026, 09:11:30 pm »
Hi All!

First of all, I'd like to contact Paul Smedley.
I'd like to ask him to compile the memcached module for PHP7.
DLL required to operation:
git clone https://git.launchpad.net/~lwhay/libmemcached/+git/trunk
The module itself is in attache.

3
Web applications / Re: Memcached 1.2.6
« on: March 01, 2026, 01:16:59 am »
Hi!

Multitasking support has ben rewriten. This paves the way for porting modern versions of the program.
Attached multi-threaded version 1.2.8.

4
Web applications / Re: Memcached 1.2.6
« on: February 25, 2026, 03:54:43 pm »
Hi!
@Igor, how are you using this?

I use memcached to accelerate content management system (CMS) on my web project.
It caches SQL requests.
For my CMS this is a standard accelerator.

5
Web applications / Re: Memcached
« on: February 25, 2026, 01:33:20 pm »
Hi!
Version 1.2.8

Fixed bug - 32k output data limit.

6
Web applications / Re: Memcached 1.2.6
« on: February 23, 2026, 11:12:11 pm »
Type:
Code: [Select]
memcached.exe -h
for print help.

7
Web applications / Re: Memcached 1.2.6
« on: February 23, 2026, 11:10:15 pm »
Hi Martin,

Yes, that's exactly it. For now, the only way to check this is thround a PHP software class.
I've attached it.


What it is for?  Is it this one?
"Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."
-- https://memcached.org/

Any tips on how to test it?

Regards

8
Web applications / Memcached 1.2.6
« on: February 23, 2026, 10:38:20 pm »
Hi!
I've compiled memcached version 1.2.6 for OS/2. I suggest you test it.
Many CMSs work with this cache. However, the PHP build for OS/2 doesn't contain the necessary library.
I hope it will be compiled.

9
Applications / Re: Environment for building ffmpeg
« on: September 30, 2025, 02:35:43 pm »
Hi, Dave!

Yes! Remove the file poll.h solved the problem!
After removal, everyting works fine.

I solved the iconv problem by modifying the source by adding the necessary constant.
I will check it out.

I express my gratitude to you for your help!

10
Applications / Re: Environment for building ffmpeg
« on: September 28, 2025, 07:53:46 pm »
Hi, Dave!

I placed of the file poll_s.a in \usr\lib\
and used command "make LIBS=-lpoll"
Result:
Code: [Select]
libavformat/network.c: In function 'ff_listen_bind':
libavformat/network.c:254:5: error: implicit declaration of function 'closesocket' []8;;https://gcc.
gnu.org/onlinedocs/gcc-15.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplici
t-function-declaration]8;;]
  254 |     closesocket(fd);
      |     ^~~~~~~~~~~
make: *** [ffbuild/common.mak:59: libavformat/network.o] Error 1

11
Applications / Re: Environment for building ffmpeg
« on: September 22, 2025, 11:15:53 pm »
Hello, Dave.

I see:
Code: [Select]
weakld: error: Unresolved symbol (UNDEF) '_poll'.
weakld: info: The symbol is referenced by:
    H:\var\temp\ldconv_network_o_b12168d1ba6518b678.obj
    H:\var\temp\ldconv_rtpproto_o_b12168d1ba6915f370.obj
    H:\var\temp\ldconv_rtsp_o_b12168d1ba691683f8.obj
    H:\var\temp\ldconv_rtspenc_o_b12168d1ba69184d00.obj
    H:\var\temp\ldconv_sapdec_o_b12168d1ba691ac1e8.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _poll is an undefined reference
file H:/var/temp\ldconv_network_o_b12168d1ba6518b678.obj(libavformat\network.c): undefined symbol _poll
file H:/var/temp\ldconv_rtpproto_o_b12168d1ba6915f370.obj(libavformat\rtpproto.c): undefined symbol _poll
file H:/var/temp\ldconv_rtsp_o_b12168d1ba691683f8.obj(libavformat\rtsp.c): undefined symbol _poll
file H:/var/temp\ldconv_rtspenc_o_b12168d1ba69184d00.obj(libavformat\rtspenc.c): undefined symbol _poll
file H:/var/temp\ldconv_sapdec_o_b12168d1ba691ac1e8.obj(libavformat\sapdec.c): undefined symbol _poll

What cloud this be?

So far I have managed to compile the following libraries:
avcode58.dll
avutil56.dll
postpr55.dll
swscala5.dll

12
Applications / Re: Environment for building ffmpeg
« on: September 22, 2025, 08:51:40 pm »
Thank you very much, Dave!

I learned a lot of new things! And I learned to work with Git  :)
But that didn't solve the problem. As it turns out, this is a known issue.
Fix to the problem in attached file.

I continue to work on build this package with modern compilers...

13
Applications / Re: Environment for building ffmpeg
« on: September 20, 2025, 07:40:57 pm »
Hi, Dave

I did everyting exactly, but the error persists.
Please write me your INCLUDE= form config.sys

This is a data type compatibility issue in C code (assembler insert).

14
Applications / Re: Environment for building ffmpeg
« on: September 18, 2025, 08:34:19 pm »
Thank's, Dave!

It works! The make starts.
 
But I see next problem:
Code: [Select]
[I:\ffmpeg-os2-n4.2.2-os2]sh
# make
CC      libavformat/adtsenc.o
./libavcodec/x86/mathops.h: Assembler messages:
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
make: *** [ffbuild/common.mak:59: libavformat/adtsenc.o] Error 1

15
Applications / Re: Environment for building ffmpeg
« on: September 16, 2025, 08:59:11 pm »
Thank's!

I see:
Code: [Select]
[I:\ffmpeg-os2-n2.8.17]sh
# make
SYS1086: The following character string is too long:

make: *** [common.mak:57: libavdevice/alldevices.o] Error 1
#

I use Make 4.2.1.

I ran the configure first. It worked without errors.

Running sh make from the command line results in the error: sh: 0: Can't open make

At the same time running sh configure its works.

Any ideas are welcome!

Pages: [1] 2 3 ... 9