summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement the proposal v2experimental/rand_redesignJeroen van Wolffelaar2001-09-032-20/+57
| | | | | | | | Added PHPAPI php_drand, which returns a double in the range [0,1) RAND_REDESIGN completed, prohibited some minor points. Ready to be re-entered in MAIN branch
* Fix the other 5% of the build - thanx to Zeev & WezJeroen van Wolffelaar2001-09-025-49/+41
|
* Fix linebreaks which were somehow converted to win32Jeroen van Wolffelaar2001-09-020-0/+0
|
* Fix build for 95%Jeroen van Wolffelaar2001-09-024-32/+56
|
* - Different approach to handling multiple random number generators,Jeroen van Wolffelaar2001-08-266-149/+201
| | | | | | | | | | now it is way more general, adding a new generator is way more easier. Also elimination the need for a lot of switches. - Made rand() Thread Safe - Made sure this doesn't compile anymore ;-) - PHPAPI functions now behave (almost) as intended, this is not yet the case for PHP_FUNCTION functions.
* Implement (not yet totally complete) INI-logic for rand.Jeroen van Wolffelaar2001-08-248-20/+81
| | | | | | Seed random generators on script execution start (was already done in some configurations by crypt, removed that)
* Fixed the right versionJeroen van Wolffelaar2001-08-221-1/+2
|
* Experimental beginning of a change in the way rand-functions work.Jeroen van Wolffelaar2001-08-225-283/+441
| | | | | This is only a _move around_ of code into functions.
* This commit was manufactured by cvs2svn to create branch 'RAND_REDESIGN'.SVN Migration2001-08-221593-402669/+0
|
* Fixed buffer overflow issue.Gavin Sherry2001-08-221-5/+12
|
* Add some editor modes (in the rest of the source)Sterling Hughes2001-08-223-0/+26
|
* Changed php_strip_tags() to check if <? was XML code.Gavin Sherry2001-08-221-3/+11
|
* ChangeLog update2001-08-221-0/+123
|
* * added two missing end foldsStig Bakken2001-08-221-1/+2
|
* Hmmm...not sure what this was trying to do. stat() was acting like filesize().Joey Smith2001-08-211-1/+1
|
* Some changes to help out previous users of domxml...Joey Smith2001-08-211-1/+4
| | | | | | node::tagname == node::name. Add property "type" to textnode types.
* Fix typoSterling Hughes2001-08-211-1/+1
|
* Added two new functions:Ulf Wendel2001-08-212-0/+27
| | | | | | | | | | | | | int pdf_get_minorversion() int pdf_get_majorversion() Both functions are taken from the C-Library. You should be able to determine the API version of the extension/library using pdf_get_value() or pdf_get_parameter() but these functions need a pdf object to work on. This means that you have to create an pdf object before you can find out the API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's no need for this.
* API updateZeev Suraski2001-08-219-21/+26
|
* MFZE1Zeev Suraski2001-08-212-2/+4
|
* Further work on autoconf-2.5x supportSascha Schumann2001-08-213-12/+14
|
* Move PHP_SUBSTs to configure.in.Sascha Schumann2001-08-212-6/+6
|
* nuke some apparently harmful spacesSascha Schumann2001-08-213-3/+3
|
* nuke whitespaceSascha Schumann2001-08-211-1/+1
|
* add MDAC noteDaniel Beulshausen2001-08-211-0/+4
|
* Update api and fix some compile warningsSterling Hughes2001-08-211-8/+7
|
* Fix Release_TSDbg configurationZeev Suraski2001-08-211-3/+3
|
* ChangeLog update2001-08-211-0/+109
|
* Proto fixJeroen van Wolffelaar2001-08-201-1/+1
|
* automatically add php input/output filters when give the standard 1.x config:Doug MacEachern2001-08-201-0/+34
| | | | | | AddType application/x-httpd-php .php with that, no longer need "Set{In,Out}putFilter PHP" configuration for 2.0
* Improved fixSascha Schumann2001-08-201-15/+21
|
* Fix long printing in smart_str_print_longStanislav Malyshev2001-08-201-9/+14
|
* MFZE1Zeev Suraski2001-08-202-2/+2
|
* test big numbers tooStanislav Malyshev2001-08-201-0/+4
|
* Cleaning. And made the check for SSL support in SNMP to really work.foobar2001-08-202-23/+27
|
* Keep crypt() working even if SNMP needs OpenSSL.foobar2001-08-201-0/+1
|
* catch date conversion errorsHarald Radi2001-08-202-24/+34
|
* hum, wasn't $foo->bar 's property type OE_IS_METHOD ?Harald Radi2001-08-202-0/+12
|
* # just an author's promary email change in headersSergey Kartashoff2001-08-202-2/+2
|
* non-ts compile work, add fastcgi module.Shane Caraveo2001-08-203-54/+74
|
* Windows compilation of fast cgi now working. See windows.txt for info.Shane Caraveo2001-08-203-17/+192
|
* Added flags for SWFDisplayItem_addActionDave Hayden2001-08-201-78/+197
| | | | | | | | | | | Added Ming RINIT function Added error handler for reporting Ming errors in PHP environment Added size arg to drawGlyph function Added swfdisplayitem_addAction function Added ming_useSWFVersion function for selecting SWF 4 compatibility Added SWFBitmap object Added hacky SWFInput object for loading data from file/network/process
* changed version check to look for function Ming_useSWFVersion, indicatingDave Hayden2001-08-201-2/+2
| | | | | Ming 0.2a
* added function prototypes:Dave Hayden2001-08-201-0/+3
| | | | | | | PHP_RINIT_FUNCTION(ming) PHP_FUNCTION(swfdisplayitem_addAction) PHP_FUNCTION(ming_useSWFVersion)
* ChangeLog update2001-08-201-0/+62
|
* fix for non-TS compileShane Caraveo2001-08-191-4/+60
|
* Fixes for non-TS compilationShane Caraveo2001-08-192-8/+8
|
* php_input_filter needs to ignore proxy requestsDoug MacEachern2001-08-191-0/+4
| | | | | else it swallows POST data that needs to be sent to the downstream server
* Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>)Sterling Hughes2001-08-191-0/+4
|
* * ignore phptarStig Bakken2001-08-190-0/+0
|