summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Added "compact" handler for Zend MM storage.Dmitry Stogov2007-09-292-13/+16
* Added support for __callstatic() magic method (missing part). (Sara)Dmitry Stogov2007-09-296-14/+65
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-298-16/+133
* Removed commented codeDmitry Stogov2007-09-291-1/+0
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-2929-162/+860
* NamespacesDmitry Stogov2007-09-2871-664/+3138
* MFH:Jani Taskinen2007-09-285-195/+520
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-2717-133/+133
* Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
* MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)Jani Taskinen2007-09-271-7/+9
* MFH: BC (missed from the patch :)Jani Taskinen2007-09-271-0/+2
* MFH: Nuked unnecessary TSRMLS_FETCH() callJani Taskinen2007-09-274-10/+9
* MFH: missing folding tag + use Z_STR* macrosJani Taskinen2007-09-271-4/+5
* last wsJani Taskinen2007-09-271-4/+4
* wsJani Taskinen2007-09-271-1/+1
* MFH: ws + cs (more to follow)Jani Taskinen2007-09-271-36/+36
* Bump version.Sebastian Bergmann2007-09-271-1/+1
* - Readd support for ynamic access of static members (Etienne)Johannes Schlüter2007-09-271-0/+12
* Fixed bug #42767 (highlight_string() truncates trailing comment)Ilia Alshanetsky2007-09-262-2/+24
* MFH: add NULL check (coverity issue #385) and fix CSAntony Dovgal2007-09-211-6/+5
* - Fix test and tuned error messageJani Taskinen2007-09-202-3/+5
* MFHAntony Dovgal2007-09-193-3/+3
* - Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported o...Jani Taskinen2007-09-181-1/+1
* Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)Ilia Alshanetsky2007-09-091-0/+8
* - Can not remove because of the idiotic ZEND_STR*() macrosJani Taskinen2007-09-071-1/+0
* - Added reminder for 5.3Jani Taskinen2007-09-071-0/+2
* - Missed this from previous commit to zend_ini.hJani Taskinen2007-09-071-0/+5
* - No need to break binary compatibility hereJani Taskinen2007-09-071-3/+1
* MFH: - Fixed the rest of bug #41561 ( @ operator not working )Jani Taskinen2007-09-074-10/+15
* MFH: folding tagsJani Taskinen2007-09-071-55/+58
* MFH: detect endianness in compile time when using Apple's GCC (fixes universa...Antony Dovgal2007-09-041-0/+10
* MFH: prohibit arguments by ref in magic methodsAntony Dovgal2007-08-319-10/+181
* MFH: Revert revert.Jani Taskinen2007-08-311-0/+4
* Add optional parameter to debug_backtrace().Sebastian Bergmann2007-08-301-4/+6
* MFH: revert the patch which breaks multithreaded serversAntony Dovgal2007-08-231-4/+0
* Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in th...Dmitry Stogov2007-08-222-2/+1
* Revert variable class patch for 5.2Stanislav Malyshev2007-08-131-12/+0
* Fixed bug #42211 (property_exists() fails to find protected properties from a...Dmitry Stogov2007-08-082-1/+32
* Fixed testDmitry Stogov2007-08-081-1/+1
* fix test namesAntony Dovgal2007-08-032-6/+4
* add stage for .htaccessStanislav Malyshev2007-08-021-0/+1
* it's 4 either way, but it's customary to use 1<<Stanislav Malyshev2007-08-021-1/+1
* fix testAntony Dovgal2007-08-021-1/+1
* - Add possibility to call static class members using variables (Etienne Kneuss)Johannes Schlüter2007-08-021-0/+12
* MFH: int -> zend_boolAntony Dovgal2007-08-021-1/+1
* - MFH: Respect value of the parameter for get_loaded_extensions() and onlyJohannes Schlüter2007-08-022-18/+13
* Fixed bug #42119 (array_push($arr,&$obj) doesn't work with zend.ze1_compatibi...Dmitry Stogov2007-08-012-1/+22
* - MFH: Add additional param to get_loaded_extensions() for returning ZendJohannes Schlüter2007-07-312-7/+31
* Improved fix for bug #41633 (self:: doesn't work for constants) to support fu...Dmitry Stogov2007-07-272-1/+13
* Fixed bug #41713 (Persistent memory consumption on win32 since 5.2)Dmitry Stogov2007-07-251-0/+9