RE: [PHP] Re: ?php=

2009-02-16 Thread Hans Zaunere
think good fit. Has this been listed as coming at the same time as short tags go away (or preferably, before...)? --- Hans Zaunere / Managing Member / New York PHP www.nyphp.org / www.nyphp.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Re: ?php=

2009-02-16 Thread Hans Zaunere
As long as we're taking votes... Most of my template code looks like this: ?php echo $this-escape($this-var) ? I'd be happy to never see any variation of ?= again as it is not the bottleneck of my productivity. I can appreciate that, but PHP *is* a templating language that is meant to

RE: [PHP] HTTP Server Written entirely in PHP ?

2008-04-18 Thread Hans Zaunere
I was wondering if there was any HTTP server written entirely in PHP with the following features: 1. HTTP/1.1 compliance 2. Apache mod_rewrite-like URL rewrite support 3. Native PHP support ( not through CGI/FastCGI ) 4. Support PHP 4.2.0 or above Nanoweb is an HTTP

RE: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Hans Zaunere
not find the mysql client so files. You need to use PHP 5.1 and the --with-libdir configure option, or could can do a symlink. See: http://marc.theaimsgroup.com/?l=php-devw=2r=1s=with-libdirq=b --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology Supporting Apache

[PHP] FW: IBM PHP, Designer Track Training

2005-06-24 Thread Hans Zaunere
FYI - RSVP if you plan on attending. - Very Special Meeting: IBM Presents their PHP Strategy to New York PHP RSVP Today, seats are limited: http://www.nyphp.org/rsvp.php All Attendees Must RSVP By Monday, June 27th.

[PHP] FW: [nyphp] IBM's PHP Strategy - New York PHP June Meeting - Designer Training June 27th

2005-06-13 Thread Hans Zaunere
FYI for those in the tri-state area. -Original Message- From: Hans Zaunere [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 2:50 PM To: [EMAIL PROTECTED] Subject: [nyphp-announce] IBM's PHP Strategy - New York PHP June Meeting New York PHP June Meeting

RE: [PHP] php 4 php 5

2005-03-13 Thread Hans Zaunere
, instead of two different points. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology Supporting Apache, MySQL and PHP Is there a way to install two version of php on the same machine, and use them for two different users? Option 1: Install two

RE: [PHP] php 4 php 5

2005-03-04 Thread Hans Zaunere
machine. Problem solved. If you get another machine, you'll need two domains or subdomains anyway. Just put them on the same box, with two IPs. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org AMP Technology Supporting Apache, MySQL and PHP -- PHP General Mailing List (http

RE: [PHP] MySQL and MySQLi compiling

2005-02-17 Thread Hans Zaunere
Hi, I've been trying to get these 2 compiled together for a while, and have had no luck. WHere my problem lies, I think, is that I'm not sure what directory should be specified on the --with-mysql part ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/include/mysql/

RE: [PHP] cron job style php...

2005-01-16 Thread Hans Zaunere
/usr/local/php/bin/php -v To keep track of scripts that I run under Apache, versus those that run on the command line, I use the .psh extension on those that run on the command line. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org Gmail: The 1gb spam catcher -- PHP

RE: [PHP] sending multiple headers (session_start() and setcookie() )

2005-01-08 Thread Hans Zaunere
(); ... ? html ... /html Also, be sure there is no whitespace at the end of the ycphpfunc.php = file, or leave off the closing PHP tag completely. --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] PHP at LinuxWorld Expo 2003

2003-01-19 Thread Hans Zaunere
, mailing lists, announcements, job opportunities, and up-to-the-minute information about meetings, news and events at http://nyphp.org. Thank you, and see you at the Expo! = Hans Zaunere President, New York PHP http://nyphp.org [EMAIL PROTECTED] -- PHP General Mailing List (http

[PHP] Binary Safety and Sockets

2002-09-20 Thread Hans Zaunere
I'm working with the socket_* function (--enable-sockets) and have been seeing some wierd issues. I'm guessing it has to do with socket_recvfrom/sendto etc not being binary safe. This is 4.2.3 on FreeBSD 4.6.2. My question is: what functions, specifically socket_* functions, are binary safe?

Re: [PHP] Binary Safety and Sockets

2002-09-20 Thread Hans Zaunere
, Hans Zaunere wrote: I'm working with the socket_* function (--enable-sockets) and have been seeing some wierd issues. I'm guessing it has to do with socket_recvfrom/sendto etc not being binary safe. This is 4.2.3 on FreeBSD 4.6.2. My question is: what functions, specifically socket_