summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for m4 weirdness.Andrey Hristov1999-09-101-1/+1
|
* lets not go down that road..were onyl going to use the internal event ↵Mark Musone1999-09-101-121/+2
| | | | structure. No passing objects
* wrong preprocessor commandMark Musone1999-09-101-1/+1
|
* ported the php3 stuff to php4. This module should work intechangably between ↵Mark Musone1999-09-102-286/+1121
| | | | the two versions also
* *** empty log message ***Zeev Suraski1999-09-101-1/+1
|
* - wrong use of php_print correctedUwe Steinmann1999-09-101-2/+2
|
* Lost functionality in earlier fix... That should really work.Zeev Suraski1999-09-101-2/+4
|
* That should do the trick (untested)Zeev Suraski1999-09-101-8/+3
|
* my bad, sorryMark Musone1999-09-101-1/+0
|
* fixed memory leakMark Musone1999-09-101-0/+1
|
* forgot to change prototypeUwe Steinmann1999-09-091-1/+1
|
* pdf_setfont got optional parameter to embed fontsUwe Steinmann1999-09-091-9/+23
|
* Remove extraneous debug dlerror() call which results in the subsequentAndrey Hristov1999-09-081-1/+0
| | | | | dlerror() returning NULL.
* Be consistent.Danny Heijl1999-09-081-1/+1
|
* - add posibility to specify how objrec to objarr conversionUwe Steinmann1999-09-081-88/+59
| | | | | is performed (not ready yet)
* - Fix warnings and win32 compileAndi Gutmans1999-09-071-2/+2
|
* Here you go, Egon.Andrey Hristov1999-09-071-2/+3
|
* Fixed behavior with empty doc_root.Stefan Roehrich1999-09-071-83/+10
| | | | | gzgetss() now uses _php3_strip_tags.
* Add thread-safety notice here. The solution is using gethostbyname_r,Stig Bakken1999-09-071-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 keysAndrey Hristov1999-09-071-20/+34
| | | | | only for a specific value in an array.
* Kill compiler warning.Andrey Hristov1999-09-071-1/+1
|
* Kill warnings.Andrey Hristov1999-09-071-2/+2
|
* - uniqid() used the additional parameter even if it was not providedUwe Steinmann1999-09-071-1/+1
| | | | | this caused an segm fault. fixed it.
* A couple of BoundsChecker fixesZeev Suraski1999-09-061-2/+9
|
* File should here be string.Egon Schmid1999-09-061-1/+1
|
* Removed remaining PHP_31 defines.Stefan Roehrich1999-09-062-106/+69
| | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please?
* Enabled shared build of gd moduleGergely Madarász1999-09-063-14/+84
|
* - "Resourcified" the Informix driver.Danny Heijl1999-09-061-273/+166
|
* Workaround for crypt() getting too few characters for salt.Jakub Skopal1999-09-061-1/+4
|
* Fixed prototype.Stefan Roehrich1999-09-061-1/+1
|
* Fix the 4.0 tree (forgot to commit)Zeev Suraski1999-09-061-2/+5
|
* Added addcslashes(), stripcslashes().Jakub Skopal1999-09-053-73/+127
| | | | | Reverted addslashes() to the very original behaviour.
* - Make dir functions compile in Win32Andi Gutmans1999-09-053-7/+16
| | | | | - Fix too early memory manager initialization (For you Thies)
* Find debian umich-ldap libraries/include files.Stefan Roehrich1999-09-051-0/+6
|
* Renaming odbc filesAndreas Karajannis1999-09-052-2429/+0
|
* New resource handling for odbc moduleAndreas Karajannis1999-09-055-4/+2359
|
* C++ comment fix... sorry.Jakub Skopal1999-09-051-2/+2
|
* Appended second argument of addslashes(),Jakub Skopal1999-09-052-5/+107
| | | | | Changed php_addslashes() to add \000 instead of just \0
* Kill a warningRasmus Lerdorf1999-09-041-1/+1
|
* First try with new resource handling in zlib module.Stefan Roehrich1999-09-041-99/+37
|
* Catch a timeout and add user-level interface for connection handlingRasmus Lerdorf1999-09-042-0/+62
|
* Oops, don't need those commented out blocks.Andrey Hristov1999-09-041-27/+0
|
* Conform to new resource handling guidelines.Andrey Hristov1999-09-041-19/+30
|
* *** empty log message ***Zeev Suraski1999-09-0413-39/+39
|
* Add resource support to the Sybase CT moduleZeev Suraski1999-09-042-457/+381
|
* First try at WDDX serializerSascha Schumann1999-09-041-10/+81
| | | | | (not active currently)
* A few fixesZeev Suraski1999-09-042-63/+62
|
* cleanupSascha Schumann1999-09-041-80/+91
|
* remove superflicious enumarationSascha Schumann1999-09-041-10/+0
|
* bail out, if ps_mm_instance wasn't initialized correctlySascha Schumann1999-09-041-0/+4
| | | | | (should take place in global startup)