From:             
Operating system: Fedora 13
PHP version:      5.3.10
Package:          XMLRPC-EPI related
Bug Type:         Bug
Bug description:XMLRPC Failure

Description:
------------
Approximately 3 years ago I wrote several PHP programs that allow users to
connect to the United States Postal Service Server to do things such as
validate addresses, obtain shipping rates, track packages, etc. The site in
question is:

http://freshsoftware.dyndns.info/scripts_for_sale/usps/

As of PHP 5.2.3 the scripts worked fine. After upgrading my Fedora System
to version 13 I had to upgrade to PHP-5.2.17. Under PHP 5.2.17 I was able
to get some of the scripts to work but data is still not being collected by
the XMLPRC functions and/or contained in an array properly. For example
some data is being chopped and/or left off completely. For example follow
the form at the link bellow and you will see that data is not being cut
off.

http://freshsoftware.dyndns.info/scripts_for_sale/usps/carrier_pickup_1.php?item_num=USPS-1565986&t=computer_software&software_title=php_usps_xml_carrier_pickup/

For example the listing for Mail Service should say “PriorityMail” but
it only says “riorityMail”

The Pickup Confirmation is also not being displayed at all. But I was able
to echo the confirmation number out in from a function on line 221.


The source code for this file is:

http://freshsoftware.dyndns.info/scripts_for_sale/usps/usps_xml_carrier_pickup_live.phps


In short my complaint is that the XMLRPC and/or ARRAY functions are not
working prop. Please help I have tried every thing. My PHPINFO can be found
at:

http://freshsoftware.dyndns.info/php/

Please not that when PHP-5.3.10 is installed no data is returned. I get
nothing.


Test script:
---------------
http://freshsoftware.dyndns.info/~freshsoftware/scripts_for_sale/usps/usps_xml_carrier_pickup_live.php?service_type%5B1%5D=PriorityMail&count%5B1%5D=1£s=14&package_location=Front+Door&special_instructions=This+is+a+test+of+the+USPS+Web+Tools+system+do+not+attempt+to+pickup.&submit=Schedual+a+Pickup&item_num=USPS-1565986&t=computer_software&firm_name=Test+Company&first_name=JOHN&last_name=DOE&suite_apt=Suite+111&address2=8+Wildwood+Drive&city=CT&zip5=06371&zip4=&phone=%28123%29+123-4567&phone_ext=123

Expected result:
----------------
An echo of all of the data from line 265 to 282


-- 
Edit bug report at https://bugs.php.net/bug.php?id=61280&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61280&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61280&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61280&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61280&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61280&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61280&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61280&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61280&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61280&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61280&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61280&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61280&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61280&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61280&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61280&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61280&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61280&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61280&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61280&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61280&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61280&r=mysqlcfg

Reply via email to