Re: [PHP] the Y2K38 BUG

2008-05-06 Thread Paul Scott
use today in 2038, I will officially rethink my usefulness as a human being :) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Phpstop.com project - wanna be a writer?

2008-05-05 Thread Paul Scott
On Mon, 2008-05-05 at 15:12 +0200, Chris Haensel wrote: Maybe I can have you as a writer? ;o) And maybe 2 or 3 more of this list The big names, ya know *g* Oh well, my name is only 4 letters so I guess I am out? ;) --Paul All Email originating from UWC is covered by disclaimer http

Re: [PHP] Web page excerpt editor

2008-05-04 Thread Paul Scott
On Sun, 2008-05-04 at 10:12 -0500, Mike Potter wrote: Does anyone have any experience with something else? Alternately, has anyone written something they'd be willing to share under GPL? FCKEditor, TinyMCE and a host of others. All JS based, so not really relevant on a PHP list though --Paul

Re: [PHP] php framework vs just php?

2008-04-22 Thread Paul Scott
IMHO - the Glue frameworks (like Chisimba, CakePHP etc) and the component frameworks (like PEAR, Zend Framework etc). What you are describing is simply a component framework. Just because you choose not to call it a framework, does not mean that it is not a framework. --Paul All Email

[PHP] mime_content_type and FileInfo

2008-04-21 Thread Paul Scott
that mime_content_type is deprecated, and that FileInfo is unstable in PECL only :/ Anyone got a workaround on this? I *really* don't feel like writing a zillion lines of code to get arbitrary mimetypes out that will only be used a little while and to replace 1 and 2 lines of code respectively. --Paul

Re: [PHP] Re: Connecting to an epp server

2008-04-11 Thread Paul van Brouwershaven
=\n; $socket-close(); } ? Alan Willsher schreef: What is 4 bytes ? On Thu, Apr 10, 2008 at 3:35 PM, Paul van Brouwershaven [EMAIL PROTECTED] wrote: don't forget to send the 4 bytes! Alan Willsher schreef: Hi im trying to connect to Nominets EPP server Details can be found here http

[PHP] Vote for PHP support in Google App Engine

2008-04-10 Thread Paul van Brouwershaven
/appengine/ - http://code.google.com/p/googleappengine/ Regards, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Connecting to an epp server

2008-04-10 Thread Paul van Brouwershaven
don't forget to send the 4 bytes! Alan Willsher schreef: Hi im trying to connect to Nominets EPP server Details can be found here http://www.nominet.org.uk/registrars/systems/epp/ Im trying to send a login request the example can be found here

Re: [PHP] Vote for PHP support in Google App Engine

2008-04-10 Thread Paul van Brouwershaven
Julian Kennedy schreef: Looks like they extending their services to web hosting. Wonder when they'll offer VPS accounts? No they will not, you may upload your application. They have created a very nice system, but there are some restrictions because of security Bigtable and GFS. But your

Re: [PHP] Arbitrary mathematical relations, not just hashes

2008-04-07 Thread Paul Johnson
On Sun, Apr 06, 2008 at 08:51:00PM -0700, Casey wrote: I hit reply-all... now am I suddenly subscribed to Perl and Ruby lists!?! Be careful. Next time you do it you'll be subscribed to Haskell, OCaml and Smalltalk lists. Bwahahaha! -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: [PHP] April Fools Easter Egg

2008-04-01 Thread Paul Scott
On Tue, 2008-04-01 at 10:28 -0400, tedd wrote: You got me. Wobbly PHP logo on mine (PHP-5.2.5 debian) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

Re: [PHP] new lines in textareas?

2008-03-30 Thread Paul Scott
. \n and br don't work. They just get quoted literally in the text. I suspect I need to use htmlspecialchars , but don't know what special character to feed it. Only getting to this now, but doesn't nl2br() do what you want? --Paul

Re: [PHP] How to install PHP 5.x on Windows Server 2000 with IIS 5 and MySQL 5.x

2008-03-27 Thread Paul Scott
at least... I seem to remember someone posting a really good guide to setting this all up at some stage, so a quick search through the archives should reveal all. --Paul -- . | Chisimba PHP5 Framework - http://avoir.uwc.ac.za

