summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-213-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 Zmievski1999-12-213-4/+4
|
* commented out select() & friends for now - we need to come up with a good ↵Thies C. Arntzen1999-12-211-2/+9
| | | | API for those!
* Further cleanup as including php.h is no longer harmfulSam Ruby1999-12-211-6/+1
| | | | | | - thanks to Sascha for noticing it. Tested on Linux and WinNT, should work everywhere.
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+2
|
* Made quotemeta() binary-safe.Andrei Zmievski1999-12-201-4/+7
| | | | | @ Made quotemeta() binary-safe. (Andrei)
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-203-4/+4
|
* Make the Win32 tree compile againZeev Suraski1999-12-202-6/+5
|
* Add information about chosen SAPI module to phpinfo()Sascha Schumann1999-12-201-0/+2
|
* Ex APIEvan Klinger1999-12-206-124/+128
|
* Ex APIEvan Klinger1999-12-202-82/+82
|
* Ex API and UDP support.Evan Klinger1999-12-201-24/+35
| | | | | | @- Added UDP support in fsockopen() (Evan). # UDP activated with "udp://hostname"
* Support the latest update to call_user_function_ex()Zeev Suraski1999-12-192-12/+22
|
* Use zend_sprintf by default (which is defined to sprintf, if the system'sSascha Schumann1999-12-191-1/+1
| | | | | sprintf is useable).
* Use workaround function for sprintf, if the return value of sprintf is neededSascha Schumann1999-12-191-1/+1
|
* - The tree compiles againZeev Suraski1999-12-1828-243/+243
|
* More php3_ annihilationZeev Suraski1999-12-1839-298/+242
|
* More php3_ cleanupZeev Suraski1999-12-171-1/+1
|
* More work on php3_ annihilation...Zeev Suraski1999-12-173-11/+3
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-1728-67/+67
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-1717-37/+37
|
* More php3_ annihilationZeev Suraski1999-12-179-47/+47
|
* Added get_loaded_extensions(), extension_loaded(), andAndrei Zmievski1999-12-162-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 Zmievski1999-12-142-33/+0
|
* (getimagesize) grrr, fixed newly (30 min ago) introduced NPRThies C. Arntzen1999-12-141-1/+5
|
* use ex-APIThies C. Arntzen1999-12-141-50/+50
|
* @- implemented count_chars(). (Thies)Thies C. Arntzen1999-12-143-6/+78
|
* use ex-APIThies C. Arntzen1999-12-142-26/+26
|
* use _ex-APIThies C. Arntzen1999-12-142-19/+23
|
* Boo.Andrei Zmievski1999-12-141-1/+1
|
* Made strspn() and strcspn() binary-safe.Andrei Zmievski1999-12-132-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 arraysAndrei Zmievski1999-12-132-23/+88
| | | | | | | similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon
* Make rand.c thread-safe.Sascha Schumann1999-12-133-24/+47
|
* Make filestat.c thread-safeSascha Schumann1999-12-122-55/+69
|
* @- Made pageinfo.c thread-safe (Sascha)Sascha Schumann1999-12-123-17/+27
|
* Remove unnecessary ARRAYLS_FETCH() callsSascha Schumann1999-12-121-3/+1
|
* Added array globals in preparation for multisort() changes.Andrei Zmievski1999-12-112-2/+46
|
* (PHP php_implode) Made binary-safe.Andrei Zmievski1999-12-111-13/+13
| | | | | @ Made implode() binary-safe (Andrei)
* get_meta_tags() was using php_stristr() so it needed to be changed.Andrei Zmievski1999-12-112-6/+14
| | | | | Optimized it to use php_memnstr() directly.
* Made strstr(), stristr(), and ucwords() binary-safe(). Also correctedAndrei Zmievski1999-12-111-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 Zmievski1999-12-101-1/+2
|
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-092-12/+14
| | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
* (unserialize) closed mem-leakThies C. Arntzen1999-12-091-2/+4
|
* Use global ctor in non-ZTS mode as wellSascha Schumann1999-12-081-6/+10
|
* (unserialize) now cleans up better on failure!Thies C. Arntzen1999-12-081-3/+1
|
* make non-ZTS happy againThies C. Arntzen1999-12-081-1/+3
|
* this is the "right" ZTS-fixThies C. Arntzen1999-12-081-6/+3
|
* Fill in empty constructor in order to appease Sascha ;-)Sam Ruby1999-12-071-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. Arntzen1999-12-071-16/+50
|
* fixed just enough to enable assert to build on win32 and Linux/ZTSSam Ruby1999-12-071-0/+5
|