RE: [PHP] How to add a user of LDAP?

2001-01-10 Thread Maciek Uhlig
You might want to look at http://www.zend.com/codex.php?id=113single=1 Maciek -Original Message- From: Huang Wenhai [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 3:53 AM To: [EMAIL PROTECTED] Subject: [PHP] How to add a user of LDAP? I want to add a user of my

RE: [PHP] PHP3 vs PHP4?

2001-01-11 Thread Maciek Uhlig
PHP4 is better than PHP3. Because it is newer. Bugs are fixed and new features are implemented on a daily basis. PHP3 is simpler, but /me personally prefer PHP4 because of output buffering feature. Yes, PHP4 offers these features. Undoubtedly. It allows you to produce many pages with a single

[PHP] template API for standard PHP

2001-01-14 Thread Maciek Uhlig
In Tobias Ratschiller Till Gerken book (Web Application Development) the authors mention at least two times about Andrei Zmievski plan to incorporate template API in standard PHP. I'd like to ask if the plan is in the works and if it will be implemented. Maciek -- PHP General Mailing

RE: [PHP] Another q, this time eregi_replace

2001-01-14 Thread Maciek Uhlig
check http://www.php.net/strip_tags -Original Message- From: James, Yz [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 14, 2001 11:05 PM To: [EMAIL PROTECTED] Subject: [PHP] Another q, this time eregi_replace I'd like to strip out everything but the link name, so if someone

[PHP] disable_functions and httpd.conf

2001-01-18 Thread Maciek Uhlig
Is disable_functions supposed to work from httpd.conf? I tried the following: php_value disable_functions "phpinfo" php_value max_execution_time 300 The time is changed from 30 to 300 as expected, however phpinfo is _not_ disabled. I tried also php_value

RE: [PHP] disable_functions and httpd.conf

2001-01-18 Thread Maciek Uhlig
? Maciek -Original Message- From: Maciek Uhlig [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 9:34 PM To: [EMAIL PROTECTED] Subject: [PHP] disable_functions and httpd.conf Is disable_functions supposed to work from httpd.conf? I tried the following: -- PHP General

RE: [PHP] building a language pack

2001-01-24 Thread Maciek Uhlig
try http://stphp.sourceforge.net Maciek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 7:09 PM To: [EMAIL PROTECTED] Subject: [PHP] building a language pack I'm the author of an opensource php auctioning system and have

[PHP] PHP code beautifier?

2001-02-04 Thread Maciek Uhlig
Yes, I know it should be written correctly from the beginning. But, in case it isn't: what do you use to format ugly looking scripts? Maciek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP] software localization with PHP

2001-03-14 Thread Maciek Uhlig
Check http://stphp.sourceforge.net Maciek -Original Message- From: Tao [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 8:14 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] software localization with PHP Kevin, Thanks for the reply. This will not solve my

RE: [PHP] Fetching Local Weather

2001-02-09 Thread Maciek Uhlig
try http://www.gimpster.com/php/phpweather/index.php it's not simple solution though... Maciek -Original Message- From: JB [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: [PHP] Fetching Local Weather Hey Coders, I know there's

RE: [PHP] db forms creator?

2001-02-10 Thread Maciek Uhlig
try http://phpmyedit.sourceforge.net/ Maciek -Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 12:18 AM To: [EMAIL PROTECTED] Subject: [PHP] db forms creator? Hi, can anyone point me towards an easy way to generate forms to update a

[PHP] ob_gzhandler and shtml files

2001-02-15 Thread Maciek Uhlig
Could anybody interested comment the following statement: Apache doesn't correctly serve .shtml files if ob_gzhandler is enabled (the output is distorted then). Not related, perhaps? This is my experience, though. The newest Apache, the newest PHP. Just want to hear something before I file a