summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixes for PHP 4.3.X.Ilia Alshanetsky2004-02-131-3/+7
* Added package.xmlIlia Alshanetsky2004-02-131-0/+41
* Initial commit of the fileinfo extension.Ilia Alshanetsky2004-02-136-0/+567
* Adding mising declaration (needed for Win32 compilation)Frank M. Kromann2004-02-131-0/+1
* - Fixed start-up problem if both SPL and SimpleXML were enabled. TheDerick Rethans2004-02-121-1/+9
* Fix (thx Andi)Marcus Boerger2004-02-121-10/+2
* Fix ArrayObjectMarcus Boerger2004-02-122-11/+23
* * email address updateStig Bakken2004-02-123-3/+3
* * update my email addressStig Bakken2004-02-121-1/+1
* WSDL support for unknown extensibility elements and wsdl:required attribute (...Dmitry Stogov2004-02-123-166/+242
* fix: possible crash was fixedDmitry Stogov2004-02-121-2/+2
* Fix prototype/warningZeev Suraski2004-02-121-1/+1
* fix copy-n-past error in constructor.Wez Furlong2004-02-121-2/+2
* Caching of temorary WSDL files was disabled.Dmitry Stogov2004-02-121-0/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-1217-17/+17
* Using zend_throw_exception_object() instead of EG(exception).Dmitry Stogov2004-02-121-2/+2
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-1/+1
* "Runtime Configuration" and "Exceptions" were added.Dmitry Stogov2004-02-121-8/+59
* - Fixed bug #23467 (Showing incorrect Time Zone)foobar2004-02-121-0/+4
* CleanupMarcus Boerger2004-02-111-3/+1
* There is CODING_STANDARDS..at least NEW code should respect those..foobar2004-02-111-9/+7
* Prevent SimpleXML from silently modifying types of variables that areZeev Suraski2004-02-111-0/+11
* Added checks for invalid characters in a cookie name or cookie data from set...Brian France2004-02-111-0/+10
* Added two new functions to set the dict-dir and data-dir options.Brian France2004-02-112-10/+36
* 'Touch' the file to make sure re2c is not needed.Ilia Alshanetsky2004-02-111-1/+1
* Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() mayIlia Alshanetsky2004-02-113-4/+25
* Look in the right place for libArd Biesheuvel2004-02-111-1/+3
* support for command line interface was improvedDmitry Stogov2004-02-114-33/+65
* Cache files access rights were changed.Dmitry Stogov2004-02-111-0/+4
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-117-111/+342
* Fix testRob Richards2004-02-111-0/+1
* Fix crash (patch by Rob Richards)Zeev Suraski2004-02-111-1/+1
* Fix compiler warningsRob Richards2004-02-116-19/+12
* Add version info about run-time client libraryArd Biesheuvel2004-02-111-7/+40
* CS/WSArd Biesheuvel2004-02-112-6/+9
* Finally add a notice to hint people that using dl() is a bad idea...Zeev Suraski2004-02-111-0/+1
* removed printfs :)Georg Richter2004-02-112-3/+0
* changed first param in mysqli_bind_paramGeorg Richter2004-02-1114-32/+18
* changed first parameter in mysqli_bind_param from array to stringGeorg Richter2004-02-112-25/+16
* - Removed pointless call to error_reporting()Timm Friebe2004-02-101-2/+0
* - fix #27197 for Greg (cellog@php.net)Jan Lehnardt2004-02-101-0/+1
* WSDL caching was implementedDmitry Stogov2004-02-109-106/+1231
* Implement get callback for SimpleXML (it now supports pre/post incrementZeev Suraski2004-02-101-1/+16
* wsfoobar2004-02-091-5/+5
* Delay creation of exec handle til it's neededFrank M. Kromann2004-02-091-82/+75
* Allowing to report SOAP Fault with "return new SoapFault(...)"Dmitry Stogov2004-02-095-10/+123
* Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_...Dmitry Stogov2004-02-093-188/+235
* Fixed bug #27172 (Possible floating point exception in gmp_powm()).Ilia Alshanetsky2004-02-091-0/+5
* - Initial releaseTimm Friebe2004-02-091-0/+70
* - Changed error_reporting setting to E_ALL so we get the noticesTimm Friebe2004-02-091-0/+2