summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_0'.RELEASE_2_0_0SVN Migration2005-08-073258-791084/+0
|
* - each file needs a rolePierre Joye2005-08-071-8/+8
| | | | | NB: "Fix" 1.4 to do what 1.3 does
* - add package2.xmlPierre Joye2005-08-061-0/+65
|
* - prepare releasePierre Joye2005-08-061-2/+11
|
* - fix examplesPierre Joye2005-08-063-3/+3
|
* Only link zlib if we dont compile it in (#3406)Edin Kadribasic2005-08-061-1/+4
|
* Add missing exportEdin Kadribasic2005-08-061-1/+1
|
* fix testsRob Richards2005-08-0610-20/+26
|
* add a commentAndrey Hristov2005-08-061-0/+1
|
* add error checkingAndrey Hristov2005-08-061-1/+11
|
* fix problem on 64 bit - when asking for "l" supply long not int becauseAndrey Hristov2005-08-061-1/+1
| | | | | | | | | on 64 bit they differ and zend_parse_parameters makes a *(long*) cast which means that if the variable is int 4 bytes of the variable(s) declared before it (on the stack) will be overwritten. In this case this is the length of the query -> made 0 and mysqli_query() returns FALSE.
* Fix for #32531Frank M. Kromann2005-08-062-0/+5
| | | | | No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time.
* Cleanup to match the current cvs version of ming0.3betaFrank M. Kromann2005-08-061-45/+8
|
* No HTML output if html_errors is off (bug #34006)foobar2005-08-051-1/+5
|
* - Fixed bug #34015foobar2005-08-051-18/+6
| | | | | # Whatever this test was supposed to try to test...sheesh..
* NetWare specific stat structure issues.Anantha Kesari H Y2005-08-051-0/+4
| | | | | --Kamesh
* Skip test on solarisfoobar2005-08-051-0/+5
|
* - Update TODODerick Rethans2005-08-041-0/+2
|
* Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)Dmitry Stogov2005-08-042-2/+12
|
* Fixed memory leak.Ilia Alshanetsky2005-08-031-0/+4
|
* - Bumber up yearfoobar2005-08-03446-448/+448
|
* update creditsfoobar2005-08-031-2/+0
|
* Bump up the yearfoobar2005-08-032-2/+2
|
* - Fix test.Derick Rethans2005-08-021-0/+1
|
* Fixed ZTS buildDmitry Stogov2005-08-025-13/+13
|
* - Need to expose this one tooMarcus Boerger2005-08-021-0/+1
|
* - Update version infoMarcus Boerger2005-08-021-1/+2
|
* Allow building gd on windows systems without t1lib (M. Sisolak) #33620Edin Kadribasic2005-08-011-4/+11
|
* Allow building against the latest cclientEdin Kadribasic2005-08-011-1/+1
|
* Allow SOAP work when allow_url_fopen is turned off.Dmitry Stogov2005-08-012-1/+13
|
* - Fixed testcase.Derick Rethans2005-08-011-13/+13
|
* Added test for bug #27908foobar2005-07-311-0/+19
|
* - Fix test.foobar2005-07-311-3/+3
|
* SystemID and publicID params reversed in declaration handlersRob Richards2005-07-311-2/+2
|
* Added test for bug #25359foobar2005-07-301-0/+32
|
* switch to ansi declaration so that vs.net 2005 groks it.Wez Furlong2005-07-291-5/+5
|
* Fixed sqlite build, sqlite3.h was not being correctly generated.Ilia Alshanetsky2005-07-291-1/+1
|
* Backport of libsqlite fix in relation to AS keyword.Ilia Alshanetsky2005-07-291-0/+1
|
* - Fixed bug #33837 (Informix ESQL version numbering schema changed)foobar2005-07-291-1/+13
|
* - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so ↵foobar2005-07-291-6/+5
| | | | does not work)
* - Fixed bug #33917 (number_format() output with > 1 char separators)foobar2005-07-291-2/+2
|
* fix VPATH buildsfoobar2005-07-291-1/+1
|
* - Before we later run into BC trouble we split flags into two params modeMarcus Boerger2005-07-283-13/+210
| | | | | and flags now before branching for 5.1.
* - Allow static loader functions (but only for 5.1.1 as discussed with Andi)Marcus Boerger2005-07-281-8/+39
|
* defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than ↵Anantha Kesari H Y2005-07-281-1/+2
| | | | | | | including a sysexits.h. -Kamesh
* - Fix issues with iterators and excpetionsMarcus Boerger2005-07-272-8/+48
| | | | | | | | | | | | | | | | | # update documentation # # In 5.2 we need to implement an event handler onException() to be invoked # on exceptions during getChildren() calls. Its default implementation # would simply rethrow the exception if the flag is not set and delete if # if it was set. To do so the exceptions refcount needs to be increased # before calling zend_clear_exception() to keep the exception alive but # clear the control information. # # As a side note this is alos the easy solution to allow multi exception # handling: Simply clear the engine's exception info and add a property # called $previousException to the base exception and assign it from the # already pending one.
* Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).Ilia Alshanetsky2005-07-275-9/+46
|
* add sanity checksWez Furlong2005-07-271-1/+5
|
* fixup the build in HEAD again... moved the maintainer only stuff out of theWez Furlong2005-07-272-13/+12
| | | | | config.m4 and into a separate script to make it cleaner
* typoWez Furlong2005-07-271-1/+1
|