summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_10'.php-4.3.10SVN Migration2004-12-141-36/+0
|
* Fixed test.Ilia Alshanetsky2004-12-141-1/+1
|
* Fixed build.Ilia Alshanetsky2004-12-141-1/+1
|
* MFH: Fixed bug #28228 (NULL decimal separator is not being handled correctly).Ilia Alshanetsky2004-12-141-10/+15
|
* CS changesAntony Dovgal2004-12-091-4/+2
|
* MFH: fix segfault in session_module_name() when session.save_handler is emptyAntony Dovgal2004-12-091-3/+13
|
* - MFH: #28598, attempt to restore MS Symbol ttf supportPierre Joye2004-12-091-3/+3
|
* MFH: Fixed bug #31024 (Crash in fgetcsv() with negative length).Ilia Alshanetsky2004-12-081-1/+1
|
* MFH: Fix possible leaksFrank M. Kromann2004-12-081-12/+24
|
* MFH: Fix logic for file checking. Bug #31019Frank M. Kromann2004-12-081-1/+1
|
* MFH: Fix build. This was not supposed to halt configure if test fails.foobar2004-12-081-1/+1
|
* backport from 5.0/head. Newer versions of libmonetra broke compatability ↵Brad House2004-12-082-4/+37
| | | | with one function. Make workaround that detects version, and works with both.
* MFH: fix leakAntony Dovgal2004-12-071-0/+1
|
* revert itAntony Dovgal2004-12-071-1/+2
|
* fix bug #30232 (session_start() sends Set-Cookie header only if the cookie ↵Antony Dovgal2004-12-071-2/+1
| | | | | | | is not set yet) # looks like somebody fixed it in HEAD and forgot to MFH it..
* MFh: Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).Ilia Alshanetsky2004-12-071-1/+16
|
* MFH: Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).Ilia Alshanetsky2004-12-061-0/+8
|
* - Install the iconv extension headers to <installpath>/ext/iconv so thatDerick Rethans2004-12-062-15/+18
| | | | | external extensions can use them.
* Revert, this is not needed after all.Ilia Alshanetsky2004-12-061-4/+0
|
* fix compileStefan Esser2004-12-032-2/+2
|
* MFHStefan Esser2004-12-032-0/+16
|
* - remove EXPERIMENTAL tagChristian Stocker2004-12-031-5/+0
|
* MFH: Fixed bug #30962 (mssql returns space for NULL columns).Ilia Alshanetsky2004-12-031-0/+4
|
* MFH: revert my last patchAntony Dovgal2004-12-021-1/+0
|
* MFHStefan Esser2004-12-012-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-11-291-0/+54
|
* - Make it work with PDFLib 5 again (And the check for PDFLib 6 is gone).Derick Rethans2004-11-291-14/+0
|
* # - MnoGoSearch extension latest patch reverted (part3)Sergey Kartashoff2004-11-281-9/+10
|
* - MnoGoSearch extension latest patch reverted (part2)Sergey Kartashoff2004-11-281-5/+5
|
* - MnoGoSearch extension latest patch revertedSergey Kartashoff2004-11-281-211/+190
|
* - MnoGoSearch extension updated to fix compilation issues withSergey Kartashoff2004-11-282-201/+221
| | | | | mnogosearch-3.2.25+
* MFH: fix #29954 (array_reduce segfaults when initial value is array)Antony Dovgal2004-11-281-0/+1
|
* MFHStefan Esser2004-11-281-7/+23
|
* MFH: Improve offset check inside shmop_write().Ilia Alshanetsky2004-11-271-1/+1
|
* (Sort of) MFH: export PHP iconv symbols using the old build tooEdin Kadribasic2004-11-232-2/+6
|
* - MFH: export "php_iconv_string()"Derick Rethans2004-11-232-14/+15
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-11-231-0/+8
|
* Fix #30860 configure fails when tds is compiled as sharedFrank M. Kromann2004-11-221-2/+2
|
* - Fix #30229, imagerectangle draw the corners twice, making it uselessPierre Joye2004-11-201-12/+70
| | | | | | with alpha channel. Fix it to work well with thick>1 as well, both filled and wired rectangle
* MFH: fix bug #30587 (array_multisort doesn't separate zvals before changing ↵Antony Dovgal2004-11-191-0/+1
| | | | them)
* Fixed bug #30826 (Certain reference relations cannot be unserializedIlia Alshanetsky2004-11-182-217/+231
| | | | | properly).
* MFH: Gracefully handle allocation failure.Ilia Alshanetsky2004-11-171-6/+16
|
* - Fix #30739, imagefill does not set back the alphablending modePierre Joye2004-11-171-2/+5
|
* MFH: Avoid renaming of sprintf to php_sprintfFrank M. Kromann2004-11-151-0/+1
|
* - Cleaned up some of the locale mess:Derick Rethans2004-11-152-61/+50
| | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats
* fixed Bug #29297Rainer Schaaf2004-11-131-0/+14
| | | | | | Configure now only allows to work with PDFlib up to PDFlib 4, as newer PDFlib versions need the code from the PDFlib PECL module.
* MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with ↵Antony Dovgal2004-11-111-1/+1
| | | | --with-config-file-path)
* MFH: CloseHandleWez Furlong2004-11-101-0/+1
|
* MFH: Fixed possible overflow.Ilia Alshanetsky2004-11-101-1/+1
|
* MFH: Fixed crash inside cpdf_setdash() if called before page init.Ilia Alshanetsky2004-11-091-1/+3
|