summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_3'.php-5.0.3SVN Migration2004-12-151-31/+0
|
* MFB: test fix.Ilia Alshanetsky2004-12-141-1/+1
|
* Fixed build with custom libmingDmitry Stogov2004-12-141-0/+1
|
* Fixed build on linux-glibc21-i386Dmitry Stogov2004-12-141-0/+2
|
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-142-0/+50
|
* 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-1/+1
|
* - MFB: #30229, fixed imagerectangle used with alpha channelPierre Joye2004-12-091-15/+73
| | | | | - MFB: imagefill, always restore the alphablending mode
* MFH: buffer overrun & debug printf()Antony Dovgal2004-12-091-3/+0
|
* MFB: 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 head. compatability fix with libmonetra 4.2 and higher (still ↵Brad House2004-12-082-4/+37
| | | | works with older releases too).
* Fixed crash in phpinfo() after graceful Apache restart.Dmitry Stogov2004-12-071-0/+5
|
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or ↵Dmitry Stogov2004-12-073-50/+189
| | | | protected properties)
* MFH: fix leak in bcpowmod()Antony Dovgal2004-12-071-0/+1
|
* 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
|
* - MF43: Install the iconv extension headers to <installpath>/ext/iconv so thatDerick Rethans2004-12-062-15/+18
| | | | | external extensions can use them.
* MFB: revert.Ilia Alshanetsky2004-12-061-4/+0
|
* MFH: fixed windows compile errorsGeorg Richter2004-12-061-10/+18
|
* MFH: Fixed bug #28817 (Var problem when extending domDocument). (Georg)Rob Richards2004-12-041-0/+1
| | | | | add test
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-12-041-0/+38
|
* MFH:Georg Richter2004-12-0465-143/+240
| | | | | | fix for bug #28817 (properties don't work in extended class) fix for bug #30890 (testsuite)
* MFH: fix array_walk_recursive() so it doesn't reuse cached fci between callsAntony Dovgal2004-12-031-0/+2
| | | | | and add test for it
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-12-031-0/+26
|
* fix compileStefan Esser2004-12-032-2/+2
|
* MFHStefan Esser2004-12-032-0/+16
|
* MFH: Fix for bug #30967 (properties in extended mysqli classes don't work)Georg Richter2004-12-031-4/+7
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-12-031-0/+21
|
* MFH: Fixed bug #30962 (mssql returns space for NULL columns).Ilia Alshanetsky2004-12-031-0/+4
|
* MFH: fix testsAntony Dovgal2004-12-024-4/+4
|
* MFH: revert my last patchAntony Dovgal2004-12-021-1/+0
|
* MFHStefan Esser2004-12-012-2/+2
|
* Fixed bug #30329 (Error Fetching http body, No Content-Length, connection ↵Dmitry Stogov2004-12-011-19/+21
| | | | closed or chunked data).
* Port 443 is default for https, so we shouldn't put it into Host:Dmitry Stogov2004-12-011-1/+1
|
* Fixed bug #30359 (SOAP client requests have no port in "Host" field ).Dmitry Stogov2004-12-011-0/+4
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-11-291-0/+54
|
* - MnoGoSearch extension updated to fix compilation issues withSergey Kartashoff2004-11-281-10/+20
| | | | | 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
|
* Reverting get_method() signature changeZeev Suraski2004-11-253-8/+7
| | | | | | | | | | @ Guys - I did my best to look for all of the changed places, @ but I may have missed something. If you remember other places @ which were changed that I haven't reverted, please fix or let me know. @ Also - Marcus, please take a look at SPL - as this particular @ implementation took advantage of the signature change, the way I 'fixed' @ it may very well be incorrect
* MFH: Fixed compilation when PHP is built in separate directory.Ilia Alshanetsky2004-11-241-7/+7
|
* - MFH Bugfix #30856Marcus Boerger2004-11-241-0/+7
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-11-241-0/+20
|
* Test was fixed.Dmitry Stogov2004-11-232-13/+13
|
* - MFH: We need to install these headers tooDerick Rethans2004-11-231-7/+7
|
* MFHEdin Kadribasic2004-11-232-0/+6
|