Sorry for that - I couldn't see the previous post.
I've tried true/false, but I think PHP might be converting this to
string values (eg. "" and "1") before sending to AD
- Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
place, and set the values for these fields to eg.
0 or 1, I get a "Syntaxt error" from LDAP.
Kind regards,
Carsten Gehling
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
place, and set the values for these fields to eg.
0 or 1, I get a "Syntaxt error" from LDAP.
Kind regards,
Carsten Gehling
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
place, and set the values for these fields to eg.
0 or 1, I get a "Syntaxt error" from LDAP.
Kind regards,
Carsten Gehling
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a problem with the PDFLib library under PHP. The following script
should print two texts, one is "Times Roman outlined" the other "Ti mes Rom
an out lin ed". They are using different functions to do so.
Only the first text is displayed in my PDF document (which, besides that, is
shown nice
From: "Maxim Maletsky" <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 5:00 AM
> I think PEAR has it.
>
> have you tried to look at it?
Found it, thanks!
It contains HCE_MD5, but AFAICT it does not utilize the other encryption
modes found in mcrypt. But it doesn't matter - I think this is fin
Where can I find a win32 version of the mcrypt module?
- Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
From: "Michael Hall" <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 9:36 PM
> Hi. I'm a converted Perl guy. While I generally like PHP better than
Perl,
> I do severely miss the Perl operator qq, which allowed statements (in my
> case, lengthy SQL statements) to be written on multiple lines.
From: "Sonya Davey / QDCEL" <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 10:55 AM
> 1.What must I configure thse settings in my php.ini file to?
> SMTP = localhost
> sendmail_from = [EMAIL PROTECTED]
SMTP must be set to the address of a SMTP-server (Simple Mail Transfer
Protocol) - that is
From: "Kilian" <[EMAIL PROTECTED]>
Sent: Thursday, March 22, 2001 7:28 PM
> The user the webserver process runs under may not have the permission to
> upload the file. In many cases, the webserver runs as nobody. Thus, if you
> want to upload a file, nobody needs write-access to the directory in
What is the status on the ISAPI version of PHP?
Last I looked (4.0.1) it was still rather unstable.
- Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-m
From: "Fred" <[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 12:22 AM
> this is the html source generated:
>
The error is in: value"index"
This should be: value="index"
- Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
From: "Simon Garner" <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 11:37 AM
> Are you sure? The #include is an SSI directive, not ASP. It should create
a
> separate internal HTTP request for the included file. I know for sure that
> for example you can include a JScript ASP page inside a VBSc
From: "Simon Garner" <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 10:45 AM
> > This is going to sound like heresy, but is there any way to
> > use ASP and PHP in the same fle/page? Seperated of course.
>
>
> What if you put:
>
>
>
> in your ASP page?
Won't work I'm afraid. ASP expects all
From: "Ben Cheng" <[EMAIL PROTECTED]>
Sent: Sunday, March 11, 2001 3:27 PM
> Yeah I saw this in the online manual but is there any other way of
> doing this that doesn't require naming the select box in HTML with a
> [] at the end? Cause I have another button that calls a JavaScript
> to sel
From: "Jørg Vidar Bryne" <[EMAIL PROTECTED]>
Sent: Saturday, March 10, 2001 11:52 PM
> What do you mean by it fails? Any particular error, or does it just time
> out?
>
> I've made a different recursive function to print a tree-menu, you can
have
> a look at it if you want but it might not be wh
From: "Daniel B I" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 1:49 PM
> Please, any idea how to manage concurent requests,
> for example like in a shopping cart?
> Any idea how to fix this transaction problem? If A is locked by the
> first client in order to fix this problem, there is a
From: <[EMAIL PROTECTED]>
Sent: Friday, March 02, 2001 9:12 AM
>> Just include the SID as a hidden input. It'll be POSTED to the next page
>> right along with your other variables. There's even a way to configure
>> your php.ini file so that PHP includes the hidden SID for you. I forget
>> wh
From: "kaab kaoutar" <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 5:59 PM
> please i'm really in need of knowing if there is a way to do a php
statement
> once a button is clicked!
What you really need to understand is, that PHP is a SERVER-side scripting
language. The only way to execute
From: "Martin E. Koss" <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 1:08 PM
> Is it a surprise that it might take up to 20 or 30 minutes to build over
> 20,000 simple HTML files?
Maybe you shouldn't run your script through the browser. To me it sounds
like you're doing a one-time process
From: "Jason Murray" <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 3:44 AM
> My *point* was that he should be glad that all he did was add an entry
> to the database instead of deleting every damn table in there, hence
> the bit about "someone with *malicious* intent".
I disagree. If Code
I'm making a script that generates test sites usíng dummy data stored in one
MySql database ("uwebsitebase")
Now, using php-scripting, I'm copying these data to a demo-database
("uwebdemo"). The structure is the same - the same tables with the same
fields. Only difference will be that the copied
From: "php php" <[EMAIL PROTECTED]>
Sent: Sunday, February 11, 2001 8:17 PM
> i'm afraid of using mysql with php cause i'm in hurry and that i
discovered
> that mysql interface is not as good and easy as of oracle and access! is
it
> true that if i want to insert data to a table i have to do it
From: "Jon Haworth" <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 4:01 PM
> If I'd sent $5 off for every spam I've received someone else would be a
> millionaire by now.
And if I had $5 for every time somebody on a mailing list commented a spam
mail that went through the list, I'd be e
From: "Zeev Suraski" <[EMAIL PROTECTED]>
Sent: Monday, February 05, 2001 4:32 PM
> This is a known limitation in the initial release of the encoder. The
> license file must be stored in C:\Program Files\Zend, even if your
standard
> Program Files directory is in E:.
Thanks, that was about the o
From: "Teodor Cimpoesu" <[EMAIL PROTECTED]>
Sent: Sunday, February 04, 2001 7:08 PM
> a HTTP response is made of response header(s) and the response body.
> Only the body
> is compressed, and this is signaled in the headers so the User Agent
> will know
> not to stare to a bunch of binary data :)
Downloaded the Encoder testdrive and installed it with a license file
(zend_encoder.dat). Did what the manual stated, except that I installed it
on E:\program files\zend instead of C:\program files\zend (I did modify the
install_license.reg before installing it into the registration database)
Whe
I've brought this up in reference to other questions but haven't got a
straight answer.
Suppose I've created a session variable: session_register("foo") and receive
a posted form with the input field "bar".
If register_globals = off, I can only access the form-field like this:
$HTTP_POST_VARS["
From: "Brian White" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 4:55 AM
> >At least you're not sitting in high school calculus and actually
> >understanding everything on the board, but not being able to use any of
it
> >because Texas Instruments is the only company that's figured out h
I never really got an answer to this one, it probably drowned in the
discussion, so...
Are there any real performance gained by turning register_globals off? After
all, it must take the php engine some clock cycles to generate all the
global variables. Have anyone tested it?
- Carsten
~~
I don't get it. Is there any difference between null and NULL in PHP?
Couldn't find any reference to either in the manual, only in the errata?
- Carsten
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
Sent: Sunday, January 21, 2001 8:42 PM
> For experienced PHP developers having register_globals on should not be a
> security issue. Injecting arbitrary variables into your symbol table is
> only a problem if you arbitrarily use such variables without
From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 11:33 PM
> On Wed, 17 Jan 2001, Carsten Gehling wrote:
>
> > Is there a way to programatically enable the register_globals option for
a
> > php-script?
> >
> > F
Is there a way to programatically enable the register_globals option for a
php-script?
For certain reasons I have the register_globals option set to "Off".
However, phpMyAdmin will not work unless it is set to "On" therefore, I
thought of making a check in the "config.inc.php" if the option is se
From: "Philip Olson" <[EMAIL PROTECTED]>
Sent: Thursday, January 11, 2001 12:36 AM
> I hear MIR is for sale. This could make a good PHP random function, one
> that always works! Let's pool our resources and get on it. Great thing
> is, no need for these mysterious seeds.
>
> philip
>
>
> On W
Sent: Wednesday, January 10, 2001 11:17 PM
> > As I am working I am taking more and more of the code out and
> > putting it into functions straight into the include file. This
> > file is included on almost every page and I am worried that it
> > is going to slow the pages down. Will it have a
36 matches
Mail list logo