Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
here is a short explanation of the configuration directives.
msql.max_persistent
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
the default file creates two configuration directives in the configure script: --with-my_module and --enable-my_module. use the first option when referring external files (such as the --with-apache directive that refers to the apache directory). use the second option when the user simply has to decide whether to enable your extension. regardless of which option you use, you should uncomment the other, unnecessary one; that is, if you're using --enable-my_module, you should remove support for --with-my_module, and vice versa.
by default, the config.m4 file created by ext_skel accepts both directives and automatically enables your extension.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit: