Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | my bad, sorry | Mark Musone | 1999-09-10 | 1 | -1/+0 | |
| | ||||||
* | fixed memory leak | Mark Musone | 1999-09-10 | 1 | -0/+1 | |
| | ||||||
* | forgot to change prototype | Uwe Steinmann | 1999-09-09 | 1 | -1/+1 | |
| | ||||||
* | pdf_setfont got optional parameter to embed fonts | Uwe Steinmann | 1999-09-09 | 1 | -9/+23 | |
| | ||||||
* | Remove extraneous debug dlerror() call which results in the subsequent | Andrey Hristov | 1999-09-08 | 1 | -1/+0 | |
| | | | | | dlerror() returning NULL. | |||||
* | Be consistent. | Danny Heijl | 1999-09-08 | 1 | -1/+1 | |
| | ||||||
* | - add posibility to specify how objrec to objarr conversion | Uwe Steinmann | 1999-09-08 | 1 | -88/+59 | |
| | | | | | is performed (not ready yet) | |||||
* | - Fix warnings and win32 compile | Andi Gutmans | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | Here you go, Egon. | Andrey Hristov | 1999-09-07 | 1 | -2/+3 | |
| | ||||||
* | Fixed behavior with empty doc_root. | Stefan Roehrich | 1999-09-07 | 1 | -83/+10 | |
| | | | | | gzgetss() now uses _php3_strip_tags. | |||||
* | Add thread-safety notice here. The solution is using gethostbyname_r, | Stig Bakken | 1999-09-07 | 1 | -0/+1 | |
| | | | | | | | | | but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, and make a configure test that checks if there is a reentrant version available, and if not protect gethostbyname and similar calls with a mutex until the results have been copied. Ugly. | |||||
* | Added second parameter to array_keys() which allows returning keys | Andrey Hristov | 1999-09-07 | 1 | -20/+34 | |
| | | | | | only for a specific value in an array. | |||||
* | Kill compiler warning. | Andrey Hristov | 1999-09-07 | 1 | -1/+1 | |
| | ||||||
* | Kill warnings. | Andrey Hristov | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | - uniqid() used the additional parameter even if it was not provided | Uwe Steinmann | 1999-09-07 | 1 | -1/+1 | |
| | | | | | this caused an segm fault. fixed it. | |||||
* | A couple of BoundsChecker fixes | Zeev Suraski | 1999-09-06 | 1 | -2/+9 | |
| | ||||||
* | File should here be string. | Egon Schmid | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | Removed remaining PHP_31 defines. | Stefan Roehrich | 1999-09-06 | 2 | -106/+69 | |
| | | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please? | |||||
* | Enabled shared build of gd module | Gergely Madarász | 1999-09-06 | 3 | -14/+84 | |
| | ||||||
* | - "Resourcified" the Informix driver. | Danny Heijl | 1999-09-06 | 1 | -273/+166 | |
| | ||||||
* | Workaround for crypt() getting too few characters for salt. | Jakub Skopal | 1999-09-06 | 1 | -1/+4 | |
| | ||||||
* | Fixed prototype. | Stefan Roehrich | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | Fix the 4.0 tree (forgot to commit) | Zeev Suraski | 1999-09-06 | 1 | -2/+5 | |
| | ||||||
* | Added addcslashes(), stripcslashes(). | Jakub Skopal | 1999-09-05 | 3 | -73/+127 | |
| | | | | | Reverted addslashes() to the very original behaviour. | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 3 | -7/+16 | |
| | | | | | - Fix too early memory manager initialization (For you Thies) | |||||
* | Find debian umich-ldap libraries/include files. | Stefan Roehrich | 1999-09-05 | 1 | -0/+6 | |
| | ||||||
* | Renaming odbc files | Andreas Karajannis | 1999-09-05 | 2 | -2429/+0 | |
| | ||||||
* | New resource handling for odbc module | Andreas Karajannis | 1999-09-05 | 5 | -4/+2359 | |
| | ||||||
* | C++ comment fix... sorry. | Jakub Skopal | 1999-09-05 | 1 | -2/+2 | |
| | ||||||
* | Appended second argument of addslashes(), | Jakub Skopal | 1999-09-05 | 2 | -5/+107 | |
| | | | | | Changed php_addslashes() to add \000 instead of just \0 | |||||
* | Kill a warning | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 | |
| | ||||||
* | First try with new resource handling in zlib module. | Stefan Roehrich | 1999-09-04 | 1 | -99/+37 | |
| | ||||||
* | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 2 | -0/+62 | |
| | ||||||
* | Oops, don't need those commented out blocks. | Andrey Hristov | 1999-09-04 | 1 | -27/+0 | |
| | ||||||
* | Conform to new resource handling guidelines. | Andrey Hristov | 1999-09-04 | 1 | -19/+30 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 13 | -39/+39 | |
| | ||||||
* | Add resource support to the Sybase CT module | Zeev Suraski | 1999-09-04 | 2 | -457/+381 | |
| | ||||||
* | First try at WDDX serializer | Sascha Schumann | 1999-09-04 | 1 | -10/+81 | |
| | | | | | (not active currently) | |||||
* | A few fixes | Zeev Suraski | 1999-09-04 | 2 | -63/+62 | |
| | ||||||
* | cleanup | Sascha Schumann | 1999-09-04 | 1 | -80/+91 | |
| | ||||||
* | remove superflicious enumaration | Sascha Schumann | 1999-09-04 | 1 | -10/+0 | |
| | ||||||
* | bail out, if ps_mm_instance wasn't initialized correctly | Sascha Schumann | 1999-09-04 | 1 | -0/+4 | |
| | | | | | (should take place in global startup) | |||||
* | implement single directory garbage collector | Sascha Schumann | 1999-09-04 | 1 | -1/+49 | |
| | ||||||
* | Update the mSQL module with the latest tech | Zeev Suraski | 1999-09-04 | 3 | -329/+177 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-03 | 1 | -1/+1 | |
| | ||||||
* | Static is good... | Andrey Hristov | 1999-09-03 | 2 | -32/+27 | |
| | ||||||
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 2 | -91/+69 | |
| | ||||||
* | - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONG | Danny Heijl | 1999-09-03 | 1 | -2/+2 | |
| | | | | | for now. This makes the Informix driver work again. | |||||
* | More cleanups | Zeev Suraski | 1999-09-03 | 2 | -2/+2 | |
| | ||||||
* | Use the new API for resources in MySQL | Zeev Suraski | 1999-09-03 | 1 | -212/+91 | |
| |