[PHP] lots of lstats when maintainer-zts is enabled

2011-05-04 Thread Seth Miller
with 5.3.x but I was hoping there was a quick fix somewhere. Regards, Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Crash in file_get_contents

2009-08-27 Thread Seth Hill
on how to narrow this down a bit, or if anyone has seen this problem before. I didn't find anything on the PHP bugs list. Regards, Seth Hill

Re: [PHP] Difficulty navigating symlinks

2008-10-23 Thread Seth Foss
Jim Lucas wrote: Seth Foss wrote: Jim Lucas wrote: Seth Foss wrote: Hi everyone, I am trying to run multiple sites on the same server, that have mostly identical code - a pre-built application. Anyway, I would like to save disk space by specifying independent configuration

Re: [PHP] Difficulty navigating symlinks

2008-10-23 Thread Seth Foss
Jim Lucas wrote: Robert Cummings wrote: On Thu, 2008-10-23 at 09:46 -0400, Seth Foss wrote: Jim Lucas wrote: Seth Foss wrote: Jim Lucas wrote: Seth Foss wrote: Hi everyone, I am trying to run multiple sites on the same

[PHP] Difficulty navigating symlinks

2008-10-22 Thread Seth Foss
. Is there any way to configure apache or php to trace back the symlink when using '..', or can that only go one direction? Thanks, Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Difficulty navigating symlinks

2008-10-22 Thread Seth Foss
Robert Cummings wrote: On Wed, 2008-10-22 at 11:59 -0400, Seth Foss wrote: Hi everyone, I am trying to run multiple sites on the same server, that have mostly identical code - a pre-built application. Anyway, I would like to save disk space by specifying independent configuration files

Re: [PHP] Difficulty navigating symlinks

2008-10-22 Thread Seth Foss
Jim Lucas wrote: Seth Foss wrote: Hi everyone, I am trying to run multiple sites on the same server, that have mostly identical code - a pre-built application. Anyway, I would like to save disk space by specifying independent configuration files for each site, then using symbolic links

[PHP] Drawing all characters using GD

2007-05-04 Thread Seth Price
contain Extended ASCII. Then some of it is Korean, Chinese, Japanese or Arabic. I don't know when I'll come across what charset. I want to draw them all. Is this even possible? ~Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Drawing all characters using GD

2007-05-04 Thread Seth Price
Ah, thanks, I didn't notice a i18n mailing list. I'll try there. Maybe if I had a list of font files, I could test each to work with a given string, until I find one which works? ~Seth On May 4, 2007, at 2:54 PM, Richard Lynch wrote: On Fri, May 4, 2007 9:23 am, Seth Price wrote: I

Re: [PHP] TrueType font changes size when rotated?

2007-04-25 Thread Seth Price
I'm using Safari for Mac also. What are the numbers after 'Hello world' coming out for you? ~Seth On Apr 25, 2007, at 11:05 AM, tedd wrote: At 10:26 PM -0500 4/24/07, Seth Price wrote: Hi all! I've been programming GD and PHP for a while, but I haven't done much with font drawing. I'm

Re: [PHP] TrueType font changes size when rotated? (the plot thickens)

2007-04-25 Thread Seth Price
be a bug in GD or FreeType. Thanks, Seth On Apr 25, 2007, at 12:29 AM, jekillen wrote: On Apr 24, 2007, at 8:26 PM, Seth Price wrote: Hi all! I've been programming GD and PHP for a while, but I haven't done much with font drawing. I'm trying to layout and draw text, but the text actually

Re: [PHP] TrueType font changes size when rotated?

2007-04-25 Thread Seth Price
calculations. ~Seth On Apr 25, 2007, at 1:38 PM, tedd wrote: Yep, I'm calculating the length from the returned bounding box and printing it out. The box seems to randomly expand and shrink depending on the angle. ~Seth ~Seth: I think it's your calculation of the bounding box that's throwing

Re: [PHP] TrueType font changes size when rotated?

2007-04-25 Thread Seth Price
depending on the angle. ~Seth ~Seth: I think it's your calculation of the bounding box that's throwing you off -- maybe round off errors -- I don't know. However, I don't see any difference in the length of the text. The following shows Hello World . at one degree increments over 360 degrees

Re: [PHP] TrueType font changes size when rotated?

