This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 154882
Collapse All | Expand All

(-)a/websvc.saas.codegen.php/src/org/netbeans/modules/websvc/saas/codegen/php/resources/RestConnection.template (-1 / +1 lines)
Lines 1-7 Link Here
1
<?php
1
<?php
2
2
3
    require_once 'PEAR.php';    
3
    require_once 'PEAR.php';    
4
    // get this with “pear install HTTP_Request”
4
    // get this with "pear install HTTP_Request"
5
    require_once "HTTP/Request.php";
5
    require_once "HTTP/Request.php";
6
    include_once "RestResponse.php";
6
    include_once "RestResponse.php";
7
7
(-)a/websvc.saas.codegen.php/src/org/netbeans/modules/websvc/saas/codegen/php/resources/SignedUrlAuthenticator.template (-1 / +1 lines)
Lines 1-6 Link Here
1
<?php
1
<?php
2
2
3
    // get this with “pear install Crypt_HMAC”
3
    // get this with "pear install Crypt_HMAC"
4
    require_once "Crypt/HMAC.php";
4
    require_once "Crypt/HMAC.php";
5
    include_once "org_netbeans_saas/RestConnection.php";
5
    include_once "org_netbeans_saas/RestConnection.php";
6
    include_once "__NAME__Profile.php";
6
    include_once "__NAME__Profile.php";

Return to bug 154882