summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Changed hardcoded "tempdb" database name to a constantTimm Friebe2007-05-221-1/+1
* - Fixed expectancy in for SQL query <select convert(datetime, "notadate")>Timm Friebe2007-05-221-3/+2
* - Added constant TEMPDB, defaulting to "tempdb"Timm Friebe2007-05-221-0/+1
* - Changed hardcoded "tempdb" database name to a constantTimm Friebe2007-05-223-4/+4
* - Fixed tests on WindowsTimm Friebe2007-05-224-5/+5
* MFH: fix #41442 (imagegd2() under output control)Antony Dovgal2007-05-223-0/+54
* MFH(r-1.112) Add CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS option cons...Sara Golemon2007-05-221-0/+12
* Fixed typosIlia Alshanetsky2007-05-211-2/+2
* - first check the SSL lib string in libcurl and then the headerMichael Wallner2007-05-211-36/+37
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-214-1/+96
* MFH: fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS)Antony Dovgal2007-05-212-1/+8
* Fixed crash on "php -b 1234 -unknown-option"Dmitry Stogov2007-05-213-0/+10
* libfcgi cleanup (Andrei Nigmatulin)Dmitry Stogov2007-05-212-9/+0
* MFHAntony Dovgal2007-05-211-1/+1
* - MFH Add print_htptr, print_htstrMarcus Boerger2007-05-201-10/+44
* Fixed a possible crash when PATH_INFO is not provided but the path containsIlia Alshanetsky2007-05-202-6/+38
* - use the same checks for zip_statPierre Joye2007-05-191-3/+3
* - #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSLPierre Joye2007-05-192-0/+12
* Optimized digest generation in md5() and sha1() functions by using codeIlia Alshanetsky2007-05-194-17/+18
* - fix compile/linker agnostic runpath switchMichael Wallner2007-05-191-1/+1
* CS fixesIlia Alshanetsky2007-05-191-28/+23
* Fixed typo in constant nameIlia Alshanetsky2007-05-191-3/+3
* Eliminate memory allocation in RINIT for splIlia Alshanetsky2007-05-191-4/+14
* Remove pointless RINITIlia Alshanetsky2007-05-194-16/+2
* Avoid strlen()Ilia Alshanetsky2007-05-191-2/+2
* Fixed test to work with postgresqlIlia Alshanetsky2007-05-191-1/+1
* MFHAntony Dovgal2007-05-191-1/+1
* and now the right numberStanislav Malyshev2007-05-191-1/+1
* fix referenceStanislav Malyshev2007-05-191-1/+1
* reorderAntony Dovgal2007-05-181-1/+1
* news about #41401Stanislav Malyshev2007-05-181-0/+1
* fix testAntony Dovgal2007-05-182-0/+1211
* fix leak and check for < 0 only of the 5th arg was passedAntony Dovgal2007-05-181-5/+5
* add test for 41401Stanislav Malyshev2007-05-181-0/+10
* fix #41401 - parser precedence on unary operatorsStanislav Malyshev2007-05-181-2/+2
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-189-308/+378
* MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file...Antony Dovgal2007-05-182-0/+7
* BFNAntony Dovgal2007-05-181-0/+2
* MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)Antony Dovgal2007-05-182-0/+37
* fix testsAntony Dovgal2007-05-184-1/+6
* Get rid of a stray time() syscall in tsrm and clean up lcg rinitRasmus Lerdorf2007-05-183-2/+3
* fix testsAntony Dovgal2007-05-1810-0/+14
* fix gcov build.......Nuno Lopes2007-05-171-396/+396
* news entryAntony Dovgal2007-05-171-0/+1
* implement FR #41416 (getColumnMeta() should also return table name)Antony Dovgal2007-05-171-0/+1
* Fix paths for ext/sqliteHannes Magnusson2007-05-171-2/+2
* fix testAntony Dovgal2007-05-171-3/+3
* Get rid of a useless RINIT and an empty RSHUTDOWN on non-WindowsRasmus Lerdorf2007-05-174-12/+6
* - fix titlePierre Joye2007-05-162-3/+3
* - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix testPierre Joye2007-05-161-3/+3