From:             akshay dot srin at gmail dot com
Operating system: Windows 7
PHP version:      5.4.6
Package:          IIS related
Bug Type:         Bug
Bug description:Page along with AJAX postback is working on Apache not in IIS

Description:
------------
The URL on which IIS is server up same PHP page is 
http://114.143.28.50/phpexample1/default.php.  If you click the button
which 
says Custom Click Function it does a postback to a PHP page which returns
data 
but in the case of IIS doesnt.

The working Apache page is at 
http://114.143.28.50:8080/phpexample1/public/default.php.  Here when you
click 
the button an alert and the label is changed to did postback and all the 
controls are in working order.

This is an invention of mine so it is new you can download the source from

https://github.com/akshaysrin/CanvasControlLibrary.

For some documentation on how it works I maintain a rather large article on

CodeProject here is the link
http://www.codeproject.com/Articles/410856/Canvas-
Control-Library-and-New-Forms-Based-System.

Test script:
---------------
You will have to check out the source code which is freely downloadable.

Expected result:
----------------
Alert message and label changes to Did Postback

Actual result:
--------------
Nothing no change AJAX postback returns with no result only on IIS PHP.

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

Reply via email to