summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* constructors throw DOMExceptionRob Richards2004-05-1613-38/+85
* update config.m4 for libmonetra 4.0 compatability.Brad House2004-05-161-5/+30
* Fixed possible memory leak inside popen().Ilia Alshanetsky2004-05-141-0/+1
* Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).Ilia Alshanetsky2004-05-132-1/+14
* add sqlite_exec()Stanislav Malyshev2004-05-132-0/+42
* Skip session tests if session.save_path is not writable.Ilia Alshanetsky2004-05-131-0/+9
* Fixed various possible memory leaks.Ilia Alshanetsky2004-05-121-24/+16
* Fixed bug #28374 (Possible unterminated loop insideIlia Alshanetsky2004-05-121-1/+1
* Fixed a couple of inconsistencies in param bindingArd Biesheuvel2004-05-121-150/+133
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-127-194/+56
* Made ibase_timefmt() check its args more thoroughly and nuked a pointless mal...Ard Biesheuvel2004-05-121-22/+6
* Made ibase_gen_id() bail out on incorrect argsArd Biesheuvel2004-05-121-1/+4
* - TouchMarcus Boerger2004-05-121-2/+0
* - Move hash table destruction to proper locationMarcus Boerger2004-05-122-2/+4
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-124-1/+11
* Make vprintf() and printf() return the length of the string printed.Ilia Alshanetsky2004-05-111-2/+4
* Reset opt_name to NULL to ensure it's not re-used if numeric keys can beIlia Alshanetsky2004-05-111-0/+1
* Fixed bug #28355 (glob() does not return error on Linux when it does notIlia Alshanetsky2004-05-111-0/+4
* Fixed crash inside cpdf_place_inline_image() when working with truecolorIlia Alshanetsky2004-05-101-6/+20
* add chregu as maintainerRob Richards2004-05-101-3/+11
* Adding next() methodChristian Stocker2004-05-101-0/+26
* - Documentation updateMarcus Boerger2004-05-1024-57/+424
* check for dom supportRob Richards2004-05-101-2/+8
* - added expand support (see http://www.xmlsoft.org/xmlreader.html#Mixing for ...Christian Stocker2004-05-101-0/+33
* - Decouple NAN and INFMarcus Boerger2004-05-102-5/+27
* Missing part of the upgrade patch.Ilia Alshanetsky2004-05-101-0/+3
* - Fix problems with c modeMarcus Boerger2004-05-103-4/+16
* Fixed bug #28289 (incorrect resolving of relative paths by glob() inIlia Alshanetsky2004-05-091-2/+4
* Fixed bug #28304 (Missing bounds check inside imagefilter()).Ilia Alshanetsky2004-05-091-1/+2
* Fixed bug #28311 (Transparency detection code is off by 1).Ilia Alshanetsky2004-05-091-1/+1
* Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).Ilia Alshanetsky2004-05-091-93/+27
* Upgrade bundled GD library to 2.0.23.Ilia Alshanetsky2004-05-092-4/+18
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-095-2/+850
* Urgh!Wez Furlong2004-05-091-1/+1
* Renamed tidy_node to tidyNode, removed the tidy_exception class and updatedJohn Coggeshall2004-05-093-37/+38
* Add __EXTENSIONS__ define - otherwise it won't compile on SolarisStanislav Malyshev2004-05-091-0/+1
* Fixed typo.Ilia Alshanetsky2004-05-081-2/+2
* - Fixed type which prevented this extension from being loaded as sharedDerick Rethans2004-05-081-1/+1
* - Docu updatesMarcus Boerger2004-05-084-7/+65
* - Update docuMarcus Boerger2004-05-081-18/+62
* - Update examplesMarcus Boerger2004-05-0827-205/+330
* - mnoGoSearch extension was updated to support CachedCopies ofSergey Kartashoff2004-05-082-163/+153
* if statement logic would never eval to false.Sara Golemon2004-05-081-1/+1
* allow ->open() and ->XML() to be called staticallyRob Richards2004-05-071-22/+54
* spot the vim userWez Furlong2004-05-071-1/+1
* Fix Bug #28317: Avoid recursion in libpcre on windows platform.Wez Furlong2004-05-071-1/+1
* Fix unregistered bug in zval pointer/array jugglingArd Biesheuvel2004-05-071-10/+10
* - Fix bug #28309Marcus Boerger2004-05-071-2/+0
* - Update examplesMarcus Boerger2004-05-065-47/+78
* - interfaces 'extends' not 'implements' other interfacesMarcus Boerger2004-05-061-4/+4