summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify code (only implement handlers that are necessary)Marcus Boerger2005-03-214-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 Boerger2005-03-201-1/+1
|
* - Add new testMarcus Boerger2005-03-201-0/+48
|
* Detect shtool properly when build-dir != php source dir.Ilia Alshanetsky2005-03-201-1/+1
|
* - UpdateMarcus Boerger2005-03-201-0/+1
|
* Fixed SoapFault::details passingDmitry Stogov2005-03-201-3/+0
|
* MergeZeev Suraski2005-03-201-2/+2
|
* - Fixed a warning (might also be an error with some exotic compiler)foobar2005-03-201-1/+1
|
* Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.Christopher Kings-Lynne2005-03-202-4/+17
|
* ChangeLog update2005-03-202-0/+85
|
* - More fixes to gracefully act on exception thrown in overload methodsMarcus Boerger2005-03-191-12/+12
|
* - Update testMarcus Boerger2005-03-191-7/+11
|
* - Add new testMarcus Boerger2005-03-191-0/+57
|
* - Fix #31185Marcus Boerger2005-03-191-3/+1
|
* less wordyfoobar2005-03-191-11/+9
|
* - We don't need to block those here (works as it works with normal errorMarcus Boerger2005-03-191-2/+0
| | | | | overloading)
* - Fix all incarnations of bug #30266Marcus Boerger2005-03-191-0/+4
| | | | | | # most probably we should emit a fatal error here but that has to be # discussed first
* - Check another incarnation of bug #30266Marcus Boerger2005-03-192-1/+38
|
* fix #32373 (segfault in bzopen('/wrong/path'))Antony Dovgal2005-03-191-1/+1
|
* - Add missing skipif partMarcus Boerger2005-03-192-2/+8
|
* fix build when the pecl module is part of the php source treeFrank M. Kromann2005-03-191-1/+1
|
* - Interface name was changedMarcus Boerger2005-03-195-4/+5
|
* - Fix warnings by doing it the Zend wayMarcus Boerger2005-03-192-11/+7
|
* - ext/pgsql was updatedMarcus Boerger2005-03-191-0/+13
|
* Another oversight - make sure constants related to pg_result_error_field are ↵Christopher Kings-Lynne2005-03-191-0/+2
| | | | #if'd as well as the function itself
* Add regression tests for pg_transaction_status and pg_result_error_fieldChristopher Kings-Lynne2005-03-192-0/+16
|
* Minor oversight in #if for an internal functionChristopher Kings-Lynne2005-03-191-1/+1
|
* oniguruma updated to 3.7.1 and changed UChar to OnigUChar.Rui Hirokawa2005-03-1910-134/+125
|
* Added several new functions to support the PostgreSQL v3 protocolChristopher Kings-Lynne2005-03-198-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 update2005-03-191-0/+45
|
* - Fix typosAndi Gutmans2005-03-192-9/+9
|
* Added config.w32 (modified version, original by: Grant.Croker at ca dot com)foobar2005-03-181-0/+36
|
* - Readd revised version of Jani's fix:Marcus Boerger2005-03-181-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)foobar2005-03-181-7/+3
|
* revertfoobar2005-03-181-12/+3
|
* Fix stupid typosfoobar2005-03-181-2/+2
|
* Fix errors with -d having a check for invalid ini entriesfoobar2005-03-181-3/+12
|
* doc should not be freed here, as it is used later in the code path.George Schlossnagle2005-03-181-1/+0
|
* update to Archive_Tar 1.3.1Greg Beaver2005-03-181-1/+1
|
* ChangeLog update2005-03-181-0/+104
|
* fix typo in error messageAntony Dovgal2005-03-171-1/+1
|
* MFB: Fixed build of exif extension on win32.Ilia Alshanetsky2005-03-171-0/+3
|
* Fixed compiler warning on win32.Ilia Alshanetsky2005-03-171-0/+2
|
* Silence a warning here on systems where off_t is a long long.Rasmus Lerdorf2005-03-171-1/+1
|
* - Made CLI option -d output error and exit if an non-existing (or ↵foobar2005-03-171-3/+7
| | | | unmodifyable) entry is passed
* export php_dl to fix windows cli buildRob Richards2005-03-171-1/+1
|
* Removed unused DEFS substfoobar2005-03-171-1/+0
|
* Fixed build properlyfoobar2005-03-171-2/+3
|
* Revert bad fixfoobar2005-03-175-5/+5
|
* - ZTS fixesDerick Rethans2005-03-171-2/+2
| | | | | | #- Andrei, it would be nice if you could test ZTS builds too before you # commit...