RE: [PHP] Re:

2009-02-16 Thread Hans Zaunere
> As long as we're taking votes... Most of my template code looks like > this: > escape($this->var) ?> > > I'd be happy to never see any variation of bottleneck of my productivity. I can appreciate that, but PHP *is* a templating language that is meant to embed dynamic strings into static strin

RE: [PHP] Re:

2009-02-16 Thread Hans Zaunere
nk 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://www.php.net/unsub.php

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 H

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

2005-08-08 Thread Hans Zaunere
rently the link fails as it does 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-dev&w=2&r=1&s=with-libdir&q=b --- Hans Zaunere President, Founder New

[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 27

[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 > >

RE: [PHP] php 4 & php 5

2005-03-13 Thread Hans Zaunere
lished using two IP addresses if available, 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,

RE: [PHP] php 4 & php 5

2005-03-04 Thread Hans Zaunere
ou will probably be better off just > buying a second 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 Techn

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/

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

2005-01-16 Thread Hans Zaunere
irst line needs to be the dash-bang that point to your PHP binary. #!/usr/local/php/bin/php /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

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

2005-01-08 Thread Hans Zaunere
D:\Apache Group\Apache2\htdocs\YC\ycphpfunc.php on line 148 >=20 > My .php file looks like this: >=20 > >=20 > ... 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 N

[PHP] PHP at LinuxWorld Expo 2003

2003-01-19 Thread Hans Zaunere
e and functionality. Learn More You'll find NYPHP's projects, 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:/

Re: [PHP] Binary Safety and Sockets

2002-09-20 Thread Hans Zaunere
> work. > > > > On Friday 20 September 2002 10:10, 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 no

[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?