The Next G of PHP--鸟哥@PHPCON2017· Released Two Years Ago THE FASTEST PHP PHP7.1 · Static Single Assignment IR(SSA) DATAFLOW ANALYSIS function calc($a, $b) { $a = $a * 2 % 1000; $b = $b * 3 % 1000; return $a + $b; //$b6: [LONG] $T7 = $a4 + $b6; //$T7: [LONG, DOUBLE] return $T7; } · Data Flow Analysis Optimization · Type Inference System · Enhancement Of Range Inference · Enhancement Of JIT Type Inference Register Allocation Execute Opcode Mcode Range Inference SHM Liveness Analysis JUST-IN-TIME COMPILER CONFIGURATION(TEMPORARY) opcache.jit=1 2 0 5 Use AVX JIT Strategy Register0 码力 | 25 页 | 297.68 KB | 1 年前3
《Slides Dev Web》 12. Risques applicatifs
13https://www.xudongz.com/blog/2017/idn-phishing/ 14https://github.com/codebox/homoglyph/blob/master/raw_data/char_codes.txt 15https://onlineunicodetools.com/spoof-unicode-text 16https://www.shodan.io/ 5 • 31https://www.freecodecamp.org/news/intro-to-webauthn/ 32https://hackertarget.com/cowrie-honeypot-analysis-24hrs/ 10 Figure 4: Auth 11 – Session, IP, user agent, proxy, … • Utiliser un framework –0 码力 | 12 页 | 474.37 KB | 1 年前3
10 WEB攻击与防护技术 徐震 杨亮 《PHP语⾔程序设计》高代码的安全性。主要通过数据流分析、语义分析、 结构分析、控制流分析等手段,结合软件安全规则和 知识库,最大程度上降低代码风险 n 代表性产品 q Fortify SCA(Source Code Analysis) q Checkmarx CxSuite q Armorize CodeSecure 114 谢 谢! 联系方式:xuzhen@is.iscas.ac.cn 139116026220 码力 | 114 页 | 3.65 MB | 1 年前3
CakePHP Cookbook Documentation 5.xDeprecations New Features PHPUnit 10 Upgrade phpunit.xml adjustments ->withConsecutive() has been removed data providers have to be static Tutorials & Examples Content Management Tutorial Getting CakePHP Checking Configure Writing Configuration data Reading Configuration Data Checking to see if Configuration Data is Defined Deleting Configuration Data Reading & Deleting Configuration Data Reading and writing configuration Parameters Request Body Data File Uploads PUT, PATCH or DELETE Data Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 512 Clearing Cached Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 513 Using . . . . . . . . . . . . . . . . . . . . . 611 Automatically Choosing the Locale Based on Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . 612 Translate Content/Entities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 625 Processing Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 626 Setting0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 3.x
Class Writing Configuration data Reading Configuration Data Checking to see if Configuration Data is Defined Deleting Configuration Data Reading & Deleting Configuration Data Reading and writing configuration Parameters Request Body Data File Uploads PUT, PATCH or DELETE Data Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Information Database Basics Query Builder Table Objects Entities Retrieving Data & Results Sets Validating Data Saving Data Deleting Data Associations - Linking Tables Together Behaviors Schema System Schema0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 4.x
Configure Writing Configuration data Reading Configuration Data Checking to see if Configuration Data is Defined Deleting Configuration Data Reading & Deleting Configuration Data Reading and writing configuration Parameters Request Body Data File Uploads PUT, PATCH or DELETE Data Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Information Database Basics Query Builder Table Objects Entities Retrieving Data & Results Sets Validating Data Saving Data Deleting Data Associations - Linking Tables Together Behaviors Schema System Schema0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640 Clearing Cached Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640 Using . . . . . . . . . . . . . . . . . . . . . 740 Automatically Choosing the Locale Based on Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . 741 22 Logging 743 Logging Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753 Processing Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754 Getting0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612 Clearing Cached Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613 Using . . . . . . . . . . . . . . . . . . . . . 719 Automatically Choosing the Locale Based on Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . 721 Translate Content/Entities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733 Processing Request Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734 Setting0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook 2.x
Tutorial - Adding a layer Create a Post Model Create a Posts Controller Creating Post Views Adding Posts Data Validation Editing Posts Deleting Posts Routes Conclusion Additional Reading Installation Requirements Understanding Models More on models Associations: Linking Models Together Retrieving Your Data Saving Your Data Deleting Data Data Validation Callback Methods Behaviors DataSources Model Attributes Additional Methods & configuration Setting ini directives Creating a custom session handler Reading & writing session data Exceptions Exception configuration Exception classes Built-in Exceptions for CakePHP Using HTTP0 码力 | 1096 页 | 958.62 KB | 1 年前3
共 81 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