2007-04-25 Thread Seth Price
was thrown off more (5-15px). I think the problem is already partly fixed in the current version of GD (v2.0.35RC2). Only the first of the four samples is different. Now I just need to get PHP to compile with an external version of GD. ~Seth On Apr 25, 2007, at 6:30 PM, Richard Lynch wrote

[PHP] TrueType font changes size when rotated?

2007-04-24 Thread Seth Price
' '--enable-mbstring' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local' Thanks, Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] 400 error

2005-09-02 Thread Seth Rainsdon
when I try to access anything.php it tells me HTTP 400 bad request I have no clue how to fix this Seth

[PHP] Re: Recommend an IDE for Windows

2004-05-07 Thread Seth Bembeneck
I use Maguma Studio, the free version: http://www.maguma.com/products/?article=Studio The differences between the versions: http://www.maguma.com/products/?article=studio_compare It does have a splash screen that asks if you want to buy a copy even though its free. Hope this helps Seth Chris

[PHP] Importing data from one mysql server to an other

2004-05-05 Thread Seth Bembeneck
it?(there can be hundreds of records on any given server). For those of you who are interested, what I'm trying to do is provide a centeral location for stats to be displayed for an online game called Delta Force. Any ideas? Thanks, Seth -- PHP General Mailing List (http://www.php.net

[PHP] Importing data from one mysql server to an other

2004-05-05 Thread Seth Bembeneck
it?(there can be hundreds of records on any given server). For those of you who are interested, what I'm trying to do is provide a centeral location for stats to be displayed for an online game called Delta Force. Any ideas? Thanks, Seth -- PHP General Mailing List (http://www.php.net

[PHP] crack extension and gecos info

2004-02-16 Thread Seth Hollyman
the information of the current user (in this case, the uid of the webserver process). Is there a way to provide the equivalent of the gecos data to crack_check() somehow? Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Searching with Date Ranges

2003-09-11 Thread Seth Willits
If I want to show events (records in a MySQL table) for the next 10 days (and I do), what would be the best approach to searching with this range? (The dates in my table are stored as a string in the format /MM/DD.) Seth Willits

[PHP] PDF Fonts

2003-09-07 Thread Seth Willits
($pdf, 330, 740); pdf_stroke($pdf); pdf_end_page($pdf); pdf_close($pdf); pdf_delete($pdf); echo A HREF=getpdf.phpfinished/A; ? Thanks, Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA

[PHP] Date Confusion

2003-09-07 Thread Seth Willits
, then the rest I will understand. Thanks, Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com Webmaster for REALbasic

Re: [PHP] Date Confusion

2003-09-07 Thread Seth Willits
On Sunday, September 7, 2003, at 02:50 PM, Seth Willits wrote: A few things I'm trying to do: 1) Turn MM/DD/YY into an array like that returned from getdate(). I don't want to explode it or split it, I want to get an array just as if I used getdate() when the current day was MM/DD/YY

Re: [PHP] Can't Make Directories Now

2003-09-02 Thread Seth Willits
$buildingPathbr) might yield as to why it isn't creating it. I already did that and like I said, it's always the correct path. Look at the very first line of the code above which was in the original path. Thanks for the tip on is_dir. Seth Willits

Re: [PHP] Can't Make Directories Now

2003-09-02 Thread Seth Willits
already did that and like I said, it's always the correct path. Look at the very first line of the code above which was in the original path. Thanks for the tip on is_dir. Actually -- using is_dir made it work. I wonder why Seth Willits

[PHP] Block HTML Control

2003-09-02 Thread Seth Willits
{ print ' lots of html '; } This works, but it destroys the syntax coloring of the html making it all one solid color. I'd love to know if there's a better way OTHER than include()ing different files. Seth Willits

Re: [PHP] Block HTML Control

2003-09-02 Thread Seth Willits
On Tuesday, September 2, 2003, at 12:03 AM, Jason Wong wrote: ?php if ($doo): ? htmlLots of/html ?php endif; ? Awesome. Thanks for the quick reply. Seth Willits --- President and Head Developer of Freak Software

Re: [PHP] Block HTML Control

2003-09-02 Thread Seth Willits
On Tuesday, September 2, 2003, at 12:06 AM, Seth Willits wrote: ?php if ($doo): ? htmlLots of/html ?php endif; ? Awesome. Thanks for the quick reply. Hmm.. Actually, how does this work with php html? This is actually what I'm trying to do. I should have said this in the first place

