[PHP] trigger_error() problems

2007-09-28 Thread Alexander A Miroch
Hi, my php is 5.2.4 compiled in apache1.3.37 as module I have some trouble with trigger_error function code ? trigger_error ('error',E_USER_ERROR); ? I get 500 error status (Internal server error) and a record in my error log. And this ? ob_flush(); trigger_error ('error',E_USER_ERROR); ? returns

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread edwardspl
Jim Lucas wrote: [EMAIL PROTECTED] wrote: Jim Lucas wrote: [EMAIL PROTECTED] wrote: Jim Lucas wrote: [EMAIL PROTECTED] wrote: post_max_size = 10M max_execution_time = 3600 ; Maximum execution time of each script, in seconds max_input_time = 3600 ; Maximum amount of time each

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread Jim Lucas
[EMAIL PROTECTED] wrote: Hello, Afte update the config of php, then reboot the Web Server, but horde / imp show us still 2MB limit... So, I don't understand where is the problem... Hope more any help for us... Thanks ! Edward. The 2MB limit is a config option of Horde, NOT php Did

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread edwardspl
Jim Lucas wrote: [EMAIL PROTECTED] wrote: Hello, Afte update the config of php, then reboot the Web Server, but horde / imp show us still 2MB limit... So, I don't understand where is the problem... Hope more any help for us... Thanks ! Edward. The 2MB limit is a config option of

[PHP] php 5 soap question

2007-09-28 Thread Hurst, Michael S.
I am trying to find out how to use php 5 to access a wsdl with the following structure. How do you send parameters to the service if the wsdl is like the following. - s:element name=getPayment - s:complexType - s:sequence s:element minOccurs=0 maxOccurs=1 name=pi type=tns:paymentInput /

[PHP] Installation of pear

2007-09-28 Thread edwardspl
Dear All, Mine is FC6... Just download the pear from http://download.pear.php.net/package/PEAR-1.6.2.tgz So how to install the pear 1.6.2 with the system ? Thank for your help ! Edward. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [Fedora] [PHP] Installation of pear

2007-09-28 Thread Ashley M. Kirchner
[EMAIL PROTECTED] wrote: Dear All, Mine is FC6... Just download the pear from http://download.pear.php.net/package/PEAR-1.6.2.tgz So how to install the pear 1.6.2 with the system ? Read the installation documentation that comes with it. -- W | It's not a bug - it's an undocumented

Re: [PHP] Installation of pear

2007-09-28 Thread Jim Lucas
[EMAIL PROTECTED] wrote: Dear All, Mine is FC6... Just download the pear from http://download.pear.php.net/package/PEAR-1.6.2.tgz So how to install the pear 1.6.2 with the system ? Thank for your help ! Edward. yum install php-pear -- Jim Lucas Some men are born to greatness, some

Re: [PHP] Re: languages and PHP

2007-09-28 Thread tedd
At 2:01 PM -0500 9/27/07, Edward Vermillion wrote: So back to my original question, what breaks if you're *expecting* UTF-8 and you don't *get* UTF-8? Ed Isn't UTF-8 the big fish here? Sure there' UTF-16 and larger, but everything else is a subset of UTF-8, is it not? So, what's the

Re: [PHP] counting with leading zeros

2007-09-28 Thread tedd
At 8:30 PM -0400 9/27/07, brian wrote: I wasn't bitching! And i *thought* that my numerous attempts at explaining such would have been enough. Obviously not, but wtf can you do with people who seem to want only to stir up shit? It sure sounded like you were bitching. And, your off-list fuck

Re: [PHP] Sessions vs MySQL

2007-09-28 Thread Stut
Alberto García Gómez wrote: I'm seeking for some class to work with sessions against a mysql DB, please examples are welcome. http://php.stut.net/104-mysql_sessions.html -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] UPS TradeAbility / SOAP / PHP5

2007-09-28 Thread jason php
Does anyone have any experience with UPS's TradeAbility platform and implementing it in PHP? The test WSDL file is located at https://wwwcie.ups.com/webservices/LandedCost.wsdl Can anyone take a look at this and give me some example code to perform a query / receive a response? Thanks!

[PHP] Sessions vs MySQL

2007-09-28 Thread Alberto García Gómez
I'm seeking for some class to work with sessions against a mysql DB, please examples are welcome. Este correo ha sido enviado desde el Politécnico de Informática Carlos Marx de Matanzas. La gran batalla se librará en el campo de las ideas -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: languages and PHP

