Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix silly mistake. | Wez Furlong | 2004-05-26 | 2 | -4/+4 | |
| | | | | | Thanks Antony :) | |||||
* | Avoid unnecessary and silly copying of constant name when registering. | Andrei Zmievski | 2004-05-26 | 1 | -7/+9 | |
| | ||||||
* | - Fix memory manager problem | Andi Gutmans | 2004-05-26 | 1 | -4/+2 | |
| | ||||||
* | Prepare for 0.2 release. | Ilia Alshanetsky | 2004-05-26 | 1 | -3/+5 | |
| | ||||||
* | Turn off session.auto_start to prevent test failures. | Ilia Alshanetsky | 2004-05-26 | 1 | -0/+1 | |
| | ||||||
* | Prevent test failure when fi_FI locale is not available. | Ilia Alshanetsky | 2004-05-26 | 1 | -1/+8 | |
| | ||||||
* | - Remove this test, it still segfaults anyway (less noise in tests :) ) | Pierre Joye | 2004-05-26 | 1 | -92/+0 | |
| | | | | | Already removed in PHP_4_3 branch | |||||
* | - Use FREE_HASHTABLE instead of efree() | Andi Gutmans | 2004-05-26 | 1 | -1/+1 | |
| | ||||||
* | PQfreemem() is only available in 7.4 | Edin Kadribasic | 2004-05-26 | 1 | -1/+1 | |
| | ||||||
* | Apparently it is better to specify 500 here for unix98 bits and pieces. | Wez Furlong | 2004-05-26 | 1 | -2/+2 | |
| | ||||||
* | Fix build... | Wez Furlong | 2004-05-26 | 1 | -2/+0 | |
| | ||||||
* | Update Reflection API class names. Whitespace fixes. | Sebastian Bergmann | 2004-05-26 | 1 | -99/+99 | |
| | ||||||
* | - Fixed bug #28523 (Typo in ext/sockets/sockets.c) | Derick Rethans | 2004-05-26 | 1 | -1/+1 | |
| | ||||||
* | ChangeLog update | 2004-05-26 | 2 | -0/+92 | ||
| | ||||||
* | break is better | Stefan Esser | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | Allow use of scrollable cursor for ODBC | Wez Furlong | 2004-05-25 | 1 | -1/+21 | |
| | ||||||
* | Use the correct label for the error message | Wez Furlong | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | Allow setting the cursor name for ODBC statements, so that: | Wez Furlong | 2004-05-25 | 1 | -1/+30 | |
| | | | | | | | UPDATE foo set .... WHERE CURRENT OF <NAME> statements will work. | |||||
* | get/set attributes for statements | Wez Furlong | 2004-05-25 | 3 | -2/+80 | |
| | ||||||
* | Add flag to control the use of the ODBC cursor emulation library. | Wez Furlong | 2004-05-25 | 3 | -0/+19 | |
| | | | | | | | The default (which should be safe) is to use the cursor library if it is needed. If for some reason either the driver or the emulation is broken, you may override this from your script. | |||||
* | Some definitions for cursors. | Wez Furlong | 2004-05-25 | 4 | -15/+35 | |
| | | | | | | Define a mechanism for driver-specific attributes. Use a refcount for the stmt structure. | |||||
* | Whitespace: editor in the wrong mode ;) | Edin Kadribasic | 2004-05-25 | 1 | -4/+4 | |
| | ||||||
* | Add transaction support | Edin Kadribasic | 2004-05-25 | 1 | -3/+33 | |
| | ||||||
* | PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD | Brad House | 2004-05-25 | 1 | -1/+3 | |
| | | | | | requires AC_PROG_EGREP when you phpize | |||||
* | Cleanup. | Ilia Alshanetsky | 2004-05-25 | 1 | -7/+5 | |
| | ||||||
* | One more leak down. | Ilia Alshanetsky | 2004-05-25 | 1 | -0/+2 | |
| | ||||||
* | More leak fixes. | Ilia Alshanetsky | 2004-05-25 | 2 | -0/+10 | |
| | ||||||
* | Use binary safe function for quoting | Edin Kadribasic | 2004-05-25 | 1 | -5/+11 | |
| | ||||||
* | fix couple of memory leaks | Antony Dovgal | 2004-05-25 | 1 | -0/+13 | |
| | ||||||
* | More possible leak fixes (Thanks Tony). | Ilia Alshanetsky | 2004-05-25 | 1 | -3/+8 | |
| | ||||||
* | Fixed memory leak. | Ilia Alshanetsky | 2004-05-25 | 1 | -8/+12 | |
| | ||||||
* | One more memory leak. | Ilia Alshanetsky | 2004-05-25 | 1 | -0/+11 | |
| | ||||||
* | More leak fixes. | Ilia Alshanetsky | 2004-05-25 | 2 | -4/+6 | |
| | ||||||
* | - Nuke unused decleration | Andi Gutmans | 2004-05-25 | 1 | -1/+0 | |
| | ||||||
* | Fixed memory leak. | Ilia Alshanetsky | 2004-05-25 | 2 | -8/+22 | |
| | ||||||
* | Kill unused var. | Ilia Alshanetsky | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | Merge that nicer error message here too | Wez Furlong | 2004-05-25 | 1 | -8/+8 | |
| | ||||||
* | *sigh*, obviously, we need this to be able to use sapi_module.name | Wez Furlong | 2004-05-25 | 1 | -0/+1 | |
| | ||||||
* | DEBUG -> PHP_DEBUG | Wez Furlong | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | Allow sqlite to build as a shared ext under win32 | Wez Furlong | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | check if it matches... not if it doesn't... | Wez Furlong | 2004-05-25 | 1 | -1/+1 | |
| | ||||||
* | In debug mode, under CLI don't close stderr. | Wez Furlong | 2004-05-25 | 1 | -0/+9 | |
| | | | | | | | | This is so that we can see any error reports. # for extra paranoia, could limit this check to happen only after the script is # finished running. | |||||
* | add "clean-pecl" rule for nuking pecl objects | Wez Furlong | 2004-05-25 | 1 | -0/+4 | |
| | ||||||
* | Tidy this up a little bit for win32. | Wez Furlong | 2004-05-25 | 1 | -3/+5 | |
| | ||||||
* | Throw exception during ctor | Wez Furlong | 2004-05-25 | 1 | -0/+5 | |
| | ||||||
* | - More fixes | Andi Gutmans | 2004-05-25 | 2 | -19/+17 | |
| | ||||||
* | - Make fix compile. | Andi Gutmans | 2004-05-25 | 2 | -8/+10 | |
| | ||||||
* | - Fix memory leak in mem cache in conjunction with Zend MM. How come no one | Andi Gutmans | 2004-05-25 | 2 | -26/+27 | |
| | | | | | - noticed this? :) | |||||
* | ChangeLog update | 2004-05-25 | 1 | -0/+40 | ||
| | ||||||
* | - Fix #28506, negative angle returns "random arcs" | Pierre Joye | 2004-05-24 | 1 | -0/+5 | |
| | | | | | while (angle < 0) angle += 2*M_PI is used now |