summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Implement list() reference assignmentsDavid Walker2017-12-096-16/+34
* Improved shared interned string table implementation (use less memory and mor...Dmitry Stogov2017-12-083-125/+155
* Intern string constant valuesDmitry Stogov2017-12-071-0/+3
* Use inline assembler for fast_memcpy()Dmitry Stogov2017-12-061-4/+55
* Introduce ZEND_EXTENSION() to the Windows build systemKalle Sommer Nielsen2017-12-041-1/+1
* Merge branch 'PHP-7.2'Dmitry Stogov2017-12-042-2/+35
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-042-2/+35
| |\
| | * Fixed bug #75608 ("Narrowing occurred during type inference" error)Dmitry Stogov2017-12-042-2/+35
* | | Use zend_string_equal*() API for zend_string equality check instead of direct...Dmitry Stogov2017-12-041-13/+7
* | | Use cheaper functionsDmitry Stogov2017-12-041-3/+3
* | | Avoid function duplicationDmitry Stogov2017-11-302-7/+2
* | | Functions must be stored with lowercase keysDmitry Stogov2017-11-301-10/+9
* | | Use interned strings for function namesDmitry Stogov2017-11-301-2/+8
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-11-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-281-1/+1
| |\ \ | | |/
| | * Update NEWs (added bug entry)Xinchen Hui2017-11-281-1/+1
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-11-272-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-11-272-1/+21
| |\ \ | | |/
| | * Fixed bug in type inferenceDmitry Stogov2017-11-272-1/+21
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-11-272-2/+1
|\ \ \ | |/ /
| * | Improved fixXinchen Hui2017-11-272-2/+1
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-11-252-0/+28
|\ \ \ | |/ /
| * | Fixed bug #75556 (Invalid opcode 138/1/1)Xinchen Hui2017-11-252-0/+28
* | | TYPE_CHECK instruction changed. Now it keeps in extended_value a type mask.Dmitry Stogov2017-11-233-15/+44
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-11-221-1/+1
|\ \ \ | |/ /
| * | typoDmitry Stogov2017-11-221-1/+1
| * | Backport some printf() fixes to 7.2Nikita Popov2017-11-161-1/+1
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | Fix remaining signedness warningsAnatol Belski2017-11-141-3/+3
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-6/+18
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-11-082-1/+37
|\ \ \ | |/ /
| * | Fixed assertion on phpMyAdmin-4.7.5 home pageDmitry Stogov2017-11-082-1/+37
* | | Merge branch 'PHP-7.2'Joe Watkins2017-11-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-11-031-1/+1
| |\ \ | | |/
| | * fix wrong check of definition_phi->constraint.range.max_ssa_varMITSUNARI Shigeo2017-11-031-1/+1
* | | Switch back from "request" interned strings storage to "permanent" in MSHUTDOWNDmitry Stogov2017-11-021-6/+2
* | | Use interned strings for stream transportsDmitry Stogov2017-11-011-0/+7
* | | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-0/+15
* | | Always calculate calculate string hash value on attempt of interningDmitry Stogov2017-10-311-0/+1
* | | Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-312-3/+20
* | | Prevent reference-counting on persistent zvals (internal constants, default p...Dmitry Stogov2017-10-301-2/+1
* | | Merge branch 'PHP-7.2'Xinchen Hui2017-10-301-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-301-2/+1
| |\ \ | | |/
| | * Use abbrevXinchen Hui2017-10-301-2/+1
* | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-302-1/+26
|\ \ \
| * \ \ Merge branch 'PHP-7.2'Dmitry Stogov2017-10-302-1/+26
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-302-1/+26
| | |\ \ | | | |/
| | | * Fixed type inferenceDmitry Stogov2017-10-301-1/+7
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-183-7/+9
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-183-7/+9
| | | |\