summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fix bug #62651: source level BC breakGustavo André dos Santos Lopes2012-07-271-0/+2
| | | | | Break for C++ extensions that don't wrap the includes of PHP libraries in extern "C" {.
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
|
* Reverted Gopal's patch that allowed plugable interned string checkDmitry Stogov2011-07-281-2/+1
| | | | | | 1. It introduced a significant slowdown 2. It didn't fix the real problem in APC (I'm goint to commit the fix)
* merge to trunk - Allow zend_is_interned_string to be pluggableGopal Vijayaraghavan2011-07-281-1/+2
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
| | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
* - Interned string related callbacks moved turned from compiler_globals into ↵Dmitry Stogov2010-05-251-0/+4
| | | | | | | real globals - Updated API version number
* Added concept of interned strings. All strings constants known at compile ↵Dmitry Stogov2010-04-201-0/+67
time are allocated in a single copy and never changed.