mt-omarov
mt-omarov
# Update KPHP `curl_setopt()` function This PR extends the options of the `curl_setopt()` function: - primitive options of the `curl_setopt()` function up to the current version of php - support...
The ability to set automatic event handlers via functions is needed to fully work with HTTP/2 . Particularly, support of the following options for `curl_setopt()`: 1. CURLOPT_HEADERFUNCTION 2. CURLOPT_PASSWDFUNCTION 3....
# Sessions This PR adds a simple implementation of [php sessions](https://www.php.net/manual/en/book.session.php) in KPHP. ## Implemented functions - `session_start()` - `session_abort()` - `session_commit()` - `session_write_close()` - `session_gc()` - `session_status()` - `session_encode()`...