Re: [PHP] optimilize web page loading

2008-03-26 Thread Paul Scott
://www.php.net/microtime/ on either side of your output statement(s). --Paul -- . | Chisimba PHP5 Framework - http://avoir.uwc.ac.za | :: All Email originating from

Re: [PHP] losing session in new window (IE only) [WAS: loosing...]

2008-03-25 Thread Paul Novitski
putting the attribute values in double quotes and see if that helps: a href=person.php?id=123 target=_blankview details/a How does your page validate? http://validator.w3.org/ Regards, Paul __ Paul Novitski Juniper Webcraft Ltd. http://juniperwebcraft.com

Re: [PHP] GPS Locator

2008-03-04 Thread Paul Scott
running PHP script with it, so that should work just fine. That being said, though, something like a Winders COM object will probably be a better bet (I have never used COM objects before as I don't use Windows at all, ever) so correct me if I am wrong please! --Paul All Email originating from UWC

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Paul Scott
! :) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Paul Scott
On Wed, 2008-02-27 at 14:48 +0100, Jochem Maas wrote: Paul Scott schreef: there seems to be some misunderstanding ... a design pattern is not a component (or anything else of substance) but merely a conceptual strategy used to tackle a problem ... ever find yourself writing code that's

Re: [PHP] How do you send stylized email?

2008-02-27 Thread Paul Scott
like 80% of the mail that I send doesn't even have that _HTML_ link in it. Yech! Oh well, I suppose the suits have decided that its necessary --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
the day... (Jokes aside of course) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
money could better go to student loans and raising a family. http://debianddan.com/ CC: Debs LOL! Now you are going to get a gazillion requests coming from people looking for debian packages (possibly a new debian based distro for people that stutter?) :)) --Paul All Email

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
! if($subject === 'something to do with mail') { $this-punt('mimemessage', 'phpclasses.org'); } else { sleep(86400); } ;) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http

Re: [PHP] PHP 24 hour processes?

2008-02-24 Thread Paul Scott
or on 'doze, use AT or command scheduler I think it's called. Either that or use a long running PHP process with ignore_user_abort() and a time of 86400 seconds :) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP

Re: [PHP] temporary error

2008-02-21 Thread Paul Scott
On Thu, 2008-02-21 at 14:54 +0100, Mirco Soderi wrote: Consider the following code: $sqlQueryInserimentoDatiAllenamentoCalciPiazzati = INSERT INTO ... etc etc How long does it take you to write a single line of code with variable names like that? --Paul All Email originating from UWC

Re: [PHP] Exception vs exception

2008-02-21 Thread Paul Scott
) { throw new MyException(Query failed!); } else { return $results; } } then in your code: try { $this-queryWithException(SELECT * FROM users WHERE clue 0); } catch (MyException $e) { // clean up } --Paul All Email originating from UWC is covered by disclaimer

Re: [PHP] Deleting all rows in a database every 24 hours?

2008-02-21 Thread Paul Scott
On Fri, 2008-02-22 at 07:28 +0100, Zoran Bogdanov wrote: The title says it all, how do I perform an action every 24 hours? $sql = TRUNCATE TABLE 'sometable'; $this-query($sql); on a cron.daily --Paul -- . | Chisimba PHP5 Framework

Re: [PHP] Sending SMS via PHP

2008-02-20 Thread Paul Scott
a lot of people do, is sign up for an account and end up sending only 50 or so SMS a month, which is silly, when for the same price as a month or two's subscription, you could buy your own GSM modem and a prepaid SIM card and do it for half the price yourself. --Paul All Email originating from

Re: [PHP] fail on preg_match_all

2008-02-20 Thread Paul Scott
/preg_match_all the regex is valid Won't really matter if the data is in the wrong format! --Paul -- . | Chisimba PHP5 Framework - http://avoir.uwc.ac.za | :: All Email

[PHP] fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
', 'rb', false)) { echo ok; } else { echo failed; } Best Regards, Paul van Brouwershaven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
Nathan Rixham wrote: I don't think this is a php problem, just load the url up in a browser and you'll see the same, appears to be a misconfigured server at the otherside - probably confused about not being passed a name based host header in the request. I know that my browser is also waiting

RE: [PHP] What community software package gets your vote? PHPfox etc...

2008-02-19 Thread Paul Scott
kind as to put a shout out and vote on your favorite, I'd be very grateful. How about Chisimba? http://avoir.uwc.ac.za It is free (GPL) and has all the features of PHPFox and more. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public

Re: [PHP] Re: fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
The timeout is not the problem, the probleem is I'm not getting the ssl (like the peer cert) info into the stream_context_get_options Jim Lucas wrote: Paul van Brouwershaven wrote: Nathan Rixham wrote: I don't think this is a php problem, just load the url up in a browser and you'll see

Re: [PHP] Template system in PHP

2008-02-14 Thread Paul Scott
On Thu, 2008-02-14 at 09:29 +0100, Zoltán Németh wrote: and by the way, symfony has YAML configuration files and a plugin for REST services. and Chisimba does YAML configs in the blog module, REST, SOAP and XML-RPC services as well as a whole whack of XML-ish things. --Paul

Re: [PHP] Better DB Class MySQL

2008-02-14 Thread Paul Scott
, not so much. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session and Multi Server Architecture

2008-02-11 Thread Paul Scott
that or in a db, but if you are already in clustering, you probably have a memcached instance already right? --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Session and Multi Server Architecture

2008-02-11 Thread Paul Scott
On Mon, 2008-02-11 at 12:48 -0500, Nathan Nobbe wrote: http://us.php.net/manual/en/ref.memcache.php and http://www.danga.com/memcached/ --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General

Re: [PHP] Name of variable to string

2008-02-08 Thread Paul Scott
On Fri, 2008-02-08 at 14:37 -0500, Daniel Brown wrote: On Feb 8, 2008 2:18 PM, Eric Butera [EMAIL PROTECTED] wrote: And look who chimes in with some helpful advice! ;-P lol (now isn't that even more useless?) --Paul All Email originating from UWC is covered by disclaimer http

Re: [PHP] Order directory output

2008-02-08 Thread Paul Scott
; } public function accept() { if ( ! $this-it-isDir() ) { $ext = array_pop(explode('.', $this-current())); return $ext != $this-ext; } return true; } } --Paul -- . | Chisimba PHP5 Framework - http

Re: [PHP] Exception handling in PHP

2008-02-07 Thread Paul Scott
exceptions, because that is what I do, as I multilingualise my messages and do other things with the exception, like display an XHTML page to the users. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP

Re: [PHP] Exception handling in PHP

2008-02-07 Thread Paul Scott
On Thu, 2008-02-07 at 00:20 -0800, Prabath Kumarasinghe wrote: Understood, Thanks Paul Pleasure, but please don't top post, it makes it really hard to follow a thread easily. Most people on this list take time out from their really busy day jobs to help out, and the more time that everyone

Re: [PHP] Re: Multiple MySQL INSERT into loop

2008-02-07 Thread Paul Scott
On Thu, 2008-02-07 at 10:55 +, Colin Guthrie wrote: Simplest way would be to define your data in an array instead: e.g. $data = array(1 = array('id' = x, 'entry' = y, 'name' = z), ...). And of course to tie it all into a transaction that can be rolled back in case of problems. --Paul

Re: [PHP] Directory

2008-02-07 Thread Paul Scott
; } } (untested - written from mind dump - so please test 1st) Then, AFAIK SPL also has an __autoload that you can use. I have looked at the Manual and did not really know where to look. http://www.php.net/spl --Paul -- . | Chisimba

Re: [PHP] killing a process through php webservice

2008-02-07 Thread Paul Scott
or sane. PHP is not meant to kill processes or do root tasks at all, ever. Please don't actually do this. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

Re: [PHP] Recommendation for an XML class?

2008-02-06 Thread Paul Scott
On Wed, 2008-02-06 at 15:12 -0500, Nathan Nobbe wrote: SimpleXML, http://www.php.net/manual/en/ref.simplexml.php Dude, I thought you were playing with SPL! SimpleXML _then_ use the SimpleXMLIterator to work with it! http://www.php.net/spl --Paul All Email originating from UWC is covered

Re: [PHP] array problem with a zencart shipping module

