summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed skipif to really skipfoobar2005-07-201-0/+5
|
* - Add test to verify all ArrayAccess methods can throwMarcus Boerger2005-07-191-0/+58
|
* - Add test to verify all iterator methods can throwMarcus Boerger2005-07-191-0/+43
|
* Remove stale #ifdefs (this is PHP 5 only code).Wez Furlong2005-07-192-31/+18
| | | | | | | Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to the SoapClient every time a context option is added.
* - Dont't warn in case an exception is pending - in this case it'd superflousMarcus Boerger2005-07-191-1/+4
|
* revert my last change; chasing ghosts.Wez Furlong2005-07-191-9/+3
| | | | | # the lesson is, ensure that php4 and php5 aren't loaded at the same time
* Don't crash when no treat_data method has been set in the sapi moduleWez Furlong2005-07-191-3/+9
| | | | | # how come no one ran into this before?
* try to make the test a bit more portableWez Furlong2005-07-191-3/+9
|
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
|
* if we didn't detect an error, don't return -1 rows, as that means that we ↵Wez Furlong2005-07-191-0/+3
| | | | found an error
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-192-13/+126
|
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-193-38/+45
|
* ChangeLog update2005-07-192-0/+153
|
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6
| | | | | | | | | column coming out of informix. Refs Bug #33533. Not totally closed yet; still need to cater for text fields longer than 64k in a sane manner.
* \#if BRAD_0'd latest changes as requested until 5.1.0 releaseBrad House2005-07-192-0/+8
|
* MFB4_4: Fix compile problem with --regex=system on some systemsfoobar2005-07-182-2/+30
|
* sync missing functions from libmonetra-5Brad House2005-07-182-0/+63
|
* Revert cookie patch for BC reasons.Ilia Alshanetsky2005-07-182-3/+1
|
* Valgrind is unhappy that this is not initializedRasmus Lerdorf2005-07-181-1/+1
|
* fix macrofoobar2005-07-181-1/+1
|
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-184-12/+12
|
* touch with working re2cfoobar2005-07-181-39/+71
|
* make a start on a debugging function.Wez Furlong2005-07-181-0/+43
|
* touch generated fileWez Furlong2005-07-181-103/+190
|
* avoid :: when looking for named parameters.Wez Furlong2005-07-181-5/+6
| | | | | Refs Bug #33736.
* this needs to be the column count, otherwise a db->query() that returns 0 rowsWez Furlong2005-07-181-1/+1
| | | | | will fail rather than returning a statement with no rows.
* compile before commit (gah!)Wez Furlong2005-07-181-1/+1
|
* Cleanup buffers on handle re-use.Ilia Alshanetsky2005-07-181-5/+1
|
* Apparently our pipe detection code just above this isn't foolproof.Wez Furlong2005-07-181-0/+6
| | | | | Catch it here.
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-184-13/+41
|
* Removed some compilation warnings.Dmitry Stogov2005-07-183-34/+56
|
* ChangeLog update2005-07-182-0/+36
|
* Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-182-1/+5
|
* typofoobar2005-07-181-1/+1
|
* Make sure we build with SWFPrebuilt.Frank M. Kromann2005-07-181-0/+1
|
* - Show end of relay testing blockMarcus Boerger2005-07-181-0/+3
|
* - Provide distinction and distinct testsMarcus Boerger2005-07-183-2/+66
|
* - Compatibility with ming 0.2a and 0.3aMarcus Boerger2005-07-172-11/+72
|
* - Write temp file in test dirMarcus Boerger2005-07-171-3/+3
|
* - Add new testMarcus Boerger2005-07-171-0/+32
|
* Added missing init.Ilia Alshanetsky2005-07-171-0/+1
|
* - Fix problem with debug mode on selective machinesMarcus Boerger2005-07-171-2/+2
|
* - If you ask me both (expat and libxml) are not really accurate about byteMarcus Boerger2005-07-172-0/+92
| | | | | | | positions and columns...however the line number information is now correct for both so for the moment we live with the situation that they return different byte and column information.
* ChangeLog update2005-07-171-0/+127
|
* Added 2 missing cURL options available in all versions.Ilia Alshanetsky2005-07-161-0/+4
|
* NetWare can make use of the Autoconf based build systemAnantha Kesari H Y2005-07-1623-2832/+0
|
* libpq-fs.h this file is of no useAnantha Kesari H Y2005-07-161-24/+0
|
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-162-2/+2
| | | | | | | | NetWare file names are case insensitive main/main.c NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c. -- Kamesh
* Netware pthreads support is good enough. So removing all these fixes of old ↵Anantha Kesari H Y2005-07-161-18/+0
| | | | | | | times. -- Kamesh
* ChangeLog update2005-07-161-0/+43
|