nono303

Results 38 comments of nono303

shown version in phpinfo come from https://github.com/websupport-sk/pecl-memcache/blob/NON_BLOCKING_IO_php8/src/php_memcache.h#L70

Hi @thesource93 Still have version confusion on yesterday 8.0.1 tag: `PHP_MEMCACHE_VERSION` at https://github.com/websupport-sk/pecl-memcache/blob/8.0.1/src/php_memcache.h#L70 is set to **8.1-dev**

hi @cmb69 Have a look on https://github.com/websupport-sk/pecl-memcache/issues/80#issuecomment-739737406 as NON_BLOCKING_IO_php8 might be used for PHP >=7.2

Hi @tomassrnka & Thanks for #81! Concerning the include change for `php_stdint.h` on Windows between php7 `win32/` and php8 `main/` I just let you know what was my 'dirty patch'...

> Perhaps this should be closed due to the unhelpful issue title as the module supporting PHP 8.0 is already released. https://github.com/nono303/PHP-memcache-dll for Windows binaries

Hi @BenMorel @fabrice-dresscodes, FYI I just checked with my distance functions (4326 corrds) ; order doesn't matter. results: ``` >>>>>> testDistance(45.832615, 6.865129,44.922525, 6.359967)) ----------------------------------------------------- * 1 iterations | ms |...

Bonjour @JulesLePrince, Pour l'authentification et la récupération du cookie qui te permet d’exécuter les requêtes authentifiées, le plus simple est jeter un œil là https://blog.tetsumaki.net/articles/2015/10/recuperation-dinformations-livebox-play.html et l'adapter pour python. j'ai...

ahhhhh :) ``` POST /ws HTTP/1.1 Authorization: X-Sah xxxxxxxxxxxxxxxxxxxxx Content-Type: application/x-sah-ws-4-call+json; charset=utf-8 Content-Length: 102 Host: X.X.X.X Connection: Keep-Alive Accept-Encoding: gzip Cookie: xxxxxx/sessid=xxxxxx User-Agent: okhttp/4.5.0 {"service":"HomeLan","method":"getDeviceResults","parameters":{"Seconds":259200,"NumberOfReadings":0}} ``` ``` HTTP/1.1 200 OK...

Séquence dédoublonnée des appels : ``` {":"UserManagement","method":"getUser","parameters":{"name":"XXXX"}} {":"sah.Device.Information","method":"createContext","parameters":{"applicationName":"MaLivebox","username":"XXXX","password":"XXXX"}} {":"NeMo.Intf.guest","method":"getIntfs","parameters":{"flag":"wlanvap","traverse":"down"}} {":"NeMo.Intf.lan","method":"getMIBs","parameters":{"flag":"wlanradio || eth || wlanvap","traverse":"down"}} {":"NeMo.Intf.lan","method":"getMIBs","parameters":{"mibs":"wlanvap || wlanradio","flag":"","traverse":"down"}} {":"SpeedTest","method":"get","parameters":{}} {":"AutoDiag","method":"listDiagnostics","parameters":{}} {":"HomeLan","method":"getDevicesStatus","parameters":{}} {":"HomeLan","method":"getStatus","parameters":{}} {":"NeMo.Intf.lan","method":"getMIBs","parameters":{"mibs":"wlanvap","flag":"","traverse":"down"}} {":"TopologyDiagnostics","method":"buildTopology","parameters":{}} {":"Devices","method":"get","parameters":{"expression":{"ip_devices":"not self && (eth || wifi) &&...

@nicolab28 l'url est http://192.168.x.x/ws mais pour récupérer les données "à la main" il faut s'authentifier avec `{":"sah.Device.Information","method":"createContext","parameters":{"applicationName":"MaLivebox","username":"XXXX","password":"XXXX"}} ` et réinjecter le cookie & `contextID` dans les request headers