| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | @- Fixed a bug in ODBC error reporting (Zeev) | Zeev Suraski | 1999-12-21 | 3 | -0/+19 |
| | | | | | | | @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev) | ||||
| * | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 3 | -4/+4 |
| | | |||||
| * | 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! | ||||
| * | 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 |
| | | |||||
| * | 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 | 3 | -4/+4 |
| | | |||||
| * | Make the Win32 tree compile again | Zeev Suraski | 1999-12-20 | 2 | -6/+5 |
| | | |||||
| * | Add information about chosen SAPI module to phpinfo() | Sascha Schumann | 1999-12-20 | 1 | -0/+2 |
| | | |||||
| * | Ex API | Evan Klinger | 1999-12-20 | 6 | -124/+128 |
| | | |||||
| * | 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" | ||||
| * | Support the latest update to call_user_function_ex() | Zeev Suraski | 1999-12-19 | 2 | -12/+22 |
| | | |||||
| * | Use zend_sprintf by default (which is defined to sprintf, if the system's | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | | | | | | sprintf is useable). | ||||
| * | Use workaround function for sprintf, if the return value of sprintf is needed | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | | |||||
| * | - The tree compiles again | Zeev Suraski | 1999-12-18 | 28 | -243/+243 |
| | | |||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 39 | -298/+242 |
| | | |||||
| * | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | |||||
| * | More work on php3_ annihilation... | Zeev Suraski | 1999-12-17 | 3 | -11/+3 |
| | | |||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 28 | -67/+67 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 17 | -37/+37 |
| | | |||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 9 | -47/+47 |
| | | |||||
| * | Added get_loaded_extensions(), extension_loaded(), and | Andrei Zmievski | 1999-12-16 | 2 | -0/+77 |
| | | | | | | | | get_extension_funcs() functions. @ Added get_loaded_extensions(), extension_loaded(), and get_extension_funcs() functions. (Andrei) | ||||
| * | Moved function_exists() to Zend library. | Andrei Zmievski | 1999-12-14 | 2 | -33/+0 |
| | | |||||
| * | (getimagesize) grrr, fixed newly (30 min ago) introduced NPR | Thies C. Arntzen | 1999-12-14 | 1 | -1/+5 |
| | | |||||
| * | use ex-API | Thies C. Arntzen | 1999-12-14 | 1 | -50/+50 |
| | | |||||
| * | @- implemented count_chars(). (Thies) | Thies C. Arntzen | 1999-12-14 | 3 | -6/+78 |
| | | |||||
| * | use ex-API | Thies C. Arntzen | 1999-12-14 | 2 | -26/+26 |
| | | |||||
| * | use _ex-API | Thies C. Arntzen | 1999-12-14 | 2 | -19/+23 |
| | | |||||
| * | Boo. | Andrei Zmievski | 1999-12-14 | 1 | -1/+1 |
| | | |||||
| * | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 2 | -4/+40 |
| | | | | | | | | # Please test if you can, especially cases with embedded chr(0). @ Made strspn() and strcspn() binary-safe. | ||||
| * | Finished array_multisort() function. Basically it sorts multiple arrays | Andrei Zmievski | 1999-12-13 | 2 | -23/+88 |
| | | | | | | | | similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon | ||||
| * | Make rand.c thread-safe. | Sascha Schumann | 1999-12-13 | 3 | -24/+47 |
| | | |||||
| * | Make filestat.c thread-safe | Sascha Schumann | 1999-12-12 | 2 | -55/+69 |
| | | |||||
| * | @- Made pageinfo.c thread-safe (Sascha) | Sascha Schumann | 1999-12-12 | 3 | -17/+27 |
| | | |||||
| * | Remove unnecessary ARRAYLS_FETCH() calls | Sascha Schumann | 1999-12-12 | 1 | -3/+1 |
| | | |||||
| * | Added array globals in preparation for multisort() changes. | Andrei Zmievski | 1999-12-11 | 2 | -2/+46 |
| | | |||||
| * | (PHP php_implode) Made binary-safe. | Andrei Zmievski | 1999-12-11 | 1 | -13/+13 |
| | | | | | | @ Made implode() binary-safe (Andrei) | ||||
| * | get_meta_tags() was using php_stristr() so it needed to be changed. | Andrei Zmievski | 1999-12-11 | 2 | -6/+14 |
| | | | | | | Optimized it to use php_memnstr() directly. | ||||
| * | Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected | Andrei Zmievski | 1999-12-11 | 1 | -32/+42 |
| | | | | | | | stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei) | ||||
| * | A few more fixes for php_strtolower(). | Andrei Zmievski | 1999-12-10 | 1 | -1/+2 |
| | | |||||
| * | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 2 | -12/+14 |
| | | | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei) | ||||
| * | (unserialize) closed mem-leak | Thies C. Arntzen | 1999-12-09 | 1 | -2/+4 |
| | | |||||
| * | Use global ctor in non-ZTS mode as well | Sascha Schumann | 1999-12-08 | 1 | -6/+10 |
| | | |||||
| * | (unserialize) now cleans up better on failure! | Thies C. Arntzen | 1999-12-08 | 1 | -3/+1 |
| | | |||||
| * | make non-ZTS happy again | Thies C. Arntzen | 1999-12-08 | 1 | -1/+3 |
| | | |||||
| * | this is the "right" ZTS-fix | Thies C. Arntzen | 1999-12-08 | 1 | -6/+3 |
| | | |||||
| * | Fill in empty constructor in order to appease Sascha ;-) | Sam Ruby | 1999-12-07 | 1 | -0/+6 |
| | | | | | | | More seriously, uninitialized values cause MSHUTDOWN to trap. Only an issue because assert was added to internal_functions. | ||||
| * | added assert.quiet_eval plus a bit of cleaning (docs to follow!) | Thies C. Arntzen | 1999-12-07 | 1 | -16/+50 |
| | | |||||
| * | fixed just enough to enable assert to build on win32 and Linux/ZTS | Sam Ruby | 1999-12-07 | 1 | -0/+5 |
| | | |||||
