RE: [PHP] Zend hit (Encoder price) (Freelance Encoding?)
At 02:26 PM 1/25/01 +0100, you wrote: > > Hello, > > What do you think about Zend position? > > http://php.weblogs.com/ > > http://zend.com/phorum/read.php?num=3&id=6277&loc=0&thread=6277 > >I think that if Zend wants to sell it for $6000, then they have all right >to. These guys have worked hard, and they deserve some cash for it. This looks like a niche that someone can fill. I'm hoping that someone by now has purchased the Zend Encoder Unlimited ($6K!) and would be willing to do a 'one-off' encoding for other people for a small price ($10-30). If that is the case, and someone is willing to do that, I would be grateful if they would contact me as I have a few 'free-scripts' that need encoding. Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Zip support
At 10:55 AM 5/8/01 -0400, you wrote: >I see that there is support for bzip2 and gzip in PHP, so I was wondering if >there was any standard zip support that I'm not seeing. >Stuart Hicks >Senior Programmer / Systems Administrator >The Affinity Group PhpZip 1.5 : http://phpconcept.free.fr/phpzip-index.php3 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] PHP question regarding Cold Fusion
At 09:43 PM 1/11/02 -0500, you wrote: >The tag I am talking about is . This tag allows you to emulate the >posting of a form, but also allows you to capture the results of the post. >There are a couple of forms written in CF that connect to the merchant >account, check a credit card, for example, and then wait for the >approval/denial response. >Is there anything in PHP that can do this same kind of thing? Any help >would be appreciated. Check out Snoopy - http://snoopy.sourceforge.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] PHP usage(s)
At 03:00 PM 10/23/01 -0700, you wrote: >Anyone noticed more or less PHP usage in customers/providers? More. Vastly more. >How many of you, who write in PHP; > A/ Use templates at all. Definately use templates. > B/ Use Fast templates or an equivilent. Code just about everything w/FastTemplates. > C/ Use a development environment made from PHP like Zope, > Midgard, et. al. Use Textpad as my development environment. > D/ Can share with us a new direction in PHP that will keep it > competitive? 'Keep it Competitive' ? Is there a programming language better than PHP ? > E/ Know where there is a place that has pointers to, "The best 100 > PHP generated pages/applications!" http://www.hotscripts.com/PHP/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] PHP 4.0.6 / GD 2.0.1 compile error
On a freebsd 4.2 system, php 4.0.5 / gd 1.8x were running happily. Downloaded and compiled gd 2.0.1 no problems. Downloaded and compiled php 4.0.6 with: ./configure --with-mysql --with-apxs --with-gd=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --enable-gd-imgstrttf --with-png-dir=/usr/local configure works fine, but when i 'make' this is displayed: ... ... Making all in gd /bin/sh /usr/src/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/usr/src/php-4.0.6/ext/gd -I/usr/src/php-4.0.6/main -I/usr/src/php-4.0.6 -I/usr/local/include/apache -I/usr/src/php-4.0.6/Zend -I/usr/local/include -I/usr/src/php-4.0.6/ext/mysql/libmysql -I/usr/src/php-4.0.6/ext/xml/expat/xmltok -I/usr/src/php-4.0.6/ext/xml/expat/xmlparse -I/usr/src/php-4.0.6/TSRM -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/data/" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c gd.c gd.c: In function `php_minit_gd': gd.c:296: `gdPie' undeclared (first use in this function) gd.c:296: (Each undeclared identifier is reported only once gd.c:296: for each function it appears in.) gd.c:297: `gdChord' undeclared (first use in this function) gd.c:298: `gdNoFill' undeclared (first use in this function) gd.c:299: `gdEdged' undeclared (first use in this function) gd.c: In function `php_if_imagecreatetruecolor': gd.c:577: warning: assignment makes pointer from integer without a cast *** Error code 1 Stop in /usr/src/php-4.0.6/ext/gd. *** Error code 1 Stop in /usr/src/php-4.0.6/ext/gd. *** Error code 1 Stop in /usr/src/php-4.0.6/ext. *** Error code 1 Stop in /usr/src/php-4.0.6. = Anyone have any ideas ?? Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] ad rotation program
At 01:37 PM 10/4/01 -0500, you wrote: >Has anyone on this list developed an ad rotation program in PHP? >Joseph >PHP General Mailing List (http://www.php.net/) Joseph, dotBanner ( http://www.dot-banner.com ) is the one that I work on. "We have your script pushing well over 6 million impressions per day with no problem." - Robert "...out of all the software I have bought on the net, you have provided me with the BEST service, HANDS DOWN man... You should be very proud of this man... thanks so much!" -Deejay Paul - dotBanner www.dot-banner.com - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]