if (oldnode != NULL) {
php_libxml_node_free_resource(oldnode TSRMLS_CC);
}
- //php_dom_set_object(intern, nodep TSRMLS_CC);
+ /* php_dom_set_object(intern, nodep TSRMLS_CC); */
php_libxml_increment_node_ptr((php_libxml_node_object *)intern, nodep, (void *)intern TSRMLS_CC);
}
}
typedef struct _requestBuf
{
- unsigned int type; // Type of packet, dynamic/static
- unsigned int size; // size of memory block
+ unsigned int type; /* Type of packet, dynamic/static */
+ unsigned int size; /* size of memory block */
#if (REQCLIENT_VER >= 030113)
- unsigned int fmt; // format, binary/ascii
- unsigned int reserved; // Just in case
+ unsigned int fmt; /* format, binary/ascii */
+ unsigned int reserved; /* Just in case */
#else
#warning You are using an old Phoenix definition, this will have problems with a newer version
#endif
dvoid *ocidescr;
ub4 type;
int lob_current_position;
- int lob_size; // -1 = Lob wasn't initialized yet
- int buffering; // 0 - off, 1 - on, 2 - on and buffer was used
+ int lob_size; /* -1 = Lob wasn't initialized yet */
+ int buffering; /* 0 - off, 1 - on, 2 - on and buffer was used */
} oci_descriptor;
typedef struct {
FORMAT_MESSAGE_IGNORE_INSERTS,
NULL,
GetLastError(),
- MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
+ MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* Default language */
(LPTSTR)&message_buffer,
0,
NULL);
int size = 0, i = 0;
FARPROC fp = fh->handle;
- _asm mov stack_pointer, esp // Store stack pointer (esp) in stack_pointer
- _asm sub esp, 0x100 // Give ourselves 256 bytes on the stack
+ _asm mov stack_pointer, esp /* Store stack pointer (esp) in stack_pointer */
+ _asm sub esp, 0x100 /* Give ourselves 256 bytes on the stack */
for(i = (argc - 1); i >= 0; i--)
ap_php_optind++;
}
- // check if file exists, exit else
+ /* check if file exists, exit else */
if (dofork) {
switch(fork()) {