Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 109 | -109/+109 |
| | | | | | you start counting at 0 or 1). | ||||
* | Be as portable as possible | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | |||||
* | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 2 | -4/+2 |
| | | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean | ||||
* | Fix linking problems with iODBC. This is from the Adabas section, so | Sascha Schumann | 1999-12-31 | 1 | -0/+1 |
| | | | | | this might work for iODBC. | ||||
* | First try at getting the ODBC stuff right | Sascha Schumann | 1999-12-31 | 1 | -15/+9 |
| | |||||
* | Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2 | Andreas Karajannis | 1999-12-30 | 2 | -27/+28 |
| | |||||
* | Append liblber to satisfy symbols in libldap | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | |||||
* | Fix define. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | This should be the last one, my earlier search didn't find macro names contain numbers. | ||||
* | fix AC_DEFINE | Thies C. Arntzen | 1999-12-30 | 2 | -7/+2 |
| | |||||
* | Propagate error condition correctly | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | |||||
* | Ease include file selection. Let's see which cpps support this construct. | Sascha Schumann | 1999-12-30 | 4 | -32/+17 |
| | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 30 | -67/+67 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 90 | -334/+137 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 119 | -389/+634 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | Fix -Wall warnings | Sascha Schumann | 1999-12-28 | 5 | -139/+143 |
| | |||||
* | Move include into source file | Sascha Schumann | 1999-12-28 | 2 | -2/+1 |
| | |||||
* | Add neccessary includes | Sascha Schumann | 1999-12-28 | 1 | -1/+2 |
| | |||||
* | non-ZTS fix | Thies C. Arntzen | 1999-12-28 | 1 | -2/+2 |
| | |||||
* | Remove unneccessary include to make stand-alone build work | Sascha Schumann | 1999-12-28 | 1 | -1/+0 |
| | |||||
* | Build correctly on systems which lack localtime_r | Sascha Schumann | 1999-12-27 | 1 | -0/+2 |
| | |||||
* | Cache results of crypt capability checks | Sascha Schumann | 1999-12-26 | 1 | -28/+40 |
| | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 14 | -27/+31 |
| | |||||
* | - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other ↵ | Zeev Suraski | 1999-12-26 | 3 | -13/+13 |
| | | | | | | | packages too) - PostgreSQL finally compiles&links | ||||
* | Make PostgreSQL compile again | Zeev Suraski | 1999-12-25 | 1 | -1/+1 |
| | |||||
* | - Get rid of two warnings | Andi Gutmans | 1999-12-25 | 1 | -2/+2 |
| | |||||
* | - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. | Andi Gutmans | 1999-12-24 | 9 | -18/+18 |
| | |||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 5 | -9/+9 |
| | | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. | ||||
* | pval->zval | Thies C. Arntzen | 1999-12-23 | 1 | -39/+39 |
| | |||||
* | @- strrev() no longer modifies arg1. (Thies) | Thies C. Arntzen | 1999-12-23 | 1 | -7/+7 |
| | |||||
* | killed warning + added reminder | Thies C. Arntzen | 1999-12-23 | 1 | -1/+1 |
| | |||||
* | ZTS fix | Thies C. Arntzen | 1999-12-23 | 1 | -0/+2 |
| | |||||
* | digital cc doe not like whitespaces before a # mark | Thies C. Arntzen | 1999-12-23 | 1 | -4/+4 |
| | |||||
* | Kill compiler warning | Sascha Schumann | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | Enable --with-oci8 to use relative paths as input parameters | Sascha Schumann | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | @- Fixed buffer overruns in iptcembed(). (Thies) | Thies C. Arntzen | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | Logic fix, improved comments, better SID checking | Sascha Schumann | 1999-12-22 | 1 | -15/+29 |
| | |||||
* | Warn users, if they have disabled gpc_globals and track_vars. Also work | Sascha Schumann | 1999-12-22 | 1 | -12/+43 |
| | | | | | correctly, if users have enabled track_vars/disabled gpc_globals. | ||||
* | Some cleanup | Sascha Schumann | 1999-12-21 | 5 | -5/+0 |
| | |||||
* | @- Fixed a bug in ODBC error reporting (Zeev) | Zeev Suraski | 1999-12-21 | 4 | -1/+20 |
| | | | | | | @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev) | ||||
* | Some more php3->php stuff. | Andrei Zmievski | 1999-12-21 | 1 | -2/+2 |
| | |||||
* | Correct PHP's mime type. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 |
| | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 6 | -7/+7 |
| | |||||
* | commented out select() & friends for now - we need to come up with a good ↵ | Thies C. Arntzen | 1999-12-21 | 1 | -2/+9 |
| | | | | API for those! | ||||
* | Ex API | Evan Klinger | 1999-12-21 | 1 | -71/+71 |
| | |||||
* | This should get it to compile... | Zeev Suraski | 1999-12-21 | 2 | -36/+36 |
| | |||||
* | Further cleanup as including php.h is no longer harmful | Sam Ruby | 1999-12-21 | 1 | -6/+1 |
| | | | | | | - thanks to Sascha for noticing it. Tested on Linux and WinNT, should work everywhere. | ||||
* | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 1 | -1/+2 |
| | |||||
* | (PHP preg_quote) Made binary-safe. | Andrei Zmievski | 1999-12-20 | 1 | -4/+7 |
| | | | | | @ Made preg_quote() binary-safe. (Andrei) | ||||
* | Made quotemeta() binary-safe. | Andrei Zmievski | 1999-12-20 | 1 | -4/+7 |
| | | | | | @ Made quotemeta() binary-safe. (Andrei) | ||||
* | getParameters -> zend_get_parameters | Andrei Zmievski | 1999-12-20 | 6 | -39/+39 |
| |