[PHP-DOC] do you have ENGLISH and GERMAN manuals as XML DOCUMENTS?

2002-10-13 Thread Marco Weber

Hello!

do you have the php manuals in ENGLISH and GERMAN as XML DOCUMENTS?

if yes, could you send me them per mail OR just give me a link, where i can
download them?

thanks in advance for your help

Yours Faithfully
Marco Weber


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] do you have ENGLISH and GERMAN manuals as XML DOCUMENTS?

2002-10-13 Thread Derick Rethans

On Sun, 13 Oct 2002, Marco Weber wrote:

 Hello!
 
 do you have the php manuals in ENGLISH and GERMAN as XML DOCUMENTS?
 
 if yes, could you send me them per mail OR just give me a link, where i can
 download them?

They are all in CVS, in the phpdoc and phpdoc-de modules, see: 
http://www.php.net/anoncvs.php on how to use this.

Derick

--

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #19200 [Asn-Csd]: dl() fails with E_ERROR when php is compiled with ZTS

2002-10-13 Thread iliaa

 ID:   19200
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Assigned
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: Linux 2.4.19
 PHP Version:  4CVS-2002-08-30
 Assigned To:  ilia
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Made absolete by the change in CVS. dl() now returns E_WARNING and
fails when operating in a ZTS enviroment.


Previous Comments:


[2002-08-30 13:04:56] [EMAIL PROTECTED]

so checkout the phpdoc and fix it :)



[2002-08-30 12:47:30] [EMAIL PROTECTED]

The documentation mentions that dl() will fail with E_ERROR if
safe_mode is enabled or enable_dl is turned off. However, it does not
mention that if PHP is compiled with ZTS, dl() would also fail with
E_ERROR.
This means that if the user wants to handle dl() failure gracefuly
within their own script they must do the following check in their code,
before calling dl() function:

if( ini_get('safe_mode') || !ini_get('enable_dl') || ZEND_THREAD_SAFE )
{
echo The dl() functionality is not avaliablebr /\n;
}




-- 
Edit this bug report at http://bugs.php.net/?id=19200edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #18129 [Com]: Installation PHP 4.2.X with Apache 2.0.x

2002-10-13 Thread macsrule_1

 ID:   18129
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Win32
 PHP Version:  4.2.1
 New Comment:

My thanks go to the person at the top of this page. Your tip on getting
PHP to work was invaluable. Thank you. It worked perfectly for me.


Previous Comments:


[2002-10-09 12:21:50] [EMAIL PROTECTED]

From apache's release page:
http://www.apache.org/dist/httpd/Announcement2.html

All modules must be recompiled in order to work with this version
[2.0.43].



[2002-10-09 11:26:37] [EMAIL PROTECTED]

I'm also trying to configure the php module (php-4.2.3) with Apache
2.0.43 (on Windows 2K). I tried all the above hints but it didn't
succeed...



[2002-10-09 05:35:04] [EMAIL PROTECTED]

Just tried the php4apache2.dll from the link...
just doesn't work;
i get something like Cannot load xx\xx\php4apache2.dll into server :
The stated procedure was not found
(translated)
anyone got an idea?



[2002-10-09 05:28:58] [EMAIL PROTECTED]

Hi...
relieving to hear i'm not the onlyone with problems...
Anyway here is what happend to me...
I got apache 2.0.43 on XP with php 4.2.3
so after successfully confiuring...(had problems with the path (solved
it by ../ instead of c:\etc.)
it still wouldn't work, saying [...]\sapi_apache2.c is not compatable
with this version of apache (found 20020628 need 20020903)
Whoops i thought.. 
downgraded to apache 2.0.40 and wow it worked... until i tried some
scripts of mine for extensive dataquerriing in a mysql db
The scripts brought up errors i have never seen before, and apache on
the host system suddenly used some 0.9 gigabytes of ram + some virtual
(0.5gb)
momentarily i try the apache2 dll u recommended here...
just wanted to know if anyone got similiar results...



[2002-10-08 18:05:24] [EMAIL PROTECTED]

Wow, [EMAIL PROTECTED], that was JUST *s* incredibly HELPFUL!!!



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/18129

-- 
Edit this bug report at http://bugs.php.net/?id=18129edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] LDAP-french

2002-10-13 Thread Damien Seguy


Le lundi, 23 sep 2002, à 11:39 US/Eastern, Yves Pratter a écrit :

Bonjour,

 Bonjour,

 J'ai remarqué une erreur de traduction dans
 http://www.php.net/manual/fr/ref.ldap.php

 LDAP est l'acronyme de Lightweight Directory Access Protocol, c'est à 
 dire
 Protocole Léger d'Accès aux Dossiers.

 Arrrg, Directory ne se traduit pas par répertoire, mais par 
 ANNUAIRE.
Salut Yves,

J'ai remplacé la traduction par
Protocole d'accès aux annuaires léger

Je mettrais bien un S a léger. Qu'en penses tu?

Damien Seguy

--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #19866 [Opn-Csd]: Translation in french for session_write_close()

2002-10-13 Thread dams

 ID:   19866
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: Suze 7.0/Win95/WinXP
 PHP Version:  4.2.1
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:


[2002-10-11 09:23:41] [EMAIL PROTECTED]

reclassified



[2002-10-11 08:57:48] [EMAIL PROTECTED]

Traduction francaise (Sans accents ni cedilles, je suis en clavier
anglais)

session_write_close -- Ecrit les donnees de session et ferme la
session courante

Description
void session_write_close ( void)
Termine la session courante et sauve les donnees.

Les donnees de session sont habituellement sauvees une fois le
script termine sans avoir
besoin d'appeller explicitement session_write_close(), mais vu que
les donnees sont
verrouillees afin d'eviter plusieurs ecritures concurentes, UN seul
script peut travailler
sur une session a la fois.

En utilisant les session avec les cadres (frames), vous pourrez
remarquer que les cadres se
chargent un a un a cause de cette restriction
Vous pouvez reduire le temps necessaire au chargement des cadres en
appellant cette
fonction afin de fermer la session des que tous les changements
faits au variables de
session ont ete realisees.

PS (Nothing to see : Sorry to have put a bug here and a note to the
function, but don't know where to put a translation... either here or
directly in the function)

CYA

Min's




-- 
Edit this bug report at http://bugs.php.net/?id=19866edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php