2008-02-06 Thread Paul Scott
consider taking Nathan's advice here and hiring someone to do this for you or even with you. With you has the advantage that next time, you will know, and be able to do it easier - as well as learn something along the way. --Paul All Email originating from UWC is covered by disclaimer http

Re: [PHP] Exception handling in PHP

2008-02-06 Thread Paul Scott
(Exception $e) { echo $e-getMessage(); exit; } --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exception handling in PHP

2008-02-06 Thread Paul Scott
On Wed, 2008-02-06 at 23:10 -0800, Prabath Kumarasinghe wrote: Is this following code work in PHP if mysql_connect fails. try{ mysql_connect('localhost','user',''); }catch(Exception $e){ echo $e-getMessage(); Probably not. I don't think that the mysql functions throw exceptions on

Re: [PHP] Anyone else doing PHP on Symbian?

2008-02-05 Thread Paul Scott
up? I have a Sony/Ericsson P990i that I don't mind destroying with insane hacks, and this sounds like fun! --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

Re: [PHP] how dod you get to do multiple mysql queries concurrently?

2008-02-05 Thread Paul Scott
and scientific apps run off PHP/Mapscript (closest competitor is PythonMapscript). Just to let you know... --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] how dod you get to do multiple mysql queries concurrently?

2008-02-05 Thread Paul Scott
a idiot :-) Not at all, how do we learn if we don't ask questions? There is no such thing as a stupid question, only stupid answers... --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List

Re: [PHP] Anyone else doing PHP on Symbian?

2008-02-05 Thread Paul Scott
an education all in one. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fileinfo

2008-02-05 Thread Paul Scott
just be using the incorrect file. At the end of the day, you could also just download the package, extract it, phpize it make make install it also and leave the problems behind! --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services

Re: [PHP] Fileinfo

2008-02-05 Thread Paul Scott
to take effect. --Paul -- . | Chisimba PHP5 Framework - http://avoir.uwc.ac.za | :: All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal

Re: [PHP] Schedule tasks from server

2008-02-04 Thread Paul Scott
jobs - that'll do it. If they don't then I would suggest moving ISP's. I see you have an SA mail address - which ISP are you using? I probably know the answer already if you can tell me ;) --Paul -- . | Chisimba PHP5 Framework - http

Re: [PHP] Schedule tasks from server

2008-02-04 Thread Paul Scott
ISP's also support that anyway. That way you get the best of both worlds. Err, just one question though, if you are using FP, where does the PHP come in? --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General

Re: [PHP] php competion

2008-02-03 Thread Paul Scott
. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Resetting a session variable

2008-02-03 Thread Paul Scott
On Sun, 2008-02-03 at 13:14 -0500, Ron Piggott wrote: What is the command to reset a session variable --- essentially deleting all of the values it contains? Ron Assign the session to an empty array() and then use session_destroy() All Email originating from UWC is covered by disclaimer

Re: [PHP] about preg_replace, please help !

2008-02-03 Thread Paul Scott
On Sun, 2008-02-03 at 21:06 -0800, Casey wrote: Why do you need preg_replace? Else he fails a homework assignment? --Paul -- . | Chisimba PHP5 Framework - http://avoir.uwc.ac.za

Re: [PHP] how dod you get to do multiple mysql queries concurrently?

