[PHP-DEV] CVS Account Request: feixin

2002-07-12 Thread feixin
php -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [PHP-WIN] PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area

2002-07-12 Thread C. Hendrie
Tho, when you think about it, most PHP developers COULD use a dating service. :) Seriously tho, this is a good idea. Thanks for the info Jay. ~ Chris D.O.D -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 12:24 PM To: [EMAIL PROTECTED]; [EMAI

Re: [PHP-DEV] Re: functions of ext not available

2002-07-12 Thread fabwash
hi, functions should be in lowercase everywhere. When you have a function call, the Zend engine will automatically lowercase it, then check if it exists in its table of functions. If your function is uppercased, that won't work. There is no problem with underscores. It is better to name functions

[PHP-DEV] SAPI help needed

2002-07-12 Thread fabwash
Hi all, i'm developing an SAPI for our webserver and i'm having trouble linking everything correctly. What I have setup is an sapi directory called iTPWS: /usr//php-4.2.1/sapi/iTPWS I have the following config.m4: PHP_SAPI=iTPWS PHP_LIBS=/usr/lib/libcgi.a INSTALL_IT="\$(INSTALL) -m 0755 $

Re: [PHP-DEV] Re: functions of ext not available

2002-07-12 Thread derick
On Sat, 13 Jul 2002, Ron Lange wrote: > I am really tired. I just changed the function names into the xxx_xxx form, > and it is going fine. Why doesn't anybody told me that xxxXXX naming isn't > "very useful"??? It's just that uppercase letters dont work as expected... and the standard naming

[PHP-DEV] Re: functions of ext not available

2002-07-12 Thread Ron Lange
I am really tired. I just changed the function names into the xxx_xxx form, and it is going fine. Why doesn't anybody told me that xxxXXX naming isn't "very useful"??? Good night Ron -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] functions of ext not available

2002-07-12 Thread Ron Lange
Hi guys, I've successfully compiled my extension into php and apache...the test php file phpize generated (without dl()) shows: Functions available in the test extension: indi_newSession indi_closeSession indi_sessionExists indi_startSearch indi_viewThumb indi_viewImage But if I actually want t

[PHP-DEV] PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area

2002-07-12 Thread Jay Blanchard
No, it's not a dating service :) Want to meet other PHP developers in your area? Check out: http://php.meetup.com/ Pretty nifty idea... especially given the lack of user groups in the U.S. [/snip] I thought for others who had not seen this I would post this. There is probably already a user

Re: [PHP-DEV] Going on vacation

2002-07-12 Thread Brad LaFountain
Thats not allowed andi! :) - Brad --- Andi Gutmans <[EMAIL PROTECTED]> wrote: > Hey, > > I'm going on a four day computer-less vacation starting tomorrow morning so > I won't be reading my Email. > If you guys send patches for the Engine 2 or other queries please give me > some time to reply

[PHP-DEV] Final Year Computer Science Project involving PHP

2002-07-12 Thread Serdar Sokmen
Hi, Please read the rest of this email if you're interested in helping final year Computer Science student (yes, that's me...) by giving him some ideas on his final year project very possible involving PHP and SQL... I will start next autumn my third year of Computer Science studies. I have to

Re: [PHP-DEV] Help pls!! mail() function header problems

2002-07-12 Thread Hartmut Holzgraefe
Thomas "omega" Henning wrote: > And as you see From: [EMAIL PROTECTED] is in the header section of the > mail() function. > What can I do to fix this problem? #1 read the docs #2 ask the php-general@ list, not the php-dev@ list php-dev is about development of future version of php, not ab