1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Commit Graph

21924 Commits

Author SHA1 Message Date
Corne' Cornelius 294cabb35f - MFB: 1.69.2.18 2003-07-01 13:27:04 +00:00
Wez Furlong 090328fd32 silence warning under win32
(maybe!)
2003-07-01 13:26:49 +00:00
Edin Kadribasic 9c717b33a6 Add sqlite session handler to win32 build 2003-07-01 13:26:02 +00:00
Wez Furlong a8f74b14f1 WS 2003-07-01 13:09:57 +00:00
Wez Furlong 607b6501ed Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles, but it otherwise untested.
session.save_path == path to actual database file for the session.

eg: session.save_path=/tmp/mysite-session.db
2003-07-01 13:07:37 +00:00
Corne' Cornelius 8cbc0eae75 - MFB: 1.69.2.17 2003-07-01 11:09:11 +00:00
Edin Kadribasic dda902d56d Fix shared win32 build 2003-07-01 09:44:14 +00:00
Edin Kadribasic c1550b6d6c Some more files to ignore 2003-07-01 09:43:53 +00:00
Zeev Suraski 77037dcea4 Add missing sqlite references 2003-07-01 08:19:11 +00:00
Sascha Schumann 6dcf9c22b5 properly restart syscalls 2003-07-01 05:29:17 +00:00
Sebastian Bergmann fff7ef2f6c ZTS fixes. 2003-07-01 04:25:29 +00:00
George Schlossnagle 4edd9505fe more incremental changes. add anything that needs a class factory. 2003-07-01 04:10:57 +00:00
Ilia Alshanetsky 4634554976 Fix up test 2003-07-01 03:11:09 +00:00
Jason Greene b8a5d84dba Prevent lines following the version output from confusing the version test 2003-07-01 03:08:16 +00:00
George Schlossnagle 9c26571b37 all the easy parts of Reflection_Class 2003-07-01 02:31:21 +00:00
Marcus Boerger a6d0972c05 Fix warnings 2003-07-01 00:49:25 +00:00
d699324624 ChangeLog update 2003-07-01 00:30:09 +00:00
foobar d215b040b7 - Changed 'grep -E' back to 'egrep'.
#
# whatever some posix standard says, there's no use to change this in
# two places and possibly break stuff, like said in bug #22604.
#
# Grep for 'egrep' in autoconf 2.13 generated configure to find
# several hundred 'egrep's..
#
2003-07-01 00:16:23 +00:00
foobar b9fcb34625 Fixed bug #24025 (Can not build with shared ldap support) 2003-07-01 00:02:13 +00:00
Marcus Boerger e4f67f3545 Make --disable-spl work 2003-06-30 23:24:12 +00:00
Edin Kadribasic 59e96375c3 MySQL is back as a shared extension. 2003-06-30 20:36:38 +00:00
Shane Caraveo 5efc65f910 this fixes including this header in a c++ file (vs6) 2003-06-30 20:33:02 +00:00
Shane Caraveo d6ee8bab7f fix a crash I run into on occasion 2003-06-30 20:31:57 +00:00
Derick Rethans a62928a3e8 - Fix win32 install instructions 2003-06-30 20:29:52 +00:00
Sterling Hughes 778d8c8bf1 nuke "main" as a reserved keyword 2003-06-30 20:24:26 +00:00
Andi Gutmans 288dacca0c - ZE coding style requires if ( instead of if( 2003-06-30 20:22:35 +00:00
Sebastian Bergmann 5ee72bb478 ZTS fixes. Remove unused local variables. 2003-06-30 20:17:01 +00:00
George Schlossnagle 9995daebd2 add support for end_reflection_api.c 2003-06-30 20:04:39 +00:00
George Schlossnagle aa96d17022 added support for Reflection_Function, the first part of
the reflection api
2003-06-30 20:03:56 +00:00
Sterling Hughes f6d84a10ea set precision properly.. test passes here 2003-06-30 20:03:17 +00:00
Sterling Hughes 1d70191ab1 move the check down a little so it catches all cases 2003-06-30 19:52:47 +00:00
Sterling Hughes 223584a138 this is the correct result 2003-06-30 19:50:18 +00:00
Sterling Hughes c6876a53df test for bug #24399, segfault in is_subclass_of() 2003-06-30 19:40:48 +00:00
Derick Rethans 7a4ed00603 - Rename test and update title 2003-06-30 19:16:41 +00:00
Sterling Hughes f27571134b its not a bug - its a feature. No longer allowed in ze2. 2003-06-30 19:16:36 +00:00
Sterling Hughes d0bd54ce6a Fix bug #24399 from an excellent test case by edin 2003-06-30 19:11:01 +00:00
Rasmus Lerdorf 832ffd1970 Fix 3 tests that didn't adequately specify the .ini settings they rely on 2003-06-30 18:22:53 +00:00
Sterling Hughes 00c83984a3 add a test for shane's bug #24392 2003-06-30 18:09:11 +00:00
Marcus Boerger f970724d79 Do not test postgres settings 2003-06-30 18:00:30 +00:00
foobar b377225d4f Added test case for bug #24396 2003-06-30 17:30:16 +00:00
foobar f3ac60d4a4 - Cleanup, simplifying, etc. 2003-06-30 17:23:52 +00:00
Sergey Kartashoff e5e58c80ef - Memory leaks in UdmCatPath and UdmCatList functions have been fixed. 2003-06-30 17:12:18 +00:00
foobar 8dca948cf9 - Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4

# If someone knows the reason for PHP_REGEX macro being where it was,
# please tell..
2003-06-30 16:33:50 +00:00
Zeev Suraski 53acb1814e Semantically it's a refcount increase, not a lock... 2003-06-30 13:51:48 +00:00
Zeev Suraski 6f9d0da2e5 Fix 'global' implementation (fixes, at least, bug #24396 2003-06-30 13:47:12 +00:00
foobar dcaf0ee650 no need to tell news twice 2003-06-30 13:37:18 +00:00
Andrei Zmievski a841b74ee3 *** empty log message *** 2003-06-30 13:29:06 +00:00
Tomas V.V.Cox 4513d36892 Added local version installed in "list-upgrades"
(http://bugs.php.net/bug.php?id=24298)
2003-06-30 13:12:50 +00:00
Zeev Suraski 8dd84b7b98 Conform to the sqlite.dsp updates 2003-06-30 11:43:14 +00:00
Zeev Suraski b31570f03e Remove Release_TSinline (it's not necessary)
Add Release_TSDbg
Change directories to be consistent with our other modules...
2003-06-30 11:41:25 +00:00