summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-15365-111948/+0
|
* Make zend_memory_peak_usage() to be avalable even without --enable-memory-limitDmitry Stogov2006-10-122-4/+4
|
* MFHAntony Dovgal2006-10-111-0/+2
|
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling ↵Sara Golemon2006-10-061-0/+3
| | | | | | | zend_execute_scripts() Reapplying this since it looks like we'll be doing a PHP 5.2 RC6 after all
* Revert until 5.2's release since we're in RC stageSara Golemon2006-10-061-3/+0
|
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling ↵Sara Golemon2006-10-051-0/+3
| | | | zend_execute_scripts()
* Allow future extensibility without binary compatibility breakDmitry Stogov2006-10-051-0/+1
|
* add testAntony Dovgal2006-10-041-0/+19
|
* MFH: throw a warning when doing modulus by 0 (fr #39027)Antony Dovgal2006-10-031-0/+1
|
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-033-4/+4
|
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-033-0/+26
|
* Fixed memory leak (Nuno)Dmitry Stogov2006-10-032-20/+35
|
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-022-10/+37
|
* Added safety checks against integer overflow.Ilia Alshanetsky2006-09-301-3/+2
|
* new testsAntony Dovgal2006-09-282-0/+58
|
* add new testsAntony Dovgal2006-09-282-0/+58
|
* Fixed wrong return valueDmitry Stogov2006-09-281-1/+1
|
* MFH: use if() instead of ?:Antony Dovgal2006-09-271-1/+6
|
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-264-39/+38
|
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-262-3/+32
|
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-196-16/+97
|
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; ↵Dmitry Stogov2006-09-194-3/+43
| | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests).
* Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)Dmitry Stogov2006-09-182-563/+246
|
* Fixed non-specialized executorDmitry Stogov2006-09-181-0/+4
|
* Reinamed variables to avoid name conflictsDmitry Stogov2006-09-141-6/+6
|
* Removed unused macro USE_ZEND_ALLOCDmitry Stogov2006-09-141-9/+0
|
* Added is_zend_mm() to allow runtime check for zend memory managerDmitry Stogov2006-09-142-0/+10
|
* fix tests on MacOSAntony Dovgal2006-09-132-2/+2
|
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ↵Dmitry Stogov2006-09-123-17/+62
| | | | contexts)
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error ↵Antony Dovgal2006-09-113-0/+10
| | | | through userspace stream wrapper)
* fix testsAntony Dovgal2006-09-112-2/+2
|
* add testsAntony Dovgal2006-09-112-0/+74
|
* fix testAntony Dovgal2006-09-111-2/+2
|
* Fixed php_admin* bypass by ini_restore()Dmitry Stogov2006-09-061-1/+2
|
* Reverted last Ilia's patch (for bug #38579).Dmitry Stogov2006-09-062-35/+15
| | | | | The patch didn't fix the bug and made new one.
* Fixed bug #38579 require_once/include_once optimization causes files to beIlia Alshanetsky2006-09-052-15/+35
| | | | | loaded multiple times.
* Removed unreachable handlersDmitry Stogov2006-09-042-174/+7
|
* Show name of storage layer in case of initialization fault.Dmitry Stogov2006-08-311-1/+1
|
* s/pinter/pointer/Antony Dovgal2006-08-301-1/+1
|
* delete commented part, as it was done in HEADAntony Dovgal2006-08-281-3/+0
|
* MFH: fix #38624 (Strange warning when incrementing an object property and ↵Antony Dovgal2006-08-282-1/+37
| | | | exception is thrown from __get method)
* Fixed bug #38315 (Constructing in the destructor causes weird behaviour)Dmitry Stogov2006-08-241-11/+10
|
* Fixed bug #38265 (heap corruption)Dmitry Stogov2006-08-231-21/+41
|
* Fixed "win32" storage managerDmitry Stogov2006-08-221-12/+15
|
* Use proper write callbackIlia Alshanetsky2006-08-191-1/+1
|
* apply correct fix for bug #38461Antony Dovgal2006-08-151-2/+2
|
* MFH: fix #38461 (setting private attribute with __set() produces segfault)Antony Dovgal2006-08-151-1/+1
|
* add testAntony Dovgal2006-08-151-0/+25
|
* there is no realiable way to detect memrchr() presence because of a mess in ↵Antony Dovgal2006-08-081-11/+0
| | | | | | | glibc so let's use our own implementation
* - Added some docs here so that nobody needs to figure it out once more.Derick Rethans2006-08-081-0/+9
|