home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Magazine / HomeAutomation / Apache / include / php / ext / standard / php_standard.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-13  |  3.0 KB  |  80 lines

  1. /*
  2.    +----------------------------------------------------------------------+
  3.    | PHP HTML Embedded Scripting Language Version 3.0                     |
  4.    +----------------------------------------------------------------------+
  5.    | Copyright (c) 1997,1998 PHP Development Team (See Credits file)      |
  6.    +----------------------------------------------------------------------+
  7.    | This program is free software; you can redistribute it and/or modify |
  8.    | it under the terms of one of the following licenses:                 |
  9.    |                                                                      |
  10.    |  A) the GNU General Public License as published by the Free Software |
  11.    |     Foundation; either version 2 of the License, or (at your option) |
  12.    |     any later version.                                               |
  13.    |                                                                      |
  14.    |  B) the PHP License as published by the PHP Development Team and     |
  15.    |     included in the distribution in the file: LICENSE                |
  16.    |                                                                      |
  17.    | This program is distributed in the hope that it will be useful,      |
  18.    | but WITHOUT ANY WARRANTY; without even the implied warranty of       |
  19.    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        |
  20.    | GNU General Public License for more details.                         |
  21.    |                                                                      |
  22.    | You should have received a copy of both licenses referred to here.   |
  23.    | If you did not, or have any questions about PHP licensing, please    |
  24.    | contact core@php.net.                                                |
  25.    +----------------------------------------------------------------------+
  26.    | Authors:                                                             |
  27.    |                                                                      |
  28.    +----------------------------------------------------------------------+
  29.  */
  30.  
  31. /* $Id: php_standard.h,v 1.5 2000/06/13 16:31:57 sas Exp $ */
  32.  
  33. #include "basic_functions.h"
  34. #include "php_math.h"
  35. #include "php_string.h"
  36. #include "base64.h"
  37. #include "php_dir.h"
  38. #include "dns.h"
  39. #include "reg.h"
  40. #include "php_mail.h"
  41. #include "md5.h"
  42. #include "html.h"
  43. #include "exec.h"
  44. #include "file.h"
  45. #include "php_ext_syslog.h"
  46. #include "php_filestat.h"
  47. #include "php_browscap.h"
  48. #include "pack.h"
  49. #include "datetime.h"
  50. #include "microtime.h"
  51. #include "url.h"
  52. #include "pageinfo.h"
  53. #include "cyr_convert.h"
  54. #include "php_link.h"
  55. #include "fsock.h"
  56. #include "php_image.h"
  57. #include "php_iptc.h"
  58. #include "info.h"
  59. #include "uniqid.h"
  60. #include "php_var.h"
  61. #include "quot_print.h"
  62. #include "type.h"
  63. #include "dl.h"
  64. #include "php_crypt.h"
  65. #include "head.h"
  66. #include "php_lcg.h"
  67. #include "php_metaphone.h"
  68. #include "php_output.h"
  69. #include "php_array.h"
  70. #include "php_assert.h"
  71.  
  72. #define phpext_standard_ptr basic_functions_module_ptr
  73.  
  74. /*
  75.  * Local variables:
  76.  * tab-width: 4
  77.  * c-basic-offset: 4
  78.  * End:
  79.  */
  80.