Re: [PHP] Block HTML Control

2003-09-02 Thread Seth Willits
On Tuesday, September 2, 2003, at 02:06 AM, Viraj Kalinga Abayarathna wrote: Seth, ?php if ($thisVar) { if ($myVar) { lots; of; php; } else { // End of PHP content

Re: [PHP] Re: Simple File Error

2003-09-01 Thread Seth Willits
the user 'www' and one other that is under 'root'. Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com Webmaster

Re: [PHP] Re: Simple File Error

2003-09-01 Thread Seth Willits
directory to the user www, and or the group (www i suppose) With some help from a friend, I chmod'ed my site folder and it all works well now. Thanks, Seth Willits --- President and Head Developer of Freak Software - http

[PHP] Can't Connect Within Function?!

2003-09-01 Thread Seth Willits
, selecting database $link = mysql_connect($shs_MySQLServer, $shs_MySQLUser, $shs_MySQLPassword) or die(MySQL Connect Error : . mysql_error()); etc } } Seth Willits --- President and Head Developer of Freak Software

Re: [PHP] Display one element at a time

2003-09-01 Thread Seth Willits
to the record. Hope this helps, Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com Webmaster for REALbasic Game

Re: [PHP] Can't Connect Within Function?!

2003-09-01 Thread Seth Willits
On Monday, September 1, 2003, at 11:33 AM, Mike Morton wrote: You need to read up on the scope of variables within functions. Ohh, I didn't even think of that. Thanks. Seth Willits --- President and Head Developer

[PHP] Can't Make Directories Now

2003-09-01 Thread Seth Willits
); } ? The paths to the folders its supposed to create are correct ($buildingPath), but it always prints false signaling that mkdir has failed. This is the last remaining issue on getting my site finished. Well except for uploading, but I don't need that just yet. Seth Willits

Re: [PHP] Re: Error Log

2003-08-31 Thread Seth Willits
drive and it's not there. I'm running on OS X and am using the built-in Apache web server. Crazy... Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer

[PHP] Error Log

2003-08-31 Thread Seth Willits
This may be obvious, but I even looked in a few books and didn't see it, but where are PHP errors logged? No errors ever appear on the page yet the online documentation refers to error messages and such, so I'm assuming there must be some log somewhere. Thanks, Seth Willits

[PHP] Simple File Error

2003-08-31 Thread Seth Willits
, 0, $g_iw, $g_ih, $g_is[0], $g_is[1]); imagejpeg($img_dst, $g_dstfile, $g_imgcomp); imagedestroy($img_dst); } else return false; } Seth Willits --- President and Head Developer of Freak Software - http

[PHP] Session Issue

2003-08-30 Thread Seth Willits
? Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com Webmaster for REALbasic Game Central - http://www.freaksw.com

Re: [PHP] Session Issue

2003-08-30 Thread Seth Willits
On Friday, August 29, 2003, at 07:44 PM, Curt Zirzow wrote: Does the next page call session_start()? all pages that use $_SESSION, must call that first. Ohhh... ok. Thanks :) Seth Willits --- President and Head

[PHP] Session Timeout

2003-08-30 Thread Seth Willits
to be required to log in if they've been inactive for 10 minutes, or if they closed the browser window and opened another one. Sorry for all the basic questions :) Seth Willits --- President and Head Developer of Freak

[PHP] Absolute URLs with Require Include

2003-08-29 Thread Seth Willits
Is there anyway to get an absolute URL to work with Require Include? Why doesn't it work already? I did see the tip about using $_SERVER, but this slows down page-loading considerably. Seth Willits --- President

[PHP] Form Parameters

2003-08-29 Thread Seth Willits
This might be staring straight at me, but I can't seem to figure out how to reference form parameters in php code. For example: ?php if ($formName[fieldName] == this) { // do this } else { // do that } ? Thanks, Seth Willits

Re: [PHP] Form Parameters

2003-08-29 Thread Seth Willits
are case sensitive, so $_POST['username'] and $_POST['Username'] are completely different. Thanks, Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer

[PHP] Approaches to Logging In

2003-08-29 Thread Seth Willits
to go? Seth Willits --- President and Head Developer of Freak Software - http://www.freaksw.com QA Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com Webmaster for REALbasic Game Central - http

RE: [PHP] Simple Math Calculation Problem....

