summaryrefslogtreecommitdiff
path: root/Zend/zend_list.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-3/+3
| | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-4/+3
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Removed redundant codeDmitry Stogov2008-08-221-4/+0
|
* Fixed destruction of dl() loaded extensionsDmitry Stogov2008-08-211-0/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* improve error messages when error raised from an internal class (do not hide ↵Antony Dovgal2005-06-171-4/+10
| | | | class name)
* MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings)foobar2004-02-171-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* Leftover.Sebastian Bergmann2003-04-031-1/+0
|
* i will not commit before 12:00Sterling Hughes2003-04-031-16/+0
| | | | | | | | | | | | | | | | | | | | | | | i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00 i will not commit before 12:00
* - Fix whitespaceDerick Rethans2003-04-021-1/+1
|
* add the ability for curl_multi_info to introspect the handles.Sterling Hughes2003-04-021-0/+17
| | | | | | # Zend commit doesn't break anything, so I'm committing it. If anyone # has problems, just speak up. :)
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+2
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - WS fix - "while (" instead of "while("Andi Gutmans2002-09-151-1/+1
|
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-2/+1
|
* MFZE1: make sure the resource-list is always consistent during shutdown (Thies).Sebastian Bergmann2002-04-191-24/+1
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* - MFZE1 for exit fix, exposing current function name in error messages andDerick Rethans2002-01-031-4/+4
| | | | | exposing zend_zval_type_name().
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* WhitespaceZeev Suraski2001-08-111-6/+6
|
* Some cleanupZeev Suraski2001-08-021-9/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+4
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-8/+6
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-8/+5
|
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-9/+9
| | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-211-2/+2
|
* Implement a more granular shutdown mechanism for the executor -Zeev Suraski2001-07-201-1/+26
| | | | | prevent corruption of constants and missing destructions of resources
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-131-2/+2
| | | | | | | resources get destroyed in the opposite order they were created and thereby db-cursors will always be released before their corresponding connection etc. this sould not break anything!
* - Whitespace and change the name of the macro to something more verboseAndi Gutmans2001-05-201-2/+1
| | | | | ZEND_GET_RESOURCE_ID(...)
* @ - Add new ZEND_GET_LE macro for retrieving destructorJames Moore2001-05-201-0/+19
| | | | | @ id's from remote extensions. (Jmoore, Zend Engine)
* - Don't allow resource types of 0Andi Gutmans2001-05-201-1/+6
|
* Fix warningZeev Suraski2001-03-281-0/+3
|
* Make Windows happyZeev Suraski2001-03-281-0/+2
|
* Get rid of more redundant codeZeev Suraski2001-03-281-30/+6
|
* Cleaner way of making sure resources start at 1 and not 0...Zeev Suraski2001-03-281-5/+5
|
* Remove redundant codeZeev Suraski2001-03-281-24/+0
|
* God knows what this code was doing...Zeev Suraski2001-03-271-34/+3
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* fix a couple of warningsThies C. Arntzen2001-01-231-2/+2
|