2008-02-01 Thread Paul Scott
Did anyone actually get this mail? More concrete example? What would you like to see? I suspect that some of my mail is getting dropped :( --Paul On Fri, 2008-02-01 at 06:33 +0200, Paul Scott wrote: On Fri, 2008-02-01 at 03:40 +0100, Jochem Maas wrote: I for one would really like to see

Re: [PHP] Re: [Slightly OT] Apple MacBook MAMP and Logic

2008-02-01 Thread Paul Scott
is create a root login by using sudo passwd root which asks for my password (one last time) then I get to have a root pass. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http

Re: [PHP] array iteration vs. ArrayIterator

2008-02-01 Thread Paul Scott
will share soon if anyone is interested. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calling All Opinionated ******** ....

2008-02-01 Thread Paul Scott
some performance tests on it - sometimes you will be able to roll your own in less time and with simpler code. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

Re: [PHP] how dod you get to do multiple mysql queries concurrently?

2008-01-31 Thread Paul Scott
Which is WKB (Well Known Binary) data or WKT (Well Known Text) data. The gist index simply indexes this as opposed to the regular gid (which you still use btree indexes on anyways) --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services

[PHP] Release candidate: Chisimba-2.0.0RC1

2008-01-31 Thread Paul Scott
The next major release of the Chisimba PHP5 framework is now available. Major enhancements included in this release are: - Remote downloads of modules through web interface - Upgrades of modules via package server in modulecatalogue - Skin downloads via remote package server - Updates to

Re: [PHP] how to display photos of the day?

2008-01-29 Thread Paul Scott
do a regular select and array_rand() it in PHP. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How can I do this -- method chaining

2008-01-29 Thread Paul Scott
On Tue, 2008-01-29 at 14:17 -0500, Eric Butera wrote: http://www.travisswicegood.com/index.php/2007/10/26/fluent_api_here_i_come Looks like a repurpose of one of my posts: http://fsiu.uwc.ac.za/index.php?module=blogaction=viewsinglepostid=gen9Srv59Nme5_7092_1182404204 --Paul All Email

Re: [PHP] Getting nuequiz pro wo to work in php5

2008-01-28 Thread Paul Scott
at http://pear.uwc.ac.za/elearn/ that you can play around with. The admin username and password are available too (just mail me) if you want to take an in depth look. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-28 Thread Paul Scott
On Mon, 2008-01-28 at 16:43 +0100, Zoltán Németh wrote: where is the stats for last week? the experiment is over or what? ;) Jochem already did it for this week, so I think Dan is taking the week off. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za

Re: [PHP] how dod you get to do multiple mysql queries concurrently?

2008-01-28 Thread Paul Scott
10 million rows of spatial data on PostGIS, and have never needed to look further. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Getting nuequiz pro wo to work in php5

2008-01-28 Thread Paul Scott
on, you will need an anonymous CVS checkout to actually use the v2 stuff now. sigh, will be released as a RC next week. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

Re: [PHP] Getting part of string matched with regular expressions

2008-01-27 Thread Paul Scott
value being the original that you can then compare with. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-23 Thread Paul Scott
at least. If you would like the dox, let me know - they are all CC licensed. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] performance/load testing ...

2008-01-21 Thread Paul Scott
of testing suites that are available. You can take a look at http://www.opensourcetesting.org/performance.php first, but I ended up using Apache JMeter most. It really is quite configurable and usable and gives you a lot of information. --Paul

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-20 Thread Paul Scott
--Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Paul Scott
httpd and nothing else. Files are completely static, so this is really quite a cool solution for this type of situation. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http

Re: [PHP] Re: Match anything between two that is not a except if it is escaped...

2008-01-18 Thread Paul Scott
: Purpose: regex : Author : Thoughts? We could use http://fsiu.uwc.ac.za/index.php?module=wikiaction=view_pagename=RegularExpressionMethods for it. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm

Re: [PHP] XAdES in PHP

2008-01-14 Thread Paul Scott
to scratch IMO. You could try one of those (I think there is a pretty decent Python implementation as a starting point) and fix it up and extend that. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General

[PHP] Chisimba Release

2007-12-20 Thread Paul Scott
The next release of the Chisimba PHP5 framework is now available. Major enhancements included in this release are: - Better APC support - Improved database performance - Bug fixes - Better code documentation - XML-RPC API for Video conversions module - XML-RPC API for the Active Dynamic

Re: [PHP] Profiling PHP App

2007-12-19 Thread Paul Scott
generally more enjoyable. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Professional inquiry for you freelancers

2007-12-05 Thread Paul Scott
accessibility etc, and then start. As I say, the tools are easy to master, but the magic isn't. If you are not interested in that, stick to PHP code. It is far less finicky and will treat you way better IMHO. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal

Re: [PHP] Software Help

