summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_3_0RC1'.php-5.3.0RC1SVN Migration2009-03-230-0/+0
* 5.3.0 RC 1Johannes Schlüter2009-03-233-11/+18
* 1. Involves an mbstring setting correction regarding:Eric Stewart2009-03-232-13/+47
* Improved parameter parsingIlia Alshanetsky2009-03-221-3/+3
* - Updated to version 2009.3 (2009c)Derick Rethans2009-03-221-31/+31
* - disable it when ZTS is disabledPierre Joye2009-03-201-0/+1
* - fix build, add new cp850 filePierre Joye2009-03-201-1/+1
* clarification of wwwhether 'make test' needs the PHP xecutable to be setZoe Slattery2009-03-201-4/+5
* Fixed warningDmitry Stogov2009-03-201-0/+4
* added skip if for rootZoe Slattery2009-03-205-0/+47
* MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)Ilia Alshanetsky2009-03-191-1/+1
* - Add self to maintainer list so's I can get bug notifications :)Steph Fox2009-03-191-1/+1
* MFHSteph Fox2009-03-192-11/+24
* MFH: Avoid 2 conversions when decoding numbersMatt Wilmas2009-03-191-6/+17
* MFH: Removed extra space from eval stringMatt Wilmas2009-03-191-2/+1
* MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()Arnaud Le Blanc2009-03-191-15/+26
* Fixed check for long integer overflowDmitry Stogov2009-03-191-13/+35
* MFH: Fix #47231 (offsetGet error using incorrect offset)Etienne Kneuss2009-03-192-1/+2
* MFH: Add test covering for #47671Etienne Kneuss2009-03-191-0/+30
* MFH: Fix #47671 (cloning SplObjectStorage instances)Etienne Kneuss2009-03-192-75/+107
* Improved parameter parsingIlia Alshanetsky2009-03-191-2/+2
* New tests for various date extension functions. Tested on Windows, Linux and ...andy wharmby2009-03-1883-0/+14261
* Removed unnecassary checksDmitry Stogov2009-03-182-95/+44
* - some cleanup, more to comePierre Joye2009-03-181-282/+56
* - php.ini-dev/prodPierre Joye2009-03-181-13/+12
* - Use UTF-8 characters as 5.2's NEWS does.Moriyoshi Koizumi2009-03-181-2/+2
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-1814-1/+276
* - MFH: Synching .dsp file (I am not sure whether I really should do this)Moriyoshi Koizumi2009-03-181-0/+12
* - Typo.Moriyoshi Koizumi2009-03-181-2/+2
* - Add entries for the encodings that are already supported by mbstring butMoriyoshi Koizumi2009-03-181-0/+30
* - staticise private symbols.Moriyoshi Koizumi2009-03-181-80/+80
* MFH: Fixed test on 64-bitMatt Wilmas2009-03-181-0/+2
* MFH: Fixed libgd #186 (Tiling true colour with palette image does not work)Takeshi Abe2009-03-182-8/+48
* Improved speed of conditional jump instructions by checking for most useful c...Dmitry Stogov2009-03-182-78/+320
* Inline only the most useful codeDmitry Stogov2009-03-181-7/+7
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-184-939/+622
* Forgotten file (sorry)Dmitry Stogov2009-03-181-0/+64
* New tests for date extension DateTime methods Tested on Windows, Linux and li...andy wharmby2009-03-1842-0/+5749
* optimizationDmitry Stogov2009-03-181-4/+3
* New tests for date extension DateTimeZone methods Tested on Windows, Linux an...andy wharmby2009-03-1820-0/+2068
* Forgotten includeDmitry Stogov2009-03-181-0/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-1811-65/+93
* Better fix for bug #45877 (smaller and faster)Dmitry Stogov2009-03-181-37/+32
* - to 5.2Pierre Joye2009-03-181-1/+0
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-185-23/+45
* - #43073Pierre Joye2009-03-181-0/+1
* - #43073, TrueType bounding box is wrong for angle<>0Pierre Joye2009-03-181-8/+16
* MFH Missing skip in testsScott MacVicar2009-03-171-0/+2
* MFH Replace magic values with a define for json encoding, makes reading it a ...Scott MacVicar2009-03-171-7/+10
* Fixed compiler warningIlia Alshanetsky2009-03-171-3/+3