summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-215-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 Suraski1999-12-214-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 Zmievski1999-12-212-3/+3
|
* php3 -> php prefix workAndrei Zmievski1999-12-215-17/+13
|
* Correct PHP's mime type.Andrei Zmievski1999-12-212-2/+2
|
* *** empty log message ***Andrei Zmievski1999-12-211-17/+17
|
* Move TSRM checks, so that additional flags can be consideredSascha Schumann1999-12-211-5/+5
| | | | | @- Added GNU Pth support (Sascha, TSRM library)
* Enable TSRM to use PthSascha Schumann1999-12-211-1/+53
|
* We're using ZVAL's now.Andrei Zmievski1999-12-2115-29/+29
|
* some more thoughtsThies C. Arntzen1999-12-211-0/+4
|
* commented out select() & friends for now - we need to come up with a good ↵Thies C. Arntzen1999-12-212-2/+10
| | | | API for those!
* Improve Pthreads checkSascha Schumann1999-12-211-4/+12
|
* - Fix Sascha's leak. Good report!Zeev Suraski1999-12-211-9/+22
|
* No need to block for interruptions so earlyZeev Suraski1999-12-211-2/+2
|
* - This should have made it into the NEWSAndi Gutmans1999-12-211-0/+2
|
* Optimize.Andrei Zmievski1999-12-211-3/+2
|
* ChangeLog update1999-12-211-0/+88
|
* NEWS update1999-12-211-0/+3
|
* would be nice & cleanThies C. Arntzen1999-12-211-0/+4
|
* Ex APIEvan Klinger1999-12-211-71/+71
|
* This should get it to compile...Zeev Suraski1999-12-212-36/+36
|
* Only add additional include paths, if building in a separate directorySascha Schumann1999-12-211-2/+9
| | | | | (cosmetic change)
* Workaround for broken trsSascha Schumann1999-12-211-1/+1
|
* 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.
* Change order to avoid system prototype mismatch (sprint is defined toSascha Schumann1999-12-211-1/+1
| | | | | php_sprintf by php_config.h)
* Propagate ZTS setting correctlySascha Schumann1999-12-212-3/+2
|
* Explicitly check for C++ preprocessor, otherwise autoconf forces it ontoSascha Schumann1999-12-211-0/+1
| | | | | us at the wrong place (subsequent autoconf checks failed).
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-208-8/+9
|
* (PHP preg_quote) Made binary-safe.Andrei Zmievski1999-12-201-4/+7
| | | | | @ Made preg_quote() binary-safe. (Andrei)
* Made quotemeta() binary-safe.Andrei Zmievski1999-12-202-5/+7
| | | | | @ Made quotemeta() binary-safe. (Andrei)
* Use Critical Sections under Win32 - shows roughly 40% performance increase underZeev Suraski1999-12-202-5/+8
| | | | | multithreaded Win32!
* - Fix @exprZeev Suraski1999-12-201-15/+7
|
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-206-39/+39
|
* - Fix the crash Thies was experiencing (returning a function call could ↵Zeev Suraski1999-12-203-0/+9
| | | | | | | cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked)
* Make the Win32 tree compile againZeev Suraski1999-12-202-6/+5
|
* Zend fixups.Andrei Zmievski1999-12-202-50/+50
|
* Corrected some protos.Egon Schmid1999-12-201-32/+17
|
* IMAP should now be in sync with its PHP3 counterpartHartmut Holzgraefe1999-12-202-120/+851
|
* Fix typoSascha Schumann1999-12-201-1/+1
|
* Add and fix a few entriesSascha Schumann1999-12-201-5/+9
|
* Add information about chosen SAPI module to phpinfo()Sascha Schumann1999-12-202-0/+3
|
* Add SAPI module for thttpd server. Quote from the README:Sascha Schumann1999-12-207-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 APIEvan Klinger1999-12-206-124/+128
|
* ChangeLog update1999-12-201-0/+90
|
* 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"
* Fix PostgreSQL buildZeev Suraski1999-12-192-64/+64
|
* Some updatesZeev Suraski1999-12-191-4/+6
|
* Win32 updatesZeev Suraski1999-12-192-4/+8
|
* Make these work againZeev Suraski1999-12-192-752/+752
|