2007-12-03 Thread Paul Scott
(shouldn't be more than 4 lines Mike), but that is forgiven Thank you, and if I ever move to PA or the USA, I will look you up because of this. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General

Re: [PHP] Structured Code vs. Performance

2007-11-29 Thread Paul Scott
caches and should be avoided: if (foo()) { class Foo { } } As I have always understood it, the heavyness only really comes in when there are conditional includes or requires if (foo()) { require_once('foo_class_inc.php'); } else { // ... } --Paul All Email originating from UWC

Re: [PHP] PHP RFC # 0001 --- List Etiquette [SOLVED]

2007-11-28 Thread Paul Scott
archives 4. Be able to say STFW with conviction, because we *know* its there! --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Tree-like structure in PHP?

2007-11-16 Thread Paul van Haren
I'm trying to use arrays to implement a sort of data tree. For the code to work, it is essential that the nodes can be edited after they have become part of the tree. That would require that the array elements are pushed by reference rather than by value. ?php $arr1 = array ();

Re: [PHP] Tree-like structure in PHP? (closed)

2007-11-16 Thread Paul van Haren
Thanks, the empasant helps! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Paul Farr
search and replace. I want to do it in the stream, don't want to create a new file each time. The data is not a string, it is in fact a serial number being inserted into an EXE download. I get how to do this with ASP, but the active replace in PHP has me totally lost. Any hints ? -- Paul S

Re: [PHP] [NEWBIE GUIDE] For the benefit of new members

2007-11-15 Thread Paul Scott
. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
the FileMaker tables. Is this right? Can you help demystify this for me? What I'm really looking for is a PHP class that will read FileMaker files in their native format. I'm beginning to suspect that none exists in the public arena. Someone please tell me there is! Regards, Paul

RE: [PHP] PHP access of FileMaker data

2007-11-14 Thread Paul Novitski
At 11/14/2007 01:02 AM, George Pitcher wrote: Paul, What I'm really looking for is a PHP class that will read FileMaker files in their native format. I'm beginning to suspect that none exists in the public arena. Someone please tell me there is! ... I'm just exporting my tables (files

[PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
: PHP 5.2.3-1ubuntu6 (cli) (built: Oct 4 2007 23:35:54) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project OS: Linux paul-laptop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12

Re: [PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
the system completely? Not completely, just following regular Ubuntu updates. I have disabled all sites (a2dissite) and stopped appArmour as well, with no change to the issue. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services

Re: [PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
a rollback on that and it seems to have fixed the problem. Very strange and very annoying Thanks for the help! --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm -- PHP General Mailing List (http://www.php.net

[PHP] PHP access of FileMaker data

2007-11-12 Thread Paul Novitski
Can someone please point me to some PHP code or documentation for accessing FileMaker Pro tables with PHP? So far googling Zend and world-wide hasn't found me what I'm seeking. Thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 5.1 memory leak?

2007-11-07 Thread Paul Scott
to do just this. --Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Strange warning: preg_match compilation warning

2007-11-05 Thread Paul Scott
to be the opening parenthesis of the preg_match function call...(??) Any help would be appreciated, googling simply brings up a load of busted websites... --Paul -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html All Email originating from

Re: [PHP] Strange warning: preg_match compilation warning

2007-11-05 Thread Paul Scott
On Mon, 2007-11-05 at 12:08 -0500, Daniel Brown wrote: You canceled-out the final closing param with a backslash here: (AVOIR \) Oh geez, thanks! How embarrassing... I suppose that's what you get for coding on long haul flights... Thanks! --Paul All Email originating from

Re: [PHP] Can I make a process run in background?

2007-11-05 Thread Paul Scott
, is it possible? and how? You could try this archaic code I wrote a few years back: http://www.phpclasses.org/browse/package/2837.html or search for PHP Daemon and get some ideas there. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public

[PHP] Function variables in classes

2007-11-01 Thread Paul van Haren
(); $a = foobar::bar2; print_r ($a); echo \n; $a(); } } foo1(); $fb = new foobar (); $fb-foo2(); ? The error message reads: Fatal error: Call to undefined function foobar::bar2() in /home/paul/demo/demo.php

Re: [PHP] Function variables in classes

2007-11-01 Thread Paul van Haren
I just did. The result is the same however Regards, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Function variables in classes

2007-11-01 Thread Paul van Haren
Thanks, this helps. The code now works. In case this is truely a bug in PHP, where should I log it? Anything that I should do to make sure that it gets followed up? Regards, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    4   5   6   7   8   9   10   11   12   13   >