summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* add very basic code for the simplexml extension. The following works ::Sterling Hughes2003-05-186-0/+482
* CSfoobar2003-05-181-2/+3
* Enable bundled submodules when enabling moduleMarcus Boerger2003-05-181-3/+3
* Fix test (for now - need EXPECTF/EXPECTREGEX)Marcus Boerger2003-05-181-1/+1
* Fix unserialize (commit later)Marcus Boerger2003-05-181-41/+38
* Fix unserializeMarcus Boerger2003-05-181-1/+1
* Adjusted the expected output to reflect the change in var_dump()Moriyoshi Koizumi2003-05-171-2/+2
* send comments to the default handler like done with expat, add aSterling Hughes2003-05-172-2/+36
* MFB(r-1.1.2.7): fix testMoriyoshi Koizumi2003-05-171-5/+5
* peclSterling Hughes2003-05-176-573/+0
* move to peclSterling Hughes2003-05-174-679/+0
* add a package.xml fileSterling Hughes2003-05-171-0/+35
* add bzip2 extension to pecl from php5 cvsSterling Hughes2003-05-177-0/+798
* move this extension to peclSterling Hughes2003-05-174-1419/+0
* apply fix from bug #23539Sterling Hughes2003-05-171-2/+2
* TSRM fixMarcus Boerger2003-05-171-2/+1
* Fix warnings.Sebastian Bergmann2003-05-171-1/+1
* MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ...Sara Golemon2003-05-171-8/+8
* MFB(r-1.333.2.27) Bugfix 23654. If subject is an array and it contains other...Sara Golemon2003-05-161-2/+6
* Allow libxml to detect the document encoding if encoding parameter passed toMoriyoshi Koizumi2003-05-161-1/+5
* - MFB: Fixed bug #23661: mysql_fetch_array gives no warning on an invalidDerick Rethans2003-05-161-0/+4
* Fixed bug #23657 (Missing initialization in browscap module init)Ilia Alshanetsky2003-05-161-0/+2
* copy'n'paste failureMoriyoshi Koizumi2003-05-161-5/+0
* Added test case for bug #23650Moriyoshi Koizumi2003-05-161-0/+36
* Fixed bug #23650 (strip_tags() removes hyphens)Moriyoshi Koizumi2003-05-161-0/+2
* MFBIlia Alshanetsky2003-05-161-2/+2
* Fixed test so it won't fail in case the output handler is enabledMoriyoshi Koizumi2003-05-151-2/+2
* Fix the way we create references to (sometimes non-)existingSascha Schumann2003-05-151-0/+2
* Fixed bug #23527 (PostScript Type 1 font do not render properly)Ilia Alshanetsky2003-05-151-17/+20
* Fix yaz_wait. Async mode incorrectly determine resourceAdam Dickmeiss2003-05-141-1/+5
* MFB.Andrei Zmievski2003-05-141-7/+28
* Implement unlink() method in ftp wrapper ops and do some general cleanup of o...Sara Golemon2003-05-141-5/+65
* - Removed remains of ext/fribidi (it's in PECL)foobar2003-05-142-146/+0
* Fold 'options' parameter into wops->unlink methodSara Golemon2003-05-141-1/+1
* Prep for next releaseWez Furlong2003-05-142-2/+7
* MFB segfault fixSascha Schumann2003-05-141-1/+3
* better fix bug #20641.Daniela Mariaschi2003-05-142-1/+8
* Enable db<n> builds configured with --with-uniquenameMarcus Boerger2003-05-141-5/+9
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-146-20/+28
* Fixed test so it won't fail in correct situationsMoriyoshi Koizumi2003-05-146-6/+6
* Added sqlite_fetch_string(), for speedy fetching of data from databaseIlia Alshanetsky2003-05-132-0/+52
* MFB: removing the crashbug on windowsfoobar2003-05-131-2/+2
* Fix this testMarcus Boerger2003-05-131-0/+5
* fixes possible segfault in domxml_xslt_result_dump_memChristian Stocker2003-05-131-2/+6
* Fix problem with yaz_record in array mode, when record is unavailable.Adam Dickmeiss2003-05-131-14/+16
* oopsMoriyoshi Koizumi2003-05-121-2/+2
* Applied the right fix for bug #23016Moriyoshi Koizumi2003-05-122-10/+2
* Those pieces were not intended. Partly reverted.Moriyoshi Koizumi2003-05-111-3/+1
* Added an encoding detection option for expat XML parser.Moriyoshi Koizumi2003-05-111-70/+36
* Fixed bug #22463 and bug #23581Moriyoshi Koizumi2003-05-111-35/+49