php8-APCu-5.1.22-bp155.2.3.1<>,AԉexXiI%z EFqP /lӼy9n̟Z BnLC Of"WK}yr'5{8Y5VQ!; 2ГDRG2ٚȩ"=o+ \׌P;X,"&>`-޹ybX* *Y62] 6}kQK(yR=| mj~ժtvyih0mzdnư* v{~fh^;s= bczl8ceFW_5FO],f9NHc[?%h[WTl۱w|^{W:!1bԥC*ڗiY 9 4}/ȝV-=J&9*:aw<>@jS[GYBΫcvR?_hl1&Ker- fؙhB_Qi1@u~ZڑuݢsV%| U"fG)!ӟ9>A*h?*Xd   5' @d             % Rx    (]8d9:B%FF%OG%d H% I% X%Y%Z&[& \& ]&8 ^&b'*c'd(e(f(l(u( v(w) x) y)z)** **TCphp8-APCu5.1.22bp155.2.3.1APCu - APC User CacheAPCu is userland caching: APC stripped of opcode caching in preparation for the deployment of Zend Optimizer+ as the primary solution to opcode caching in future versions of PHP.exXii04-ch4a#PSUSE Linux Enterprise 15openSUSEPHP-3.01http://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://pecl.php.net/package/APCulinuxx86_64(4# A큤A큤exXfexXfexXic(c(c(c(exXic(58cb665d3f8936731c2ff519d7b2e645774161b1f865ea8f5d6f9dd0581cda06ecb92efdadf7382c92b0ec2ba59c332eacedb50ddd0a6cf68785cbdb06cb0c420e3cdb0e0e3d5e3ff60f8143ce3f23581ec42bd6dc962f460d0fd1e6f56844ad952d6e4a76fd2fa2448d7dce00d2c973881f4beda9bcee9aea7e07f2e19463fd7e3b11b46e2745fba29907e2799d94f726341aef2ca76a3161af824ab2080db2c11d7f38066cae9690a678c32a6d41697e06163753385ce9bc346ea6f97f725eecc8b74820c32fb82ddee80446205408585d75d1632ac959fb3cdf8eaf3877b5rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp8-APCu-5.1.22-bp155.2.3.1.src.rpmconfig(php8-APCu)php-APCuphp8-APCuphp8-APCu(x86-64)@@@@@    config(php8-APCu)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)php(api)php(zend-abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.1.22-bp155.2.3.120200930202009303.0.4-14.6.0-14.0-15.2-14.14.3eictc5ab`@`-@_}]*\[tZ@Zp^@X@XW=VT@Vpgajdos@suse.comArjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Johannes Weberhofer Cristian Rodríguez ecsos@opensuse.orgcrrodriguez@opensuse.orgjweberhofer@weberhofer.atcrrodriguez@opensuse.orgjweberhofer@weberhofer.atjweberhofer@weberhofer.atpgajdos@suse.czpgajdos@suse.compgajdos@suse.com- add php81 multibuild target - modified sources % _multibuild- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)- Update to version 5.1.22 * PHP 8.2 compatibility * PHP 8.1 compatibility in apc.php * Fix --enable-apcu-rwlocks configure option * Enable transparent huge pages for mmap memory * Use monotonic clock for TTL- Update to version 5.1.21 * Fixed compatibility with PHP 8.1 by adding return types to APCUIterator. * APCUIterator::current() and ::key() can no longer be called on an invalid iterator.- Update to version 5.1.20 * Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It should now be safe to use any functions inside the apcu_entry() callback. * Fix division by zero exception in apc.php. * Fix handling of references in PHP 8 if "default" serializer is used (which is not the default). * Fix string reuse handling if "default" serializer is used (which is not the default). * Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously). * Adjust tests for current PHP 8.1 development branch. * Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.- Use _multibuild to also build for php8 - Use php_cfgdir and php_extdir macros to determine location of files- Update to version 5.1.19 * Fixed apcu_store() with integer keys (#388). * Made apc.use_request_time=0 the default (#391). * Made apcu compatible with PHP 8.0.- Update to version 5.1.18 - Fixed compatibility with PHP 7.4 and PHP 8.0 - Implement apcu_inc() and apcu_dec() using atomic operations. This means that these functions no longer have to acquire a write lock. These functions will now wraparound on overflow, instead of saturating to a floating point value. - Make table header in apc.php sticky. - Fix compile warnings related to mktemp() usage. - Fix compatibility with PHP 8.0. - Fix required number of arguments for apcu_store() returned by Reflection.- Updated to 5.1.15 - Restore apc.serializer=php as the default, as the "default" serializer still/again has issues. - Fix possible issues in persistence of arrays with the "default" serializer. - Attempt to reduce shared memory fragementation. - Updated to 5.1.14 - Fixed GH #347: Disable slam defense by default. - Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD. - Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available). - Require only read-lock for apcu_cas(), by using atomic compare-and-swap. - Updated to 5.1.13 - Reimplement persistence logic using precise allocation rather than memory pools. This reduces memory usage of cache entries, especially for small values, and improves performance of persisting and unpersisting values. - Fixed GH #335: Stampede protection is broken. - Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled. - Generally make the behavior of functions if APCu is disabled more consistent. - Fixed PHP bug #72980: Empty strings are now consistently allowed as cache keys. - Optimized apcu_key_info() and apcu_cache_info() by using interned strings. - Fix build against PHP master (PHP 7.4). - Many changes to internal C APIs.- Updated to 5.1.12 - gh#307: Fix 'Timout' sort option (apc.php). - gh#308: Keep search parameter on cache entry detail link (apc.php). - Fix --enable-apcu-clear-signal support. - Show entries with expired global TTL in APCuIterator. - Respect TTL when calculating APCuIterator totals. - The per-entry TTL now always takes precedence over the global TTL. - The global TTL is now always relative to the access time. - apcu_inc() and apcu_dec() no longer update hard-expired entries. Instead a new entry is created. - Added optional $ttl argument to apcu_inc() and apcu_dec(), used when creating a new entry. - PHP bug #76145: Fix use of APCu inside Serializer::(un)serialize(). - gh#304: If apcu_cas() is used on a non-existing entry, don't insert it. - gh#295: Improve APCuIterator performance by using PCRE JIT and preallocating key strings. - Reduce the memory overhead of cache entries. - Prevent potential memory corruption in the cache slam defense implementation. - Ensure cache entry references are released on bailout during unserialization. - Make support for atomic operations a hard requirement for building APCu. - Check write-lock acquisition for failure, to help debugging deadlock situations. - Make sure apcu_inc/dec are atomic when working on a non-existing entry. - Many changes to internal C APIs.- updated to 5.1.11 - fix gh#krakjoe/apcu#246 apcu_entry hangs - fix gh#krakjoe/apcu#259 deadlock in apcu_store - fix gh#krakjoe/apcu#281 undefined variable in apc.php - fix handling of fatal errors in apcu_entry - check string lengths when looking up keys - many internal C APIs changed - updated to 5.1.10 - fix gh#krakjoe/apcu#247 when a NUL char is used as key, apcu_fetch(array) truncates the key - fix gh#krakjoe/apcu#248 apcu_fetch may return values causing zend_mm_corruption or segfaults when custom serializer is used - fix gh#krakjoe/apcu#260 apcu.serializer=default results in segfault - fix gh#krakjoe/apcu#274 non-portable shell == in config.m4 - fix crash when passing bad array to apcu_delete - improve fix gh#krakjoe/apcu#266 refcounting errors in APCIterator - fix for PHP 7.3 compatibility- Build with -fvisibility=hidden, PHP process namespace pollution must be heavily limited to avoid symbol clashes. - Use SOURCE_DATE_EPOCH if set instead of custom build hack. - Update to version 5.1.9 - fix gh#234 mmap disabled when configure is called with --enable-apcu-mmap - fix gh#226 Warning: apcu_fetch(): apc_fetch() expects a string or array of strings. - mitigate gh#223 Fatal error when starting php on windows - add support for PCRE2 in 7.3 - use row formatting for information in phpinfo() tables - set IS_STR_PERSISTENT so refcounting failures are reported by -DRC_DEBUG=1 - fix gh#266 refcounting errors in APCIterator- Removed unneccesary -devel package- updated to 5.1.8 * fix gh#krakjoe/apcu#207 Segmentation fault in apc_sma_api_free() * fix gh#krakjoe/apcu#221 memory leak * update to apc dashboard (Tyson Andre) - updated to 5.1.7 * fixes gh#krakjoe/apcu#19: hung apaches on pthread wrlocks * fixes gh#krakjoe/apcu#203: segfaults in bailout / longjmp - updated to 5.1.6 * fixes gh#krakjoe/apcu#19: Hung apaches on pthread wrlocks * fixes gh#krakjoe/apcu#188: Fix Segfault in ZTS build when locking (Tyson Andre) * fixes gh#krakjoe/apcu#194: apcu_entry ttl not working * fixes gh#krakjoe/apcu#189: SegFault in apc_copy_zval * fixes gh#krakjoe/apcu#185: zend_mm_heap corrupted * fixes gh#krakjoe/apcu#190: memory leak/failed check for duplicates - updated to 5.1.5 * fix version check in control panel page (gh#krakjoe/apcu#182, lennartwesdijk) * do not create null strings, palloc may fail- updated to 5.1.4 * fix possible memory leak * fix #168 drop trying to return strings from shm * fix #170 do not create entries when serialization fails- updated to 5.1.3 - package renamed to php7-APCu - package provides php-APCu symbol- call spec-cleanerphp-APCui04-ch4a 1702385769 5.1.22-bp155.2.3.15.1.225.1.22-bp155.2.3.15.1.22-bp155.2.3.15.1.22apcu.iniapcu.sophp8-APCuNOTICEREADME.mdTECHNOTES.txtapc.phpphp8-APCuLICENSE/etc/php8/conf.d//usr/lib64/php8/extensions//usr/share/doc/packages//usr/share/doc/packages/php8-APCu//usr/share/licenses//usr/share/licenses/php8-APCu/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:18226/openSUSE_Backports_SLE-15-SP5_Update/19df7d4f034a3d557c3d4f0e8ce64b54-php-APCu.openSUSE_Backports_SLE-15-SP5_Update:php8drpmxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc4656f57713cf8d7c63a3f2f0714f313286fb62, strippeddirectoryISO-8859 textC source, ASCII textPHP script, ASCII textRRRRRޢ}-:wg5sutf-8ee2be23fd8693d86f7c27e2a23bb6004b0238cd38dd0fce642dceaa6d7f2a8c7?7zXZ !t/3]"k%w#:uXOU:ZzX魷4 Zm(Ֆ')eC a:{5O}bUc=~YP(D|7HJ7"yuarJ?C3-1t2|q=Q<ȋ=ycs/ Mwm<չ" y7mq@Ǎ~xBX[Ph_jmXpw8.G.¾?=hzIKL#ٓO@eȌeKgjMC!ܲF^ 9be0rWmm辚uv(d wN5F($;[({y#uۍ(4!R8ȵ?1Z(PpNj/7oB1?9eqzVT<#Gq۟.='@V\+\Ԫ߈ΗZĄ|ԧ>)ċBY8j4 NaTڠʨnv!ƣe\dcwi s-S>QfBfKJ(.n=N}ܝ4]\n&ejșƵPG2tTr("͜3d|GzRFÎBB-_[~[*kk5uak~tGnu6GP/ jp?v2F~b4T18= (C\s$f#4/$99e]x-ul돦yؐvлzlK3$d䌺uj%lf0qaer?{؝_o9CGo{y/'{ X*.;sֳrDw]r.mv8狚"5p g#0 =_apfKfCHvOk{{f;`֯79_\T"Z"T-PMI!;yg =5ٓm2=qn'm賙&rΠ؏UZ1 |G$K\z=+coEP?rc.1kWf}zSYz =DZs$  Ǵ1͆į+!bwqO }A\ofqO9M6*Y#~yP —DQƢnشgi"qFx_ߑoЊkXSZOj)0̳؁i_M ykyiRߏC:$(Vo|k]U ,;VHm(c;aMyW(9W{E#$Q@Zu K;i$o^FgذndfH[LchҮLQCdD "ø A _2}sTpI$@& bOD} 5u)tjyB'Rf " !Ƭ:x|5sP''}Qa{jNu[Re;*B=&2 PPg;VK[8b|a# Zl~(SZk[CF[&C8֏ΕJaZiUƘ yњI5ʓ:J\fB_7"5+P;bnҲ qj/P7[x<[chr)}C5~x¨W;NJL{*ѿB2"BIZD/6pQ]V!KCW)|O+ǶV(:|{U^T- 4B!{f=AQxp_-> ұi~ ALhKڈtPLRŖ YpudO+KhHnW$0J6$YjsBF2se)9bn% ppkY3gӇ9JR< <I~|W6ZnWiU[på:$vg\QCf9F}ܘ ,邁L^dPv,dzсt\{VvʊY55.ջB{) 8MpU*W2Uh3ءJԸԁne?q"|>93 u }[Bo4Z\!jCs.@)X^Ꮖmw yAa36f?o b]lmRPF,}yj&&0JYV8zkIĖtߓ!NWrvAj/q/JoǿK"/@]l1.$v[KrRy -_wq;4#9^Ilh{Zf^u*yb<;{6,΄2"ُ Աq7Z~j՞K~&~En R|9y^Ŵ_Щ r, -.7i\W=!6BqX# ׏E2:/?X r]G*?#뺢}0h*x3Q~ʹK] v[4/bG`x]Zp4wc땇;bYYl2`(&& @.\o> &\Z6@FXM|Eײ5N Nl)ۿ>1XOgjeW5`7i%[rG%W"-~jd$䂚bSS~`.M4 f&TW !j|EZk"9wZ8~Evi4mὂW"2;K֞sq RNڨvaC/at䎟ɣv%~uPK?ENq3;:);CK@IZ tE %E k}Ҝ4wP>/nXC11>X}=Xi?4beiA 0׌1lK>؈2v)3qb:Y^pe' U_Gj$ v_?X &1S_O7dp 7[7 O j^7B\ (1vQe4xMt9af̐7TH/Jv%="Lبɯ+;W;S9T{rHF8E:xL-jDӰ; ]]/vH4)䆁6M6wy;ű? [rk%,cyͷjAކ4l w+`c[z;(l& k u})̑9,՛z.cCDQ>? ->$YZQ:lJgݑmaY]AY I >DCe/'t~l,nSl^<7$>dB,nWHR t12W${SMlYHl ܨ)pkI0Ve:Ţ^h=.aoEA=gsO0?}ڝ9jowm,Q: o?k#h0+Kz/9b'A@?hf>Z&g8 YZ