summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1Zeev Suraski2001-08-151-7/+7
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-5/+7
|
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Move version registration to a more correct placeZeev Suraski2001-02-131-1/+1
|
* - Remove unused functionAndi Gutmans2000-11-131-17/+0
|
* Add ability to find extensions by nameZeev Suraski2000-11-081-0/+15
|
* Fix buildZeev Suraski2000-10-291-1/+1
|
* Allow module to proclaim compatibility with any Zend versionStanislav Malyshev2000-10-291-9/+12
|
* - Try #2. Wasn't allowed to delete in the previous manner because we wereAndi Gutmans2000-10-181-8/+4
| | | | | in the middle of an llist_apply()
* - Fix crashAndi Gutmans2000-10-181-1/+5
|
* - Only run startup() if ZEND_EXTENSIONS is defined to 1.Andi Gutmans2000-10-141-0/+2
| | | | | This fixes a link error on platforms which don't support libdl
* Fix previous update - move extension startup further down the startup sequenceZeev Suraski2000-09-251-9/+20
|
* - Add another "\n" at the end of error messages.Andi Gutmans2000-06-261-2/+2
|
* - Oops I miss-wrote that fieldAndi Gutmans2000-06-221-1/+1
|
* - Change API version and make the error messages more meaningful.Andi Gutmans2000-06-221-5/+6
|
* crash fixZeev Suraski2000-04-291-1/+1
|
* - Add zend_llist_apply_with_arguments()Zeev Suraski2000-04-291-0/+22
| | | | | - Add a message handler to the extensions
* Fix a bug in the resource dispencerZeev Suraski2000-04-281-1/+9
|
* Fix bugZeev Suraski2000-04-251-3/+3
|
* fixes compile on platforms without dl() support.Thies C. Arntzen2000-04-151-0/+2
| | | | | #i think zend_register_extension should be declared static
* Fix zend_register_extension()Zeev Suraski2000-03-301-6/+7
|
* *** empty log message ***Zeev Suraski2000-03-291-7/+18
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
|
* *** empty log message ***Zeev Suraski1999-08-281-2/+2
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* typoSascha Schumann1999-07-031-1/+1
|
* FixZeev Suraski1999-06-091-1/+1
|
* Replace error messagesZeev Suraski1999-06-081-8/+12
|
* * Fix debugger+interactive mode bugZeev Suraski1999-04-271-0/+7
| | | | | * Recognize whether an extension is with debug information or not
* Return a success value from the startup function, so we can unload immediatelyZeev Suraski1999-04-191-1/+7
| | | | | if it fails.
* Whatnot:Zeev Suraski1999-04-181-2/+15
| | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really)
* Zend LibraryAndi Gutmans1999-04-071-0/+123