> 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
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
> 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
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
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
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
>
>
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,
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
> 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/
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
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
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:/
> 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
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?
14 matches
Mail list logo