[xdebug-dev] xdebug xdebug/xdebug.c - Allow to trigger profiling by cookie.

From: Jani Taskinen <sniper[@]php.net>
Date: Wed, 9 May 2007 11:04:22 +0200

Date: Wed May 9 11:04:22 CEST 2007
User: Jani Taskinen
Directory: xdebug

Log Message:
[0.01]
- Allow to trigger profiling by cookie.

Modified files:
           xdebug/xdebug.c (version: 1.381)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- xdebug/xdebug.c:1.380 Sun May 06 12:36:17 2007 GMT
+++ xdebug/xdebug.c Wed May 09 07:04:22 2007 GMT
@@ -1426,6 +1426,9 @@
                                                 ) || (
                                                         PG(http_globals)[TRACK_VARS_POST] &&
                                                         zend_hash_find(PG(http_globals)[TRACK_VARS_POST]->value.ht, "XDEBUG_PROFILE", sizeof("XDEBUG_PROFILE"), (void **) &dummy) == SUCCESS
+ ) || (
+ PG(http_globals)[TRACK_VARS_COOKIE] &&
+ zend_hash_find(PG(http_globals)[TRACK_VARS_COOKIE]->value.ht, "XDEBUG_PROFILE", sizeof("XDEBUG_PROFILE"), (void **) &dummy) == SUCCESS
                                                 )
                                         )
                                 )
Received on Wed May 09 2007 - 11:04:43 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST