grab – Traduction – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 24 Résultats  www.enama.it
  PHP: curl_exec - Manual  
// grab URL and pass it to the browser
// führe die Aktion aus und gib die Daten an den Browser weiter
  PHP: stream_socket_recv...  
/* Grab a packet (1500 is a typical MTU size) of OOB data */
/* Получает пакет (обычный размер MTU 1500) OOB-данных */
  PHP: Build Problems - M...  
Grab the latest Apache 1.3 distribution from » http://httpd.apache.org/download.cgi.
Скачайте последний дистрибутив Apache 1.3 с » http://httpd.apache.org/download.cgi.
从 » http://httpd.apache.org/download.cgi下载最新版的 Apache 1.3。
  PHP: Apache 2.x on Unix...  
Rembember: When it says you need a package named xyz and you notice there is also one named xyz-devel, grab it.
I installed PHP 5.2.8 from source. Here, I had a number of problems, but none which I could not resolve easily, some of them with a little help from different forums I found through Google.
I installed PHP 5.2.8 from source. Here, I had a number of problems, but none which I could not resolve easily, some of them with a little help from different forums I found through Google.
  PHP: curl_setopt - Manual  
// grab URL and pass it to the browser
curl_setopt($ch, CURLOPT_POST, 1);
  PHP: curl_setopt - Manual  
3)Grab from the header cookies like this:
  PHP: curl_setopt - Manual  
You can grab the request data on the other side with:
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
  PHP: Apache 2.x on Unix...  
Now there were a problem, because PHP requires libxml2 be 2.6 or greater, but Red Hat only supplied 2.5.4-1 for RH9 (if you have a more recent distro, you might be more lucky). After looking for a while, I decided to grab the source code for the most recent distribution at the official website (http://xmlsoft.org/) and compiled.
If you install the GD extension, the actual library is already bundled with PHP 5 (use that one, they have done some changes in there, so don't upgrade), but you will need to install libpng and libpng-devel (match version, or disable in configure if you don't want) and libjpeg (no -devel with that one).
If you install the GD extension, the actual library is already bundled with PHP 5 (use that one, they have done some changes in there, so don't upgrade), but you will need to install libpng and libpng-devel (match version, or disable in configure if you don't want) and libjpeg (no -devel with that one).