2007-09-28 Thread Edward Vermillion
On Sep 28, 2007, at 11:34 AM, tedd wrote: At 2:01 PM -0500 9/27/07, Edward Vermillion wrote: So back to my original question, what breaks if you're *expecting* UTF-8 and you don't *get* UTF-8? Ed Isn't UTF-8 the big fish here? Sure there' UTF-16 and larger, but everything else is a

Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
have you used soap ui http://www.soapui.org/ before? its a great tool for testing interaction w/ web services before you implement a client layer in your own code because it shows sent and received xml. -nathan On 9/28/07, Hurst, Michael S. [EMAIL PROTECTED] wrote: I am trying to find out how

Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
can you post the url of the wsdl ? -nathan On 9/28/07, Hurst, Michael S. [EMAIL PROTECTED] wrote: I am trying to find out how to use php 5 to access a wsdl with the following structure. How do you send parameters to the service if the wsdl is like the following. - s:element

Re: [PHP] Re: languages and PHP

2007-09-28 Thread Per Jessen
Edward Vermillion wrote: I pretty much gave up on the thread when I got the reply along the lines of if it breaks something it's their problem, not mine. Ed, your question was a good one, but so was my answer. In my case, I don't cater to an open community, but to a closed one. If you're not

Re: [PHP] Re: languages and PHP

2007-09-28 Thread Edward Vermillion
On Sep 28, 2007, at 1:05 PM, Per Jessen wrote: Edward Vermillion wrote: I pretty much gave up on the thread when I got the reply along the lines of if it breaks something it's their problem, not mine. Ed, your question was a good one, but so was my answer. In my case, I don't cater to an

Re: [PHP] Re: languages and PHP

2007-09-28 Thread Per Jessen
Edward Vermillion wrote: On Sep 28, 2007, at 1:05 PM, Per Jessen wrote: Ed, your question was a good one, but so was my answer. In my case, I don't cater to an open community, but to a closed one. If you're not authenticated, you're not getting anywhere to start with. If you somehow

RE: [PHP] php 5 soap question

2007-09-28 Thread Hurst, Michael S.
I would have to get approval before I can do that. I can probably post a portion of the wsdl but not sure that it would be something that is wanted to be made public in its current form. I will need to find out. Mike From: Nathan Nobbe [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: [PHP] php 5 soap question

2007-09-28 Thread Rob Richards
__getTypes() and __getFunctions() are your friends. They tell you alot about the functions and structure of parameters and return types. Rob Hurst, Michael S. wrote: I would have to get approval before I can do that. I can probably post a portion of the wsdl but not sure that it would be

[PHP] How can I configure some values in iis6 like php_admin_value in httpd.conf ?

2007-09-28 Thread Bulent Kolay
I use iis6, php5.2 on windows2003 How can I configure some values in iis6 like php_admin_value in httpd.conf ? Also, What sort of security tool can I use in iis6 like mod_security ? Thanks

Re: [PHP] php 5 soap question

2007-09-28 Thread Nathan Nobbe
i recommend playing around w/ soap ui then; its helped me understand how to structure many requests using SoapClient and there is no doubt it has saved me a great deal of time. once you see the request xml that soap ui generates you can understand how to structure a call to the web service using

[PHP] Session problem

2007-09-28 Thread Dušan Novaković
Hi, I have two problems with sessions. Firstly, even though session limit is set on default value on server, which is about 5 hours, if I don't take any action for about 15 mins I am thrown out and I have to log in again. Are there any addition functions which I can use in order to explicitly

Re: [PHP] Session problem

2007-09-28 Thread Jim Lucas
Dušan Novaković wrote: Hi, I have two problems with sessions. Firstly, even though session limit is set on default value on server, which is about 5 hours, if I don't take any action for about 15 mins I am thrown out and I have to log in again. Are there any addition functions which I can use

RE: [PHP] counting with leading zeros

2007-09-28 Thread Dan Parry
Can I please interject and say that I vastly respect Tedd(ddd) and Rob(bb?) and their opinions Dsn -- Dan Parry Senior Developer Virtua Webtech Ltd   Company Number: 5078356 Vat Number: 827044536   [EMAIL PROTECTED] www.virtuawebtech.co.uk 01745 354924 -Original Message- From: