Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed skipif to really skip | foobar | 2005-07-20 | 1 | -0/+5 |
| | |||||
* | - Add test to verify all ArrayAccess methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+58 |
| | |||||
* | - Add test to verify all iterator methods can throw | Marcus Boerger | 2005-07-19 | 1 | -0/+43 |
| | |||||
* | Remove stale #ifdefs (this is PHP 5 only code). | Wez Furlong | 2005-07-19 | 2 | -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 superflous | Marcus Boerger | 2005-07-19 | 1 | -1/+4 |
| | |||||
* | revert my last change; chasing ghosts. | Wez Furlong | 2005-07-19 | 1 | -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 module | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | | | | | # how come no one ran into this before? | ||||
* | try to make the test a bit more portable | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | |||||
* | this should always be a string here, but just in case, convert it. | Wez Furlong | 2005-07-19 | 1 | -0/+1 |
| | |||||
* | if we didn't detect an error, don't return -1 rows, as that means that we ↵ | Wez Furlong | 2005-07-19 | 1 | -0/+3 |
| | | | | found an error | ||||
* | Closes #33533 by implementing proper dynamic fetching of long text columns. | Wez Furlong | 2005-07-19 | 2 | -13/+126 |
| | |||||
* | Fixed bug #33710 (ArrayAccess objects doen't initialize $this) | Dmitry Stogov | 2005-07-19 | 3 | -38/+45 |
| | |||||
* | ChangeLog update | 2005-07-19 | 2 | -0/+153 | |
| | |||||
* | Limit the size of columns to 64K, so we don't try to allocate 2GB for each text | Wez Furlong | 2005-07-19 | 1 | -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 release | Brad House | 2005-07-19 | 2 | -0/+8 |
| | |||||
* | MFB4_4: Fix compile problem with --regex=system on some systems | foobar | 2005-07-18 | 2 | -2/+30 |
| | |||||
* | sync missing functions from libmonetra-5 | Brad House | 2005-07-18 | 2 | -0/+63 |
| | |||||
* | Revert cookie patch for BC reasons. | Ilia Alshanetsky | 2005-07-18 | 2 | -3/+1 |
| | |||||
* | Valgrind is unhappy that this is not initialized | Rasmus Lerdorf | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | fix macro | foobar | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug in new module statrup mechanism | Dmitry Stogov | 2005-07-18 | 4 | -12/+12 |
| | |||||
* | touch with working re2c | foobar | 2005-07-18 | 1 | -39/+71 |
| | |||||
* | make a start on a debugging function. | Wez Furlong | 2005-07-18 | 1 | -0/+43 |
| | |||||
* | touch generated file | Wez Furlong | 2005-07-18 | 1 | -103/+190 |
| | |||||
* | avoid :: when looking for named parameters. | Wez Furlong | 2005-07-18 | 1 | -5/+6 |
| | | | | | Refs Bug #33736. | ||||
* | this needs to be the column count, otherwise a db->query() that returns 0 rows | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | | | | | will fail rather than returning a statement with no rows. | ||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Cleanup buffers on handle re-use. | Ilia Alshanetsky | 2005-07-18 | 1 | -5/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | Fixed bug #33558 (warning with nested calls to functions returning by reference) | Dmitry Stogov | 2005-07-18 | 4 | -13/+41 |
| | |||||
* | Removed some compilation warnings. | Dmitry Stogov | 2005-07-18 | 3 | -34/+56 |
| | |||||
* | ChangeLog update | 2005-07-18 | 2 | -0/+36 | |
| | |||||
* | Fixed handling of HTTP requests with multiple Cookie headers. | Ilia Alshanetsky | 2005-07-18 | 2 | -1/+5 |
| | |||||
* | typo | foobar | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Make sure we build with SWFPrebuilt. | Frank M. Kromann | 2005-07-18 | 1 | -0/+1 |
| | |||||
* | - Show end of relay testing block | Marcus Boerger | 2005-07-18 | 1 | -0/+3 |
| | |||||
* | - Provide distinction and distinct tests | Marcus Boerger | 2005-07-18 | 3 | -2/+66 |
| | |||||
* | - Compatibility with ming 0.2a and 0.3a | Marcus Boerger | 2005-07-17 | 2 | -11/+72 |
| | |||||
* | - Write temp file in test dir | Marcus Boerger | 2005-07-17 | 1 | -3/+3 |
| | |||||
* | - Add new test | Marcus Boerger | 2005-07-17 | 1 | -0/+32 |
| | |||||
* | Added missing init. | Ilia Alshanetsky | 2005-07-17 | 1 | -0/+1 |
| | |||||
* | - Fix problem with debug mode on selective machines | Marcus Boerger | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | - If you ask me both (expat and libxml) are not really accurate about byte | Marcus Boerger | 2005-07-17 | 2 | -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 update | 2005-07-17 | 1 | -0/+127 | |
| | |||||
* | Added 2 missing cURL options available in all versions. | Ilia Alshanetsky | 2005-07-16 | 1 | -0/+4 |
| | |||||
* | NetWare can make use of the Autoconf based build system | Anantha Kesari H Y | 2005-07-16 | 23 | -2832/+0 |
| | |||||
* | libpq-fs.h this file is of no use | Anantha Kesari H Y | 2005-07-16 | 1 | -24/+0 |
| | |||||
* | main/fopen_wrappers.c | Anantha Kesari H Y | 2005-07-16 | 2 | -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 Y | 2005-07-16 | 1 | -18/+0 |
| | | | | | | | times. -- Kamesh | ||||
* | ChangeLog update | 2005-07-16 | 1 | -0/+43 | |
| |