summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesmigration/RELEASE_1_0_0Gwynne Raskind2009-07-160-0/+0
|
* - This should be a stable branchMarcus Boerger2007-03-282-4/+4
|
* - Update package fileMarcus Boerger2007-03-271-24/+1
|
* - MFH Compatibility with suhosinMarcus Boerger2007-03-272-1/+6
|
* - Prepare for releaseMarcus Boerger2007-03-272-132/+163
|
* - Fix return of rename/unlinkMarcus Boerger2007-03-272-28/+28
|
* - Add package.phpMarcus Boerger2007-03-271-0/+72
|
* This commit was manufactured by cvs2svn to create branch 'RELEASE_1_0_0'.SVN Migration2007-03-225894-1293469/+0
|
* update for 1.0.0 releaseGreg Beaver2007-03-221-5/+6
|
* rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBufferingGreg Beaver2007-03-225-22/+22
|
* ChangeLog update2007-03-221-0/+32
|
* - Fix issue with long form of command line switchesMarcus Boerger2007-03-211-12/+12
|
* minor typo s/whetehr/whether/Greg Beaver2007-03-211-1/+1
|
* ChangeLog update2007-03-212-0/+115
|
* - Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of ↵Marcus Boerger2007-03-202-4/+32
| | | | string enclosed integers)
* - Optional dependency for SPL must be specified in headerMarcus Boerger2007-03-201-0/+13
|
* fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32Antony Dovgal2007-03-201-3/+4
|
* Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL ↵Dmitry Stogov2007-03-209-9/+147
| | | | type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
* Fixed bug #36226 (Inconsistent handling when passing nillable arrays)Dmitry Stogov2007-03-203-1/+696
|
* Improved Zend Memory Manager to guarantee reasonable time for worst cases of ↵Dmitry Stogov2007-03-204-330/+660
| | | | best-fit free block searching algorithm.
* ChangeLog update2007-03-202-0/+80
|
* add folding tagsAntony Dovgal2007-03-191-30/+50
|
* Fixed bug #40833 (Crash when using unset() on an ArrayAccess object ↵Dmitry Stogov2007-03-193-13/+85
| | | | retrieved via __get()).
* MFBAntony Dovgal2007-03-191-0/+2
|
* new testAntony Dovgal2007-03-191-0/+48
|
* MFB: Make DLL only once (Wez)Edin Kadribasic2007-03-191-2/+4
|
* ChangeLog update2007-03-191-0/+44
|
* fix bug #40836 (Segfault in ext/dom)Rob Richards2007-03-182-1/+30
| | | | | add test
* MFB, #40848Wez Furlong2007-03-181-1/+1
|
* ChangeLog update2007-03-181-0/+31
|
* - Fix string compare in unicode modeJohannes Schlüter2007-03-172-2/+8
|
* fix #40794 (ReflectionObject::getValues() may crash when used with dynamic ↵Antony Dovgal2007-03-171-23/+23
| | | | properties)
* fix testsAntony Dovgal2007-03-173-3/+18
| | | | | I was absolutely sure we removed --disable-reflection option.
* ChangeLog update2007-03-171-0/+67
|
* Fixing %i - > %d, previously changed in errorZoe Slattery2007-03-162-0/+0
|
* Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)Stanislav Malyshev2007-03-162-24/+43
|
* Changed %d to %i in EXPECTFZoe Slattery2007-03-162-0/+0
|
* new test cases for string functionsZoe Slattery2007-03-163-0/+0
|
* MFB: fix #40805 (Failure executing function ibase_execute())Antony Dovgal2007-03-161-6/+6
|
* MFB: Fugbix typo.Sebastian Bergmann2007-03-161-7/+7
|
* ChangeLog update2007-03-162-0/+47
|
* new testAntony Dovgal2007-03-151-0/+18
|
* reset the exception if it's still NULLAntony Dovgal2007-03-151-0/+3
|
* ChangeLog update2007-03-152-0/+245
|
* don't emit any warnings in addition to an exceptionAntony Dovgal2007-03-142-3/+3
|
* fix #40750 (openssl stream wrapper ignores default_stream_timeout)Antony Dovgal2007-03-141-4/+10
|
* - MFB: Fixed a possible memory leak on open_basedir validation (Ilia)Pierre Joye2007-03-141-1/+2
|
* - add openbase_dir checks in ::open and addFile()Pierre Joye2007-03-141-0/+8
|
* - MFB: Changed expected outputTimm Friebe2007-03-141-2/+2
| | | | | | | # select getdate() returns something like "Mar 14 2007 12:44PM", we # were checking for one additional (nonexistant) whitespace after "Mar" # which was wrong. Don`t know when and how this changed
* - Changed expected outputTimm Friebe2007-03-142-59/+59
| | | | | # Due to var_export() & __set_state() changes