2003-08-01 Thread Buntin, Seth - KATE
I used your snip you just posted and changed the $Days = round(Days) to $Days = round($Days) and got 228. -Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 9:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Simple Math Calculation Problem Hi!

[PHP] Using $PHP_SELF

2003-07-31 Thread Buntin, Seth - KATE
I am having problems while transfering information to another page. I am using $PHP_SELF and I am getting errors here is a bit of code so you can see what I am saying: echo a href='$PHP_SELF?file=$filedir=.$mydir.'$file/aBR\n; This is what the browser is saying... Notice: Undefined variable:

Re: [PHP] need some guidance

2003-01-31 Thread Seth Hopkins
recently updated, and maintain it manually. If you're talking about *another site* (not yours), it would be even harder. Justin on 31/01/03 4:28 PM, Seth Hopkins ([EMAIL PROTECTED]) wrote: Hey everyone. I'm wondering if someone could lead me in the right direction on this one. What cou

[PHP] need some guidance

2003-01-30 Thread Seth Hopkins
Hey everyone. I'm wondering if someone could lead me in the right direction on this one. What could I use to see if a site has been updated and then display what has been added to it? Any advice is appreciated. Thanks. Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: Send multiple SQL staments in one query

2002-11-25 Thread Seth Remington
; } } return $result; } Enjoy, Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF Templates?

2002-10-08 Thread Seth Northrop
Can they be used? Ie, can you open up an existing PDF and execute pdf_show*s on it and dump out the modified buffer? We have several blank PDF forms laying around and I'd like to be able to populate them without having to regenerate the PDFs everytime (which, in some cases would be

RE: [PHP] PDF Templates?

2002-10-08 Thread Seth Northrop
it is free though but you could look at it for at least a starting point. Jason Sheets, CCNA, MCSE Exploratory Team Lead Manpower Managed Service R14-C35 Post E6 396-7336 -Original Message- From: Seth Northrop [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 1:31 PM

[PHP] SOAP slllloooowwwwww.

2002-10-01 Thread Seth Northrop
desperately seeking first hand advice. Thanks for any advice. Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP - JBOSS

2002-08-20 Thread Seth Northrop
Hi, I'm curious if anyone has integrated PHP with Jboss and jetty or tomcat. We are working on a J2EE application and would like PHP to be able to interface with the JBOSS server (exchange of data and data structures). SOAP seems like a logical choice, but, I don't know how developed (alpha)

[PHP] PDF w/ large blocks of text.

2002-05-22 Thread Seth Northrop
Has anyone devised a good solution for handling large blocks of text when creating pdfs? We want to convert otherwise web displayed reports into text keeping in mind that they span multiple pages (10-1000), and will contain control characters (\n, or arbitrary indention tags - ie, it's not just

[PHP] Parsing out attachments in mail.

2002-03-04 Thread Seth Northrop
Does anyone know the best method for quickly extracting the various parts of an email message read from /dev/stdin, say into an array? Basic functionality is to strip out everything (including headers) except for plain/text data, but, ultimately I may want to work with binary and/or html

[PHP] ISO 900x Document Control System

2001-08-09 Thread Seth Northrop
packages seem fairly lame and ridiculously expensive. The alternative of course is to build one myself, but, I figured I would avoid reinventing the wheel if at all possible. Just curious, Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] CGI Error when processing form

2001-05-24 Thread seth
by not returning a complete set of HTTP headers. The headers it did return are: Any ideas Thanks Seth -- 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

[PHP] stopping readfile dumping file contents to apache's error_log on error?

2001-03-14 Thread Seth Ladd
, if canceled, also log their streams (text or binary) to error_log. How can I control this? I checked my php.ini file, but it didn't seem to give me any leads. Any hints or pointers would be greatly appreciated. Thanks very much, Seth Seth Ladd | Software Engineer, Product Development Brivo Systems, Inc

Re: [PHP] my page is in the error log

2001-03-14 Thread seth
. very strange. You are not alone, Seth -- 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] Re: [PHP-DEV] pspell/aspell breaking

2001-03-02 Thread Seth Northrop
of these as the cause. But, aspell 32.6+pspell .12+updated RH glibc 2.2-12 gcc-2.96-69 + apache 1.3.14 + php-4.0.4pl1 works on RH 7 now. My inclination is that it's aspell, since, the same behavior existed with both stock and updated glibc and gcc. - Original Message - From: Seth Northrop