What does this mean in the PHP Change Log:
"Removed compile time dependency from ext/mbstring (Dmitry)"
Does it mean that mbstring is available by default in PHP 5.4?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 10/7/09 6:04 AM, "Ashley Sheridan" wrote:
> On Wed, 2009-10-07 at 10:57 +0100, MEM wrote:
>> Hello all,
>>
>>
>> I'm having this strange behavior, and I do not understanding why...
>>
>> When I use FILTER_VALIDATE_INT I'm unable to get, on my input box, values
>> starting with 0(zero), or v
just yesterday i was reading through this wonderful and very funny
presentation:
http://talks.php.net/show/froscon08/0
for me it really drove home the message (among others) that it makes sense
to find out where the real gains can be made before investing your efforts
in optimization.
--
just as ashley said it.
On 10/6/09 3:26 PM, "MEM" wrote:
> Sorry all,
> It's ok. The sintax:
>
> class="mensagemErro">'.$erros['anexo'].'' :''); ?>
>
> Was right all the time.
>
> Anyway, I've learn something new: having a var with '' is not the same thing
> as not been unset. So we must pa
On 10/6/09 10:26 AM, "Il pinguino volante" wrote:
> I have to realize an authentication system for a lot of users.
>
> I heard that someone uses to store session states (?) into a database. I'd
> like to know how and, expecially, WHY to do it and what's would be better
> (considering that I CANN
On 10/6/09 4:16 AM, "Mert Oztekin" wrote:
> My mistake,
>
> I thought it was date() now strftime()
> Sorry
>
> (why do php developers create two different standarts for such similiar
> functions???☺ )
>
it's traditional to do so. it reminds me of the bit about subtly
incompatible shells in un
On 10/4/09 10:55 AM, "tedd" wrote:
> At 3:39 PM +0100 10/4/09, MEM wrote:
>>> i don't think so. if the user requests the page "a_form.php" then the
>>> server
>>> will normally execute the a_form.php script regardless whether the form
>>> was
>>> submitted or not.
>>>
>>> to display a blank
On 10/4/09 10:39 AM, "MEM" wrote:
>> i don't think so. if the user requests the page "a_form.php" then the
>> server
>> will normally execute the a_form.php script regardless whether the form
>> was
>> submitted or not.
>>
>> to display a blank form, the user probably requests a_form.php with th
On 10/4/09 9:39 AM, "Michael A. Peters" wrote:
> I wrote a php class to generate flowplayer/html5 media code for my site:
>
> http://www.shastaherps.org/xml_MMmediaClass.phps
>
> The "buildFlashvars()" function in it is really ugly and will be a pain
> to update as I modify the class in the fut
direct to success page.
> }
> else
> {
> Echo "Sorry, couldn't process the form";
> }
>
>
>
> I suppose that the echo message telling "we couldn't process the form" does
> not appear when the form first loads, because the server side script
On 10/4/09 6:36 AM, "clanc...@cybec.com.au" wrote:
>> i might think it ok for (2260 == '226E1') to be true since php would be
>> doing type juggling in a logical left-to-right manner: we start with an
>> integer 2260, next is the juggling comparison operator, then a string, so it
>> might reasona
On 10/3/09 12:25 PM, "Ashley Sheridan" wrote:
> On Sat, 2009-10-03 at 11:57 -0400, Tom Worster wrote:
>
>> On 10/3/09 7:21 AM, "clanc...@cybec.com.au" wrote:
>>
>>> However there is one feature of PHP which, to my mind, is really bad design.
>
On 10/3/09 7:21 AM, "clanc...@cybec.com.au" wrote:
> However there is one feature of PHP which, to my mind, is really bad design.
> How many of
> you can see anything wrong with the following procedure to search a list of
> names for a
> particular name?
>
> $i = 0; $j = count ($names); while ($
On 10/3/09 9:53 AM, "Ralph Deffke" wrote:
> this is a clear sign that somebody is on a sin TRAIL, I would not even spend
> the time on what sin collections this guy got
i see it more as ignorance than sin.
to misunderstand the difference between $n++ and ++$n is a beginner error.
as k&r made
On 10/2/09 10:06 AM, "MEM" wrote:
> I'm now understanding that even if the form is submitted to self, we can
> still use a redirect to a "success_message_page.php". However, we must do
> this redirect, AFTER the form has submitted to himself. It's the only thing
> that we have to pay attention he
On 10/2/09 10:24 AM, "tedd" wrote:
> At 1:55 PM +0530 10/2/09, kranthi wrote:
>> and yes i forgot to mention... i avoid hidden form elements because
>> they can be modified very easily and hence pose a security threat.
>
> That depends upon how sloppy you are in coding.
>
> NONE of my hidden va
On 10/1/09 10:13 AM, "tedd" wrote:
> At 1:00 PM +0100 10/1/09, MEM wrote:
>> One last question about this:
>>
>> I've done a self submit form, after hearing all the advantages expressed
>> here.
>> But how could we relate, without using javascript, a self submit form with a
>> "success page" or
On 10/1/09 8:00 AM, "MEM" wrote:
> One last question about this:
>
> I've done a self submit form, after hearing all the advantages expressed
> here.
> But how could we relate, without using javascript, a self submit form with a
> "success page" or a "confirmation page" that doesn't show the fo
On 9/28/09 1:40 PM, "Tom Worster" wrote:
> anyway, in the cli the command collator_create( 'en_US' ); did not provoke
> an error, so maybe that works.
>
> but if i add extension=intl.so to php.ini and restart apache, php says: PHP
> Warning: PHP Startup: Una
On 9/28/09 2:41 AM, "Tommy Pham" wrote:
> - Original Message ----
>> From: Tom Worster
>> To: PHP General List
>> Sent: Sunday, September 27, 2009 5:34:45 PM
>> Subject: [PHP] intl extension on os x
>>
>> does anyone know how to install i
On 9/28/09 7:07 AM, "Merlin Morgenstern" wrote:
>
>
> Ashley Sheridan wrote:
>> On Mon, 2009-09-28 at 12:27 +0200, Merlin Morgenstern wrote:
>>> Hi there,
>>>
>>> I am trying to find out similarity between 2 strings. Somehow the
>>> similar_text function returns 33% similarity on strings that
does anyone know how to install intl on os x 10.5?
it seems a libicu binary is included in os x but not with headers. fink has
a package for installing the headers. maybe that would allow pecl to install
the intl extension.
has anyone done this successfully? or know any other way to get intl runn
On 9/24/09 10:30 AM, "David Otton" wrote:
> 2009/9/24 Tom Worster :
>
>> but i'd like proceed with default error handling in the branch with the
>> question marks. how can i do that?
>
> An error handler that passes through to the previous err
i have this hack that works up to a point...
function my_err_handler($errno, $errstr, $errfile, $errline) {
if ( preg_match('/iconv/', $errstr) ) {
throw new Exception('iconv error');
} else {
// ? how to invoke default error handler ?
}
}
set_error_handler("my_err_hand
connect to UMTS rigzt now, these
> systems deconnect on idle lines and reconect without the users even know it.
> Also a lot of lines change IP address at midnihgt.
>
> cheers
> ralph_def...@yahoo.de
>
> "Tom Worster" wrote in message
> news:c6e00521.12d98%...@th
of 6h I would bet, that this is the problem. I
> would not trust such a long lifetime at all.
>
> If sessions have to be active such a long time, I would see only cooky based
> solutions
>
> let me know, what u did investigate on this.
>
> ralph_def...@yahoo.de
>
>
&g
so i don't think that's the source of the problem.
On 9/22/09 4:17 PM, "Ralph Deffke" wrote:
> Hi Tom,
>
> i did find this in the bug reports, its pretty new and should be an answer.
>
> http://news.php.net/php.doc.bugs/2653
>
> ralph_def...@ya
i'm not 100% sure what the manual means when it says...
session.gc_maxlifetime integer
session.gc_maxlifetime specifies the number of seconds after which data will
be seen as 'garbage' and cleaned up. Garbage collection occurs during
session start.
what event exactly does the "after which" here r
On 9/15/09 10:54 AM, "Andres Gonzalez" wrote:
> I have an application developed that uses alot of PHP. Currently, it is
> running on a Ubuntu 8.04 , single core CPU host. We are moving to a
> quad core host for this application.
>
> Is there anything special that I need to do to configure PHP t
On 9/14/09 2:11 PM, "Lars Torben Wilson" wrote:
> Tom Worster wrote:
>> On 9/13/09 10:24 PM, "Tommy Pham" wrote:
>>
>>> --- On Sun, 9/13/09, Tom Worster wrote:
>>>
>>>> From: Tom Worster
>>>> Subject: [PHP] server
On 9/14/09 9:03 AM, "Tom Worster" wrote:
> On 9/13/09 10:24 PM, "Tommy Pham" wrote:
>
>> --- On Sun, 9/13/09, Tom Worster wrote:
>>
>>> From: Tom Worster
>>> Subject: [PHP] server name that the user agent used
>>> To:
On 9/14/09 5:39 AM, "Phred White" wrote:
>
> On Sep 13, 2009, at 8:50 PM, Eddie Drapkin wrote:
>
>> On Sun, Sep 13, 2009 at 9:38 PM, Phred White
>> wrote:
>>>
>>> On Sep 13, 2009, at 7:34 PM, Eddie Drapkin wrote:
>>>
On Sun, Sep 13, 2009 at 8:29 PM, Phred White
wrote:
>
On 9/13/09 10:24 PM, "Tommy Pham" wrote:
> --- On Sun, 9/13/09, Tom Worster wrote:
>
>> From: Tom Worster
>> Subject: [PHP] server name that the user agent used
>> To: "PHP General List"
>> Date: Sunday, September 13, 2009, 8:21 PM
>>
On 9/13/09 3:21 AM, "Lars Torben Wilson" wrote:
>> On 9/12/09 9:50 AM, "Tom Worster" wrote:
>>
>> but let me give you a more different example:
>>
>> $a and $b are normally both objects, each with various members including a
>> prop q, b
when using apache with one vhost that responds to a few different hostnames,
e.g. domain.org, y.domain.org, x.domain.org, let's say the vhost's server
name is y.domain.org and the other two are aliases, is there a way in php to
know which of these was used by the user agent to address the server?
On 9/12/09 9:50 AM, "Tom Worster" wrote:
> On 9/12/09 1:32 AM, "Lars Torben Wilson" wrote:
>
>> Tom Worster wrote:
>>> if i have an expression that evaluates to an object, the return value from a
>>> function, say, and i only want the value of
On 9/12/09 1:32 AM, "Lars Torben Wilson" wrote:
> Tom Worster wrote:
>> if i have an expression that evaluates to an object, the return value from a
>> function, say, and i only want the value of one of the objects properties,
>> is there a tidy way to get it w
On 9/12/09 12:31 AM, "Paul M Foster" wrote:
> On Fri, Sep 11, 2009 at 07:31:01PM -0400, Tom Worster wrote:
>
>> if i have an expression that evaluates to an object, the return value from a
>> function, say, and i only want the value of one of the objects propertie
if i have an expression that evaluates to an object, the return value from a
function, say, and i only want the value of one of the objects properties,
is there a tidy way to get it without setting another variable?
to illustrate, here's something that doesn't work, but it would be
convenient if i
'm our case we opt for memcache to store the sessions
> Mmc its soo much faster and you will have less net overhead because
> the simple protocol
> Also the configuration its easier. If you see in the php manual you
> only need to touch two lines in the php.ini
>
> On 9/8/09
On 9/9/09 12:08 AM, "Paul M Foster" wrote:
> On Tue, Sep 08, 2009 at 05:39:43PM -0400, Floyd Resler wrote:
>
>> How can I rename a directory with files in it? The rename function
>> gives me a "directory not empty" error. I know I could do it be
>> creating the directory, moving the files, and
On 9/9/09 4:16 AM, "Ford, Mike" wrote:
>> -Original Message-----
>> From: Tom Worster [mailto:f...@thefsb.org]
>> Sent: 09 September 2009 02:29
>>
>> thanks, Devendra, that's pretty much the same as my handler. (though
>> i can't
&g
ns-in-a-Database/
>
>
> On Tue, Sep 8, 2009 at 10:53 PM, Tom Worster wrote:
>
>> questions for those of you with a user session handler using mysql:
>>
>> did you write your own handler, write one based off some other you found
>> (if
>> so, which?), or a
questions for those of you with a user session handler using mysql:
did you write your own handler, write one based off some other you found (if
so, which?), or are you using some available library (if so, which?)?
and how do you feel about your implementation? satisfied? or are there
improvement
On 8/29/09 9:29 AM, "tedd" wrote:
> At 1:18 AM -0700 8/29/09, Warren Vail wrote:
>> To test a form I usually send the form contents to a php file that contains
>> the following;
>>
>> foreach($_POST as $nm => $val) echo "_POST[".$nm."] [".$val."]";
>> foreach($_GET as $nm => $val) echo "_GET[".$
On 8/26/09 10:08 AM, "tedd" wrote:
> I had a client say to me once "If you're so smart, then why aren't
> you rich?"
how about: "i'm smart enough that i know not to waste my allotted time on
this planet amassing riches."
i know plenty of rich people, many of whom earned their wealth. i envy the
ax error, not a runtime error. You've clearly done
> something wrong.
>
>> "Tom Worster" wrote in message
>> news:c6b87877.11463%...@thefsb.org...
>>> is it the case that unset() does not trigger an error or throw an
>> exception
>>> if it
7;
> in
>>> C:\wamp\www\TinyCreator\testCrapp6.php on line 42
>>
>> This is a syntax error, not a runtime error. You've clearly done
>> something wrong.
>>
>>> "Tom Worster" wrote in message
>>> news:c6b87877.11463%...@thefsb.or
is it the case that unset() does not trigger an error or throw an exception
if it's argument was never set?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 8/19/09 9:56 PM, "Clancy" wrote:
> I gather from this discussion that PHP allows two users to open a file for
> R/W? I had assumed it wouldn't.
i think php does allow this. but i'm not sure all file systems do.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
On 8/19/09 3:55 AM, "Dengxule" wrote:
> I have a crontab command to execuate my php-script every half an hour.
>
> The mission of the php-script is to open a file(log file), examine it.
>
> The target file(log file) is transported to local every half an hour.
>
> I've no idea how much time it
On 8/18/09 10:56 AM, "Merlin Morgenstern" wrote:
>
>
> Ashley Sheridan wrote:
>> On Tue, 2009-08-18 at 16:00 +0200, Merlin Morgenstern wrote:
>>> Hi there,
>>>
>>> I am highlighting keywords with the help of pregreplace. This works
>>> great with one limitation. If the word that has to be repl
On 8/17/09 5:17 AM, "nashrul" wrote:
> This is a newbie question...
> Let's say there are 3 php files, page1.php, page2.php and page3.php. Form
> submission from page1.php or page2.php will take user to page3.php.
> I know that we can use parameter that is appended in the action attribute of
> th
On 8/17/09 5:24 AM, "Ashley Sheridan" wrote:
> On Mon, 2009-08-17 at 02:17 -0700, nashrul wrote:
>> This is a newbie question...
>> Let's say there are 3 php files, page1.php, page2.php and page3.php. Form
>> submission from page1.php or page2.php will take user to page3.php.
>> I know that we ca
just for example's sake, say i were doing something like
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'ftp://user:p...@server/dir/filename');
curl_setopt($ch, CURLOPT_UPLOAD, true);
curl_setopt($ch, CURLOPT_FILE, $outfileh);
curl_setopt($ch, CURLOPT_INFILE, $infileh);
curl_setopt($ch, CURLOPT_
On 8/6/09 2:33 PM, "Ted Yu" wrote:
>
> Hi,
> I use the following code to call third party web service:
> curl_setopt($ch, CURLOPT_URL, $url);
> curl_setopt($ch, CURLOPT_TIMEOUT, 120);
> curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
> curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 1);
> curl_setopt($ch,
On 7/25/09 6:27 AM, "Per Jessen" wrote:
> Lupus Michaelis wrote:
>
>> Per Jessen wrote:
>>> See http://bugs.php.net/?id=48612
>>
>>I don't understand too the answer. For me it is obvious it is a bug
>> because it breaks the system locale behaviour.
>>
>
> Thanks, I'm glad I'm not alone in
On 7/22/09 6:09 PM, "Shawn McKenzie" wrote:
> Tom Worster wrote:
>> though the manual is perfectly clear that this should be expected, i was a
>> bit surprised that the result of the following is 42
>>
>> > function foo(&$a) {
>> $a = 42;
&
though the manual is perfectly clear that this should be expected, i was a
bit surprised that the result of the following is 42
normally i would expect unset() to free some memory. but in this example it
doesn't and has a different behavior: it releases foo's reference to the
global $a, allowing
On 7/15/09 12:21 AM, "Martin Scotta" wrote:
> Hi
>
> Do you noted that all the discussion here are about problems, bugs, or
> just "urgent pleaaase help me"
> I have an idea. It is not really THE idea... but it is.
> What happen if tell this idea to the community? I don't know, so,
> let's take
On 7/7/09 12:17 PM, "Jeff Weinberger" wrote:
> On Jul 7, 2009, at 8:38 AM, Daniel Brown wrote:
>
>> On Tue, Jul 7, 2009 at 11:03, Jeff
>> Weinberger wrote:
>>>
>>> This seemed like it would be the perfect solution...but alas it did
>>> not
>>> work. 22527 seems right, but after changing php.ini
On 7/7/09 11:38 AM, "Daniel Brown" wrote:
> On Tue, Jul 7, 2009 at 11:03, Jeff Weinberger wrote:
>>
>> This seemed like it would be the perfect solution...but alas it did not
>> work. 22527 seems right, but after changing php.ini to that and restarting
>> php and apache, I am still getting "Depr
On 7/7/09 1:23 AM, "Jeff Weinberger" wrote:
> On Jul 6, 2009, at 7:47 PM, Paul M Foster wrote:
>
>> On Mon, Jul 06, 2009 at 02:16:09PM -0700, Jeff Weinberger wrote:
>>
>>> Hi:
>>>
>>> I am hoping someone can help me figure this out
>>>
>>> I've just upgraded my PHP installation to 5.3.0.
On 6/29/09 10:26 PM, "Michael A. Peters" wrote:
> Rob Gould wrote:
>> I have a webpage which allows people to log in and make selections with
>> radio buttons and hit SUBMIT and saves the data from those radio buttons
>> to a mySQL database.
>>
>> However, I'm finding that I also need the abilit
On 6/30/09 11:17 AM, "Ashley Sheridan" wrote:
> It's a bad way of doing it, but could you not create a unique index on the
> particular key you want to be unique, and then just try the select anyway
> with the mysql_query() call preceeded with an @ to suppress warnings?
if you're going that rout
On 6/27/09 7:09 PM, "Daniel Kolbo" wrote:
> Tom Worster wrote:
>> On 6/27/09 3:15 PM, "Daniel Kolbo" wrote:
>>
>>> When a MySQL table is locked a php call of mysql_query() that requires
>>> that table will hang as the request blocks at
On 6/27/09 3:15 PM, "Daniel Kolbo" wrote:
> When a MySQL table is locked a php call of mysql_query() that requires
> that table will hang as the request blocks at the MySQL server until the
> table is unlocked. Is there a way to stop a mysql_query from hanging
> (by setting a time limit)?
would
On 6/26/09 9:20 AM, "Michelle Konzack"
wrote:
> ...and no one care about the foreign (european) sniper WHO killed Neda
> in Iran.
i don't know why you'd think that. the story is all over the news. american
pols have been exploiting it. cnn reports cia hay have been behind the
shooting.
--
and Kaleem Omar.
and 15 people in Baghdad when motorcycle loaded with nails and ball-bearings
exploded in a crowded bazaar.
On 6/26/09 4:27 AM, "Robert Cummings" wrote:
> Farah Fawcett has also died. I guess you gotta go sometime :|
>
> Björn Bartels wrote:
>> Hello fellow coders...
>>
>> T
On 6/18/09 12:35 PM, "PJ" wrote:
> Peter Ford wrote:
>> PJ wrote:
>>
>>> I just thought I would share a revelation.
>>> Someone just pointed me to a site that IMHO is superb for elegance of
>>> artistic design and programming.
>>> I was blown away.
>>> http://www.apfq.ca
>>> You won't regret i
false alarm.
the error was in my mysql abstraction class. some time ago i put a function
in there to clean up invalid utf8 strings and it was doing a nice job on my
binary strings.
On 6/17/09 1:24 PM, "Tom Worster" wrote:
> i'm having trouble getting binary data into blobs
On 6/16/09 1:40 PM, "Brian Dunning" wrote:
> However, when I complete a test purchase and download using the above
> code, the DMG file downloads, but then it mounts; the contents are
> copied into the Downloads folder; the image unmounts; and then
> deletes. All the contents are delivered, but n
i'm having trouble getting binary data into blobs in mysql.
to help debug, i set up a test db and discovered that when i insert a binary
string encoded using mysql_real_escape_string (according to the php manual:
"If binary data is to be inserted, this function must be used."), only byte
values lo
the string, not the
> decoded character count. i don't know about other dbms.
>
>
>> On Fri, Jun 12, 2009 at 11:50 AM, Tom Worster wrote:
>> say a table in the db has a varchar(255) column, 255 being the max number of
>>> octets of strings that can go in the col
On 6/12/09 11:50 AM, "Tom Worster" wrote:
> say a table in the db has a varchar(255) column, 255 being the max number of
> octets of strings that can go in the column. now say the php script very
> occasionally has to deal with utf8 input strings with octet length > 255 -
27;t know about other dbms.
> On Fri, Jun 12, 2009 at 11:50 AM, Tom Worster wrote:
> say a table in the db has a varchar(255) column, 255 being the max number of
>> octets of strings that can go in the column. now say the php script very
>> occasionally has to deal with utf8 input st
say a table in the db has a varchar(255) column, 255 being the max number of
octets of strings that can go in the column. now say the php script very
occasionally has to deal with utf8 input strings with octet length > 255 --
it needs to select rows matching the input string or insert the input
str
what's a reliable way to detect that the sapi is cli, including in a
included scripts?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 6/8/09 4:26 PM, "Dee Ayy" wrote:
> Not as smooth as Xcode and Interface Builder eh?
no
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 6/8/09 12:30 PM, "Kyle Terry" wrote:
> I don't mean to be the thread spirit killer, but I think another language
> would be better for this. Such as Python.
>
> PHP desktop apps might be fun to hack around with, but I wouldn't use it for
> a production application.
if there were a cocoa inte
if the problem is due to flow control issues between the script and the
httpd server then perhaps changing the approach could help.
i quit using this approach of writing files to the php output buffer a
little while ago. it seemed that it was better to leave the flow control
issues entirely to apa
assuming one had suitable hardware, what does it cost to start developing
for asp? i guess you'd need to buy a copy of some windows server for dev
test. what else?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 6/1/09 6:43 AM, "Muhammad Hassan Samee" wrote:
> Anyone know whats the best way to learn PHP? Every time I open an php book
> or look the codes online, my mind goes "oh man, So many stuffs to learn and
> gets frustrated before i even start" but on the other hand, I don't know why
> some how th
On 5/28/09 2:06 PM, "Nitsan Bin-Nun" wrote:
> preg_replace("/([\xE0-\xFA])/e","chr(215).chr(ord(\${1})-80)",$s);
...
> The preg_replace() above convert the Hebrew chars into UTF8.
that preg_replace takes a byte string $s and:
- leaves bytes with value 0-127 intact
- converts bytes with value
On 5/29/09 5:36 AM, "Merlin Morgenstern" wrote:
> Does somebody have an idea on how to make my function better in terms of
> not detecting the string inside a word?
i agree with per. learn pcre: http://us.php.net/manual/en/book.pcre.php
as for successfully filtering spam by keyword matching: go
On 5/28/09 3:21 PM, "Nitsan Bin-Nun" wrote:
> That's the thing, I do NOT know the encoding of the GET parameters.
in which case that preg_replace is _extremely_ risky.
> They are not submitting any form, the request is made through a link (
> tag).
if you have control over the pages that incl
On 5/28/09 2:06 PM, "Nitsan Bin-Nun" wrote:
> i have tried this:
>
> >
>> $default_locale = setlocale(LC_ALL, 'en_US.UTF-8');
>> ini_set('default_charset', 'UTF-8' );
>>
>>
>> $_GET['folder'] =
>> preg_replace("/([\xE0-\xFA])/e","chr(215).chr(ord(\${1})-80)",$_GET['folder']
>> );
>>
>> $dirn
On 5/28/09 1:19 PM, "Tom Worster" wrote:
> i suspect there will be serious dependency on os and file system.
i was unable to do anything with hebrew file or dir names on freebsd 7.1
with ufs. i even tried scping and tarring over the directory that worked on
os x.
--
PHP General
On 5/28/09 9:20 AM, "Olexandr Heneralov" wrote:
> I have a question for everyone:
> Can it happen so that PHP will be replaced with ASP.NET?
why you pry it out of my cold dead hand ;-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/28/09 7:31 AM, "Julian Muscat Doublesin"
wrote:
> I had been programming in ASP.NET for years using Object Oriented
> Princeliness but decided to walk away from that. I am now researching and
> specialising in the open source world.
yay!
> I have started to develop a project using MySQL,
On 5/28/09 10:15 AM, "Nitsan Bin-Nun" wrote:
> I have wrote a files-based php system which not requires any kind of
> database to work, it is based upon files and directories.
>
> I'm using scandir() to fetch the file names of a directory, when the files
> and the directories are in English ever
On 5/28/09 3:20 AM, "Ashley Sheridan" wrote:
> Would setting up a backup MX record solve this do you think?
this is what the spf record is for.
http://en.wikipedia.org/wiki/Sender_Policy_Framework
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
guus, take a look at:
http://pear.php.net/manual/en/package.mail.mail-mime.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/27/09 12:07 PM, "LAMP" wrote:
> The problem is the confirmation emails and "reset password" emails are
> very often caught by email filter and finish in Spam/Junk folder, or
> even stopped by ISP. What am I doing wrong, or what to do to improve the
> code?
i've run into this. among many fa
On 5/27/09 10:33 AM, "David Otton" wrote:
> 2009/5/27 Tom Worster :
>
>> without getting into whether or not this cache design makes sense, my
>> question in this example is: what options are there for ending the http
>> transition and then continuing on to
process the cache entry.
>
> without getting into whether or not this cache design makes sense, my
> question in this example is: what options are there for ending the http
> transition and then continuing on to do the cache update work?
>
>
>> -Original Message-
>> From:
at options are there for ending the http
transition and then continuing on to do the cache update work?
> -----Original Message-
> From: Tom Worster [mailto:f...@thefsb.org]
> Sent: Wednesday, May 27, 2009 6:27 AM
> To: php-general@lists.php.net
> Subject: [PHP] continue working after
what options are there to do the following:
1. receive request from client (including post data)
2. do some work, update the db, prepare output for client
3. send output and finish up with the client
4. do some more work that might take considerable time, updating the db some
more
it would be
thanks for the pointers on xsl. i'll take a look.
On 5/26/09 6:05 PM, "Nathan Rixham" wrote:
>> it seems you're saying that there would be some kind of an intermediate
>> level of data representation that a script can be invoked to produce from
>> which different templates can produce different
On 5/26/09 4:11 PM, "Ashley Sheridan" wrote:
> I can't find anything that will repair a whole database, only individual
> tables. It's odd that you can't even connect to the database at all, :-/
isn't mysql_upgrade --force a script that effectively runs repair table on
all your databases and tab
1 - 100 of 154 matches
Mail list logo