| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | @- Fixed a bug in ODBC error reporting (Zeev) | Zeev Suraski | 1999-12-21 | 5 | -3/+22 |
| | | | | | | | @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev) | ||||
| * | Fix the highlighting problem. STR_REALLOC() should be used instead of plain ↵ | Zeev Suraski | 1999-12-21 | 4 | -3/+13 |
| | | | | | | | | | erealloc() whenever you're dealing with strings that might be coming back from the engine - there seem to be a few other places like this in PHP. | ||||
| * | Some more php3->php stuff. | Andrei Zmievski | 1999-12-21 | 2 | -3/+3 |
| | | |||||
| * | php3 -> php prefix work | Andrei Zmievski | 1999-12-21 | 5 | -17/+13 |
| | | |||||
| * | Correct PHP's mime type. | Andrei Zmievski | 1999-12-21 | 2 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 1999-12-21 | 1 | -17/+17 |
| | | |||||
| * | Move TSRM checks, so that additional flags can be considered | Sascha Schumann | 1999-12-21 | 1 | -5/+5 |
| | | | | | | @- Added GNU Pth support (Sascha, TSRM library) | ||||
| * | Enable TSRM to use Pth | Sascha Schumann | 1999-12-21 | 1 | -1/+53 |
| | | |||||
| * | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 15 | -29/+29 |
| | | |||||
| * | some more thoughts | Thies C. Arntzen | 1999-12-21 | 1 | -0/+4 |
| | | |||||
| * | commented out select() & friends for now - we need to come up with a good ↵ | Thies C. Arntzen | 1999-12-21 | 2 | -2/+10 |
| | | | | | API for those! | ||||
| * | Improve Pthreads check | Sascha Schumann | 1999-12-21 | 1 | -4/+12 |
| | | |||||
| * | - Fix Sascha's leak. Good report! | Zeev Suraski | 1999-12-21 | 1 | -9/+22 |
| | | |||||
| * | No need to block for interruptions so early | Zeev Suraski | 1999-12-21 | 1 | -2/+2 |
| | | |||||
| * | - This should have made it into the NEWS | Andi Gutmans | 1999-12-21 | 1 | -0/+2 |
| | | |||||
| * | Optimize. | Andrei Zmievski | 1999-12-21 | 1 | -3/+2 |
| | | |||||
| * | ChangeLog update | 1999-12-21 | 1 | -0/+88 | |
| | | |||||
| * | NEWS update | 1999-12-21 | 1 | -0/+3 | |
| | | |||||
| * | would be nice & clean | Thies C. Arntzen | 1999-12-21 | 1 | -0/+4 |
| | | |||||
| * | Ex API | Evan Klinger | 1999-12-21 | 1 | -71/+71 |
| | | |||||
| * | This should get it to compile... | Zeev Suraski | 1999-12-21 | 2 | -36/+36 |
| | | |||||
| * | Only add additional include paths, if building in a separate directory | Sascha Schumann | 1999-12-21 | 1 | -2/+9 |
| | | | | | | (cosmetic change) | ||||
| * | Workaround for broken trs | Sascha Schumann | 1999-12-21 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Change order to avoid system prototype mismatch (sprint is defined to | Sascha Schumann | 1999-12-21 | 1 | -1/+1 |
| | | | | | | php_sprintf by php_config.h) | ||||
| * | Propagate ZTS setting correctly | Sascha Schumann | 1999-12-21 | 2 | -3/+2 |
| | | |||||
| * | Explicitly check for C++ preprocessor, otherwise autoconf forces it onto | Sascha Schumann | 1999-12-21 | 1 | -0/+1 |
| | | | | | | us at the wrong place (subsequent autoconf checks failed). | ||||
| * | Use sapi_module_struct to contain SAPI module name | Sascha Schumann | 1999-12-20 | 8 | -8/+9 |
| | | |||||
| * | (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 | 2 | -5/+7 |
| | | | | | | @ Made quotemeta() binary-safe. (Andrei) | ||||
| * | Use Critical Sections under Win32 - shows roughly 40% performance increase under | Zeev Suraski | 1999-12-20 | 2 | -5/+8 |
| | | | | | | multithreaded Win32! | ||||
| * | - Fix @expr | Zeev Suraski | 1999-12-20 | 1 | -15/+7 |
| | | |||||
| * | getParameters -> zend_get_parameters | Andrei Zmievski | 1999-12-20 | 6 | -39/+39 |
| | | |||||
| * | - Fix the crash Thies was experiencing (returning a function call could ↵ | Zeev Suraski | 1999-12-20 | 3 | -0/+9 |
| | | | | | | | | cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked) | ||||
| * | Make the Win32 tree compile again | Zeev Suraski | 1999-12-20 | 2 | -6/+5 |
| | | |||||
| * | Zend fixups. | Andrei Zmievski | 1999-12-20 | 2 | -50/+50 |
| | | |||||
| * | Corrected some protos. | Egon Schmid | 1999-12-20 | 1 | -32/+17 |
| | | |||||
| * | IMAP should now be in sync with its PHP3 counterpart | Hartmut Holzgraefe | 1999-12-20 | 2 | -120/+851 |
| | | |||||
| * | Fix typo | Sascha Schumann | 1999-12-20 | 1 | -1/+1 |
| | | |||||
| * | Add and fix a few entries | Sascha Schumann | 1999-12-20 | 1 | -5/+9 |
| | | |||||
| * | Add information about chosen SAPI module to phpinfo() | Sascha Schumann | 1999-12-20 | 2 | -0/+3 |
| | | |||||
| * | Add SAPI module for thttpd server. Quote from the README: | Sascha Schumann | 1999-12-20 | 7 | -0/+474 |
| | | | | | | | | | | | | | | This is a SAPI module for PHP 4.0 supporting thttpd, the tiny, turbo, throttling HTTP server by Jef Poskanzer. The module contains a patch against version 2.10 of thttpd. The patch adds hooks to thttpd to call PHP, if a filename matches *.php. This patch will be applied when you install PHP. While functional, this module exists primarily to demonstrate the ability of PHP to work in almost every web server environment. | ||||
| * | Ex API | Evan Klinger | 1999-12-20 | 6 | -124/+128 |
| | | |||||
| * | ChangeLog update | 1999-12-20 | 1 | -0/+90 | |
| | | |||||
| * | Ex API | Evan Klinger | 1999-12-20 | 2 | -82/+82 |
| | | |||||
| * | Ex API and UDP support. | Evan Klinger | 1999-12-20 | 1 | -24/+35 |
| | | | | | | | @- Added UDP support in fsockopen() (Evan). # UDP activated with "udp://hostname" | ||||
| * | Fix PostgreSQL build | Zeev Suraski | 1999-12-19 | 2 | -64/+64 |
| | | |||||
| * | Some updates | Zeev Suraski | 1999-12-19 | 1 | -4/+6 |
| | | |||||
| * | Win32 updates | Zeev Suraski | 1999-12-19 | 2 | -4/+8 |
| | | |||||
| * | Make these work again | Zeev Suraski | 1999-12-19 | 2 | -752/+752 |
| | | |||||
