Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Compile fixes for WDDX, XML and Zlib (untested) | Zeev Suraski | 1999-09-24 | 3 | -29/+29 | |
| | ||||||
* | This should make the Sybase CT module compile again (untested) | Zeev Suraski | 1999-09-24 | 1 | -13/+13 | |
| | ||||||
* | This should make the mSQL module compile again (untested) | Zeev Suraski | 1999-09-24 | 1 | -10/+10 | |
| | ||||||
* | Ok guys, the prototype for zend_fetch_resource*() has changed - it now | Zeev Suraski | 1999-09-24 | 2 | -129/+131 | |
| | | | | | | | | | | | | accepts a zval ** instead of a zval *, to be suitable for use with the getParametersEx() API. You don't have to switch to the getParametersEx() API, but you will have to go over your code and add &'s where it's applicable (of course, if you have the mental strength to go over your code and convert it to use the Ex API, it's best). The MySQL module now uses the getParametersEx() API completely. | |||||
* | Exify the standardized resource stuff | Zeev Suraski | 1999-09-24 | 2 | -8/+10 | |
| | ||||||
* | Link with libtsrm.a, if thread-safety is chosen. | Sascha Schumann | 1999-09-23 | 1 | -1/+1 | |
| | ||||||
* | Exit, if subsequent configure scripts fail. | Sascha Schumann | 1999-09-23 | 1 | -2/+2 | |
| | ||||||
* | Try to find ANSI/STDC compatible mode of host compiler | Sascha Schumann | 1999-09-23 | 1 | -0/+1 | |
| | ||||||
* | fixed php3 code problem | Andrew Skalski | 1999-09-23 | 2 | -5/+5 | |
| | ||||||
* | - Fix bug #2364. | Andi Gutmans | 1999-09-23 | 1 | -4/+5 | |
| | | | | | | I haven't checked all of the conversion macros yet but there's a change there are more such bugs there. | |||||
* | Fix vpath build w/ thread-safe enabled on Unix. | Sascha Schumann | 1999-09-23 | 1 | -0/+1 | |
| | ||||||
* | Small clarification. | Andrey Hristov | 1999-09-23 | 2 | -2/+4 | |
| | ||||||
* | This version is finally the standard one. The last one was created | Sascha Schumann | 1999-09-23 | 1 | -201/+123 | |
| | | | | | using the 'nested ifs mode' which seems to be the source of the problem. | |||||
* | Added support for Easysoft ODBC-ODBC Bridge | Nick Gorham | 1999-09-23 | 6 | -1/+48 | |
| | | | | | Fixed bug in odbc_setoption | |||||
* | fixed typo in mcal_list_alarms() | Andrew Skalski | 1999-09-23 | 2 | -2/+3 | |
| | ||||||
* | re2c's bit vectors appear to be not binary clean. Revert to | Sascha Schumann | 1999-09-23 | 2 | -97/+102 | |
| | | | | | standard mode for the moment. | |||||
* | tiny optimisation | Thies C. Arntzen | 1999-09-23 | 1 | -1/+1 | |
| | ||||||
* | Ora_Fetch_Into now resets the returned array in all cases | Thies C. Arntzen | 1999-09-23 | 2 | -9/+11 | |
| | ||||||
* | fixed NULL column | Thies C. Arntzen | 1999-09-23 | 3 | -68/+69 | |
| | | | | | cleanups | |||||
* | Added odbc metadata update log | Nick Gorham | 1999-09-22 | 1 | -0/+1 | |
| | ||||||
* | Added support for metadata functions, odbc_tables, odbc_columns, | Nick Gorham | 1999-09-22 | 2 | -6/+982 | |
| | | | | | | | | odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo, odbc_primarykeys, odbc_procedurecolumns, odbc_procedures, odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns, odbc_statistics, odbc_tableprivileges | |||||
* | mcal fix | Andrew Skalski | 1999-09-22 | 1 | -0/+1 | |
| | ||||||
* | added null-checking in make_event_object | Andrew Skalski | 1999-09-22 | 1 | -3/+6 | |
| | ||||||
* | Added optional port argument to ftp_connect() | Andrew Skalski | 1999-09-22 | 4 | -4/+55 | |
| | ||||||
* | i always forget something;-) | Thies C. Arntzen | 1999-09-22 | 1 | -10/+2 | |
| | ||||||
* | fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) | Thies C. Arntzen | 1999-09-22 | 3 | -297/+181 | |
| | | | | | oracle_hack.c should no longer be needed! | |||||
* | preliminary fix for each until andi & zeev clean up! | Thies C. Arntzen | 1999-09-22 | 1 | -1/+3 | |
| | ||||||
* | resourcified Oracle | Thies C. Arntzen | 1999-09-22 | 2 | -120/+54 | |
| | ||||||
* | if you pass NULL as the resource_type_name to zend_fetch_resource*&friends ↵ | Thies C. Arntzen | 1999-09-22 | 1 | -3/+6 | |
| | | | | the functions will not print any warnings if the resource is not found! | |||||
* | Added new allowable_tags for gzgetss() in ChangeLog, too. | Stefan Roehrich | 1999-09-22 | 1 | -2/+3 | |
| | ||||||
* | Fixed gzgetss() with new _php3_strip_tags, corrected prototype. | Stefan Roehrich | 1999-09-22 | 1 | -2/+2 | |
| | ||||||
* | - fixed misleading explaination of fdftk option | Uwe Steinmann | 1999-09-22 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of warning on win32, non-threadsafe mode. | Andi Gutmans | 1999-09-22 | 1 | -0/+4 | |
| | ||||||
* | removed NULL reference | Andrew Skalski | 1999-09-21 | 1 | -3/+1 | |
| | ||||||
* | added missing "addr.sin_family = AF_INET" to socket routines | Andrew Skalski | 1999-09-21 | 1 | -0/+2 | |
| | ||||||
* | *** empty log message *** | Andrey Hristov | 1999-09-21 | 1 | -0/+1 | |
| | ||||||
* | WDDX can now serialize and deserialize objects. It uses a variable named | Andrey Hristov | 1999-09-21 | 1 | -9/+62 | |
| | | | | | | | 'php_classname' to store the class name as part of the structure. This way WDDX modules in other languages don't get broken by extensions to DTD we would have had to make otherwise. | |||||
* | Slightly redundant to check for crypt() here again, but the TRY_RUN stuff | Rasmus Lerdorf | 1999-09-21 | 1 | -0/+4 | |
| | | | | | | needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn't a big deal. | |||||
* | - Fix problem where function parameter fetches were created too late. | Andi Gutmans | 1999-09-21 | 1 | -3/+7 | |
| | ||||||
* | fgetss/gzgetss fixes | Rasmus Lerdorf | 1999-09-21 | 3 | -3/+5 | |
| | ||||||
* | A couple of fixes. | Andrey Hristov | 1999-09-21 | 2 | -5/+5 | |
| | ||||||
* | AC_CRYPT_CAP depends on symbol checks performed later. | Sascha Schumann | 1999-09-21 | 1 | -2/+2 | |
| | ||||||
* | * Do not check explicitly for symbols in the C library (fixes #2339) | Sascha Schumann | 1999-09-21 | 1 | -17/+56 | |
| | | | | | * sort function checks | |||||
* | added krsort() function | Thies C. Arntzen | 1999-09-21 | 3 | -0/+30 | |
| | ||||||
* | Continue, if re2c is not available. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 | |
| | | | | | Using the ".new" suffix, we prevent the shell from zeroing the file. | |||||
* | Fix typo. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 | |
| | | | | | catched by: ssb | |||||
* | Use install-sh (autoconf) script to install php. This automatically | Sascha Schumann | 1999-09-21 | 1 | -2/+5 | |
| | | | | | creates the bindir path, so that the effect described in #2304 disappears. | |||||
* | On at least Win32, gettimeofday() returns values in tv_usec which exceed | Sascha Schumann | 1999-09-21 | 1 | -0/+1 | |
| | | | | | | | | 1,000,000. For portability reasons we set the integer part of our result to 0. This is equivalent to using tv_usec % 1000000. | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-21 | 1 | -0/+2 | |
| | ||||||
* | Add get_func_args() | Zeev Suraski | 1999-09-21 | 1 | -10/+45 | |
| |