summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_3'.php-4.0.3SVN Migration2000-10-112-164/+0
|
* Added mysql_escape_String()Zeev Suraski2000-10-112-0/+23
|
* Remove conflictZeev Suraski2000-10-111-5/+0
|
* Corrected a wrong includeNikos Mavroyanopoulos2000-10-111-1/+1
|
* Added support for Ovrimos SQL Server.Nikos Mavroyanopoulos2000-10-116-0/+1045
|
* proto typo fixesHartmut Holzgraefe2000-10-111-2/+2
|
* added protosHartmut Holzgraefe2000-10-111-0/+49
|
* Old PostgreSQL fix I forgot to commit, and NEWS consistency updateZeev Suraski2000-10-111-1/+18
|
* added missing protosHartmut Holzgraefe2000-10-111-0/+9
|
* added some missing protosHartmut Holzgraefe2000-10-111-0/+6
|
* protos fixedHartmut Holzgraefe2000-10-111-8/+8
|
* make windows compileDaniel Beulshausen2000-10-112-0/+109
|
* Fix compilation, I wonder when these were omitted??Sterling Hughes2000-10-101-2/+3
|
* - Reserved the patchDerick Rethans2000-10-101-2/+1
| | | | | | # Please check if it works, as I'm not be able to test it # Blame CaPS for this one :)
* - added optional argument pdf_show_boxed() to determine if text isUwe Steinmann2000-10-101-13/+29
| | | | | actually shown or not.
* Fix compiler warnings.Andrei Zmievski2000-10-091-8/+5
|
* Fix a misconfiguration error and missing return statement.Andrei Zmievski2000-10-092-1/+3
|
* - Made ora_close return values like it should (thanks to james@php.net andDerick Rethans2000-10-091-1/+2
| | | | | mathieu@gginter.net)
* revert patch. Sablot won't build anymore, at least in combination with zlib.Chuck Hagenbuch2000-10-091-2/+0
|
* I SHALL NOT TOUCH A RELEASE CANDIDATE!Hartmut Holzgraefe2000-10-091-4/+0
| | | | | | | I SHALL NOT TOUCH A RELEASE CANDIDATE! I SHALL NOT TOUCH A RELEASE CANDIDATE! (previous patch reverted)
* added support for GNU-specific domainname field in unameHartmut Holzgraefe2000-10-091-0/+4
|
* No comment on this, so I'm guessing it's okay.Chuck Hagenbuch2000-10-091-1/+3
|
* Fix bug #6447Zeev Suraski2000-10-091-8/+13
|
* more cleanup of info codeDaniel Beulshausen2000-10-084-2/+28
|
* only beautifyingDaniel Beulshausen2000-10-081-1/+4
|
* Move static declaration to source file.Sascha Schumann2000-10-072-2/+2
|
* @- Fixed returning of empty LOB fields in OCI8. (Thies)Thies C. Arntzen2000-10-071-4/+3
|
* - Add calendar to default Win32 build.Andi Gutmans2000-10-062-150/+1
|
* - Add FTP extension to default Win32 buildAndi Gutmans2000-10-051-121/+0
|
* Get ext_skel working againRasmus Lerdorf2000-10-052-10/+12
|
* - Clean-up original code and add to NEWS.Andi Gutmans2000-10-051-8/+13
|
* Updated email address to reflect my php.net address.Brendan W. McAdams2000-10-052-58/+58
| | | | | | I am no longer associated with Plexus InterActive (my plexmedia.com address) so the old address is no longer any good.
* Fixed posix_addlimit() when adding the string "unlimited" to the result.Alexander Feldman2000-10-051-2/+2
| | | | | Now the posix_getrlimit() function does not cause core dump.
* - List entry types should be true globals.Jouni Ahto2000-10-052-38/+40
|
* Add more missing protos and make folding style closer to mysql module.Joey Smith2000-10-051-6/+9
|
* Now it really checks that libxml version is >= 2.0foobar2000-10-051-3/+3
|
* Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endifSascha Schumann2000-10-041-5/+1
| | | | | construct.
* Ignore close tags and use unsigned char type.Sascha Schumann2000-10-042-5/+5
|
* typoSascha Schumann2000-10-031-1/+1
|
* #include "ext/standard/php_string.h" to get php_memnstr().Sascha Schumann2000-10-031-0/+2
|
* - Fix dirname()Andi Gutmans2000-10-031-29/+47
|
* Fix some small issues.Sterling Hughes2000-10-032-2/+2
|
* - Fix VC++ warningAndi Gutmans2000-10-031-1/+2
|
* Add --with-imap-ssl to support SSL'ized imap library in RH7 and othersRasmus Lerdorf2000-10-021-0/+17
| | | | | | @Add --with-imap-ssl to support SSL'ized imap library in RH7 and others @(Rasmus)
* - Now really fix it.Andi Gutmans2000-10-021-2/+2
|
* - Fix bug in parse_url()Andi Gutmans2000-10-021-1/+1
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-0210-17/+17
|
* fixed unresolved externals.Daniel Beulshausen2000-10-021-7/+7
| | | | | | | # it compiles fine now, and php loads the extension fine # but there must be definetly something with the paths # cause mcrypt doesn't want to load any alogrithm
* Tiny change in copying of buffer.Sterling Hughes2000-10-021-1/+1
|
* @- Added the shmop extension. It allows more general ways of shared memoryDerick Rethans2000-10-016-0/+502
| | | | | | @ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)