| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Simplify code (only implement handlers that are necessary) | Marcus Boerger | 2005-03-21 | 4 | -220/+72 |
| | | | | | | | | | | - Fix handling of read only property 'queryString' - Fix overloading - Move class init code to their defining .c files for simplification - Mark class PDORow as final until there's a need to inherit this and someone implements the handlers correct then. | ||||
| * | - Added missing description (thanks jani) | Marcus Boerger | 2005-03-20 | 1 | -1/+1 |
| | | |||||
| * | - Add new test | Marcus Boerger | 2005-03-20 | 1 | -0/+48 |
| | | |||||
| * | Detect shtool properly when build-dir != php source dir. | Ilia Alshanetsky | 2005-03-20 | 1 | -1/+1 |
| | | |||||
| * | - Update | Marcus Boerger | 2005-03-20 | 1 | -0/+1 |
| | | |||||
| * | Fixed SoapFault::details passing | Dmitry Stogov | 2005-03-20 | 1 | -3/+0 |
| | | |||||
| * | Merge | Zeev Suraski | 2005-03-20 | 1 | -2/+2 |
| | | |||||
| * | - Fixed a warning (might also be an error with some exotic compiler) | foobar | 2005-03-20 | 1 | -1/+1 |
| | | |||||
| * | Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs. | Christopher Kings-Lynne | 2005-03-20 | 2 | -4/+17 |
| | | |||||
| * | ChangeLog update | 2005-03-20 | 2 | -0/+85 | |
| | | |||||
| * | - More fixes to gracefully act on exception thrown in overload methods | Marcus Boerger | 2005-03-19 | 1 | -12/+12 |
| | | |||||
| * | - Update test | Marcus Boerger | 2005-03-19 | 1 | -7/+11 |
| | | |||||
| * | - Add new test | Marcus Boerger | 2005-03-19 | 1 | -0/+57 |
| | | |||||
| * | - Fix #31185 | Marcus Boerger | 2005-03-19 | 1 | -3/+1 |
| | | |||||
| * | less wordy | foobar | 2005-03-19 | 1 | -11/+9 |
| | | |||||
| * | - We don't need to block those here (works as it works with normal error | Marcus Boerger | 2005-03-19 | 1 | -2/+0 |
| | | | | | | overloading) | ||||
| * | - Fix all incarnations of bug #30266 | Marcus Boerger | 2005-03-19 | 1 | -0/+4 |
| | | | | | | | # most probably we should emit a fatal error here but that has to be # discussed first | ||||
| * | - Check another incarnation of bug #30266 | Marcus Boerger | 2005-03-19 | 2 | -1/+38 |
| | | |||||
| * | fix #32373 (segfault in bzopen('/wrong/path')) | Antony Dovgal | 2005-03-19 | 1 | -1/+1 |
| | | |||||
| * | - Add missing skipif part | Marcus Boerger | 2005-03-19 | 2 | -2/+8 |
| | | |||||
| * | fix build when the pecl module is part of the php source tree | Frank M. Kromann | 2005-03-19 | 1 | -1/+1 |
| | | |||||
| * | - Interface name was changed | Marcus Boerger | 2005-03-19 | 5 | -4/+5 |
| | | |||||
| * | - Fix warnings by doing it the Zend way | Marcus Boerger | 2005-03-19 | 2 | -11/+7 |
| | | |||||
| * | - ext/pgsql was updated | Marcus Boerger | 2005-03-19 | 1 | -0/+13 |
| | | |||||
| * | Another oversight - make sure constants related to pg_result_error_field are ↵ | Christopher Kings-Lynne | 2005-03-19 | 1 | -0/+2 |
| | | | | | #if'd as well as the function itself | ||||
| * | Add regression tests for pg_transaction_status and pg_result_error_field | Christopher Kings-Lynne | 2005-03-19 | 2 | -0/+16 |
| | | |||||
| * | Minor oversight in #if for an internal function | Christopher Kings-Lynne | 2005-03-19 | 1 | -1/+1 |
| | | |||||
| * | oniguruma updated to 3.7.1 and changed UChar to OnigUChar. | Rui Hirokawa | 2005-03-19 | 10 | -134/+125 |
| | | |||||
| * | Added several new functions to support the PostgreSQL v3 protocol | Christopher Kings-Lynne | 2005-03-19 | 8 | -2/+1017 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced in PostgreSQL 7.4. (PHP pg_transaction_status) New function to get in-transaction status of a database connection. (PHP pg_query_params) New function to allow execution of parameterized queries. (PHP pg_prepare) New function to allow preparing named queries. (PHP pg_execute) New function to allow execution of named prepared queries. (PHP pg_send_query_params) New function that is the async equivalent of pg_query_params. (PHP pg_send_prepare) New function that is the async equivalent of pg_prepare. (PHP pg_send_execute) New function that is the async equivalent of pg_execute. (PHP pg_result_error_field) New function that allows highly detailed error information, most importantly the SQLSTATE error code # Regression tests are included for all but 2 functions, the rest will # follow shortly. Docs will also follow shortly. | ||||
| * | ChangeLog update | 2005-03-19 | 1 | -0/+45 | |
| | | |||||
| * | - Fix typos | Andi Gutmans | 2005-03-19 | 2 | -9/+9 |
| | | |||||
| * | Added config.w32 (modified version, original by: Grant.Croker at ca dot com) | foobar | 2005-03-18 | 1 | -0/+36 |
| | | |||||
| * | - Readd revised version of Jani's fix: | Marcus Boerger | 2005-03-18 | 1 | -9/+29 |
| | | | | | | | 'errors with -d having a check for invalid ini entries' - Add -v for verbose mode | ||||
| * | Revert bad idea. (no more error for invalid -d options) | foobar | 2005-03-18 | 1 | -7/+3 |
| | | |||||
| * | revert | foobar | 2005-03-18 | 1 | -12/+3 |
| | | |||||
| * | Fix stupid typos | foobar | 2005-03-18 | 1 | -2/+2 |
| | | |||||
| * | Fix errors with -d having a check for invalid ini entries | foobar | 2005-03-18 | 1 | -3/+12 |
| | | |||||
| * | doc should not be freed here, as it is used later in the code path. | George Schlossnagle | 2005-03-18 | 1 | -1/+0 |
| | | |||||
| * | update to Archive_Tar 1.3.1 | Greg Beaver | 2005-03-18 | 1 | -1/+1 |
| | | |||||
| * | ChangeLog update | 2005-03-18 | 1 | -0/+104 | |
| | | |||||
| * | fix typo in error message | Antony Dovgal | 2005-03-17 | 1 | -1/+1 |
| | | |||||
| * | MFB: Fixed build of exif extension on win32. | Ilia Alshanetsky | 2005-03-17 | 1 | -0/+3 |
| | | |||||
| * | Fixed compiler warning on win32. | Ilia Alshanetsky | 2005-03-17 | 1 | -0/+2 |
| | | |||||
| * | Silence a warning here on systems where off_t is a long long. | Rasmus Lerdorf | 2005-03-17 | 1 | -1/+1 |
| | | |||||
| * | - Made CLI option -d output error and exit if an non-existing (or ↵ | foobar | 2005-03-17 | 1 | -3/+7 |
| | | | | | unmodifyable) entry is passed | ||||
| * | export php_dl to fix windows cli build | Rob Richards | 2005-03-17 | 1 | -1/+1 |
| | | |||||
| * | Removed unused DEFS subst | foobar | 2005-03-17 | 1 | -1/+0 |
| | | |||||
| * | Fixed build properly | foobar | 2005-03-17 | 1 | -2/+3 |
| | | |||||
| * | Revert bad fix | foobar | 2005-03-17 | 5 | -5/+5 |
| | | |||||
| * | - ZTS fixes | Derick Rethans | 2005-03-17 | 1 | -2/+2 |
| | | | | | | | #- Andrei, it would be nice if you could test ZTS builds too before you # commit... | ||||
