summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Small optimizationZeev Suraski2000-06-021-3/+6
* patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.Chuck Hagenbuch2000-06-011-0/+2
* Update header file.Andrei Zmievski2000-06-011-1/+4
* @- Cleaned up PCRE extension and made it binary-safe. (Andrei)Andrei Zmievski2000-06-011-88/+88
* (ucwords) Remove unnecessary code.Jouni Ahto2000-06-011-4/+1
* (ucwords) Yet another fix for #4748.Jouni Ahto2000-06-011-1/+2
* Some tweaks.Andrei Zmievski2000-06-011-4/+4
* @- Added third argument to in_array(). If it's true, then in_array()Andrei Zmievski2000-06-011-8/+15
* (ucwords) Fixed fix for fix for fix for #4748.Jouni Ahto2000-06-011-2/+4
* uh, off by one?!! this time it's regression-tested, fast and compactHartmut Holzgraefe2000-06-011-13/+6
* (ucwords) Another try to fix #4748.Jouni Ahto2000-06-011-12/+19
* ucwords will now test against isspace() instead of just ==" "Hartmut Holzgraefe2000-06-011-6/+8
* Correct fix this time... (?)Jouni Ahto2000-05-311-5/+1
* Fix a nasty off-by-one with negative numbers.Jouni Ahto2000-05-311-0/+4
* @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)Zeev Suraski2000-05-312-0/+89
* monkeying Sascha's suggested change to allow relative pathnames.Chuck Hagenbuch2000-05-311-1/+1
* Making imap module compile on win32 and include imap_mail() function)Frank M. Kromann2000-05-303-6/+115
* @- Added array_merge_recursive() that will recursively merge valuesAndrei Zmievski2000-05-303-33/+60
* @- fixed crash in OCIParse when parsing invalid SQL. (Thies)Thies C. Arntzen2000-05-301-2/+8
* Forgot to update the makefileZeev Suraski2000-05-291-1/+1
* Fix bug #4678Zeev Suraski2000-05-291-1/+1
* Oh yeah, I said there's no need for it to be defined didn't I? :)Zeev Suraski2000-05-291-2/+0
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-291-610/+102
* There's really no need for an entire file for a one line function...Zeev Suraski2000-05-294-54/+13
* allow_call_time_pass_reference fix: similar_textThies C. Arntzen2000-05-291-1/+1
* Remove stale macroZeev Suraski2000-05-291-2/+0
* `len' is not the actual length of the string, but the possible maximumSascha Schumann2000-05-291-1/+1
* More secure modeZeev Suraski2000-05-291-1/+1
* Changed parameter naming some function prototypesAndreas Karajannis2000-05-281-9/+9
* Use php_syslog() for system call. On OpenServer 5, syslog is defined toSascha Schumann2000-05-281-1/+1
* Make syslog module thread-safe.Sascha Schumann2000-05-284-30/+39
* Cosmetic changes.Andreas Karajannis2000-05-282-53/+50
* - added COMPILE_DL_INFORMIX to WIN32 project fileDanny Heijl2000-05-282-8/+10
* - Name correction.Danny Heijl2000-05-281-2/+2
* added comments to the System/Distribution specific defaultHartmut Holzgraefe2000-05-271-0/+3
* should make SuSE 6.x users happy (and anybody else with gh.d inHartmut Holzgraefe2000-05-271-0/+3
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-279-41/+90
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-276-8/+8
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-1/+1
* Add Sam RubyZeev Suraski2000-05-271-1/+1
* protos fixedHartmut Holzgraefe2000-05-262-12/+24
* proto fixedHartmut Holzgraefe2000-05-261-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-268-27/+43
* Save more overhead. Look for the serializer/save_handler only when they're a...Zeev Suraski2000-05-262-11/+29
* Use the INI framework in the session moduleZeev Suraski2000-05-262-33/+29
* - swf.h belongs to the libswf distribution and should not be copiedUwe Steinmann2000-05-262-196/+15
* Added short README for ext YAZ.Adam Dickmeiss2000-05-251-0/+8
* Added extension YAZ (Z39.50 client role).Adam Dickmeiss2000-05-255-0/+1710
* Update proto.Andrei Zmievski2000-05-251-2/+2
* @- Added second argument to preg_quote() which allows quoting ofAndrei Zmievski2000-05-251-2/+19