PNG  IHDR  8] PLTE S =tRNS   PNG  IHDR  8] PLTE S =tRNS   REDROOM
PHP 7.4.33
Preview: php_main.h Size: 3.57 KB
/opt/cloudlinux/alt-php85/root/usr/include/php/main/php_main.h

/*
   +----------------------------------------------------------------------+
   | Copyright (c) The PHP Group                                          |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.01 of the PHP license,      |
   | that is bundled with this package in the file LICENSE, and is        |
   | available through the world-wide-web at the following url:           |
   | https://www.php.net/license/3_01.txt                                 |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | license@php.net so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Authors: Andi Gutmans <andi@php.net>                                 |
   |          Zeev Suraski <zeev@php.net>                                 |
   +----------------------------------------------------------------------+
 */

#ifndef PHP_MAIN_H
#define PHP_MAIN_H

#include "zend_globals.h"
#include "php_globals.h"
#include "SAPI.h"

BEGIN_EXTERN_C()

/* Returns the PHP version the engine was built with. This is useful for
 * extensions which want to know the version of PHP at run-time, rather than
 * the version they were built with at compile-time.
 */
ZEND_ATTRIBUTE_CONST PHPAPI const char *php_version(void);

/* Returns the PHP version id the engine was built with. This is useful for
 * extensions which want to know the version of PHP at run-time, rather than
 * the version they were built with at compile-time.
 */
ZEND_ATTRIBUTE_CONST PHPAPI unsigned int php_version_id(void);

/* Returns the build provider specified at build time. NULL is returned if
 * no build provider was specified. This is useful for extensions which want
 * to know the origin of a PHP binary at run-time, for example to provide
 * statistics.
 */
ZEND_ATTRIBUTE_CONST PHPAPI const char *php_build_provider(void);

/* Prints the PHP version string for the -v option. It's in main/ so that
 * it can be shared between SAPIs.
 */
PHPAPI char *php_get_version(sapi_module_struct *sapi_module);
PHPAPI void php_print_version(sapi_module_struct *sapi_module);

PHPAPI void php_child_init(void);
PHPAPI zend_result php_request_startup(void);
PHPAPI void php_request_shutdown(void *dummy);
PHPAPI zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_module);
PHPAPI void php_module_shutdown(void);
PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);

PHPAPI zend_result php_register_extensions(zend_module_entry * const * ptr, int count);

PHPAPI bool php_execute_script(zend_file_handle *primary_file);
PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval);
PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret);
PHPAPI zend_result php_lint_script(zend_file_handle *file);

PHPAPI void php_handle_aborted_connection(void);
PHPAPI int php_handle_auth_data(const char *auth);

PHPAPI void php_html_puts(const char *str, size_t siz);
PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);

/* environment module */
extern int php_init_environ(void);
extern int php_shutdown_environ(void);

#ifdef ZTS
PHPAPI void php_reserve_tsrm_memory(void);
PHPAPI bool php_tsrm_startup_ex(int expected_threads);
PHPAPI bool php_tsrm_startup(void);

#define PHP_ZTS 1
#else
#define PHP_ZTS 0
#endif

#ifdef PHP_WIN32
#define PHP_OS_STR "WINNT"
#else
#define PHP_OS_STR PHP_OS
#endif

END_EXTERN_C()

#endif

Directory Contents

Dirs: 1 × Files: 32

Name Size Perms Modified Actions
streams DIR
- drwxr-xr-x 2026-06-04 10:02:48
Edit Download
6.49 KB lrw-r--r-- 2026-05-08 17:57:36
Edit Download
653 B lrw-r--r-- 2026-05-08 17:57:35
Edit Download
4.78 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
2.14 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
2.83 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
6.63 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
11.55 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
19.61 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
63.65 KB lrw-r--r-- 2026-05-08 17:57:37
Edit Download
1.31 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.63 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
5.90 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.93 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.57 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
2.73 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.57 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.23 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
10.67 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.27 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.91 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
9.02 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.16 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.67 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
31.63 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.54 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.35 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
2.06 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
264 B lrw-r--r-- 2026-05-08 17:57:35
Edit Download
3.65 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
11.01 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
5.54 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download
1.47 KB lrw-r--r-- 2026-05-08 17:57:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
 !"#$%&'(()*+,-./00123456789 t\ wIDATx ]ys  47Y ƒ -  "  Rv  < f{Ɛ $k l L > L  ~h^ 1  [  r G t& h  l F z3O Y ! p A(_g̷ E8 )S 8 c  Kb"z ~ 5 J xAL WU <  *  5 m;W a pB h ~P J 2 3 6 ҙ .Ƹ P i  4g F R L P ΪK/D  M v (a3 k J Œ4N5* SH ` SdJ z  O J Xՠ V>u ߱ BE&L b2 ?2` tX+  c CB A$ i b C ĀMB E : /  # Dx &l =q Ty  0 \p I ( L Ǎ { e 4k ;`u^ヲ eP!( d {  )T A 8 O;Ě n >;s6 !  :Nx `[S D HU ~ q›J F} a g*D 49 / pn k h (t 8NxƐF _!r չ7 ZR R׷ q/5") Ӎ NY 0 x sZ!   o  fu  ,  K"$ ? pg  㕣=  1» {h " fh7    y  } € +7  $ y " X —ą - G P u 4 m >J 5 L =V ' ^@I p ?MS xЌ XV P ! h "C NS9B8̢ ]!K  e   zA , ӏkbY  !< XQ ٿyS| *" f { w  4@[S <  # 0 ! js [m  =,~ o "ݎ DHf Wo $ g ! Vԅ t mB /y Wf V4񺍸 c+@x?  B ~u " xUN e 0 BĂ) ~J pz! 7y6]l Ԥ@ P a< O /DHC `≻  N m"$  0ObB }{ x AO FCG D R ^ "B  { WDH  UR l@ T #  +"d T ; 0 i  D}. 7 ` ' ] w rE &S i ƕiTD EL P _ u h $ Ա FG wVD G L R Zf ' .!] J /ZR oGЍs Mr Ĥ ʬ 3 Q [3 cL ` ^ p + ( F;# B 5 '  2Y f [  ϶R0e }  E 7 6M aۮ H <& n % L] E}Up x紉, Uw' Q  Ǯշo k ވۙ 0N94 VX5 xEDE l D #֤ } C o )W :  ^ s 9  bRf iX5u ཱི 4 :[  T 1. | [E 2ؽ Iy\ : o x K G 5 ylP ' uK E ftb/i[3 .g _  [3M n G, #NwQ5~  ؚ) | n =Ц"x qg gB ` 듘 ~ x w ? ? R~  _ u. &VQ K˻   H C ( TN˄+ `C dA nB׭ D 3"Z G ê ^k H_ /- ~ " R_  .8 Z_ 6@ o  xg  uP ? 3լ @7AM!  E7^ - =V L  x  g-D0  CtmW 7  O  G _ WD0 g C  w1 r d w : a | \  *" f nֳ ^ H# f L ` Z ۽hV  }S F r0Ù Bć5r] @! NL iQ]{s^=4 d  WD  "  "   M; t" 8 5 e dL| "-*st" ) SWD ?R[S e ooF  20.D ? bo =) A i o d ģ ZҰaO @E =) i D a &ܟa CϞ y6 ,<%{^x%{f8? `iw^ ?/ M * IEND B`