#
ecb74a01 |
| 23-Feb-2000 |
Egon Schmid |
More protos. |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
8c813dbb |
| 05-Feb-2000 |
Andi Gutmans |
- Make Win32 compile again |
#
ec386cc9 |
| 16-Jan-2000 |
Zeev Suraski |
- Remove the pre-request-shutdown hooks, they should no longer be necessary. The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please r
- Remove the pre-request-shutdown hooks, they should no longer be necessary. The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem, if it does, please report it!
show more ...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
b42603ee |
| 15-Jan-2000 |
Thies C. Arntzen |
in an rshutdown function we should not access the regular_list like this. |
#
0ab3cda8 |
| 02-Jan-2000 |
Andreas Karajannis |
Statements get closed before connection shutdown. Disabled fetching all errors for Adabas. |
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1). |
#
7c88c6fc |
| 30-Dec-1999 |
Andreas Karajannis |
Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2 |
Revision tags: PRE_ISSET_TYPE |
|
#
235386b2 |
| 26-Dec-1999 |
Zeev Suraski |
Change ALLOC_ZVAL() semantics |
#
3bf1b04c |
| 24-Dec-1999 |
Andi Gutmans |
- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. |
#
e538fcbf |
| 21-Dec-1999 |
Zeev Suraski |
@- Fixed a bug in ODBC error reporting (Zeev) @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev) |
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again |
#
396bccfb |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ cleanup |
#
fb1c77bd |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) |
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
4bd855e6 |
| 11-Dec-1999 |
Andreas Karajannis |
Don't include functions not supported by Solid |
#
25096ac9 |
| 09-Dec-1999 |
Nick Gorham |
Report all ODBC error's not just the top of the stack |
Revision tags: PRE_RETURN_REF_PATCH |
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
#
2df67b7c |
| 30-Nov-1999 |
Nick Gorham |
Added check in the ODBC module that a connection is still valid before reuse in a persistent connection. |
#
bd8b285a |
| 29-Nov-1999 |
Stig Bakken |
@Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) |
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4 |
|
#
fd056d0c |
| 09-Nov-1999 |
Stig Bakken |
Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stu
Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stubborn friend libtool). #This can wait until after 4.0b3.
show more ...
|
Revision tags: php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
990d5d72 |
| 28-Oct-1999 |
Rasmus Lerdorf |
(IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4. Tested against DB2 6.1 UDB on Linux (RH-6.0) @- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux
(IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4. Tested against DB2 6.1 UDB on Linux (RH-6.0) @- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (RH-6.0)
show more ...
|
#
9295bd25 |
| 15-Oct-1999 |
Zeev Suraski |
Make ODBC work under Win32 |
#
86bb3fa0 |
| 12-Oct-1999 |
Thies C. Arntzen |
new improved resource-API (i hope everything still compiles) |
#
05ed227d |
| 08-Oct-1999 |
Andreas Karajannis |
Forgot to remove workaround for SQLANY_BUG which is no longer needed |
#
20516826 |
| 08-Oct-1999 |
Andreas Karajannis |
Moved Environment handle to connection struct for thread safety |